summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: removed the obsolete name parameterDan Fandrich2017-02-1816-16/+16
* speed caps: update the timeouts if the speed is too low/highMichael Kaufmann2017-02-181-36/+48
* docs: fix timeout handling in multi-uv exampleMichael Kaufmann2017-02-181-14/+18
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-1810-29/+295
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-174-3/+189
* winbuild: add note on auto-detection of MACHINE in Makefile.vcSimon Warta2017-02-161-0/+3
* RELEASE-PROCEDURE: update the upcoming release calendarDaniel Stenberg2017-02-161-4/+3
* TODO: consider file name from the redirected URL with -O ?Daniel Stenberg2017-02-151-0/+20
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-153-19/+75
* axtls: adapt to API changesDaniel Stenberg2017-02-152-6/+6
* RELEASE-NOTES: synced with 690935390c29cDaniel Stenberg2017-02-141-7/+23
* curl: fix typo in time condition warning messageNick Draffen2017-02-141-1/+1
* smb: code indentDaniel Stenberg2017-02-141-16/+17
* configure: Allow disabling pthreads, fall back on Win32 threadsJay Satiro2017-02-141-4/+40
* http2: fix memory-leak when denying push streamsDaniel Stenberg2017-02-131-11/+19
* tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-02-111-2/+7
* cmdline-opts/page-footer: ftp.sunet.se is no longer an FTP mirrorDaniel Stenberg2017-02-101-2/+0
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-107-14/+73
* cmdline-opts/socks*: Mention --preproxy in --socks* optsJay Satiro2017-02-095-14/+23
* CURLOPT_SSL_VERIFYPEER.3: also the https proxy versionDaniel Stenberg2017-02-091-1/+3
* nss: make FTPS work with --proxytunnelKamil Dudka2017-02-092-12/+13
* examples/multithread.c: link to our multi-thread docsDaniel Stenberg2017-02-091-4/+4
* http_proxy: avoid freeing static memoryDaniel Stenberg2017-02-091-3/+3
* http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn2017-02-091-1/+1
* polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann2017-02-082-6/+2
* test1139: Added the --manual keyword since the manual is requiredDan Fandrich2017-02-071-0/+1
* RELEASE-NOTES: synced with 102454459dd688cDaniel Stenberg2017-02-071-8/+36
* THANKS-filter: polish some recent contributorsDaniel Stenberg2017-02-071-0/+2
* http2: reset push header counter fixes crashDaniel Stenberg2017-02-071-0/+1
* transfer: only retry nobody-requests for HTTPMarkus Westerlind2017-02-071-6/+11
* telnet: Fix typosDaniel Gustafsson2017-02-071-2/+2
* test552: Fix typosDaniel Gustafsson2017-02-072-1/+1
* darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson2017-02-071-6/+27
* schannel: Remove incorrect SNI disabled messageJDepooter2017-02-071-1/+9
* CHANGES: spell fix, use correct path to scriptDaniel Stenberg2017-02-071-2/+2
* CHANGES.0: removedDaniel Stenberg2017-02-072-18011/+0
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-065-10/+11
* use *.sourceforge.io and misc URL updatesViktor Szakats2017-02-069-25/+25
* docs: Add more HTTPS proxy documentationJay Satiro2017-02-068-29/+69
* OS400: Fix symbolsJay Satiro2017-02-014-6/+7
* cmake: Support curl --xattr when built with cmakeSean Burford2017-02-013-0/+33
* openssl: Don't use certificate after transferring ownershipAdam Langley2017-01-311-10/+8
* mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert2017-01-292-6/+54
* docs: we no longer ship HTML versions of man pagesDaniel Stenberg2017-01-292-4/+2
* docs: proofread README.netware README.win32railsnewbie2572017-01-292-9/+9
* RELEASE-NOTES; synced with ab08d82648Daniel Stenberg2017-01-281-0/+10
* mbedtls: disable TLS session ticketsMichael Kaufmann2017-01-281-0/+5
* gnutls: disable TLS session ticketsMichael Kaufmann2017-01-281-1/+9
* polarssl: fix hangsMichael Kaufmann2017-01-283-17/+16
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-273-9/+72