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-05-18
nicer OpenSSL header check
Daniel Stenberg
2001-05-18
our internal strlcat() is now named Curl_strlcat()
Daniel Stenberg
2001-05-18
strlcat() is now Curl_strlcat() instead to prevent collisions when used with
Daniel Stenberg
2001-05-18
strlcpy() turned static
Daniel Stenberg
2001-05-16
Added #define CURLE_ALREADY_COMPLETE to not break compiles that use that
Daniel Stenberg
2001-05-15
added pointer to the examples/getinmemory.c source code for paragraph
Daniel Stenberg
2001-05-15
Added getinmemory.c
Daniel Stenberg
2001-05-15
this might actually compile too...
Daniel Stenberg
2001-05-15
an example on how you can use the write callback to receive data in a memory
Daniel Stenberg
2001-05-15
We need -lpthread for the pthread example
Daniel Stenberg
2001-05-15
corrected
Daniel Stenberg
2001-05-15
Added Pawel A. Gajda
Daniel Stenberg
2001-05-15
Pawel A. Gajda fixed resumed transfers on persistent connections
Daniel Stenberg
2001-05-14
Added the first https test: 300
Daniel Stenberg
2001-05-14
pid files fixes, ftp server already-running-but-no-control check
Daniel Stenberg
2001-05-14
Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl
Daniel Stenberg
2001-05-14
added a pointer to the download web page
Daniel Stenberg
2001-05-12
Added tons of comments all over
Daniel Stenberg
2001-05-12
multiple transfer path fixes, location fixes, resume download changes,
Daniel Stenberg
2001-05-12
CURLE_ALREADY_COMPLETE is removed
Daniel Stenberg
2001-05-12
Uses the Curl_SSLConnect() according to the new return type
Daniel Stenberg
2001-05-12
fixed Curl_SSLConnect() to return CURLcode errors, including the new error
Daniel Stenberg
2001-05-11
changed wording to make it more obvious I don't continuously work on this.
Daniel Stenberg
2001-05-11
two new FTP file transfer resume test cases added
Daniel Stenberg
2001-05-11
removed unused #ifdef'ed section
Daniel Stenberg
2001-05-11
when asking for a resumed FTP transfer, even though the entire file has
Daniel Stenberg
2001-05-11
checkheader() added to check headers+contents instead of the previous
Daniel Stenberg
2001-05-11
another multiple FTP transfer fix
Daniel Stenberg
2001-05-11
Ingo Wilken's redirect fixes
Daniel Stenberg
2001-05-10
Ingo Wilken's patch to support multiple spaces after "Location:"
Daniel Stenberg
2001-05-10
When re-using a connection, the path pointers were not setup properly so
Daniel Stenberg
2001-05-10
added ftpsserver.pl stunnel.pm
Daniel Stenberg
2001-05-08
removed some texts like "starting with version XXX" blabla
Daniel Stenberg
2001-05-08
made clear that the cookie file format understood is Netscape _and_ Mozilla
Daniel Stenberg
2001-05-08
when getting a FTP file with NOBODY, we will no longer return error if
Daniel Stenberg
2001-05-07
Added stunnel.pem
Daniel Stenberg
2001-05-07
corrected the read-callback typecase since FILE * was replaced with void *
Daniel Stenberg
2001-05-07
fixed 'storefread' to not make a warning
Daniel Stenberg
2001-05-07
7.7.3
Daniel Stenberg
2001-05-07
changed FILE * to void * in all callbacks
Daniel Stenberg
2001-05-04
Added multithread.c
Daniel Stenberg
2001-05-04
example using multiple threads to get URLs
Daniel Stenberg
2001-05-04
updated contributors list
Daniel Stenberg
2001-05-04
'FILE *' changed to 'void *' in all callback functions
Daniel Stenberg
2001-05-04
fixed the link to the OS/2 Patch for OpenSSL
Daniel Stenberg
2001-05-03
corrected bad use of the CURLOPT_HTTPPOST header
Daniel Stenberg
2001-05-03
Cris changes
Daniel Stenberg
2001-05-03
Cris Bailiff's fix to disable chunked transfers on re-used persistent
Daniel Stenberg
2001-05-03
Cris Bailiff's fix to never attempt to get the body of a 304-reply!
Daniel Stenberg
2001-05-03
buildconf added, Sterling Hughes added that file
Daniel Stenberg
[next]