summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: fix unescaped '\n' in man pagesSvyatoslav Mishyn2015-09-274-6/+6
* http2: set TCP_NODELAY unconditionallyDaniel Stenberg2015-09-273-5/+11
* http2: avoid superfluous Curl_expire() callsDaniel Stenberg2015-09-271-8/+21
* readwrite_data: set a max number of loopsDaniel Stenberg2015-09-271-1/+2
* CI: Added AppVeyor-CI for curlSergei Nikulov2015-09-261-0/+19
* FTP: fix uploading ASCII with unknown sizeDaniel Stenberg2015-09-261-1/+2
* build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa2015-09-264-10/+12
* curl-confopts.m4: Add missing ')'Tatsuhiro Tsujikawa2015-09-261-1/+1
* curl_easy_getinfo.3: Add brief description for each CURLINFOJay Satiro2015-09-251-0/+89
* CMake: Ensure discovered include dirs are consideredJakub Zakrzewski2015-09-231-4/+9
* CMake: Put "winsock2.h" before "windows.h" during configure checksJakub Zakrzewski2015-09-231-1/+1
* tests: disable 1510 due to CI-problems on githubDaniel Stenberg2015-09-231-0/+3
* gnutls: Report actual GnuTLS error message for certificate errorsMike Crowe2015-09-231-8/+10
* RELEASE-NOTES: synced with 6b56901b56eDaniel Stenberg2015-09-221-6/+10
* gnutls: Support CURLOPT_KEYPASSWDMike Crowe2015-09-222-9/+37
* CURLINFO_TLS_SESSION: always return backend infoDaniel Stenberg2015-09-222-7/+13
* tool: remove redundant libcurl checkDaniel Hwang2015-09-221-41/+39
* CURLOPT_PROXY.3: A proxy given as env variable gets no special treatmentRichard van den Berg2015-09-221-2/+2
* TODO: 5.7 More compressionsDaniel Stenberg2015-09-221-0/+9
* tool_operate: Don't call easysrc cleanup unless --libcurlJay Satiro2015-09-211-6/+9
* CURLOPT_PINNEDPUBLICKEY.3: replace test.com with example.comViktor Szakats2015-09-201-4/+4
* KNOWN_BUGS: 91 "curl_easy_perform hangs with imap and PolarSSL"Daniel Stenberg2015-09-201-0/+3
* KNOWN_BUGS: add link to #85Daniel Stenberg2015-09-201-0/+1
* tests: disable 1801 until fixedDaniel Stenberg2015-09-201-0/+3
* RELEASE-NOTES: synced with 4d95491636eeDaniel Stenberg2015-09-201-5/+19
* tool: generate easysrc only on --libcurlDaniel Lee Hwang2015-09-201-4/+6
* vtls: Change designator name for server's pubkey hashJay Satiro2015-09-191-5/+3
* NTLM: Reset auth-done when using a fresh connectionIsaac Boukris2015-09-191-0/+2
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-197-31/+37
* openldap: only part of LDAP query results receivedJakub Zakrzewski2015-09-191-32/+60
* openssl: don't output certinfo dataAlessandro Ghedini2015-09-191-41/+14
* openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini2015-09-191-186/+76
* nss: prevent NSS from incorrectly re-using a sessionKamil Dudka2015-09-182-0/+6
* nss: check return values of NSS functionsKamil Dudka2015-09-181-2/+6
* CURLOPT_PINNEDPUBLICKEY.3: mention error codeDaniel Stenberg2015-09-171-1/+3
* openssl: build with < 0.9.8Daniel Stenberg2015-09-172-2/+2
* libcurl-errors.3: add two missing error codesDaniel Stenberg2015-09-171-0/+4
* CURLOPT_PINNEDPUBLICKEY.3: Improve pubkey extraction exampleJay Satiro2015-09-141-0/+14
* http2: removed unused functionDaniel Stenberg2015-09-131-9/+0
* CURLINFO_ACTIVESOCKET.3: mention it replaces *LASTSOCKETDaniel Stenberg2015-09-121-1/+4
* opts: add CURLINFO_* man pages to distDaniel Stenberg2015-09-121-3/+66
* opts: 19 more CURLINFO_* options made into stand-alone man pagesDaniel Stenberg2015-09-1220-126/+929
* RELEASE-NOTES: synced with fad9604613Daniel Stenberg2015-09-121-8/+26
* curl: customrequest_helper: deal with NULL custom methodDaniel Stenberg2015-09-111-1/+3
* CURLOPT_FNMATCH_FUNCTION.3: fix typoSvyatoslav Mishyn2015-09-111-1/+1
* curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg2015-09-115-16/+65
* curl_sspi: fix possibly undefined CRYPT_E_REVOKEDJay Satiro2015-09-103-1/+9
* buildconf.bat: fix syntax errorJay Satiro2015-09-091-1/+1
* winbuild: run buildconf.bat if necessaryBenjamin Kircher2015-09-091-0/+3
* docs: fix argument type for CURLINFO_SPEED_*, CURLINFO_SIZE_*Svyatoslav Mishyn2015-09-084-4/+4