aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-10updated error codeDaniel Stenberg
2002-04-10error code cleanup, use the new SEND/RECV errorsDaniel Stenberg
2002-04-10error codes documentedDaniel Stenberg
2002-04-10two new error codes to separate READ into READ/RECV and WRITE into WRITE/SENDDaniel Stenberg
2002-04-10clarified how to write URLs in -K config filesDaniel Stenberg
2002-04-09set the HOME variable to the current dir, to prevent any real ~/.curlrc toDaniel Stenberg
play tricks on us!
2002-04-09spell checked and removed talk about very old version numbersDaniel Stenberg
2002-04-087.9.6-pre4 commitDaniel Stenberg
2002-04-08removed compiler warnings, made it conditional on USE_ENVIRONMENTDaniel Stenberg
2002-04-08Added the --environment support by Michael CurtisDaniel Stenberg
2002-04-08Added $Id:$ keywordDaniel Stenberg
2002-04-08Michael Curtis adjusted this for RISC OSDaniel Stenberg
2002-04-08Added writeenv.c and writeenv.h for RISCOS usage (and others?)Daniel Stenberg
2002-04-08added config-riscos.hDaniel Stenberg
2002-04-08Michael Curtis' updatesDaniel Stenberg
2002-04-08Jacky Lam deserves a mention hereDaniel Stenberg
2002-04-08based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 replyDaniel Stenberg
always stop reading after the headers no matter what 'close' is.
2002-04-05if HOME isn't set or too long, we attempt to lost the curlrc file fromDaniel Stenberg
current directory instead!
2002-04-05mention the web site mirror nowDaniel Stenberg
2002-04-05enough with stupidity, this is a test case that should fail and thus weDaniel Stenberg
should use a proper command line that *fails* ;-O
2002-04-05added test 48, verify -I, -d and -G in one command lineDaniel Stenberg
2002-04-04Reverted v1.120, -G set request type after Kevin Roth pointed out theDaniel Stenberg
stupidity in doing this. -G should work with with -I too...
2002-04-04lotsDaniel Stenberg
2002-04-04very minor log changeDaniel Stenberg
2002-04-04T. Bharath pointed out the flaw in ConnectionExists() for how we didn'tDaniel Stenberg
check proxy connections for "deadness" before they were re-used
2002-04-04Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for anDaniel Stenberg
extra second after having downloaded headers-only
2002-04-04Jonatan Lander's fix to compile properly on pre-ISO compilers (without theDaniel Stenberg
## operator)
2002-04-04This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)Daniel Stenberg
Gerhard Herre reported this in bug report #536238
2002-04-03Tor Arntsen's fix for "CGI_Lite" compliance!Daniel Stenberg
2002-04-02Added DNS cache control optionsDaniel Stenberg
2002-04-02Clarence Gardner pointed out the not-taken-care-of return codes from SSL_readDaniel Stenberg
2002-04-02Jacky Lam added memdebug.h include to prevent crashes when that is usedDaniel Stenberg
2002-03-27fopen(... "rb") when reading what to post, so that binary posting worksDaniel Stenberg
on Windows!
2002-03-25Jacky Lam cookie parser fix for domains with preceeding dotDaniel Stenberg
2002-03-23Miklos Nemeth's updateDaniel Stenberg
2002-03-22adjusted windows section after a patch from Miklos NemethDaniel Stenberg
2002-03-22patch by Sandro Tolaini to do good (better?) on FreeBSDDaniel Stenberg
2002-03-20no longer include "multi.h", it comes with the regular curl/curl.h nowDaniel Stenberg
2002-03-20crlf replacement on uploads did not work. test case 128 was added just nowDaniel Stenberg
to make sure it remains functional.
2002-03-20verbose FTP PASV output could output a "random" name from the stack basedDaniel Stenberg
array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process.
2002-03-20added test 128, ftp upload with --crlfDaniel Stenberg
2002-03-20newcomer notice addedDaniel Stenberg
2002-03-20old list is goneDaniel Stenberg
2002-03-19John Clayton's weird explorations in the wonders of the windows tcp/ipDaniel Stenberg
stack ;-)
2002-03-19made -G set request typeDaniel Stenberg
2002-03-19corrected for 7.9.6Daniel Stenberg
2002-03-19removed multi.hDaniel Stenberg
2002-03-19Added the three multi interface source code examples to the distribDaniel Stenberg
2002-03-19fixed include and added headerDaniel Stenberg
2002-03-19added multi.hDaniel Stenberg