]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2017-11-14  Michael KaufmannURL: return error on malformed URLs with junk after...
2017-11-14  Daniel StenbergINTERNALS: we may use libidn2 now, not libidn
2017-11-13  Patrick Monneratzlib/brotli: only include header files in modules needi...
2017-11-13  Daniel StenbergSMB: fix uninitialized local variable
2017-11-12  Orgad Shanehconnect.c: remove executable bit on file
2017-11-11  hsiao yiREADME.md: fixed layout
2017-11-10  Daniel Stenbergsetopt: split out curl_easy_setopt() to its own file
2017-11-10  John Starkscmake: Add missing setmode check
2017-11-10  Daniel Stenbergcurl_share_setopt: va_end was not called if conncache...
2017-11-10  John Starkscmake: Correctly include curl.rc in Windows builds...
2017-11-09  Daniel StenbergRELEASE-NOTES: synced with 32828cc4f
2017-11-09  Luca Boccassi--interface: add support for Linux VRF
2017-11-09  Daniel Stenbergcurl_share_setopt.3: document CURL_LOCK_DATA_CONNECT
2017-11-09  Daniel Stenbergexamples: add shared-connection-cache
2017-11-09  Daniel Stenbergtest1554: verify connection cache sharing
2017-11-09  Daniel Stenbergshare: add support for sharing the connection cache
2017-11-09  Daniel Stenbergimap: deal with commands case insensitively
2017-11-09  Daniel Stenbergconnect: store IPv6 connection status after valid conne...
2017-11-09  Daniel Stenbergcurl_multi_fdset.3: emphasize curl_multi_timeout
2017-11-09  Jay Satirocontent_encoding: fix inflate_stream for no bytes available
2017-11-07  Patrick Monneratcontent_encoding: do not write 0 length data
2017-11-06  Daniel Stenbergfnmatch: remove dead code
2017-11-06  Daniel Stenbergurl: remove unncessary NULL-check
2017-11-06  Viktor Szakatssrc/Makefile.m32: fix typo in brotli lib customization
2017-11-05  Viktor SzakatsMakefile.m32: allow to customize brotli libs
2017-11-05  Patrick Monnerattravis: add a job with brotli enabled
2017-11-05  Viktor SzakatsMakefile.m32: add brotli support
2017-11-05  Patrick MonneratHTTP: implement Brotli content encoding
2017-11-05  Patrick MonneratHTTP: support multiple Content-Encodings
2017-11-04  Jay Satirourl: remove arg value check from CURLOPT_SSH_AUTH_TYPES
2017-11-04  Daniel Stenbergntlm: avoid malloc(0) for zero length passwords
2017-11-04  Daniel StenbergRELEASE-NOTES: synced with ee8016b3d
2017-11-04  Daniel Stenbergcurl: speed up handling of many URLs
2017-11-04  Daniel Stenbergcurl: pass through [] in URLs instead of calling globbi...
2017-11-03  Daniel StenbergCURLOPT_INFILESIZE: accept -1
2017-11-02  Jay Satirourl: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check...
2017-11-01  Dan Fandrichhttp2: Fixed OOM handling in upgrade request
2017-11-01  Dan Fandrichtests: Fixed torture tests on tests 556 and 650
2017-11-01  Daniel StenbergCURLOPT_MAXREDIRS: allow -1 as a value
2017-11-01  Daniel Stenberginclude: remove conncache.h inclusion from where its...
2017-11-01  Jay Satirourl: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1
2017-10-31  Daniel Stenbergcookie: avoid NULL dereference
2017-10-30  Marcel Raadmemdebug: use send/recv signature for curl_dosend/curl_...
2017-10-30  Juro Bystrickymkhelp.pl: support reproducible build
2017-10-30  Dan Fandrichruntests.pl: Fixed typo in message
2017-10-30  Daniel Stenbergcurlx: the timeval functions are no longer provided...
2017-10-30  Daniel Stenbergselect: update comments
2017-10-30  Daniel StenbergINTERNALS: remove curlx_tv* functions no longer provided
2017-10-30  Dmitri Tikhonovtimeval: use mach time on MacOS
2017-10-29  Patrick Monneratcli tool: improve ";type=" handling in -F option arguments
2017-10-29  Patrick Monneratcli tool: in -F option arg, comma is a delimiter for...
2017-10-29  Daniel Stenbergtimeleft: made two more users of Curl_timeleft use...
2017-10-28  Jakub Zakrzewskicmake: Export libcurl and curl targets to use by other...
2017-10-28  Daniel StenbergRELEASE-NOTES: synced with f20cbac97
2017-10-28  Florinauth: Added test cases for RFC7616
2017-10-28  Florinauth: add support for RFC7616 - HTTP Digest access...
2017-10-28  Daniel BankheadTODO: support multiple Content-Encodings
2017-10-28  Daniel StenbergROADMAP: cleanup
2017-10-28  MagicanskROADMAP.md: spelling fixes
2017-10-28  Daniel StenbergCurl_timeleft: change return type to timediff_t
2017-10-27  Daniel Stenbergappveyor: add a win32 build
2017-10-27  Daniel Stenbergsetopt: fix CURLOPT_SSH_AUTH_TYPES option read
2017-10-27  Marcel Raadresolvers: only include anything if needed 2023/head
2017-10-27  Daniel StenbergHELP-US: rename the subtitle too since the label is...
2017-10-27  Daniel Stenbergcurl_setup.h: oops, shorten the too long line
2017-10-27  Martin Storsjocurl_setup: Improve detection of CURL_WINDOWS_APP
2017-10-26  Jay Satirotransfer: Fix chunked-encoding upload bug
2017-10-26  Daniel Stenbergtimeval: make timediff_t also work on 32bit windows
2017-10-26  Daniel Stenbergcurl_fnmatch: return error on illegal wildcard pattern
2017-10-26  Max Dymondwildcards: don't use with non-supported protocols
2017-10-25  Max Dymondmulti: allow table handle sizes to be overridden
2017-10-25  Daniel Stenbergtime: rename Curl_tvnow to Curl_now
2017-10-25  Daniel Stenbergftplistparser: follow-up cleanup to remove PL_ERROR()
2017-10-25  Max Dymondftplistparser: free off temporary memory always
2017-10-25  Daniel Stenbergtimediff: return timediff_t from the time diff functions
2017-10-24  Paul Howarthlibtest: Add required test libraries for lib1552 and...
2017-10-24  Alessandro... libcurl-tutorial.3: fix typo
2017-10-23  Alessandro... curl_mime_filedata.3: fix typos
2017-10-23  Daniel StenbergRELEASE-NOTES: clean slate towards 7.57.0
2017-10-23  Max Dymondtravis: exit if any steps fail
2017-10-23  Daniel StenbergRELEASE-NOTES: 7.56.1 curl-7_56_1
2017-10-23  Daniel StenbergTHANKS: update at 7.56.1 release time
2017-10-22  Jon DeVreemk-ca-bundle: Remove URL for aurora
2017-10-22  Jon DeVreemk-ca-bundle: Fix URL for NSS
2017-10-22  Daniel Stenbergimap: if a FETCH response has no size, don't call write...
2017-10-20  Daniel Stenbergftp: reject illegal IP/port in PASV 227 response
2017-10-20  Patrick Monnerattest653: check reuse of easy handle after mime data...
2017-10-20  Patrick Monneratmime: do not reuse previously computed multipart size
2017-10-19  Patrick Monnerattest308: disable if MultiSSL feature enabled
2017-10-19  Patrick Monneratruntests: support MultiSSL client feature
2017-10-19  Patrick Monneratvtls: change struct Curl_ssl `close' field name to...
2017-10-19  Patrick Monneratos400: add missing symbols in config file.
2017-10-19  Patrick Monnerattest652: curl_mime_data + base64 encoder with large...
2017-10-19  Patrick Monneratmime: limit bas64-encoded lines length to 76 characters
2017-10-16  Daniel StenbergRELEASE-NOTES: synced with f121575c0
2017-10-16  Daniel Stenbergsetopt: range check most long options
2017-10-16  Daniel Stenbergsetopt: avoid integer overflows when setting millsecond...
2017-10-15  Viktor Szakatsmakefile.m32: allow to override gcc, ar and ranlib
2017-10-15  Viktor Szakatsldap: silence clang warning
2017-10-14  Daniel Stenbergruntests: use valgrind for torture as well
next