platform/upstream/curl.git
2000-12-19 Daniel Stenbergfixed a leaked file descriptor when PORT failed
2000-12-19 Daniel StenbergNTLM details added
2000-12-18 Daniel Stenbergfixed accept() for memory debugging
2000-12-16 Daniel Stenbergchanged the return code checker in the quote command...
2000-12-16 Daniel StenbergAdded Kermit and link
2000-12-14 Daniel Stenbergadded socket() / sclose() checks to the memdebug system
2000-12-14 Daniel Stenbergcrawls through a whole site and verifies links
2000-12-14 Daniel StenbergHow do a fetch multiple files with libcurl?
2000-12-14 Daniel Stenbergadded include stdio.h for the FILE
2000-12-12 Daniel StenbergAdded a few related RFCs
2000-12-12 Daniel Stenbergremoved the config file entry as that has been much...
2000-12-12 Daniel Stenbergpoints to the curl local copy of the netscape cookie...
2000-12-12 Daniel Stenbergfixed a strdup(NULL) error
2000-12-12 Daniel StenbergFrancois Petitjean's solaris core dump fix
2000-12-11 Daniel Stenbergupdated the latest added features
2000-12-11 Daniel Stenbergunix style newlines only
2000-12-11 Daniel Stenbergunix-style newlines
2000-12-11 Daniel Stenbergunix style newlines
2000-12-11 Daniel StenbergAlbert Chin-A-Young fixed the SSL option to use LDFLAGS...
2000-12-08 Daniel Stenbergfixed CURLOPT_COOKIE and added CURLOPT_CRLF
2000-12-07 Daniel StenbergAdded SA_RESTART since (some) HPUX doesn't have that...
2000-12-07 Daniel Stenbergpost 7.5 fixes
2000-12-06 Daniel Stenbergurlglob fix to prevent crashing when -o path is longer...
2000-12-05 Daniel StenbergAdded the borland makefiles
2000-12-05 Daniel Stenberguses the PERL variable configure digs up
2000-12-05 Daniel Stenbergchanged third argument to size_t to match SCO prototype
2000-12-04 Daniel StenbergPaul Marquis fixed a 7.4.2-dependency
2000-12-04 Daniel StenbergJörn fixed a multiple URL output bug
2000-12-04 Daniel Stenberg7.5-commit
2000-12-01 Daniel StenbergCraig Davison updated and made it work again!
2000-12-01 Daniel StenbergCraig Davison fixed the VC++ lines
2000-11-30 Daniel StenbergAdded -version-info and lots of info
2000-11-30 Daniel Stenbergadded a typecast to shut up a VC++ warning when convert...
2000-11-30 Daniel StenbergCraig Davison updated this
2000-11-30 Daniel StenbergREADME.curl is now MANUAL
2000-11-30 Daniel StenbergAdded a small note about referer needing to be complete...
2000-11-30 Daniel StenbergIncludes MANUAL instead of README.curl now
2000-11-30 Daniel StenbergREADME.curl is renamed to MANUAL
2000-11-29 Daniel Stenbergremoved #if 0 sections
2000-11-29 Daniel Stenbergremoved #if 0 section
2000-11-29 Daniel Stenbergremoved '#if 0' sections
2000-11-29 Daniel StenbergI'd love to see test cases with submitted patches...
2000-11-29 Daniel Stenbergminor things about the test suite added
2000-11-28 Daniel Stenbergnow counts all test cases and presents a counter at...
2000-11-28 Daniel Stenbergmaxredirs
2000-11-28 Daniel Stenbergmax-redirs test case data
2000-11-28 Daniel Stenbergfree the URL on redirections, this was a previous memor...
2000-11-28 Daniel Stenbergadded maxredirs
2000-11-28 Daniel StenbergAdded max-redirs support (James Griffiths' patch)
2000-11-28 Daniel Stenbergadded maxredirs, moved CURL_PROGRESS* defines to src...
2000-11-28 Daniel StenbergJames Griffiths' max-redirs fix
2000-11-27 Daniel StenbergAdded tests/ftpserver.pl
2000-11-27 Daniel StenbergI rearranged it and added 'make test'
2000-11-27 Daniel Stenbergspell check
2000-11-27 Daniel Stenbergmodified for ftp custom commands
2000-11-27 Daniel Stenbergallows simple custom modifications for single test...
2000-11-27 Daniel StenbergAdded the ftpdN.txt file
2000-11-27 Daniel Stenbergftp graceful error detection check data
2000-11-27 Daniel StenbergAdded the memdebug include file
2000-11-27 Daniel Stenbergfile:// test data
2000-11-27 Daniel Stenbergif the server doesn't output a logfile, the protocol...
2000-11-27 Daniel Stenbergmodified the --help output to have the passwords within...
2000-11-22 Daniel Stenbergadded the new FILETIME stuff
2000-11-22 Daniel Stenberg7.5-pre3 commit
2000-11-22 Daniel Stenbergmultiple URL support? forked?
2000-11-22 Daniel Stenbergadjusted to modified FTP behaviour
2000-11-22 Daniel StenbergAdded a curl-target to make it easier to build from...
2000-11-22 Daniel Stenbergadded filetime for opt and info
2000-11-22 Daniel StenbergAdded cacert and filetime support
2000-11-22 Daniel Stenbergdocument time fixes
2000-11-22 Daniel StenbergAdded struct fields to deal with time-of-document
2000-11-22 Daniel Stenbergclient_write() proto and defines added
2000-11-22 Daniel Stenberguses client_write()
2000-11-22 Daniel Stenberguses client_write() now
2000-11-22 Daniel StenbergAdded the client_write() function
2000-11-22 Daniel Stenberguses the new client_write() function
2000-11-22 Daniel StenbergGetLastResponse() modified to return ftp code as integer
2000-11-22 Daniel StenbergHTTP GET fail silently on HTTP error return
2000-11-22 Daniel StenbergAdded --cacert
2000-11-22 Daniel Stenbergworking with the test suite brings things up
2000-11-22 Daniel StenbergAdded --url
2000-11-22 Daniel Stenbergupdated the config file section
2000-11-22 Daniel StenbergAdded 5.2 How can I receive all data into a large memor...
2000-11-21 Daniel Stenbergmodified to work with printf()s that writes 0x-prefix...
2000-11-21 Daniel StenbergI run the perl programs with 'perl [script]' instead...
2000-11-21 Daniel Stenbergupload check, better ability to specify test cases...
2000-11-21 Daniel StenbergREST support seems to work
2000-11-21 Daniel StenbergAdded the uploadN.txt description
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel Stenbergset rangestringalloc to 0 after the string has been...
2000-11-21 Daniel Stenberguses the "internal" mprintf() routines for formatted...
2000-11-21 Daniel Stenbergbad directory name extractor fixed, now always free...
2000-11-21 Daniel Stenbergcurl_unescape() did not stop at the set length properly...
2000-11-21 Daniel Stenbergadded a command line log that logs all command lines...
2000-11-21 Daniel StenbergFTP test case data
2000-11-21 Daniel StenberghttpN => protN and some other minor updates
2000-11-21 Daniel Stenbergsays nothing if no errors were found
2000-11-21 Daniel StenbergAdded support for verifiedserver that returns a static...
2000-11-21 Daniel Stenbergstarts and stops both HTTP and FTP servers now
2000-11-21 Daniel Stenbergremoved the twice free_config_all() calls
next