Age | Commit message (Expand) | Author |
2012-05-22 | Updated dependency libary versions. | Guenter Knauf |
2012-05-17 | smtp: Fixed non-escaping of dot character at beginning of line | Steve Holme |
2012-05-02 | MD5: OOM fix | Gokhan Sengun |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf |
2012-04-23 | URL parse: reject numerical IPv6 addresses outside brackets | Daniel Stenberg |
2012-04-23 | Curl_MD5_init: fix OOM memory leak | Daniel Stenberg |
2012-04-23 | OpenSSL cert: provide more details when cert check fails | Gokhan Sengun |
2012-04-23 | Revert "sspi: Added version information" | Yang Tse |
2012-04-23 | Revert "sspi - Small code tidy up" | Yang Tse |
2012-04-23 | Revert "Fixed 'extra tokens at end of #endif directive'." | Yang Tse |
2012-04-23 | Revert "Fixed 'Trailing whitespace' found by checksrc." | Yang Tse |
2012-04-23 | Revert "sspi: Code tidy up to remove unused variable." | Yang Tse |
2012-04-22 | sspi: Code tidy up to remove unused variable. | Steve Holme |
2012-04-22 | Fixed 'Trailing whitespace' found by checksrc. | Guenter Knauf |
2012-04-22 | Fixed 'extra tokens at end of #endif directive'. | Guenter Knauf |
2012-04-22 | sspi - Small code tidy up | Steve Holme |
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 |