aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-14Marcus Webster's newly added CURLFORM_CONTENTHEADERDaniel Stenberg
2001-12-13minor changesDaniel Stenberg
2001-12-11solaris 2.5.1 needs the sys/types.h file before the sys/socket.hDaniel Stenberg
2001-12-11failf() calls should not have newlines in the message string!Daniel Stenberg
2001-12-11when the file name given to -T is used to build an upload path, the localDaniel Stenberg
directory part is now stripped off and only the actual file name part will be used
2001-12-10HTTP_PROXY => http_proxy as Björn pointed outDaniel Stenberg
2001-12-10corrected the READFUNCTION docs slightlyDaniel Stenberg
2001-12-07corrected the comment above gmtime_rDaniel Stenberg
2001-12-07added gmtime_r checkDaniel Stenberg
2001-12-07Updated location information for Curl_easyCris Bailiff
2001-12-06Jason Mancini's -Oalways suggestionDaniel Stenberg
2001-12-06let us know if curl compiles on more platformsDaniel Stenberg
2001-12-06curl compiles on HURDDaniel Stenberg
2001-12-057.9.2 commitDaniel Stenberg
2001-12-05Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assignDaniel Stenberg
set.upload to FALSE or else we might still get an upload if the previous operation was an upload!
2001-12-04Eric-updateDaniel Stenberg
2001-12-04Eric's updated versionDaniel Stenberg
2001-12-04Eric's #include fixes for better macos compilesDaniel Stenberg
2001-12-04Eric brought some files for macos compilesDaniel Stenberg
2001-12-04i'm soooo funnyDaniel Stenberg
2001-12-04added macos files to the distribution archiveDaniel Stenberg
2001-12-04more commentsDaniel Stenberg
2001-12-04MacOS (not Mac OS X) compilation filesDaniel Stenberg
2001-12-04Eric's updateDaniel Stenberg
2001-12-03the happy events so far todayDaniel Stenberg
2001-12-03As Eric Lavigne pointed out, the ftp response reader MUST cache data thatDaniel Stenberg
is not dealt with when we find an end-of-response line, as there might be important stuff even after the correct line. So on subsequent invokes, the cached data must be used!
2001-12-03test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly.
2001-12-03Eric nailed a but in strnequal() for macintoshDaniel Stenberg
2001-12-03the final ftp ipv6 support has been added!Daniel Stenberg
2001-12-03updatesDaniel Stenberg
2001-12-03updated the copyright year rangeDaniel Stenberg
2001-12-03cool.haxx.se now only allows http downloadsDaniel Stenberg
2001-12-03modified the stack trace section slightlyDaniel Stenberg
2001-12-03pre7 and pre8 detailsDaniel Stenberg
2001-12-03test127~ should not be included!Daniel Stenberg
2001-12-02more careful re-use of connections when SSL is used over proxiesDaniel Stenberg
2001-12-02SM renamed the debug DLLDaniel Stenberg
2001-12-02added a in_addr_t #defineDaniel Stenberg
2001-11-30documented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSVDaniel Stenberg
2001-11-30added --disable-epsvDaniel Stenberg
2001-11-30no include, no const in strdupDaniel Stenberg
2001-11-30fixed the option parser to not loop when a long option is specifiedDaniel Stenberg
2001-11-29remove the command file after each testDaniel Stenberg
2001-11-29test126 renamed to test190 as it has to be last among the FTP tests becauseDaniel Stenberg
of some problems in the test server :-/
2001-11-29test 127 --disable-epsvDaniel Stenberg
2001-11-29--disable-epsvDaniel Stenberg
2001-11-29fixes for tru64, fixes for macDaniel Stenberg
2001-11-29disabling EPSV is now possibleDaniel Stenberg
2001-11-29stdin is file descriptor 0Daniel Stenberg
2001-11-29mac fixesDaniel Stenberg