Age | Commit message (Expand) | Author |
2015-09-28 | openssl: Fix algorithm init | Michael Kalinin |
2015-09-27 | docs: fix unescaped '\n' in man pages | Svyatoslav Mishyn |
2015-09-27 | http2: set TCP_NODELAY unconditionally | Daniel Stenberg |
2015-09-27 | http2: avoid superfluous Curl_expire() calls | Daniel Stenberg |
2015-09-27 | readwrite_data: set a max number of loops | Daniel Stenberg |
2015-09-26 | CI: Added AppVeyor-CI for curl | Sergei Nikulov |
2015-09-26 | FTP: fix uploading ASCII with unknown size | Daniel Stenberg |
2015-09-26 | build: fix failures with -Wcast-align and -Werror | Tatsuhiro Tsujikawa |
2015-09-26 | curl-confopts.m4: Add missing ')' | Tatsuhiro Tsujikawa |
2015-09-25 | curl_easy_getinfo.3: Add brief description for each CURLINFO | Jay Satiro |
2015-09-23 | CMake: Ensure discovered include dirs are considered | Jakub Zakrzewski |
2015-09-23 | CMake: Put "winsock2.h" before "windows.h" during configure checks | Jakub Zakrzewski |
2015-09-23 | tests: disable 1510 due to CI-problems on github | Daniel Stenberg |
2015-09-23 | gnutls: Report actual GnuTLS error message for certificate errors | Mike Crowe |
2015-09-22 | RELEASE-NOTES: synced with 6b56901b56e | Daniel Stenberg |
2015-09-22 | gnutls: Support CURLOPT_KEYPASSWD | Mike Crowe |
2015-09-22 | CURLINFO_TLS_SESSION: always return backend info | Daniel Stenberg |
2015-09-22 | tool: remove redundant libcurl check | Daniel Hwang |
2015-09-22 | CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment | Richard van den Berg |
2015-09-22 | TODO: 5.7 More compressions | Daniel Stenberg |
2015-09-21 | tool_operate: Don't call easysrc cleanup unless --libcurl | Jay Satiro |
2015-09-20 | CURLOPT_PINNEDPUBLICKEY.3: replace test.com with example.com | Viktor Szakats |
2015-09-20 | KNOWN_BUGS: 91 "curl_easy_perform hangs with imap and PolarSSL" | Daniel Stenberg |
2015-09-20 | KNOWN_BUGS: add link to #85 | Daniel Stenberg |
2015-09-20 | tests: disable 1801 until fixed | Daniel Stenberg |
2015-09-20 | RELEASE-NOTES: synced with 4d95491636ee | Daniel Stenberg |
2015-09-20 | tool: generate easysrc only on --libcurl | Daniel Lee Hwang |
2015-09-19 | vtls: Change designator name for server's pubkey hash | Jay Satiro |
2015-09-19 | NTLM: Reset auth-done when using a fresh connection | Isaac Boukris |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-09-19 | openldap: only part of LDAP query results received | Jakub Zakrzewski |
2015-09-19 | openssl: don't output certinfo data | Alessandro Ghedini |
2015-09-19 | openssl: refactor certificate parsing to use OpenSSL memory BIO | Alessandro Ghedini |
2015-09-18 | nss: prevent NSS from incorrectly re-using a session | Kamil Dudka |
2015-09-18 | nss: check return values of NSS functions | Kamil Dudka |
2015-09-17 | CURLOPT_PINNEDPUBLICKEY.3: mention error code | Daniel Stenberg |
2015-09-17 | openssl: build with < 0.9.8 | Daniel Stenberg |
2015-09-17 | libcurl-errors.3: add two missing error codes | Daniel Stenberg |
2015-09-14 | CURLOPT_PINNEDPUBLICKEY.3: Improve pubkey extraction example | Jay Satiro |
2015-09-13 | http2: removed unused function | Daniel Stenberg |
2015-09-12 | CURLINFO_ACTIVESOCKET.3: mention it replaces *LASTSOCKET | Daniel Stenberg |
2015-09-12 | opts: add CURLINFO_* man pages to dist | Daniel Stenberg |
2015-09-12 | opts: 19 more CURLINFO_* options made into stand-alone man pages | Daniel Stenberg |
2015-09-12 | RELEASE-NOTES: synced with fad9604613 | Daniel Stenberg |
2015-09-11 | curl: customrequest_helper: deal with NULL custom method | Daniel Stenberg |
2015-09-11 | CURLOPT_FNMATCH_FUNCTION.3: fix typo | Svyatoslav Mishyn |
2015-09-11 | curl: point out unnecessary uses of -X in verbose mode | Daniel Stenberg |
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro |
2015-09-09 | buildconf.bat: fix syntax error | Jay Satiro |
2015-09-09 | winbuild: run buildconf.bat if necessary | Benjamin Kircher |