platform/upstream/curl.git
2003-01-07 Daniel StenbergOnly output valid filetime.
2003-01-07 Daniel Stenbergwhen sending an error message to the debugfunction...
2003-01-07 Daniel Stenbergfixed the create_dir_hierarchy() to not use uninited...
2003-01-07 Daniel StenbergMatthew Blain's improvements for debug builds
2003-01-07 Daniel Stenbergbetter ignore
2003-01-07 Daniel Stenbergignore lib504 too
2003-01-07 Daniel Stenbergupdated
2003-01-06 Daniel Stenbergindent fix
2003-01-06 Sterling Hughesfix bug (?) :-)
2002-12-29 Daniel Stenbergreturn -1 even if SSL_pending() doesn't return non...
2002-12-29 Daniel StenbergMarc Herbert's suggstion: mention that insecure is...
2002-12-20 Daniel Stenbergexample configure command line
2002-12-20 Daniel StenbergUse AM_MAINTAINER_MODE which thus makes less maintainer...
2002-12-20 Daniel Stenberg7.10.3-commit
2002-12-19 Daniel Stenbergfixes
2002-12-19 Daniel Stenbergremoved fruitless attempts to overload some targets
2002-12-19 Daniel StenbergCurl_base64_decode() fixed by Matthew B
2002-12-19 Daniel StenbergFixed the usage of SSL_read() to properly return -1...
2002-12-19 Daniel StenbergCURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe
2002-12-18 Daniel StenbergCURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR
2002-12-17 Daniel StenbergRemoved weird special multi interface condition that...
2002-12-17 Daniel Stenbergdon't install the test programs
2002-12-16 Daniel Stenbergwritefunction data is not zero terminated
2002-12-16 Daniel Stenbergremoved junk
2002-12-16 Daniel StenbergAdded test case 504, using multi interface and a local...
2002-12-16 Daniel Stenbergbetter desc
2002-12-16 Daniel Stenbergmistake, this only requires http
2002-12-16 Daniel Stenbergthe hostip.c commit
2002-12-16 Daniel StenbergEAGAIN on older (correct) glibc versions indicate a...
2002-12-16 Daniel Stenbergchanges from last week
2002-12-16 Daniel Stenbergcut off -O properly when building for debug
2002-12-13 Daniel Stenbergdocumented the %-variables
2002-12-13 Daniel Stenbergfixed another space issue
2002-12-13 Daniel Stenbergplease mr CVS ignore these
2002-12-13 Daniel Stenbergset up arg2 to point to argv[2] to be used at will...
2002-12-13 Daniel Stenbergadded 503
2002-12-13 Daniel Stenbergused this to verify bug report 651460
2002-12-13 Daniel Stenbergadded support for CONNECT, both good and bad
2002-12-13 Daniel Stenbergtest case 503 entered the dir
2002-12-13 Daniel Stenbergconn->bits.tcpconnect now keeps track of if this connec...
2002-12-13 Daniel Stenberginclude files without the curl/ to reduce the risk...
2002-12-13 Daniel StenbergEvan Jordan's fix for a memory leak. Bug report 650989.
2002-12-13 Daniel Stenbergmake a little work-around for file:// in _is_connected...
2002-12-13 Daniel Stenbergone slash too many
2002-12-13 Daniel Stenberglib502.c for multi interface tests on a single URL...
2002-12-13 Daniel Stenbergtest 502, multi interface with file://
2002-12-12 Daniel Stenbergbail out on crap received, makes test case 402 *NOT...
2002-12-12 Daniel Stenbergmissing space added, nows run old tests fine again
2002-12-12 Daniel Stenbergremove test piece
2002-12-12 Daniel Stenbergmake ftps and https invoke both necessary servers
2002-12-12 Daniel Stenbergfixes
2002-12-12 Daniel Stenberglink the test tools this way instead
2002-12-12 Daniel Stenbergno more
2002-12-12 Daniel Stenbergcorrected
2002-12-12 Daniel Stenbergnew subdir added 'libtest'
2002-12-12 Daniel Stenbergsupports the new 'tool' and 'server' tags
2002-12-12 Daniel Stenbergdescribe the new sections added for (better) libcurl...
2002-12-12 Daniel Stenberg500 + 501 added
2002-12-12 Daniel Stenbergrun tiny specific libcurl-testing tools
2002-12-12 Daniel StenbergThe first ever attempts to do pure libcurl test cases
2002-12-12 Daniel StenbergDeal with HTML where ' is used instead of "
2002-12-11 Daniel Stenbergmoved the includes to outside the extern "C" stuff
2002-12-10 Daniel Stenbergrecent fluff
2002-12-10 Daniel StenbergThe initial HTTP request can now be sent in multiple...
2002-12-10 Daniel Stenbergsend_buffer is no more here
2002-12-10 Daniel Stenbergadded test56, nearly 100KB big!
2002-12-10 Daniel StenbergTest case for sending insanely big HTTP requests. Mainl...
2002-12-10 Daniel Stenbergmore logging, now logs the full response too, basic...
2002-12-09 Daniel StenbergA normal POST now provides data to the main transfer...
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-12-09 Daniel StenbergAdded a default headers section and also made some...
2002-12-05 Daniel Stenbergbetter errno include and no extern
2002-12-05 Daniel Stenbergread and write as much as possible until end of data...
2002-12-05 Daniel Stenbergdeal with spaces in name and value tags a lot better!
2002-12-05 Daniel Stenbergchanged proto for Curl_krb_kauth()
2002-12-05 Daniel StenbergSolaris needs errno as an extern int.
2002-12-04 Daniel Stenbergmake WIN32 defined for Borland properly, as told by...
2002-12-04 Daniel Stenbergcalled SSLCERTS now
2002-12-04 Daniel Stenberg7.10.3-pre2
2002-12-04 Daniel StenbergThe waiting for the 226 or 250 line expected to come...
2002-12-03 Daniel Stenbergmissing }
2002-12-03 Daniel Stenbergclarified
2002-12-03 Daniel StenbergJeff pointed out this flaw in the example
2002-12-03 Daniel Stenberg-@ is no longer an official shortcut for --create-dirs
2002-12-03 Daniel Stenbergdon't officially use -@ for --create-dirs, only use...
2002-12-03 Daniel Stenbergclarify the DEBUGFUNCTION data not being zero terminated
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-12-03 Daniel Stenbergupdated to reality
2002-12-03 Daniel StenbergNicolas Berloquin's fix of his previous dir creation...
2002-12-02 Daniel StenbergNicolas Berloquin's description of his -@/--create...
2002-12-02 Daniel StenbergNicolas Berloquin's added code for dealing with -@...
2002-12-02 Daniel Stenbergif the PWD reply parser failed, we leaked memory
2002-12-02 Daniel Stenbergclarified SSL_VERIFYPEER and SSL_VERIFYHOST a bit,...
2002-12-01 Daniel Stenbergwrapped the line for PRIVATE nicer
2002-12-01 Daniel Stenbergmore to ignore
2002-12-01 Daniel Stenbergonly use Content-Length: header if not transfering...
2002-11-30 Daniel Stenbergmention CVS-INFO for more info when checked out from CVS
2002-11-29 Daniel Stenbergstuff done since the 7.10.2 release
2002-11-29 Daniel Stenberglet the Curl_FormReader() return 0 when it reaches...
2002-11-28 Daniel Stenbergfix the hash init to call the correct dns cleanup function
next