Age | Commit message (Expand) | Author |
2010-12-17 | example: fix compiler warnings in fopen.c | Daniel Stenberg |
2010-12-17 | chkspeed: bad strtol() call for -M option | Brad Hards |
2010-12-16 | axTLS integration: silence runtests.pl perl warning | Yang Tse |
2010-12-15 | axTLS: mention it among the other SSL libs | Daniel Stenberg |
2010-12-15 | 7.21.4: version bump | Daniel Stenberg |
2010-12-15 | axtls_connect: allow connect without peer verification | Daniel Stenberg |
2010-12-15 | axTLS: allow "default" SSL version as well | Daniel Stenberg |
2010-12-15 | axtls.c: cleanup | Daniel Stenberg |
2010-12-15 | urldate: undef hideous memory defines | Daniel Stenberg |
2010-12-15 | configure: make --with-axtls set prefix | Daniel Stenberg |
2010-12-15 | Minor fixes to pass tests 301 and 306 with a patched axTLS. | Eric Hu |
2010-12-15 | Initial axTLS integration. Connections can be made and some tests pass. | Eric Hu |
2010-12-15 | Simple update to configure script to notify user of --with-axtls switch. | Eric Hu |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |
2010-12-15 | THANKS: added contributors from 7.21.3 | Daniel Stenberg |
2010-12-15 | RELEASE-NOTES: synced with a865bd9fbaaa43e5c | Daniel Stenberg |
2010-12-13 | IsPipeliningPossible: only for HTTP | Daniel Stenberg |
2010-12-13 | multi_runsingle: don't timeout completed handles | Daniel Stenberg |
2010-12-09 | symbols-in-versions: CURLOPT_KEYPASSWD fixed | Daniel Stenberg |
2010-12-09 | RELEASE-NOTES: synced with c28443c551825 | Daniel Stenberg |
2010-12-08 | Mention that using other libraries can affect app licensing | Dan Fandrich |
2010-12-07 | easy: fix compiler warning: end-of-loop code not reached | Yang Tse |
2010-12-06 | disconnect: pass on the dead_connection argument | Daniel Stenberg |
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse |
2010-12-06 | ossl_connect_common: detect connection re-use | Heinrich Ko |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-12-06 | ssh: fix a download resume point calculation | Yang Tse |
2010-12-05 | Curl_wait_for_resolv: correct timeout | Daniel Stenberg |
2010-12-05 | Curl_send/recv_plain: return errno on failure | Daniel Stenberg |
2010-12-05 | Updated OpenSSL version. | Guenter Knauf |
2010-12-04 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-12-03 | fix compiler warning: assignment within conditional expression | Yang Tse |
2010-12-03 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-up | Yang Tse |
2010-12-03 | version-check: added brief documentation | Daniel Stenberg |
2010-12-03 | build: provide SIZEOF_SIZE_T DOS definition | Yang Tse |
2010-12-03 | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse |
2010-12-03 | build: provide SIZEOF_SIZE_T VMS definition | Yang Tse |
2010-12-03 | build: move config-vms.h from subdir 'packages/vms' into 'lib' | Yang Tse |
2010-12-02 | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse |
2010-12-02 | build: provide SIZEOF_SIZE_T netware definition | Yang Tse |
2010-12-02 | configure: undo using autobuilds to temporarily verify strict aliasing warnings. | Yang Tse |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse |
2010-12-02 | fix compiler warning: statement is not reachable | Yang Tse |
2010-12-01 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-12-01 | connect: fix compiler warning: unused variable | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections follow-up | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse |
2010-11-28 | atoi: remove atoi usage | Yang Tse |