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-03-02
Added the disconnect proto
Daniel Stenberg
2001-03-02
removed the slist -functions from here
Daniel Stenberg
2001-03-02
improved connections
Daniel Stenberg
2001-03-02
extending connectdata
Daniel Stenberg
2001-03-02
moved the slist-functions here from FTP since they're more generic than simply
Daniel Stenberg
2001-03-02
strdup() takes a const char * now
Daniel Stenberg
2001-02-28
cleanup better when connects fail
Daniel Stenberg
2001-02-22
added some infof() calls for persistant info
Daniel Stenberg
2001-02-22
we only allocate the HTTP struct if we need to
Daniel Stenberg
2001-02-22
Now persistant connection download works thanks to the Content-Length taken
Daniel Stenberg
2001-02-22
moved the dynamicly set pointers to the connectdata struct
Daniel Stenberg
2001-02-21
IPv6-adjustments
Daniel Stenberg
2001-02-20
corrected memory leaks when re-using connections
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-02-19
added two VC++ files for project stuff
Daniel Stenberg
2001-02-19
Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is used
Daniel Stenberg
2001-02-19
Moved a bunch of prototypes from curl.h here, they're no longer public and
Daniel Stenberg
2001-02-19
MS VC++ stuff
Daniel Stenberg
2001-02-19
Bob Schader updated this
Daniel Stenberg
2001-02-13
better english timeouted => timed out, as suggested by Larry Fahnoe
Daniel Stenberg
2001-02-13
moved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg
2001-02-12
very minor indentation fix
Daniel Stenberg
2001-02-12
removed getenv.h from the package as it was unused
Daniel Stenberg
2001-02-09
Not used anymore
Daniel Stenberg
2001-02-09
Added a failf() call in the error-check just added
Daniel Stenberg
2001-02-08
if netrc is parsed and our host was found in there, set data->bits.user_passwd
Daniel Stenberg
2001-02-08
today's FTP response check fix
Daniel Stenberg
2001-02-07
7.6.1-pre3
Daniel Stenberg
2001-02-07
GetLine() didn't properly act on -1 lengths returned from Curl_read()
Daniel Stenberg
2001-02-07
no longer #includes "getenv.h"
Daniel Stenberg
2001-02-06
silly me, corrected the strlcat() to compile
Daniel Stenberg
2001-02-06
new openbsd inspired implementation of strlcat()
Daniel Stenberg
2001-02-05
adjusted the IPv6 stuff to compile and build on Linux as well
Daniel Stenberg
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
[prev]
[next]