our internal strlcat() is now named Curl_strlcat()
[platform/upstream/curl.git] / lib /
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-15 Daniel StenbergPawel A. Gajda fixed resumed transfers on persistent...
2001-05-14 Daniel StenbergJun-ichiro itojun Hagino fixed FTP PORT for IPv6-enable...
2001-05-12 Daniel StenbergAdded tons of comments all over
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 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-08 Daniel Stenbergwhen getting a FTP file with NOBODY, we will no longer...
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-04 Daniel Stenberg'FILE *' changed to 'void *' in all callback functions
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-04-27 Daniel StenbergWhen Content-Length:0 is received, we now bail now...
2001-04-27 Daniel Stenbergimproved treatment of "Content-Length: 0", which is...
2001-04-26 Daniel StenbergCurl_GetFTPResponse() is rewritten to read all incoming...
2001-04-25 Daniel Stenbergconnection re-using didn't work on non-default ports...
2001-04-24 Daniel Stenberginclude debugmem for memory leak detection
2001-04-24 Daniel Stenbergon albert chin's comment I remade the fix to set '...
2001-04-23 Daniel StenbergAdded zero termination, as the OpenSSL version string...
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 Stenbergold krb4 fix for strlcat() prototype
2001-04-18 Daniel StenbergRemade resume stuff to keep data in the connectdata...
2001-04-17 Daniel Stenberginit the speed index variable between transfers
2001-04-17 Daniel StenbergFrederic Lepied's ftp download resume fix
2001-04-17 Daniel Stenberguse GMT for the conditional timed gets (reported by...
2001-04-11 Daniel Stenbergcalling curl_easy_perform() with no URL set, now return...
2001-04-11 Daniel Stenbergwe don't use the HTTP_PROXY environment variable in...
2001-04-11 Daniel Stenbergoops, missed the shut-off non-blocking fix
2001-04-11 Daniel StenbergSM made the connection timeout work for windows boxes!
2001-04-10 Daniel Stenbergsetopt() works with the new CURLOPT_HEADERFUNCTION:
2001-04-10 Daniel StenbergAdded new CURLOPT_HEADERFUNCTION callback for writing...
2001-04-09 Daniel Stenbergcorrected by SM to build better with openssl
2001-04-09 Daniel StenbergSM's updates
2001-04-07 Daniel StenbergAndrés García fixed curl_escape()
2001-04-06 Daniel Stenbergshow openssl 0.9.6a properly
2001-04-06 Daniel Stenbergcurl_formfree() can be called with a NULL argument
2001-04-03 Daniel Stenbergbugfixed the Location: following that must've been...
2001-04-03 Daniel Stenberg- disabling port on absolute redirects is wrong
2001-04-03 Daniel Stenbergbetter error checks for failure conditions (based on...
2001-04-03 Daniel StenbergPuneet Pawaia pointed out the lack of http_chunks in...
2001-03-29 Daniel Stenbergftps:// support added
2001-03-27 Daniel Stenbergmake sure the alarm is off when returning from curl_eas...
2001-03-26 Daniel Stenberg'Connection: keep-alive' is now understood when sent...
2001-03-23 Daniel StenbergDONT TOUCH the data->url as it may point to read-only...
2001-03-23 Daniel Stenbergnow always stops reading a HEAD reply after all the...
2001-03-23 Daniel StenbergConnectionExists() wrongly returned TRUE for too many...
2001-03-22 Daniel StenbergTreat 302-redirects the same way we treat 303-redirects
2001-03-22 Daniel Stenbergreset the follow location counter in Curl_perform(...
2001-03-22 Daniel Stenbergbrand new Curl_ prefixes on global symbols
2001-03-22 Daniel Stenbergmade it use Curl_ prefixes on global symbols
2001-03-22 Daniel StenbergJim Drash suggested and I made it not encode what looks...
2001-03-22 Daniel Stenbergremoved the duplicates!
2001-03-22 Daniel Stenbergadded escape and unescape
2001-03-22 Daniel Stenbergthe new escape/unescape function setup
2001-03-19 Daniel StenbergAdded support for HTTP code 100 continue, as 8.2.3...
2001-03-16 Daniel Stenbergdetect if chunked transfers are aborted
2001-03-16 Daniel Stenbergcorrected the close to sclose() so that the memdebug...
2001-03-16 Daniel Stenbergre-generated with the memdebug.h include
2001-03-16 Daniel Stenbergadded memdebug.h include
2001-03-15 Daniel Stenbergadded connect timeout support
2001-03-14 Daniel Stenbergremoved a bunch of warnings for IPv6-compiles
2001-03-14 Daniel Stenbergnow works with IPv6 and HTTP proxy
2001-03-14 Daniel Stenberghm, don't free the home dir and append the .netrc part...
2001-03-14 Daniel Stenberguses getpwuid() to find user's home dir
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-03-14 Daniel StenbergBjörn Stenberg corrected the silly '(void)data' usage...
2001-03-14 Daniel StenbergJörn's updated file
2001-03-14 Daniel StenbergFirst Jörn's updates were applied, then
2001-03-14 Daniel Stenbergincreased the 'current' number for the interface
2001-03-14 Daniel StenbergThe Curl_* prefixes are now changed for curl_* ones...
2001-03-14 Daniel StenbergJörn fixed it to compile on win32 again
2001-03-14 Daniel StenbergJörn Hartroth added a set of files
2001-03-14 Daniel StenbergJörn Hartroth fixed a bad #endif placement
2001-03-13 Daniel Stenbergre-added the default switch for weird states
2001-03-13 Daniel StenbergAdded a failf() error message when the chunked read...
2001-03-13 Daniel Stenbergupdated the chunked state-machine to deal with the...
2001-03-13 Daniel Stenbergfailf() now respects the mute flag
2001-03-13 Daniel Stenberginitial close policy support
2001-03-13 Daniel StenbergAdded 'created' to the connectdata struct to hold the...
2001-03-13 Daniel StenbergCurl_tvnow is now properly declared with (void)
2001-03-12 Daniel Stenbergtwo new random seed options for the ssl config struct
2001-03-12 Daniel Stenbergtwo new random seed options: CURLOPT_RANDOM_FILE and...
2001-03-12 Daniel Stenbergupdated the comment for the chunked reading
2001-03-12 Daniel Stenbergmade it return illegal hex in case no hexadecimal digit...
2001-03-12 Daniel Stenbergadded an error code for illegal hex values in the chunk...
2001-03-12 Daniel Stenbergsupport for a few new libcurl 7.7 CURLOPT_* options...
2001-03-12 Daniel StenbergAdded infof() calls for persistant connection info...
2001-03-12 Daniel Stenbergmodified Curl_disconnect() so that it unlinks itself...
2001-03-12 Daniel Stenbergbugfix: don't use the connectindex if it is -1
next