Age | Commit message (Expand) | Author |
2010-12-22 | SMTP: add brackets for MAIL FROM | Brad Hards |
2010-12-22 | Added support for axTLS to NetWare build. | Guenter Knauf |
2010-12-22 | Fixed include: memory.h -> curl_memory.h. | Guenter Knauf |
2010-12-22 | smtp-tls: add a missing newline | Brad Hards |
2010-12-21 | Typo fixes. | Brad Hards |
2010-12-21 | New curl/curl.h definitions added to ILE/RPG binding. | Patrick Monnerat |
2010-12-21 | build: sort configuration hunks in lib/Makefile.vc6 | Yang Tse |
2010-12-20 | getparameter: add error check | Daniel Stenberg |
2010-12-20 | loadhostpairs: return errorcode | Daniel Stenberg |
2010-12-20 | distrib: add new file to EXTRA_DIST | Yang Tse |
2010-12-20 | build: refactoring of msvc makefiles to allow overriding of library filenames. | Yang Tse |
2010-12-19 | ftp_parselist: fix compiler warning | Daniel Stenberg |
2010-12-18 | Curl_do: avoid using stale conn pointer | Pasha Kuznetsov |
2010-12-18 | ares: ask for both IPv4 and IPv6 addresses | Tommie Gannert |
2010-12-18 | examples: socket type cleanup | Daniel Stenberg |
2010-12-18 | Trival comment fix. | Brad Hards |
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards |
2010-12-17 | gitignore: ignore the new example execs | Daniel Stenberg |
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg |
2010-12-17 | examples: build all examples easier | Daniel Stenberg |
2010-12-17 | smtp-tls: new example | Brad Hards |
2010-12-17 | Docs: add simple SMTP example | Brad Hards |
2010-12-17 | tftpd: avoid buffer overflow report from glibc | Paul Howarth |
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 |