index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2001-02-05
Jun-ichiro itojun Hagino's IPv6 adjustments
Daniel Stenberg
2001-02-04
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were
Daniel Stenberg
2001-02-04
Ingo Ralf Blum made it compile with the newest cygwin
Daniel Stenberg
2001-01-31
Curl_read() uses ssize_t now
Daniel Stenberg
2001-01-31
fixed up the telnet to work (using support from Linus Nielsen)
Daniel Stenberg
2001-01-31
curl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg
2001-01-30
changed order of the range and follow-location checks so that a range-request
Daniel Stenberg
2001-01-29
HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616
Daniel Stenberg
2001-01-29
upload sets HTTP request to PUT for "HTTP upload"
Daniel Stenberg
2001-01-27
bettersupport for HTTP return codes 300-399
Daniel Stenberg
2001-01-27
Resume is now done with a Content-Range header instead of a Range header if
Daniel Stenberg
2001-01-27
The progess meter title get an extra output when a resumed transfer is
Daniel Stenberg
2001-01-27
data->httpreq was not set properly
Daniel Stenberg
2001-01-26
Added a httpreq field in the main struct so that there's one field to check
Daniel Stenberg
2001-01-26
The check for that content-range is received must only be made if we requested
Daniel Stenberg
2001-01-26
Made it possible to do "upload resume" over HTTP
Daniel Stenberg
2001-01-25
timespent is now updated in every call to the progress meter update function
Daniel Stenberg
2001-01-25
modified the Curl_ConnectHTTPProxyTunnel proto
Daniel Stenberg
2001-01-25
moved curl_read() and curl_write() to sendf.c
Daniel Stenberg
2001-01-25
converted to use Curl_read() and Curl_write()
Daniel Stenberg
2001-01-25
uses Curl_read() and Curl_write()
Daniel Stenberg
2001-01-25
use recv()/send() instead of read()/write() with sockets
Daniel Stenberg
2001-01-25
sendf is now only Curl_sendf
Daniel Stenberg
2001-01-25
removed two compiler warnings
Daniel Stenberg
2001-01-25
Curl_read() and Curl_write() are now used for reading/writing sockets.
Daniel Stenberg
2001-01-25
Get get-ftp-response function is now using Curl_read() for reading from a
Daniel Stenberg
2001-01-25
replaced sendf() calls with Curl_sendf()
Daniel Stenberg
2001-01-24
Ingo Ralf Blum's cygwin fixes
Daniel Stenberg
2001-01-24
fixed the comment for 'path'
Daniel Stenberg
2001-01-24
added comments all over
Daniel Stenberg
2001-01-24
extended the gname field one byte to avoid a possible overflow
Daniel Stenberg
2001-01-24
Robert Weaver's fix
Daniel Stenberg
2001-01-23
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,
Daniel Stenberg
2001-01-23
Added 'ipv6 enabled' for ipv6 compiled versions
Daniel Stenberg
2001-01-22
Björn Stenberg's patch for making the progress meter betterlooking
Daniel Stenberg
2001-01-19
No more URL length restrictions
Daniel Stenberg
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
2001-01-17
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Daniel Stenberg
2001-01-17
download and highlevel are replaced with transfer
Daniel Stenberg
2001-01-10
added missing newlines to two infof() functions about document dates
Daniel Stenberg
2001-01-09
Added the curl source-header
Daniel Stenberg
2001-01-08
Added source header. Made the prototype not being set if HAVE_GETPASS_R is
Daniel Stenberg
2001-01-08
krb4.c header file, no source header (yet)
Daniel Stenberg
2001-01-08
Added mprintf #include
Daniel Stenberg
2001-01-08
generated file
Daniel Stenberg
2001-01-08
adjusted to work with automake 'make dist'
Daniel Stenberg
2001-01-08
Loic Dachary's makefile/dist/rpm fixes
Daniel Stenberg
2001-01-05
renamed Curl_ to curl_ for the printf() prefixes
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-04
updated license text in headers
Daniel Stenberg
[prev]
[next]