]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2019-02-04  Julian Zdocs: use $(INSTALL_DATA) to install man page
2019-02-04  Ladar Levisonruntests.pl: Fix perl call to include srcdir
2019-02-04  Daniel Gustafssonsmtp: avoid risk of buffer overflow in strtol
2019-02-04  Daniel Stenbergntlm: fix *_type3_message size check to avoid buffer...
2019-02-04  Daniel StenbergNTLM: fix size check condition for type2 received data
2019-02-01  georgeokspnego_sspi: add support for channel binding
2019-02-01  Daniel StenbergRELEASE-NOTES: synced
2019-02-01  Daniel Stenbergschannel: stop calling it "winssl"
2019-02-01  Daniel Stenbergmulti: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSIN...
2019-01-31  John Marshalldoc: use meaningless port number in CURLOPT_LOCALPORT...
2019-01-29  Gisle VanemEscape the '\'
2019-01-29  Jay SatiroTODO: WinSSL: 'Add option to disable client cert auto...
2019-01-28  Jeremie Rapinsigpipe: if mbedTLS is used, ignore SIGPIPE
2019-01-28  Daniel Stenbergunit1653: make it survive torture tests
2019-01-28  Michael Kujawatimeval: Disable MSVC Analyzer GetTickCount warning
2019-01-25  Daniel Stenbergconfigure: rewrite --enable-code-coverage
2019-01-24  Felix Hädickesetopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_K...
2019-01-24  Felix Hädickelibssh: do not let libssh create socket
2019-01-21  Daniel StenbergRELEASE-NOTES: synced
2019-01-21  Archangel_SDYschannel: preserve original certificate path parameter
2019-01-21  Daniel StenbergKNOWN_BUGS: tests not compatible with python3
2019-01-20  Daniel Gustafssonmemcmp: avoid doing single char memcmp
2019-01-19  Daniel StenbergCOPYING: it's 2019
2019-01-19  hhbconfigure: fix recv/send/select detection on Android
2019-01-19  georgeokntlm_sspi: add support for channel binding
2019-01-18  Daniel Stenbergschannel: on connection close there might not be a...
2019-01-17  JDepooterssh: log the libssh2 error message when ssh session...
2019-01-16  Alessandro... Fix typo in manpage
2019-01-16  Daniel StenbergRELEASE-NOTES: synced
2019-01-16  Sergei Nikulovcmake: updated check for HAVE_POLL_FINE to match autotools
2019-01-16  Daniel Stenbergcurl-compilers.m4: check for __ibmxl__ to detect xlclang
2019-01-16  Daniel Stenbergopenssl: fix the SSL_get_tlsext_status_ocsp_resp call
2019-01-15  Daniel Stenbergcurl-compilers.m4: detect xlclang
2019-01-15  Daniel StenbergREADME: add codacy code quality badge
2019-01-15  Daniel Stenbergextract_if_dead: follow-up to 54b201b48c90a
2019-01-15  Daniel Stenbergmulti: remove "Dead assignment"
2019-01-15  Daniel Stenbergtests: move objnames-* from lib into tests
2019-01-15  Sergei Nikulovtravis: added cmake build for osx
2019-01-14  Frank Gevaertscookie: fix comment typo (url_path_len -> uri_path_len)
2019-01-14  Marcel Raadwinbuild: conditionally use /DZLIB_WINAPI
2019-01-14  Daniel Stenbergsrc/Makefile: make 'tidy' target work for metalink...
2019-01-13  Daniel Stenbergextract_if_dead: use a known working transfer when...
2019-01-13  Daniel Stenbergopenssl: adapt to 3.0.0, OpenSSL_version_num() is depre...
2019-01-11  Sergei Nikulovcmake: added checks for HAVE_VARIADIC_MACROS_C99 and...
2019-01-11  Daniel Stenbergurldata: rename easy_conn to just conn
2019-01-11  Daniel Stenbergtool_cb_prg: avoid integer overflow
2019-01-10  Daniel Gustafssontravis: turn off copyright year checks in checksrc
2019-01-10  Daniel StenbergKNOWN_BUGS: cmake makes unusable tool_hugehelp.c with...
2019-01-10  Daniel StenbergKNOWN_BUGS: Improve --data-urlencode space encoding
2019-01-10  Patrick Monneratos400: add a missing closing bracket
2019-01-10  Patrick Monneratos400: fix extra parameter syntax error.
2019-01-10  Daniel Stenbergtest1558: verify CURLINFO_PROTOCOL on file:// transfer
2019-01-10  Daniel StenbergRELEASE-NOTES: synced
2019-01-10  Daniel Stenbergxattr: strip credentials from any URL that is stored
2019-01-10  Daniel Stenbergcookies: allow secure override when done over HTTPS
2019-01-10  Daniel Stenbergmulti: multiplexing improvements
2019-01-09  Daniel Stenbergtest1561: improve test name
2019-01-09  Katsuhiko YOSHIDAcookies: skip custom cookies when redirecting cross...
2019-01-09  Daniel StenbergTHANKS: fixups and a dedupe
2019-01-09  Daniel Stenbergtimediff: fix math for unsigned time_t
2019-01-08  Bernhard M... tests: allow tests to pass by 2037-02-12
2019-01-07  Daniel StenbergRELEASE-NOTES: synced
2019-01-07  Brad Spencercurl_multi_remove_handle() don't block terminating...
2019-01-07  Daniel StenbergRevert "http_negotiate: do not close connection until...
2019-01-07  Daniel Stenbergcurl/urlapi.h: include "curl.h" first
2019-01-06  Marcel RaadVS projects: fix build warning
2019-01-06  Marcel Raadschannel: fix compiler warning
2019-01-04  Rikard Falkebornprintf: introduce CURL_FORMAT_TIMEDIFF_T
2019-01-04  Rikard Falkebornprintf: fix format specifiers
2019-01-03  Daniel Stenberglibtest/stub_gssapi: use "real" snprintf
2019-01-03  Daniel StenbergINTERNALS: correct some outdated function names
2019-01-03  Daniel Stenbergdocs/version.d: mention MultiSSL
2019-01-02  Rikard Falkebornexamples: Update .gitignore
2019-01-02  Daniel GustafssonTHANKS: add more missing names
2019-01-02  Daniel Gustafssondocs: mention potential leak in curl_slist_append
2019-01-01  Marcel Raadtvnow: silence conversion warnings
2019-01-01  Daniel StenbergTHANKS: dedupe more names
2019-01-01  Markus Moellerntlm: update selection of type 3 response
2018-12-31  Daniel StenbergTHANKS: added missing names from year <= 2000
2018-12-30  Daniel Gustafssonurlapi: fix parsing ipv6 with zone index
2018-12-30  Daniel StenbergTHANKS: dedupe Guenter Knauf
2018-12-30  Daniel StenbergTHANKS: missing name from the 6.3.1 release!
2018-12-27  Daniel GustafssonRELEASE-NOTES: synced
2018-12-27  Claes Jakobssonhostip: support wildcard hosts
2018-12-26  Daniel Gustafssonurl: fix incorrect indentation
2018-12-26  Patrick Monneratos400: upgrade ILE/RPG binding.
2018-12-25  Daniel GustafssonFAQ: remove mention of sourceforge for github
2018-12-25  Daniel Gustafssonopenvms: fix typos in documentation
2018-12-25  Daniel Gustafssonopenvms: fix OpenSSL discovery on VAX
2018-12-24  Ruslan Baratovcmake: use lowercase for function name like the rest...
2018-12-23  Daniel StenbergRevert "libssh: no data pointer == nothing to do"
2018-12-23  Daniel Stenbergdisconnect: set conn->data for protocol disconnect
2018-12-23  Pavel Ptimeval: Use high resolution timestamps on Windows
2018-12-22  Daniel Stenberglibssh: no data pointer == nothing to do 3400/head
2018-12-22  Daniel Stenbergconncache_unlock: avoid indirection by changing input...
2018-12-22  Daniel Stenbergdisconnect: separate connections and easy handles better
2018-12-22  Daniel Stenberglibssh: free sftp_canonicalize_path() data correctly
2018-12-21  Daniel StenbergRELEASE-NOTES: synced
2018-12-21  Daniel Stenberghttp: added options for allowing HTTP/0.9 responses
2018-12-21  Daniel Stenbergif2ip: remove unused function Curl_if_is_interface_name
next