summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 7.6curl-7_6Daniel Stenberg2001-01-273-2/+5
* http upload resumeDaniel Stenberg2001-01-261-0/+9
* moved the symbols talk to the library part, updated slightly to matchDaniel Stenberg2001-01-261-9/+13
* Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg2001-01-262-7/+24
* The check for that content-range is received must only be made if we requestedDaniel Stenberg2001-01-261-3/+7
* Made it possible to do "upload resume" over HTTPDaniel Stenberg2001-01-261-0/+58
* 7.6-pre4curl-7_6-pre4Daniel Stenberg2001-01-252-2/+2
* timespent is now updated in every call to the progress meter update functionDaniel Stenberg2001-01-251-3/+3
* Rick's and Jeff's stuffDaniel Stenberg2001-01-251-1/+22
* make the configure script die if select() or socket() is missingDaniel Stenberg2001-01-251-0/+3
* Added Ingo Ralf BlumDaniel Stenberg2001-01-251-0/+1
* use this function only once note addedDaniel Stenberg2001-01-251-1/+5
* modified the Curl_ConnectHTTPProxyTunnel protoDaniel Stenberg2001-01-251-1/+2
* moved curl_read() and curl_write() to sendf.cDaniel Stenberg2001-01-251-61/+0
* converted to use Curl_read() and Curl_write()Daniel Stenberg2001-01-251-2/+3
* uses Curl_read() and Curl_write()Daniel Stenberg2001-01-251-77/+40
* use recv()/send() instead of read()/write() with socketsDaniel Stenberg2001-01-251-3/+2
* sendf is now only Curl_sendfDaniel Stenberg2001-01-252-23/+110
* removed two compiler warningsDaniel Stenberg2001-01-251-5/+3
* Curl_read() and Curl_write() are now used for reading/writing sockets.Daniel Stenberg2001-01-251-28/+22
* Get get-ftp-response function is now using Curl_read() for reading from aDaniel Stenberg2001-01-251-16/+11
* replaced sendf() calls with Curl_sendf()Daniel Stenberg2001-01-251-30/+30
* Ingo Ralf Blum's cygwin fixesDaniel Stenberg2001-01-244-5/+8
* Robert Weaver's win32 getenv fix, my added comments in some filesDaniel Stenberg2001-01-241-0/+6
* Added Robert Weaver as contributorDaniel Stenberg2001-01-241-0/+1
* fixed the comment for 'path'Daniel Stenberg2001-01-241-1/+1
* added comments all overDaniel Stenberg2001-01-241-64/+134
* extended the gname field one byte to avoid a possible overflowDaniel Stenberg2001-01-241-16/+27
* Robert Weaver's fixDaniel Stenberg2001-01-241-2/+3
* generated by autoheaderDaniel Stenberg2001-01-231-312/+0
* ipv6 adjustmentsDaniel Stenberg2001-01-231-0/+17
* Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg2001-01-231-14/+32
* big reorg to make it not exit when it fails, but instead just not do anyDaniel Stenberg2001-01-231-48/+119
* Added 'ipv6 enabled' for ipv6 compiled versionsDaniel Stenberg2001-01-231-1/+11
* Added simple IPv6 recognition supportDaniel Stenberg2001-01-222-0/+41
* Björn's progress meter fix, new test cases and ftpserver.pl patchDaniel Stenberg2001-01-221-0/+7
* Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg2001-01-221-6/+2
* the custom reply engine was not inited properlyDaniel Stenberg2001-01-221-1/+3
* test case 121Daniel Stenberg2001-01-225-1/+17
* Added test case 120, ftp with '-Q -'Daniel Stenberg2001-01-225-1/+18
* Removed the deprecated -c and -t from the --help output.Daniel Stenberg2001-01-221-2/+0
* Added 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it!Daniel Stenberg2001-01-221-1/+11
* Added -g/--globoff descriptionDaniel Stenberg2001-01-191-1/+7
* Made the complaint on free-twice errors a lot betterDaniel Stenberg2001-01-191-3/+7
* removed URL length restrictions, added a test caseDaniel Stenberg2001-01-191-0/+9
* No more URL length restrictionsDaniel Stenberg2001-01-191-13/+20
* removed MAX_URL_LENGTH, there is no longer any length restrictions on URLsDaniel Stenberg2001-01-191-4/+0
* corrected url memory handling with --globoffDaniel Stenberg2001-01-191-1/+3
* Added files for test case 28Daniel Stenberg2001-01-191-1/+2
* --globoff test caseDaniel Stenberg2001-01-194-0/+12