aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-05-09Use monotonic time source if available.Yang Tse
2008-05-09Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg
2008-05-09- Stefan Krause reported a busy-looping case when using the multi interfaceDaniel Stenberg
2008-05-09Removed an unused variable and one do-while loop that wasn't used either.Daniel Stenberg
2008-05-09- Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek
2008-05-08include strings.h (if available) for the strcasecmp() protoDaniel Stenberg
2008-05-08check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg
2008-05-08fix compiler warning: format '%ld' expects type 'long int'Yang Tse
2008-05-07adjusted to work with the updated configure.acDaniel Stenberg
2008-05-07- Sebastian made c-ares able to return all PTR-records when doing reverseDaniel Stenberg
2008-05-07- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage toDaniel Stenberg
2008-05-07-135 - Busy looping bug in multi_socket interface byDaniel Stenberg
2008-05-07- Liam Healy filed the debian bug report #480044Daniel Stenberg
2008-05-07Christopher Palow provided the patch (edited by me) that introducesYang Tse
2008-05-06fix compiler warning: enumerated type mixed with another typeYang Tse
2008-05-05mention four outstanding issues we should deal with before releaseDaniel Stenberg
2008-05-05Improved parsing of resolver configuration filesYang Tse
2008-05-03- Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg
2008-05-03minor spell and language fix of a commentDaniel Stenberg
2008-05-03- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twiceDaniel Stenberg
2008-05-03Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg
2008-05-03- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg
2008-05-01- Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg
2008-05-0153. SFTP busy-loop problem when doing SFTP uploads.Daniel Stenberg
2008-05-01Document that variable replacement now takes place in the test file <stdout> ...Dan Fandrich
2008-05-01use variables to support other IPs and port numbersDaniel Stenberg
2008-05-01do variable replacement in the stdout data read from the test caseDaniel Stenberg
2008-05-01Added precheck for hard-coded test server address and portDan Fandrich
2008-05-01Made file XML compatibleDan Fandrich
2008-04-30Christian Vogt told us about OS21 inDaniel Stenberg
2008-04-30- To make it easier for applications that want lots of magic stuff done onDaniel Stenberg
2008-04-29improved easy interface resolving timeout handling in c-ares enabled buildsYang Tse
2008-04-29improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse
2008-04-29Added test 1028 to test an HTTP redirect to a FTP URL.Dan Fandrich
2008-04-28- Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg
2008-04-26mention the automake problems and solution even though it doesn't strictlyDaniel Stenberg
2008-04-25Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich
2008-04-25tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse
2008-04-25Add 'timeout' and 'delay' attributes support for the test harness <command> s...Yang Tse
2008-04-25Made --stderr able to redirect all stderr messages.Dan Fandrich
2008-04-24Reduced the requested Symbian capabilities.Dan Fandrich
2008-04-23<postcheck> delay no longer needed for this test.Yang Tse
2008-04-23improve synchronization between test harness runtests.pl scriptYang Tse
2008-04-23Symbian OS is a.k.a. EPOC32Dan Fandrich
2008-04-23Mention that P.I.P.S. is needed for Symbian.Dan Fandrich
2008-04-23List extra files individually instead of by directory to avoid includingDan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-22fix minor memory leak triggered upon test failureYang Tse
2008-04-22Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse