Age | Commit message (Expand) | Author |
2014-03-05 | remote_port: allow connect to port 0 | Daniel Stenberg |
2014-03-03 | multi_runsingle: move timestamp into INIT | Daniel Stenberg |
2014-03-03 | hostcheck: update comment after previous change | Daniel Stenberg |
2014-03-03 | hostcheck: Curl_cert_hostcheck is not used by NSS builds | Daniel Stenberg |
2014-03-03 | x509asn: moved out Curl_verifyhost from NSS builds | Daniel Stenberg |
2014-03-03 | NSS: avoid compiler warnings when built without http2 support | Daniel Stenberg |
2014-03-03 | Rework Open Watcom make files to use standard Wmake features | Jiri Malak |
2014-03-02 | parsedate: Fixed compilation warning | Jiri Malak |
2014-02-28 | transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5e | Steve Holme |
2014-02-28 | Fix bug that HTTP/2 hangs if whole response body is read with headers | Tatsuhiro Tsujikawa |
2014-02-28 | http2: build with current nghttp2 version | Daniel Stenberg |
2014-02-25 | Merge pull request #93 from d235j/darwinssl_ip_address_fix | nickzman |
2014-02-24 | curl_schannel.c: Updated copyright years | Marc Hoersken |
2014-02-24 | winssl: Enable hostname verification of IP address using SAN or CN | David Ryskalczyk |
2014-02-23 | Don't omit CN verification in DarwinSSL when an IP address is used. | David Ryskalczyk |
2014-02-22 | easy: Fixed a memory leak on OOM condition | Dan Fandrich |
2014-02-19 | SFTP: skip reading the dir when NOBODY=1 | Daniel Stenberg |
2014-02-18 | axtls: comment the call ssl_read repeatedly loop | Dan Fandrich |
2014-02-17 | http2: Support HTTP POST/PUT | Tatsuhiro Tsujikawa |
2014-02-17 | multi: ignore sigpipe internally | Daniel Stenberg |
2014-02-17 | configure: Fix the --disable-crypto-auth option | Dan Fandrich |
2014-02-17 | ConnectionDone: default maxconnects to 4 x number of easy handles | Shao Shuchao |
2014-02-16 | axtls: bump copyright year | Daniel Stenberg |
2014-02-16 | axtls: call ssl_read repeatedly | Fabian Frank |
2014-02-16 | ConnectionExists: re-use connections better | Daniel Stenberg |
2014-02-16 | warnless: Updated copyright year for recent changes | Steve Holme |
2014-02-16 | warnless: add wrapper function for read and write on Windows | Marc Hoersken |
2014-02-14 | dict: fix memory leak in OOM exit path | Arvid Norberg |
2014-02-13 | Curl_urldecode: don't allow NULL as receiver | Daniel Stenberg |
2014-02-13 | ConnectionExists: reusing possible HTTP+NTLM connections better | Daniel Stenberg |
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma |
2014-02-12 | Fix compilation with make mingw32 | Thomas Braun |
2014-02-12 | chunked decoder: track overflows correctly | Daniel Stenberg |
2014-02-11 | openssl: honor --[no-]alpn|npn command line switch | Fabian Frank |
2014-02-11 | gtls: honor --[no-]alpn command line switch | Fabian Frank |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-02-10 | nss: use correct preprocessor macro | Fabian Frank |
2014-02-09 | formdata: Must use Curl_safefree instead of free | Dan Fandrich |
2014-02-08 | formdata: Fixed memory leak on OOM condition | Dan Fandrich |
2014-02-07 | http2: updated README after NSS addition | Daniel Stenberg |
2014-02-07 | nss: support pre-ALPN versions | Daniel Stenberg |
2014-02-07 | nss: ALPN and NPN support | Fabian Frank |
2014-02-07 | formpost: use semicolon in multipart/mixed | Daniel Stenberg |
2014-02-06 | ssh: Fixed a NULL pointer dereference on OOM condition | Dan Fandrich |
2014-02-06 | nss: Updated copyright year for recent edits | Steve Holme |
2014-02-06 | 100-continue: fix timeout condition | Remi Gacogne |
2014-02-06 | nss: prefer highest available TLS version | Fabian Frank |
2014-02-06 | http2: spell fixed README and added version requirement | Daniel Stenberg |
2014-02-05 | http2: minor update of the README | Daniel Stenberg |
2014-02-05 | http2: rely on content-encoding header | Fabian Frank |