summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg2007-10-244-2/+16
* Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg2007-10-234-11/+19
* File is not a protocol that can deal with "persistancy"Yang Tse2007-10-231-0/+10
* Read callback should return 0 when no more data leftYang Tse2007-10-231-1/+1
* Fix compiler warning: subscript has type `char'Yang Tse2007-10-231-1/+1
* removed dependency on gettimeofday() since we use only 1 sec resolution here.Gunter Knauf2007-10-221-3/+1
* removed 105, it is now assumed to be fixed!Daniel Stenberg2007-10-221-2/+0
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-229-62/+116
* Removed 93 and 100, there's no work on these and they're not critical in anyDaniel Stenberg2007-10-221-4/+0
* #103 is fixedDaniel Stenberg2007-10-221-2/+0
* mention Patrick Monnerat's recent work on the postfields problemsDaniel Stenberg2007-10-221-1/+4
* Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg2007-10-223-5/+20
* Mohun Biswas sent a patch to fix generated MSVC8 makefiles.Gunter Knauf2007-10-201-2/+2
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-201-3/+3
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-203-4/+4
* Add custom check for WINLDAP libraries.Yang Tse2007-10-191-4/+96
* Fix message shown when detecting icc versionYang Tse2007-10-192-0/+2
* Avoid shadowing a global declarationYang Tse2007-10-191-8/+1
* Renamed a variable to avoid shadowing a global declarationYang Tse2007-10-181-5/+5
* Renamed internal function to avoid a variable shadowing itYang Tse2007-10-181-3/+3
* Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse2007-10-182-0/+72
* Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse2007-10-181-2/+2
* Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0Patrick Monnerat2007-10-181-5/+13
* Avoid a NULL pointer dereference in an OOM condition.Dan Fandrich2007-10-181-1/+1
* Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse2007-10-182-10/+10
* Fix overflow detection, take four. Avoiding zero size malloc.Yang Tse2007-10-171-2/+2
* Fix CURL_CHECK_LIBS_LDAP failure when no parameter is givenYang Tse2007-10-171-15/+18
* actually sync with lib/setup_once.hYang Tse2007-10-171-3/+2
* Fix overflow detection, thanks to Patrick Monnerat detecting testYang Tse2007-10-171-2/+3
* sync with lib/setup_once.hYang Tse2007-10-171-1/+106
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-1711-112/+106
* Default check for more libraries in CURL_CHECK_LIBS_LDAP,Yang Tse2007-10-171-1/+27
* Fix compiler warning: signed and unsigned type in conditional expressionYang Tse2007-10-171-5/+6
* Fix compiler warning: comparison between signed and unsignedYang Tse2007-10-171-2/+3
* ANSI C compliant overflow checkYang Tse2007-10-161-4/+2
* Fix a bug where fallback from AF_INET6 to AF_INET would not work properly tog...Steinar H. Gunderson2007-10-161-4/+22
* Fixed compiler warning re: unused variable `bigsize'Dan Fandrich2007-10-161-1/+3
* Avoid depending on a header file for the definition of NULLYang Tse2007-10-151-5/+19
* Mention first version with CURLOPT_COPYPOSTFIELDS.Dan Fandrich2007-10-153-6/+7
* Updated minimum libcurl sizeDan Fandrich2007-10-151-3/+6
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-1510-23/+182
* Fix LDAP compile error when LDAP is not available.Dan Fandrich2007-10-152-2/+7
* Fix custom check for LDAP librariesYang Tse2007-10-141-3/+3
* Add custom check for LDAP librariesYang Tse2007-10-142-11/+85
* Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse2007-10-142-18/+222
* Chris Leighton:Daniel Stenberg2007-10-131-1/+1
* Add check for winldap and winber header filesYang Tse2007-10-132-0/+80
* Made a few more functions static with the protocol handler table in place.Dan Fandrich2007-10-134-9/+16
* another Curl_handler fix, the #ifdefs got a bit mixed up...Daniel Stenberg2007-10-121-16/+14
* Fixed a few compile errors and warnings.Dan Fandrich2007-10-123-9/+18