summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-1910-10/+0
* Remove run-time requirement for advapi32.dll sinceYang Tse2009-05-183-15/+10
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-1810-0/+10
* Update copyright year, to force CVS to update the $Id date string formatYang Tse2009-05-1813-13/+13
* Added seek callback definitions in RPG wrappersPatrick Monnerat2009-05-182-0/+8
* start climbing to 7.19.6Daniel Stenberg2009-05-182-48/+8
* 7.19.5 brought 16 new contributorsDaniel Stenberg2009-05-181-0/+16
* 7.19.5 coming upcurl-7_19_5Daniel Stenberg2009-05-182-5/+3
* Remove temporary debug tracing, and add nasty error explanationYang Tse2009-05-181-7/+4
* Intentionally avoid checking if the address of SystemFunction036, a.k.a.Yang Tse2009-05-183-9/+7
* Simplify c-ares function capability checkYang Tse2009-05-181-2/+2
* - Provide in external interface preprocessor symbol definitions forYang Tse2009-05-184-13/+12
* fixed case.Gunter Knauf2009-05-171-1/+1
* Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...Yang Tse2009-05-171-0/+11
* Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2009-05-179-28/+75
* Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2009-05-172-0/+133
* - James Bursa posted a patch to the mailing list that fixed a problem withDaniel Stenberg2009-05-175-41/+99
* Extend displaying of logfiles upon first server start-up failure for http, ht...Yang Tse2009-05-151-2/+10
* Displaying of logfiles on ftp server satrtup failure for test case #100 becom...Yang Tse2009-05-151-4/+7
* fix compiler warning: unused variableYang Tse2009-05-151-3/+0
* remove outdated commentYang Tse2009-05-152-10/+2
* Fix preprocessor conditional expressionYang Tse2009-05-152-2/+2
* Add some debug tracingYang Tse2009-05-141-0/+6
* Fix detection of automatically choosen listener port number on IPv6 enabled b...Yang Tse2009-05-141-15/+48
* log each setsockopt/SO_REUSEADDR failureYang Tse2009-05-131-1/+4
* fix print formatting-string directivesYang Tse2009-05-131-3/+3
* temporary debug trace for ftp server satrtup failure on testcase #100Yang Tse2009-05-121-0/+5
* Reverted my change to use Curl_connected_proxy() here. Clearly I wasn'tDaniel Stenberg2009-05-121-5/+27
* fix LC_ALL and LC_CTYPE when set with conflicting valuesYang Tse2009-05-121-1/+2
* make no proxy set return OK from Curl_connected_proxy() since it will be calledDaniel Stenberg2009-05-121-3/+1
* fiX *__SOCKLEN_T definitions for remaining targetsYang Tse2009-05-122-20/+20
* *__SOCKLEN_T definitions for OS400 already fixedYang Tse2009-05-121-2/+0
* curl_multi_socket and curl_multi_socket_all to be removed at next majorDaniel Stenberg2009-05-111-1/+7
* split off curl_multi_socket_action() into its own separate man page as this isDaniel Stenberg2009-05-113-57/+173
* curl_multi_socket_action() is the one we favor!Daniel Stenberg2009-05-111-1/+1
* TELNET transfers and SOCKS handshakes are blocking tooDaniel Stenberg2009-05-111-1/+3
* fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targetsYang Tse2009-05-112-8/+8
* "228 - rpath problems in linking with custom openssl" removedDaniel Stenberg2009-05-111-2/+0
* #234 Done!Yang Tse2009-05-111-5/+0
* Adjust test definition for TPF.Yang Tse2009-05-112-0/+6
* Fetch curl's 'CharConv' feature information, used by TPF.Yang Tse2009-05-111-0/+5
* - Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option toDaniel Stenberg2009-05-113-2/+8
* timeout in milliseconds works for me!Daniel Stenberg2009-05-111-3/+0
* Added KNOWN_BUGS #65, and marked it for TODO in the _next_ release as I'mDaniel Stenberg2009-05-112-3/+9
* moved variables more locally to get rid of one set of #ifdefsDaniel Stenberg2009-05-111-5/+4
* Use Curl_connected_proxy() here instead of duplicating code. Spell out theDaniel Stenberg2009-05-111-25/+5
* fix the Curl_connected_proxy function for when libcurl actually connects fineDaniel Stenberg2009-05-111-0/+6
* Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy usingDaniel Stenberg2009-05-115-3/+216
* support --help to do the same as -hDaniel Stenberg2009-05-111-1/+1
* - Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg2009-05-116-3/+29