summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Fix generation of tool_hugehelp.c on windowsSergei Nikulov2015-02-191-7/+8
* CMake: fix winsock2 detection on windowsSergei Nikulov2015-02-192-16/+15
* gtls: fix build with HTTP2Alessandro Ghedini2015-02-191-2/+2
* Makefile.vc6: Corrected typos in rename of darwinssl.objSteve Holme2015-02-161-1/+1
* By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann2015-02-156-6/+6
* RELEASE-NOTES: Synced with 6f89f86c3dSteve Holme2015-02-141-4/+41
* tests/README: Updated to reflect email test rangesSteve Holme2015-02-141-1/+3
* curl.1: --cert-status is also supported by OpenSSL nowAlessandro Ghedini2015-02-141-1/+1
* build: Removed Visual Studio SuppressStartupBanner directive for VC8+Steve Holme2015-02-1410-1060/+0
* openssl: fix a compile-time warningKamil Dudka2015-02-121-1/+1