summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* timespent is now updated in every call to the progress meter update functionDaniel Stenberg2001-01-251-3/+3
* 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-242-3/+3
* 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
* Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg2001-01-231-14/+32
* Added 'ipv6 enabled' for ipv6 compiled versionsDaniel Stenberg2001-01-231-1/+11
* Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg2001-01-221-6/+2
* No more URL length restrictionsDaniel Stenberg2001-01-191-13/+20
* Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg2001-01-176-15/+15
* download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg2001-01-175-32/+20
* download and highlevel are replaced with transferDaniel Stenberg2001-01-174-128/+39
* added missing newlines to two infof() functions about document datesDaniel Stenberg2001-01-101-2/+2
* Added the curl source-headerDaniel Stenberg2001-01-091-0/+26
* Added source header. Made the prototype not being set if HAVE_GETPASS_R isDaniel Stenberg2001-01-081-0/+27
* krb4.c header file, no source header (yet)Daniel Stenberg2001-01-081-0/+1
* Added mprintf #includeDaniel Stenberg2001-01-081-0/+3
* generated fileDaniel Stenberg2001-01-081-364/+0
* adjusted to work with automake 'make dist'Daniel Stenberg2001-01-081-1/+1
* Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg2001-01-083-3/+17
* renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg2001-01-052-14/+14
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-0548-572/+633
* updated license text in headersDaniel Stenberg2001-01-041-0/+9
* dual-license fixDaniel Stenberg2001-01-0350-1450/+572
* ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg2000-12-301-9/+11
* include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg2000-12-191-0/+4
* Added fopen() and fclose() leak trackingDaniel Stenberg2000-12-192-0/+28
* fixed a leaked file descriptor when PORT failedDaniel Stenberg2000-12-191-0/+6
* fixed accept() for memory debuggingDaniel Stenberg2000-12-183-0/+15
* changed the return code checker in the quote command send to only failDaniel Stenberg2000-12-161-2/+2
* added socket() / sclose() checks to the memdebug systemDaniel Stenberg2000-12-142-0/+40
* unix style newlinesDaniel Stenberg2000-12-111-5/+5
* Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg2000-12-071-0/+3
* Added the borland makefilesDaniel Stenberg2000-12-052-0/+104
* changed third argument to size_t to match SCO prototypeDaniel Stenberg2000-12-052-2/+2
* 7.5-commitcurl-7_5Daniel Stenberg2000-12-041-1/+29