platform/upstream/curl.git
2004-06-02 Daniel Stenbergvery minor format edit
2004-06-02 Daniel StenbergCURLOPT_PUT is deprecated
2004-06-02 Daniel StenbergMade CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing...
2004-06-02 Daniel Stenberg*seven* new options to support 3rd party FTP transfers
2004-06-02 Daniel Stenberg7.12.1-CVS in progress
2004-06-02 Daniel StenbergGisle's adjustments to allow building with lcc-win32
2004-06-02 Daniel StenbergGisle made ftp_mkd static
2004-06-02 Daniel Stenbergand we start all over again
2004-06-02 Daniel Stenberg7.12.0
2004-06-02 Daniel Stenbergmore changes
2004-06-01 Daniel StenbergRenaud Duhaut corrected the unescaping procedure
2004-06-01 Daniel StenbergDavid Byron made this use the mm lib by default, as...
2004-06-01 Daniel Stenberg--create-dirs clarification
2004-05-28 Daniel Stenbergminor edits
2004-05-28 Daniel Stenbergcheck for failing strdup()s
2004-05-28 Daniel Stenbergdelete trailing whitespace
2004-05-27 Daniel Stenbergfixed curl_easy_duphandle() to properly clean up all...
2004-05-27 Daniel Stenbergfree() allocated memory when the ares search can't...
2004-05-27 Daniel Stenbergclear the domains and sortlist when the 'channel' is...
2004-05-27 Daniel Stenbergbetter checks to avoid free(NULL)
2004-05-27 Daniel StenbergJames Bursa's fix to prevent free(NULL) to occur
2004-05-26 Daniel Stenbergthe CONNECT issue seems fixed too now
2004-05-26 Daniel StenbergMohun Biswas added release-zlib and debug-zlib targets.
2004-05-26 Daniel StenbergMSVC makefiles updated and an auth problem when using...
2004-05-26 Daniel Stenbergcurllib.dsp works in the latest snapshots
2004-05-26 Daniel Stenbergbugs, changes, sponsors!
2004-05-26 Daniel Stenbergupdated with recent stuff
2004-05-26 Daniel Stenbergthree new functions in the public API
2004-05-26 Daniel Stenbergadded example that makes an upload to a file:// url
2004-05-26 Daniel Stenbergstrip trailing whitespace
2004-05-26 Daniel StenbergAdded a new 'bit' in the connect struct named 'tunnel_p...
2004-05-25 Daniel Stenberginitial support for "uploading" to file:// URLs
2004-05-25 Daniel Stenberg--proxy-basic added for completeness
2004-05-25 Daniel Stenbergremoved some stuff that actually is done now, added...
2004-05-25 Daniel StenbergBug report #948950, excessive amount of file descriptor...
2004-05-25 Daniel StenbergMassimiliano Ziccardi's updates for the VC6 makefiles
2004-05-25 Daniel Stenbergpreprocessor magic around the libidn idn_free() stuff...
2004-05-25 Daniel Stenbergchecl for the idn_free stuff to remain functionall...
2004-05-25 Daniel Stenbergremove trailing whitespace
2004-05-25 Daniel Stenbergmake one call instead of two
2004-05-24 Daniel Stenbergnew example proving that the debug callback works even...
2004-05-24 Daniel Stenbergremove trailing whitespace
2004-05-24 Daniel Stenbergmulti interface, debug callback
2004-05-24 Daniel Stenbergdelete trailing whitespace
2004-05-24 Daniel Stenbergif no errorbuffer string was provided when a return...
2004-05-24 Daniel StenbergIDN is a recognized feature
2004-05-24 Daniel Stenbergfixed a reference
2004-05-24 Daniel Stenbergmeta-m runs delete-trailing-whitespace in curl-mode
2004-05-24 Daniel Stenbergdelete trailing whitespace
2004-05-24 Daniel Stenbergdelete trailing whitespace
2004-05-24 Daniel Stenbergbetter name
2004-05-24 Daniel Stenbergonly idn_free() if built with libidn
2004-05-24 Daniel Stenbergdelete trailing whitespace
2004-05-24 Daniel Stenberg Simon Josefsson added a idn_free() function in libidn...
2004-05-24 Daniel StenbergRobert D. Young reported that CURLOPT_COOKIEFILE and...
2004-05-21 Daniel StenbergWhile talking to host a.b.c, libcurl did wrongly not...
2004-05-21 Daniel Stenbergquickfix to avoid division by zero, possibly we should...
2004-05-20 Daniel Stenbergfixed transfer speed math
2004-05-20 Daniel Stenbergcalculate upload and download speed using doubles to...
2004-05-19 Daniel StenbergNTLM requires SSL
2004-05-19 Daniel Stenbergcert verify
2004-05-19 Daniel Stenbergadded test 170
2004-05-19 Daniel StenbergDavid Byron's test case with -F that used to crash
2004-05-19 Daniel Stenbergkilled trailing whitespace
2004-05-19 Daniel Stenbergjust code formatting and killed whitespace
2004-05-19 Daniel Stenberglanguage!
2004-05-19 Daniel StenbergSet CURLOPT_USERAGENT too
2004-05-19 Daniel StenbergThe kill trailing whitespace needs to be set better...
2004-05-18 Daniel Stenbergsimplified all die messages
2004-05-18 Daniel Stenbergsimplified the automake failed message too
2004-05-18 Daniel Stenbergmake this script tell that this is the obsolete version...
2004-05-18 Daniel Stenbergsimplified the die-line when aclocal fails, the previou...
2004-05-18 Daniel Stenberg+ when storing the address in the cache fails, cleanup...
2004-05-18 Daniel Stenberg* seed_enough() was converted to a macro to avoid the...
2004-05-17 Daniel Stenbergif shrinking the buffer fails, use the older larger one
2004-05-17 Daniel StenbergPeter Sylvester's patch that addresses two flaws in...
2004-05-17 Daniel Stenberg'make test-torture' in the root now runs a full torture...
2004-05-17 Daniel Stenbergremoved debug output and trailing whitespace
2004-05-17 Daniel Stenberggrrr, fix the check again if no ftp server at all is...
2004-05-17 Daniel Stenbergtorture testing and a moved CVS repo
2004-05-17 Daniel Stenbergnew Curl_done() proto
2004-05-17 Daniel StenbergI made Curl_done() take a pointer-pointer in the first...
2004-05-17 Daniel Stenbergbetter bailing out on memory failure
2004-05-17 Daniel StenbergWhen waiting for the second connect, we now use alarm...
2004-05-17 Daniel Stenbergimproved the check for our own ftp server
2004-05-17 Daniel Stenbergmodified to not leak memory if a libcurl function retur...
2004-05-17 Daniel StenbergSeshubabu Pasam's format fixes and added notes about...
2004-05-17 Daniel Stenbergmake it not leak memory when it returns prematurely
2004-05-17 Daniel Stenbergautomatically delete trailing white space on save in...
2004-05-17 Daniel Stenbergbail out nicely if strdup() returns NULL, removed trail...
2004-05-17 Daniel Stenbergdeleted trailing whitespace
2004-05-17 Daniel Stenbergfixed a warning on IRIX, deleted trailing whitespace
2004-05-14 Daniel Stenbergadded string for the new share error code
2004-05-14 Daniel StenbergAdded CURLSHE_NOMEM
2004-05-14 Daniel Stenbergclean up properly on failure to enable easier libcurl...
2004-05-14 Daniel Stenbergnew cvs instructions
2004-05-14 Daniel Stenbergenable memory debugging the same way the curl command...
2004-05-13 Daniel Stenbergmemory cleanup and check fix
2004-05-13 Daniel Stenbergcheck that memory allocation functions truly return...
2004-05-13 Daniel Stenbergreturn on memory alloc fail
next