summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pop3: remove trailing whitespaceDaniel Stenberg2012-05-271-1/+1
* pop3: Code tidy up before the introduction of authentication codeSteve Holme2012-05-272-61/+45
* Try to detect OpenSSL build type automatically.Guenter Knauf2012-05-271-9/+21
* sasl: Re-factored auth-mechanism constants to be more genericSteve Holme2012-05-252-25/+25
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-254-10/+39
* nss: avoid using explicit casts of code pointersKamil Dudka2012-05-251-7/+4
* smtp: Fixed an issue with the multi-interface always sending postdataSteve Holme2012-05-221-6/+7
* Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa2012-05-223-8/+8
* Updated dependency libary versions.Guenter Knauf2012-05-226-19/+19
* smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme2012-05-172-16/+13
* MD5: OOM fixGokhan Sengun2012-05-021-0/+12
* Updated dependency lib versions.Guenter Knauf2012-04-266-7/+7
* URL parse: reject numerical IPv6 addresses outside bracketsDaniel Stenberg2012-04-231-1/+13
* Curl_MD5_init: fix OOM memory leakDaniel Stenberg2012-04-231-5/+7
* OpenSSL cert: provide more details when cert check failsGokhan Sengun2012-04-231-3/+13
* Revert "sspi: Added version information"Yang Tse2012-04-235-87/+8
* Revert "sspi - Small code tidy up"Yang Tse2012-04-231-8/+13
* Revert "Fixed 'extra tokens at end of #endif directive'."Yang Tse2012-04-231-1/+1
* Revert "Fixed 'Trailing whitespace' found by checksrc."Yang Tse2012-04-231-2/+2
* Revert "sspi: Code tidy up to remove unused variable."Yang Tse2012-04-231-0/+1
* sspi: Code tidy up to remove unused variable.Steve Holme2012-04-221-1/+0
* Fixed 'Trailing whitespace' found by checksrc.Guenter Knauf2012-04-221-2/+2
* Fixed 'extra tokens at end of #endif directive'.Guenter Knauf2012-04-221-1/+1
* sspi - Small code tidy upSteve Holme2012-04-221-13/+8
* sspi: Added version informationSteve Holme2012-04-225-8/+87
* HTTP: empty chunked POST ended up in two zero size chunksDaniel Stenberg2012-04-201-6/+8
* Updated dependency lib versions.Guenter Knauf2012-04-206-10/+10
* singleipconnect: return OK even when Curl_socket() failsDaniel Stenberg2012-04-191-1/+4
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-upYang Tse2012-04-191-3/+10
* url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixesYang Tse2012-04-191-2/+36
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-183-13/+13
* build adjustments: commit 9e24b9c7 follow-upYang Tse2012-04-171-3/+3
* nss.c: fix compiler warningYang Tse2012-04-161-1/+2
* setup_once.h: tighten requirements for stdbool.h header inclusionYang Tse2012-04-141-1/+1
* headers: require GCC 2.7 or newer in order to allow attribute GCC'isms usageYang Tse2012-04-141-6/+10
* headers: surround GCC attribute names with double underscoresJonathan Nieder2012-04-141-1/+1
* nss.c: fix compiler warningYang Tse2012-04-131-4/+5
* nss: provide human-readable names for NSS errorsKamil Dudka2012-04-131-7/+25
* nss: use NSS_InitContext() to initialize NSS if availableKamil Dudka2012-04-131-1/+36
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-135-39/+2
* Added NetWare export.Guenter Knauf2012-04-131-0/+1
* url.c: fix compiler warningYang Tse2012-04-121-1/+1
* Updated dependency lib versions (2nd try).Guenter Knauf2012-04-124-4/+4
* Updated dependency lib versions.Guenter Knauf2012-04-124-13/+13
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-123-9/+0
* build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config filesYang Tse2012-04-115-21/+24
* configure: Windows cross-compilation fixesYang Tse2012-04-094-30/+31
* curl tool: use configuration files from lib directory - follow-up IYang Tse2012-04-073-4/+3
* curl tool: use configuration files from lib directoryYang Tse2012-04-067-79/+102
* PolarSSL: correct return code for CRL matchesDaniel Stenberg2012-04-061-1/+3