platform/upstream/curl.git
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
2000-11-21 Daniel Stenbergadded some defensive code around the GetHost()'s third...
2000-11-21 Daniel StenbergGetHost() now sets the third pointer to NULL when the...
2000-11-21 Daniel Stenbergwhen using PORT, we now free the host name buffer properly
2000-11-21 Daniel Stenberghttp* is now prot* since we're about to use other proto...
2000-11-21 Daniel Stenbergattempt to use a bad protocol
2000-11-21 Daniel StenbergNLST does a LIST (a normal unix ftp client 'ls' becomes...
2000-11-21 Daniel StenbergSTOR works!
2000-11-21 Daniel Stenbergremoved the storenonprintable function as it isn't...
2000-11-21 Daniel Stenbergfancier login text
2000-11-21 Daniel Stenbergremoved the forks, we don't need forking for single...
2000-11-21 Daniel Stenbergruntests.pl -c should be -a
2000-11-21 Daniel Stenbergremoved pedantic compiler warnings
2000-11-21 Daniel Stenbergremoved two unused variables and added an extra set...
2000-11-21 Daniel Stenbergtypecasted the argument to isspace() to int, to remove...
2000-11-21 Daniel Stenbergincludes http.h for the proxytunnel stuff
2000-11-21 Daniel Stenbergadded comment on a variable that is unused on some...
2000-11-20 Daniel Stenbergflushes the log handles before fork, now the logs work...
2000-11-20 Daniel StenbergQUIT works, and now I can run a unix ftp client against...
2000-11-20 Daniel StenbergCWD runs
2000-11-20 Daniel StenbergRETR seems to work too
2000-11-20 Daniel Stenbergthis is now a working ftp server, both PASV and PORT...
2000-11-20 Daniel Stenbergchanged the comment for URL_MAX_LENGTH
2000-11-20 Daniel Stenbergformfree, config file, --url, more testcases, infinite...
2000-11-20 Daniel Stenbergextremely long URL test
2000-11-20 Daniel Stenbergremoved URL size restrictions, dynamically allocates...
2000-11-20 Daniel Stenbergremoved URL size restrictions
2000-11-20 Daniel Stenbergthis is the first attempt of a tiny and simple ftp...
2000-11-20 Daniel Stenbergadded a description about the memory checks
2000-11-20 Daniel Stenbergno more "leaked" memory when this fails on various...
2000-11-20 Daniel StenbergAlexander Kourakos's lowercase environment variable fix
2000-11-18 Daniel Stenbergspell correction resolv => resolve in two error messages
next