Age | Commit message (Expand) | Author |
2012-04-22 | sspi: Added version information | Steve Holme |
2012-04-20 | HTTP: empty chunked POST ended up in two zero size chunks | Daniel Stenberg |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf |
2012-04-19 | singleipconnect: return OK even when Curl_socket() fails | Daniel Stenberg |
2012-04-19 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up | Yang Tse |
2012-04-19 | url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes | Yang Tse |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-17 | build adjustments: commit 9e24b9c7 follow-up | Yang Tse |
2012-04-16 | nss.c: fix compiler warning | Yang Tse |
2012-04-14 | setup_once.h: tighten requirements for stdbool.h header inclusion | Yang Tse |
2012-04-14 | headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usage | Yang Tse |
2012-04-14 | headers: surround GCC attribute names with double underscores | Jonathan Nieder |
2012-04-13 | nss.c: fix compiler warning | Yang Tse |
2012-04-13 | nss: provide human-readable names for NSS errors | Kamil Dudka |
2012-04-13 | nss: use NSS_InitContext() to initialize NSS if available | Kamil Dudka |
2012-04-13 | nss: unconditionally require PK11_CreateGenericObject() | Kamil Dudka |
2012-04-13 | Added NetWare export. | Guenter Knauf |
2012-04-12 | url.c: fix compiler warning | Yang Tse |
2012-04-12 | Updated dependency lib versions (2nd try). | Guenter Knauf |
2012-04-12 | Updated dependency lib versions. | Guenter Knauf |
2012-04-12 | configure: NATIVE_WINDOWS no longer defined in config files | Yang Tse |
2012-04-11 | build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files | Yang Tse |
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse |
2012-04-07 | curl tool: use configuration files from lib directory - follow-up I | Yang Tse |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse |
2012-04-06 | PolarSSL: correct return code for CRL matches | Daniel Stenberg |
2012-04-06 | PolarSSL: include version number in version string | Daniel Stenberg |
2012-04-05 | CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URL | Andrei Cipu |
2012-04-05 | PolarSSL: add support for asynchronous connect | Dag Ekengren |
2012-04-04 | Revert "access the CA source file using HTTPS" | Tim Heckman |
2012-04-04 | IPv6 cookie domain: get rid of the first bracket before the second. | Andrei Cipu |
2012-04-04 | ftp.c: ftplistparser related OOM handling fix | Yang Tse |
2012-04-04 | smtp.c: fix compiler warnings | Yang Tse |
2012-04-03 | connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket fails | Lijo Antony |
2012-04-02 | pop3: Reworked the command sending and handling | Steve Holme |
2012-04-01 | smtp.c: Code policing and tidy up | Steve Holme |
2012-04-01 | SSH: public key can now be an empty string | Armel Asselin |
2012-04-01 | OpenSSL: Made cert hostname check conform to RFC 6125 | Tatsuhiro Tsujikawa |
2012-04-01 | HTTP: reset expected DL/UL sizes on redirects | Daniel Stenberg |
2012-03-31 | smtp: Add support for DIGEST-MD5 authentication | Gökhan Şengün |
2012-03-31 | smtp: Cody tidy up of md5 digest length | Gökhan Şengün |
2012-03-31 | md5: Add support for calculating the md5 sum of buffers incrementally | Gökhan Şengün |
2012-03-31 | Revert "mk-ca-bundle.pl: use LWP::UserAgent for https" | Daniel Stenberg |
2012-03-31 | pop3: Added support for additional pop3 commands | Steve Holme |
2012-03-25 | ssh.c: code cleanup, Curl_safefree() already nullifies pointer | Yang Tse |
2012-03-25 | fix some compiler warnings | Yang Tse |
2012-03-25 | pop3.c: Corrected problem with state() introduced in 01690ed2bce5 | Steve Holme |
2012-03-25 | pop.c: Small code tidy up | Steve Holme |
2012-03-25 | pop3: Removed the need for the single message LIST command handler | Steve Holme |
2012-03-24 | pop3.c: Code policing and tidy up | Steve Holme |