summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-01-26Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg
2001-01-26The check for that content-range is received must only be made if we requestedDaniel Stenberg
2001-01-26Made it possible to do "upload resume" over HTTPDaniel Stenberg
2001-01-25timespent is now updated in every call to the progress meter update functionDaniel Stenberg
2001-01-25modified the Curl_ConnectHTTPProxyTunnel protoDaniel Stenberg
2001-01-25moved curl_read() and curl_write() to sendf.cDaniel Stenberg
2001-01-25converted to use Curl_read() and Curl_write()Daniel Stenberg
2001-01-25uses Curl_read() and Curl_write()Daniel Stenberg
2001-01-25use recv()/send() instead of read()/write() with socketsDaniel Stenberg
2001-01-25sendf is now only Curl_sendfDaniel Stenberg
2001-01-25removed two compiler warningsDaniel Stenberg
2001-01-25Curl_read() and Curl_write() are now used for reading/writing sockets.Daniel Stenberg
2001-01-25Get get-ftp-response function is now using Curl_read() for reading from aDaniel Stenberg
2001-01-25replaced sendf() calls with Curl_sendf()Daniel Stenberg
2001-01-24Ingo Ralf Blum's cygwin fixesDaniel Stenberg
2001-01-24fixed the comment for 'path'Daniel Stenberg
2001-01-24added comments all overDaniel Stenberg
2001-01-24extended the gname field one byte to avoid a possible overflowDaniel Stenberg
2001-01-24Robert Weaver's fixDaniel Stenberg
2001-01-23Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg
2001-01-23Added 'ipv6 enabled' for ipv6 compiled versionsDaniel Stenberg
2001-01-22Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-17download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg
2001-01-17download and highlevel are replaced with transferDaniel Stenberg
2001-01-10added missing newlines to two infof() functions about document datesDaniel Stenberg
2001-01-09Added the curl source-headerDaniel Stenberg
2001-01-08Added source header. Made the prototype not being set if HAVE_GETPASS_R isDaniel Stenberg
2001-01-08krb4.c header file, no source header (yet)Daniel Stenberg
2001-01-08Added mprintf #includeDaniel Stenberg
2001-01-08generated fileDaniel Stenberg
2001-01-08adjusted to work with automake 'make dist'Daniel Stenberg
2001-01-08Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg
2001-01-05renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg
2001-01-05Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg
2001-01-04updated license text in headersDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-12-30ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg
2000-12-19include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg
2000-12-19Added fopen() and fclose() leak trackingDaniel Stenberg
2000-12-19fixed a leaked file descriptor when PORT failedDaniel Stenberg
2000-12-18fixed accept() for memory debuggingDaniel Stenberg
2000-12-16changed the return code checker in the quote command send to only failDaniel Stenberg
2000-12-14added socket() / sclose() checks to the memdebug systemDaniel Stenberg
2000-12-11unix style newlinesDaniel Stenberg
2000-12-07Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg
2000-12-05Added the borland makefilesDaniel Stenberg
2000-12-05changed third argument to size_t to match SCO prototypeDaniel Stenberg
2000-12-047.5-commitcurl-7_5Daniel Stenberg