summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-0535-159/+92
* cmake: handle build definitions CURLDEBUG/DEBUGBUILDSergei Nikulov2015-03-051-0/+18
* FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request?Daniel Stenberg2015-03-041-0/+11
* symbols.pl: handle '-' in the deprecated fieldDaniel Stenberg2015-03-041-1/+1
* curl.1: fix "The the" typoDaniel Stenberg2015-03-041-4/+4
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-0314-46/+32
* tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg2015-03-032-9/+8
* tool_writeenv: remove _MPRINTF_REPLACE define, it wasn't usedDaniel Stenberg2015-03-031-4/+1
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-0311-29/+5
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-0371-293/+145
* tool_getpass: remove unused curl/mprintf.h includeDaniel Stenberg2015-03-031-3/+0
* CONTRIBUTING.md: file for advice on githubDaniel Stenberg2015-03-031-0/+27
* BINDINGS: add link to Harbour bindingsViktor Szakáts2015-03-021-2/+7
* CURLOPT_HEADERFUNCTION.3: typo in error code nameDaniel Stenberg2015-03-021-2/+2
* BINDINGS: tclcurl movedDaniel Stenberg2015-03-021-1/+1
* opts: Fix pipelining examplesJay Satiro2015-03-022-2/+2
* curl_multi_setopt.3: Link to CURLMOPT_MAXCONNECTSJay Satiro2015-03-021-0/+2
* CONTRIBUTE: the new more github-friendly attitude!Daniel Stenberg2015-03-011-21/+13
* RELEASE-NOTES: Synced with 921d195187Steve Holme2015-02-281-2/+14
* tool: wrap lines longer than 79 columnsKamil Dudka2015-02-282-3/+4
* http2: Return error if stream was closed with other than NO_ERRORTatsuhiro Tsujikawa2015-02-272-1/+11
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-2712-77/+86
* build: Removed DataExecutionPrevention directive from VC9+ project filesSteve Holme2015-02-268-476/+0
* build: Use default RandomizedBaseAddress directive in VC9+ project filesSteve Holme2015-02-268-272/+0
* build: Added support to Generate.bat for files in the upcoming vauth folderSteve Holme2015-02-261-2/+8
* http2: return recv error on unexpected EOFDaniel Stenberg2015-02-251-4/+5
* dist: add symbol-scan.pl to the tarballKamil Dudka2015-02-251-1/+1
* http2: move lots of verbose output to be debug-onlyDaniel Stenberg2015-02-251-22/+25
* curl-config.in: eliminate double quotes around CURL_CA_BUNDLEKamil Dudka2015-02-251-1/+1
* nss: do not skip Curl_nss_seed() if data is NULLKamil Dudka2015-02-251-4/+8
* nss: improve error handling in Curl_nss_random()Kamil Dudka2015-02-251-5/+3
* RELEASE-PROCEDURE: add some more future release datesDaniel Stenberg2015-02-251-3/+4
* sws: timeout idle CONNECT connectionsDaniel Stenberg2015-02-251-3/+11
* bump: start working toward 7.42.0Daniel Stenberg2015-02-252-102/+9
* THANKS: added contributors from the 7.41.0 RELEASE-NOTEScurl-7_41_0Daniel Stenberg2015-02-252-0/+12
* RELEASE-NOTES: sync with ffc2aeec6e (7.41.0 release time!)Daniel Stenberg2015-02-251-0/+2
* Revert "telnet.c: fix handling of 0 being returned from custom read function"Marc Hoersken2015-02-251-3/+1
* telnet.c: fix invalid use of custom read function if not being setMarc Hoersken2015-02-251-1/+1
* telnet.c: fix handling of 0 being returned from custom read functionMarc Hoersken2015-02-241-1/+3
* sws: stop logging about TPC_NODELAY nonsenseDaniel Stenberg2015-02-241-6/+0
* lib530: make it less timing sensibleDaniel Stenberg2015-02-241-7/+9
* connect: wait for IPv4 connection attemptsKamil Dudka2015-02-232-2/+9
* connect: avoid skipping an IPv4 addressKamil Dudka2015-02-231-2/+6
* RELEASE-NOTES: synced with 5e4395eab839dDaniel Stenberg2015-02-231-7/+14
* ROADMAP: curl_easy_setopt.3 has already been split upDaniel Stenberg2015-02-201-4/+1
* ROADMAP: extend the HTTP/2 stuff, remove SPDYDaniel Stenberg2015-02-201-13/+14
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-202-5/+13
* cmake: install the dll file to the correct directoryBen Boeckel2015-02-201-1/+4
* nss: fix NPN/ALPN protocol negotiationAlessandro Ghedini2015-02-191-4/+3
* polarssl: fix ALPN protocol negotiationAlessandro Ghedini2015-02-191-2/+2