aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-13Added curl_easy_recv & curl_easy_send Symbian exports.Dan Fandrich
2008-05-13also ignore thisYang Tse
2008-05-13ignore this compilation time generated filesYang Tse
2008-05-13don't keep in CVS this compilation time generated fileYang Tse
2008-05-13add MSVC6 project for acountry sample programYang Tse
2008-05-13update MSVC6 projects to use the multithreaded DLL runtime libraryYang Tse
2008-05-13add MSVC6 project for acountry sample programYang Tse
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg
2008-05-12skip libtool C++ preprocessor compiler and linker checksYang Tse
2008-05-12ignore libcares.pcYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-10Add library checking for clock_gettime() supportYang Tse
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