index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2001-03-09
removed curl_read() and curl_write() - they weren't used and the public
Daniel Stenberg
2001-03-09
uses socklen_t now
Daniel Stenberg
2001-03-09
curl_ prefix modified to Curl_
Daniel Stenberg
2001-03-09
accept() and getsockname() now use socklen_t types, as that was just added
Daniel Stenberg
2001-03-09
use unsigned int hex to receive the hex digit in, caused a warning with
Daniel Stenberg
2001-03-09
Modified to use Curl_* functions instead of curl_* ones
Daniel Stenberg
2001-03-09
only generate maximum 509 characters in each string
Daniel Stenberg
2001-03-08
version 7.7-beta1
Daniel Stenberg
2001-03-08
persistant adjusts
Daniel Stenberg
2001-03-08
HTTP HEAD tests
Daniel Stenberg
2001-03-08
return from transfer when all headers have been received and nobody is set,
Daniel Stenberg
2001-03-08
updated for persistant connections
Daniel Stenberg
2001-03-08
made it split the version number on - too to make 7.7-blabla make a better
Daniel Stenberg
2001-03-08
added lots of numbers for the error codes as they're often printed
Daniel Stenberg
2001-03-08
clarified the 0001-files use a bit, I couldn't understand it myself! :-)
Daniel Stenberg
2001-03-08
Added test #34 - HTTP GET with chunked Transfer-Encoding
Daniel Stenberg
2001-03-07
"Transfer-Encoding: chunked" support added
Daniel Stenberg
2001-03-07
added the http_chunks files
Daniel Stenberg
2001-03-07
chunked transfer encoding support
Daniel Stenberg
2001-03-07
connection timeout is in for 7.7
Daniel Stenberg
2001-03-07
initial chunked transfer-encoding support
Daniel Stenberg
2001-03-07
removed compiler warning if HAVE_RAND_STATUS is false
Daniel Stenberg
2001-03-06
Added persistant connections blurb even if it doesn't really work yet...
Daniel Stenberg
2001-03-06
cleaned up for the 7.7 fixes
Daniel Stenberg
2001-03-06
new seeding stuff as mentioned by Albert Chin
Daniel Stenberg
2001-03-05
Added a persistant connection example
Daniel Stenberg
2001-03-05
updated to libcurl 7.7 conditions
Daniel Stenberg
2001-03-05
mucho updated with new 7.7 concepts
Daniel Stenberg
2001-03-05
removed an incorrect comment
Daniel Stenberg
2001-03-05
all test cases run OK now (again)
Daniel Stenberg
2001-03-05
more details on debugging with the test suite
Daniel Stenberg
2001-03-05
show the ftp server invoke line when -d is used
Daniel Stenberg
2001-03-05
talks more on verbose
Daniel Stenberg
2001-03-05
free the struct on done
Daniel Stenberg
2001-03-05
telnet without any static variables
Daniel Stenberg
2001-03-05
set download size properly for HTTP downloads
Daniel Stenberg
2001-03-05
enable persistant connections by default
Daniel Stenberg
2001-03-05
remade FILE:// support to look more as the other protocols
Daniel Stenberg
2001-03-04
runtests -g explained
Daniel Stenberg
2001-03-04
persistant support protocol updates
Daniel Stenberg
2001-03-04
7.7 alpha 2 commit
Daniel Stenberg
2001-03-04
Added include of easy.h to enable libcurl-using programs to *only* have to
Daniel Stenberg
2001-03-04
Curl_http() could crash on connection re-use
Daniel Stenberg
2001-03-03
ipv6 fix for the 'port' no longer in urldata
Daniel Stenberg
2001-03-03
fixed for persistant stuff
Daniel Stenberg
2001-03-02
latest
Daniel Stenberg
2001-03-02
remade the port number stuff so that following locations work and doing
Daniel Stenberg
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
[next]