Age | Commit message (Expand) | Author |
2015-03-19 | HTTP: don't switch to HTTP/2 from 1.1 until we get the 101 | Daniel Stenberg |
2015-03-19 | axtls: version 1.5.2 now requires that config.h be manually included | Dan Fandrich |
2015-03-19 | metalink: fix resource leak in OOM | Daniel Stenberg |
2015-03-18 | docs/libcurl: clean up libcurl-symbols.3 | Dan Fandrich |
2015-03-18 | docs/libcurl: check that all options with man pages are referenced | Dan Fandrich |
2015-03-18 | curl_easy_setopt.3: added a few missing options | Dan Fandrich |
2015-03-18 | nss: explicitly tell NSS to disable NPN/ALPN | Kamil Dudka |
2015-03-18 | mkhelp: Remove trailing carriage return from every line of input | Jay Satiro |
2015-03-18 | RELEASE-NOTES: synced with e539f01567 | Daniel Stenberg |
2015-03-18 | docs/libcurl: make portability fix | Christian Weisgerber |
2015-03-17 | checksrc: Fix whitelist on out-of-tree builds | Dan Fandrich |
2015-03-17 | Curl_sh_entry: remove unused 'timestamp' | Stefan Bühler |
2015-03-17 | HTTP: don't use Expect: headers when on HTTP/2 | Daniel Stenberg |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-17 | checksrc: introduce a whitelisting concept | Daniel Stenberg |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg |
2015-03-17 | CONTRIBUTE: refer to git log instead of deprecated CHANGES file | Daniel Stenberg |
2015-03-17 | CURLOPT_*.3: more examples and edits | Daniel Stenberg |
2015-03-17 | CURLOPT_*.3: added lots of small example sections | Daniel Stenberg |
2015-03-16 | CURLOPT_PRIVATE.3: provide an example | Daniel Stenberg |
2015-03-16 | CURLOPT_*TIMEOUT.3: provide examples | Daniel Stenberg |
2015-03-16 | CURLOPT_USERAGENT.3: added an example | Daniel Stenberg |
2015-03-16 | CURLOPT_STDERR.3: added an example | Daniel Stenberg |
2015-03-16 | curl_easy_perform.3: remove superfluous close brace from example | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before a few calls of cURL functions | Markus Elfring |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-16 | connect: Fix happy eyeballs logic for IPv4-only builds | Jay Satiro |
2015-03-15 | mksymbolsmanpage.pl: use std header and generate better nroff header | Daniel Stenberg |
2015-03-15 | closesocket: call multi socket cb on close even with custom close | Frank Meier |
2015-03-14 | hostip: Fix signal race in Curl_resolv_timeout. | Tobias Stoeckmann |
2015-03-14 | http2: detect prematures close without data transfered | Daniel Stenberg |
2015-03-13 | test320: Expect the Host header to be the first header | Dan Fandrich |
2015-03-12 | RELEASE-NOTES: synced with 186e46d88dd | Daniel Stenberg |
2015-03-12 | openssl: use colons properly in the ciphers list | Daniel Stenberg |
2015-03-12 | openssl: sort the ciphers on strength | Daniel Stenberg |
2015-03-12 | test203[0-3]: Expect the Host header to be the first header | Fabian Keil |
2015-03-12 | openssl: show the cipher selection to use | Daniel Stenberg |
2015-03-12 | http: always send Host: header as first header | Daniel Stenberg |
2015-03-11 | mk-ca-bundle bugfix: Don't report SHA1 numbers with "-q". | Alexander Pepper |
2015-03-11 | proxy: re-use proxy connections (regression) | Daniel Stenberg |
2015-03-10 | memanalyze.pl: handle free(NULL) | Jay Satiro |
2015-03-10 | .travis.yml: Change CI make test to make test-full | Jay Satiro |
2015-03-10 | gtls: correctly align certificate status verification messages | Alessandro Ghedini |
2015-03-10 | gtls: don't print double newline after certificate dates | Alessandro Ghedini |
2015-03-10 | gtls: print negotiated TLS version and full cipher suite name | Alessandro Ghedini |
2015-03-10 | gtls: fix compiler warnings | Daniel Stenberg |
2015-03-10 | gtls: add support for CURLOPT_CAPATH | Alessandro Ghedini |
2015-03-09 | MacOSX-Framework: use @rpath instead of @executable_path | stopiccot |