summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-0917-208/+176
* Use monotonic time source if available.Yang Tse2008-05-0910-40/+113
* Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg2008-05-091-1/+0
* - Stefan Krause reported a busy-looping case when using the multi interfaceDaniel Stenberg2008-05-093-0/+12
* Removed an unused variable and one do-while loop that wasn't used either.Daniel Stenberg2008-05-091-1024/+1017
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-0913-22/+32
* include strings.h (if available) for the strcasecmp() protoDaniel Stenberg2008-05-083-0/+9
* check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg2008-05-086-0/+16
* fix compiler warning: format '%ld' expects type 'long int'Yang Tse2008-05-081-2/+2
* adjusted to work with the updated configure.acDaniel Stenberg2008-05-071-1/+1
* - Sebastian made c-ares able to return all PTR-records when doing reverseDaniel Stenberg2008-05-072-2/+31
* - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage toDaniel Stenberg2008-05-072-6/+14
* -135 - Busy looping bug in multi_socket interface byDaniel Stenberg2008-05-071-4/+4
* - Liam Healy filed the debian bug report #480044Daniel Stenberg2008-05-073-1/+11
* Christopher Palow provided the patch (edited by me) that introducesYang Tse2008-05-075-51/+76
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-05-061-1/+1
* mention four outstanding issues we should deal with before releaseDaniel Stenberg2008-05-051-1/+13
* Improved parsing of resolver configuration filesYang Tse2008-05-053-9/+58
* - Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg2008-05-033-1/+9
* minor spell and language fix of a commentDaniel Stenberg2008-05-031-3/+4
* - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twiceDaniel Stenberg2008-05-035-5/+128
* Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg2008-05-031-2/+16
* - Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg2008-05-033-3/+18
* - Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg2008-05-014-6/+30
* 53. SFTP busy-loop problem when doing SFTP uploads.Daniel Stenberg2008-05-011-0/+5
* Document that variable replacement now takes place in the test file <stdout> ...Dan Fandrich2008-05-012-2/+3
* use variables to support other IPs and port numbersDaniel Stenberg2008-05-011-5/+1
* do variable replacement in the stdout data read from the test caseDaniel Stenberg2008-05-011-0/+3
* Added precheck for hard-coded test server address and portDan Fandrich2008-05-011-0/+4
* Made file XML compatibleDan Fandrich2008-05-011-1/+1
* Christian Vogt told us about OS21 inDaniel Stenberg2008-04-301-1/+2
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-3014-70/+222
* improved easy interface resolving timeout handling in c-ares enabled buildsYang Tse2008-04-291-0/+3
* improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse2008-04-291-12/+12
* Added test 1028 to test an HTTP redirect to a FTP URL.Dan Fandrich2008-04-293-1/+98
* - Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg2008-04-283-11/+25
* mention the automake problems and solution even though it doesn't strictlyDaniel Stenberg2008-04-261-0/+9
* Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich2008-04-258-4/+57
* tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse2008-04-252-17/+1
* Add 'timeout' and 'delay' attributes support for the test harness <command> s...Yang Tse2008-04-254-35/+58
* Made --stderr able to redirect all stderr messages.Dan Fandrich2008-04-252-61/+61
* Reduced the requested Symbian capabilities.Dan Fandrich2008-04-243-6/+7
* <postcheck> delay no longer needed for this test.Yang Tse2008-04-231-3/+0
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-237-7/+132
* Symbian OS is a.k.a. EPOC32Dan Fandrich2008-04-231-3/+4
* Mention that P.I.P.S. is needed for Symbian.Dan Fandrich2008-04-231-1/+3
* List extra files individually instead of by directory to avoid includingDan Fandrich2008-04-231-2/+4
* Added support for running on Symbian OS.Dan Fandrich2008-04-2225-16/+1158
* fix minor memory leak triggered upon test failureYang Tse2008-04-221-1/+5
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-226-58/+3