platform/upstream/curl.git
2001-05-22 Daniel Stenberggeneral autoconf and automake fixes
2001-05-22 Daniel Stenbergstore httpcode _before_ doing the FAILONERROR check...
2001-05-22 Daniel Stenbergcleanup commit for new autoconf+automake+libtool versions
2001-05-22 Daniel Stenbergfixes and improvments
2001-05-21 Daniel Stenbergturned newlines into DOS styles
2001-05-21 Daniel Stenbergmade it binary in CVS to maintain DOS newlines and...
2001-05-21 Daniel StenbergAdded text about the test case numbering
2001-05-21 Daniel Stenbergdoesn't run ssl tests if libcurl wasn't built with...
2001-05-21 Daniel Stenbergadded a lame double-check for libcrypto as otherwise...
2001-05-21 Daniel StenbergAdded test case 400, the first ftps:// one
2001-05-21 Daniel Stenbergftps test case data
2001-05-21 Daniel Stenbergslightly "hackish" approach to disable SSL during downl...
2001-05-18 Daniel Stenbergthis should not set a SSL path to LDFLAGS or CPPFLAGS...
2001-05-18 Daniel Stenbergadded some, removed some, moved around some.
2001-05-18 Daniel Stenbergnicer OpenSSL header check
2001-05-18 Daniel Stenbergour internal strlcat() is now named Curl_strlcat()
2001-05-18 Daniel Stenbergstrlcat() is now Curl_strlcat() instead to prevent...
2001-05-18 Daniel Stenbergstrlcpy() turned static
2001-05-16 Daniel StenbergAdded #define CURLE_ALREADY_COMPLETE to not break compi...
2001-05-15 Daniel Stenbergadded pointer to the examples/getinmemory.c source...
2001-05-15 Daniel StenbergAdded getinmemory.c
2001-05-15 Daniel Stenbergthis might actually compile too...
2001-05-15 Daniel Stenbergan example on how you can use the write callback to...
2001-05-15 Daniel StenbergWe need -lpthread for the pthread example
2001-05-15 Daniel Stenbergcorrected
2001-05-15 Daniel StenbergAdded Pawel A. Gajda
2001-05-15 Daniel StenbergPawel A. Gajda fixed resumed transfers on persistent...
2001-05-14 Daniel StenbergAdded the first https test: 300
2001-05-14 Daniel Stenbergpid files fixes, ftp server already-running-but-no...
2001-05-14 Daniel StenbergJun-ichiro itojun Hagino fixed FTP PORT for IPv6-enable...
2001-05-14 Daniel Stenbergadded a pointer to the download web page
2001-05-12 Daniel StenbergAdded tons of comments all over
2001-05-12 Daniel Stenbergmultiple transfer path fixes, location fixes, resume...
2001-05-12 Daniel StenbergCURLE_ALREADY_COMPLETE is removed
2001-05-12 Daniel StenbergUses the Curl_SSLConnect() according to the new return...
2001-05-12 Daniel Stenbergfixed Curl_SSLConnect() to return CURLcode errors,...
2001-05-11 Daniel Stenbergchanged wording to make it more obvious I don't continu...
2001-05-11 Daniel Stenbergtwo new FTP file transfer resume test cases added
2001-05-11 Daniel Stenbergremoved unused #ifdef'ed section
2001-05-11 Daniel Stenbergwhen asking for a resumed FTP transfer, even though...
2001-05-11 Daniel Stenbergcheckheader() added to check headers+contents instead...
2001-05-11 Daniel Stenberganother multiple FTP transfer fix
2001-05-11 Daniel StenbergIngo Wilken's redirect fixes
2001-05-10 Daniel StenbergIngo Wilken's patch to support multiple spaces after...
2001-05-10 Daniel StenbergWhen re-using a connection, the path pointers were...
2001-05-10 Daniel Stenbergadded ftpsserver.pl stunnel.pm
2001-05-08 Daniel Stenbergremoved some texts like "starting with version XXX...
2001-05-08 Daniel Stenbergmade clear that the cookie file format understood is...
2001-05-08 Daniel Stenbergwhen getting a FTP file with NOBODY, we will no longer...
2001-05-07 Daniel StenbergAdded stunnel.pem
2001-05-07 Daniel Stenbergcorrected the read-callback typecase since FILE * was...
2001-05-07 Daniel Stenbergfixed 'storefread' to not make a warning
2001-05-07 Daniel Stenberg7.7.3
2001-05-07 Daniel Stenbergchanged FILE * to void * in all callbacks
2001-05-04 Daniel StenbergAdded multithread.c
2001-05-04 Daniel Stenbergexample using multiple threads to get URLs
2001-05-04 Daniel Stenbergupdated contributors list
2001-05-04 Daniel Stenberg'FILE *' changed to 'void *' in all callback functions
2001-05-04 Daniel Stenbergfixed the link to the OS/2 Patch for OpenSSL
2001-05-03 Daniel Stenbergcorrected bad use of the CURLOPT_HTTPPOST header
2001-05-03 Daniel StenbergCris changes
2001-05-03 Daniel StenbergCris Bailiff's fix to disable chunked transfers on...
2001-05-03 Daniel StenbergCris Bailiff's fix to never attempt to get the body...
2001-05-03 Daniel Stenbergbuildconf added, Sterling Hughes added that file
2001-05-03 Daniel Stenberguseful script to run after updating from CVS
2001-05-03 Daniel Stenbergfixed the EXTRA_DIST line
2001-04-27 Daniel StenbergWhen Content-Length:0 is received, we now bail now...
2001-04-27 Daniel Stenbergbugs, fixes and updates
2001-04-27 Daniel Stenbergclarified and updated
2001-04-27 Daniel Stenbergimproved treatment of "Content-Length: 0", which is...
2001-04-27 Daniel Stenbergnew
2001-04-26 Daniel StenbergCurl_GetFTPResponse() is rewritten to read all incoming...
2001-04-26 Daniel Stenbergsplit curl and libcurl into two strings in the initial...
2001-04-25 Daniel Stenbergconnection re-using didn't work on non-default ports...
2001-04-24 Daniel Stenbergadded some verbose summary output stuff
2001-04-24 Daniel Stenbergno name no test
2001-04-24 Daniel Stenberginclude debugmem for memory leak detection
2001-04-24 Daniel StenbergSSL based tests
2001-04-24 Daniel Stenbergnew tests, new server invoke system
2001-04-24 Daniel Stenbergfixed
2001-04-24 Daniel Stenbergstunnel and diff are added requirements
2001-04-24 Daniel Stenbergon albert chin's comment I remade the fix to set '...
2001-04-23 Daniel Stenberglibcurl.5 replaces LIBCURL as main libcurl overview...
2001-04-23 Daniel Stenbergminor rephrasing
2001-04-23 Daniel Stenbergform post, not just form
2001-04-23 Daniel Stenbergclarified and extended with an example
2001-04-23 Daniel StenbergAdded comment about where to find the HTML versions...
2001-04-23 Daniel StenbergAdded curl_mprintf and curl_strequal in the list of...
2001-04-23 Daniel Stenbergcurl_printf became curl_mprintf
2001-04-23 Daniel Stenbergcurl_printf is curl_mprintf now
2001-04-23 Daniel StenbergAdded zero termination, as the OpenSSL version string...
2001-04-23 Daniel Stenbergcurl 7.7.2
2001-04-23 Daniel Stenbergborland fixes, broken host: for persistent connections
2001-04-23 Daniel Stenbergpersistent is spelled with an 'e', not an 'a'
2001-04-23 Daniel Stenbergno need to copy the name when re-using the connection...
2001-04-22 Daniel StenbergRosimildo da Silva corrected them to build a proper...
2001-04-22 Daniel Stenbergcopy the name properly when re-using a connection
2001-04-22 Daniel Stenbergadded missing (new) man pages
2001-04-22 Daniel Stenbergold krb4 fix for strlcat() prototype
2001-04-22 Daniel Stenbergbrand new
next