aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-25sasl: Re-factored auth-mechanism constants to be more genericSteve Holme
2012-05-25smtp: Moved auth-mechanism constants into a separate header fileSteve Holme
2012-05-25nss: avoid using explicit casts of code pointersKamil Dudka
2012-05-22smtp: Fixed an issue with the multi-interface always sending postdataSteve Holme
2012-05-22Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa
2012-05-22Updated dependency libary versions.Guenter Knauf
2012-05-17smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme
2012-05-02MD5: OOM fixGokhan Sengun
2012-04-26Updated dependency lib versions.Guenter Knauf
2012-04-23URL parse: reject numerical IPv6 addresses outside bracketsDaniel Stenberg
2012-04-23Curl_MD5_init: fix OOM memory leakDaniel Stenberg
2012-04-23OpenSSL cert: provide more details when cert check failsGokhan Sengun
2012-04-23Revert "sspi: Added version information"Yang Tse
2012-04-23Revert "sspi - Small code tidy up"Yang Tse
2012-04-23Revert "Fixed 'extra tokens at end of #endif directive'."Yang Tse
2012-04-23Revert "Fixed 'Trailing whitespace' found by checksrc."Yang Tse
2012-04-23Revert "sspi: Code tidy up to remove unused variable."Yang Tse
2012-04-22sspi: Code tidy up to remove unused variable.Steve Holme
2012-04-22Fixed 'Trailing whitespace' found by checksrc.Guenter Knauf
2012-04-22Fixed 'extra tokens at end of #endif directive'.Guenter Knauf
2012-04-22sspi - Small code tidy upSteve Holme
2012-04-22sspi: Added version informationSteve Holme
2012-04-20HTTP: empty chunked POST ended up in two zero size chunksDaniel Stenberg
2012-04-20Updated dependency lib versions.Guenter Knauf
2012-04-19singleipconnect: return OK even when Curl_socket() failsDaniel Stenberg
2012-04-19Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse
2012-04-19url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixesYang Tse
2012-04-18Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse
2012-04-17build adjustments: commit 9e24b9c7 follow-upYang Tse
2012-04-16nss.c: fix compiler warningYang Tse
2012-04-14setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse
2012-04-14headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usageYang Tse
2012-04-14headers: surround GCC attribute names with double underscoresJonathan Nieder
2012-04-13nss.c: fix compiler warningYang Tse
2012-04-13nss: provide human-readable names for NSS errorsKamil Dudka
2012-04-13nss: use NSS_InitContext() to initialize NSS if availableKamil Dudka
2012-04-13nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka
2012-04-13Added NetWare export.Guenter Knauf
2012-04-12url.c: fix compiler warningYang Tse
2012-04-12Updated dependency lib versions (2nd try).Guenter Knauf
2012-04-12Updated dependency lib versions.Guenter Knauf
2012-04-12configure: NATIVE_WINDOWS no longer defined in config filesYang Tse
2012-04-11build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config filesYang Tse
2012-04-09configure: Windows cross-compilation fixesYang Tse
2012-04-07curl tool: use configuration files from lib directory - follow-up IYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-04-06PolarSSL: correct return code for CRL matchesDaniel Stenberg
2012-04-06PolarSSL: include version number in version stringDaniel Stenberg
2012-04-05CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu
2012-04-05PolarSSL: add support for asynchronous connectDag Ekengren