Age | Commit message (Expand) | Author |
2012-02-10 | parse_proxy: bail out on zero-length proxy names! | Daniel Stenberg |
2012-02-09 | nss: add support for the CURLSSLOPT_ALLOW_BEAST option | Kamil Dudka |
2012-02-09 | configure: don't modify LD_LIBRARY_PATH for cross compiles | Rob Ward |
2012-02-09 | --ssl-allow-beast added | Daniel Stenberg |
2012-02-09 | CURLOPT_SSL_OPTIONS: added | Daniel Stenberg |
2012-02-09 | curl: use new library-side TCP_KEEPALIVE options | Dave Reisner |
2012-02-09 | add library support for tuning TCP_KEEPALIVE | Dave Reisner |
2012-02-07 | curl_easy_reset: reset the referer string | Daniel Stenberg |
2012-02-07 | curl tool: allow glob-loops to abort again upon critical errors | Yang Tse |
2012-02-06 | curl tool: don't abort glob-loop due to failures | Daniel Stenberg |
2012-01-31 | CONNECT: send correct Host: with IPv6 numerical address | Daniel Stenberg |
2012-01-28 | Explicitly link to the nettle/gcrypt libraries | Martin Storsjo |
2012-01-28 | more resilient connection times among IP addresses | Pierre Ynard |
2012-01-28 | remove write-only variable | Pierre Ynard |
2012-01-26 | Merge branch 'master' of github.com:bagder/curl | Pierre Joye |
2012-01-26 | - fix IPV6 and IDN options | Pierre Joye |
2012-01-25 | TODO-RELEASE: added item #308 | Yang Tse |
2012-01-25 | THANKS: imported contributors from 7.24.0 RELEASE-NOTES | Daniel Stenberg |
2012-01-25 | test harness: update stunnel.pem Diffie-Hellman parameters from 512 to 1024 bit | Yang Tse |
2012-01-25 | version: start working on 7.24.1-DEV | Yang Tse |
2012-01-24 | curl_easy_setopt.3: Fixed SEEKDATA & CLOSESOCKETDATA descriptions | Dan Fandrich |
2012-01-24 | RELEASE-NOTES: synced with 70f71bb99f7ed9 | Daniel Stenberg |
2012-01-24 | gnutls: enforced use of SSLv3 | Daniel Stenberg |
2012-01-24 | tests: test CRLF in URLs | Daniel Stenberg |
2012-01-24 | URL sanitize: reject URLs containing bad data | Daniel Stenberg |
2012-01-24 | OpenSSL: don't disable security work-around | Daniel Stenberg |
2012-01-22 | RELEASE-NOTES: synced with 6e2fd2c9ea | Daniel Stenberg |
2012-01-22 | CURLOPT_ACCEPTTIMEOUT_MS: spellfix | Daniel Stenberg |
2012-01-20 | examples: updated README with two new example programs | Dan Fandrich |
2012-01-20 | URL parse: user name with ipv6 numerical address | Daniel Stenberg |
2012-01-20 | telnet.c: fix OOM triggered segfault | Yang Tse |
2012-01-19 | testtrace.c: fix compiler warning | Yang Tse |
2012-01-19 | OpenSSL: follow-up for commit a20daf90e3 | Yang Tse |
2012-01-19 | - s, use, enable, for options name, avoiding conflicts with the names used in... | Pierre Joye |
2012-01-19 | curl.1: improve --stderr wording | Daniel Stenberg |
2012-01-18 | KNOWN_BUGS: can't receive zero bytes file properly | Daniel Stenberg |
2012-01-18 | ssl session caching: fix compiler warnings | Yang Tse |
2012-01-18 | polarssl: show cipher suite name correctly with 1.1.0 | Daniel Stenberg |
2012-01-18 | polarssl: show error code correctly | Daniel Stenberg |
2012-01-18 | polarssl: havege_rand is not present in version 1.1.0 | Daniel Stenberg |
2012-01-18 | RELEASE-NOTES: synced with 5d70a61b94604 | Daniel Stenberg |
2012-01-18 | Add two tests for telnet: URLs | Colin Hogben |
2012-01-18 | Remove bogus optimisation of telnet upload. | Colin Hogben |
2012-01-18 | Use correct file descriptor for telnet upload. | Colin Hogben |
2012-01-18 | OpenLDAP: fix LDAP connection phase memory leak | Yang Tse |
2012-01-18 | OpenSSL: fix PKCS#12 certificate parsing related memory leak | Johannes Bauer |
2012-01-18 | OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabled | Yang Tse |
2012-01-17 | tests: enable time tracing on tests 500, 573 and 585 | Yang Tse |
2012-01-17 | tests: testtrace.[ch] provides debug callback for libtest usage | Yang Tse |
2012-01-17 | sws.c: fix proxy mode secondary connection monitoring condition | Yang Tse |