platform/upstream/curl.git
2002-03-25 Daniel StenbergJacky Lam cookie parser fix for domains with preceeding dot
2002-03-23 Daniel StenbergMiklos Nemeth's update
2002-03-22 Daniel Stenbergadjusted windows section after a patch from Miklos...
2002-03-22 Daniel Stenbergpatch by Sandro Tolaini to do good (better?) on FreeBSD
2002-03-20 Daniel Stenbergno longer include "multi.h", it comes with the regular...
2002-03-20 Daniel Stenbergcrlf replacement on uploads did not work. test case...
2002-03-20 Daniel Stenbergverbose FTP PASV output could output a "random" name...
2002-03-20 Daniel Stenbergadded test 128, ftp upload with --crlf
2002-03-20 Daniel Stenbergnewcomer notice added
2002-03-20 Daniel Stenbergold list is gone
2002-03-19 Daniel StenbergJohn Clayton's weird explorations in the wonders of...
2002-03-19 Daniel Stenbergmade -G set request type
2002-03-19 Daniel Stenbergcorrected for 7.9.6
2002-03-19 Daniel Stenbergremoved multi.h
2002-03-19 Daniel StenbergAdded the three multi interface source code examples...
2002-03-19 Daniel Stenbergfixed include and added header
2002-03-19 Daniel Stenbergadded multi.h
2002-03-19 Daniel Stenberginclude multi.h too
2002-03-19 Daniel Stenbergmoved here from ../../lib/
2002-03-19 Daniel Stenbergmoved to ../include/curl/
2002-03-19 Daniel Stenbergadded the multi functions man pages
2002-03-19 Daniel Stenbergmulti interface overview and description
2002-03-19 Daniel Stenbergremoved text that really belongs to very old libcurls...
2002-03-19 Daniel Stenbergpoint out that this describes the easy interface and...
2002-03-19 Daniel Stenberglanguage
2002-03-19 Daniel Stenbergadded some text about PASV and PORT and stuff
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-03-19 Daniel Stenbergyaketiyak
2002-03-19 Daniel Stenbergautomake -a for the depcomp
2002-03-19 Daniel Stenbergmade it pass stricter compiler flags with less warnings
2002-03-18 Daniel Stenbergtest 32, try -d and -G
2002-03-18 Daniel Stenbergreverted 1.109, we can't set the request type when...
2002-03-18 Daniel StenbergWRITEFUNCTION correction
2002-03-18 Daniel StenbergAndreas Damm added thanks to his getdate overhaul
2002-03-18 Daniel Stenberggopher
2002-03-18 Daniel Stenbergupdated
2002-03-17 Daniel Stenbergclarified that it is only the + letter that isn't conve...
2002-03-16 Daniel Stenbergverbose PASV transfers passed a bad buffer size to...
2002-03-15 Daniel Stenbergcorrected SSL builds
2002-03-15 Daniel Stenbergheaders and security blurb added
2002-03-15 Daniel Stenbergmake sure we return CURLE_WRITE_ERROR if the write...
2002-03-15 Daniel StenbergJun-ichiro itojun Hagino <itojun@itojun.org>:
2002-03-15 Daniel Stenbergbug report #530204 correctly identified that revision...
2002-03-14 Daniel Stenbergnew example for libcurl 7.9.6 or later
2002-03-14 Daniel Stenbergif CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is...
2002-03-14 Daniel Stenberg2002
2002-03-14 Daniel StenbergCURLOPT_POST deserved a new comment with the new POST...
2002-03-13 Daniel Stenbergno longer attempts to SIZE a NULL pointer, as that...
2002-03-13 Daniel StenbergSetting CURLOPT_PASSWDFUNCTION to NULL now restores...
2002-03-13 Daniel Stenbergsendf() now deals with Curl_write() returning -1 proper...
2002-03-13 Daniel Stenbergnow supports all options in arrays, except the CURLFORM...
2002-03-13 Daniel StenbergCURLFORM_ARRAYSTART and ARRAYEND are now history
2002-03-13 Daniel Stenbergremoved some silly CRLF lines
2002-03-11 Daniel Stenberg4 things since 7.9.5
2002-03-11 Daniel Stenbergadded test 39, tests the new -F features
2002-03-11 Daniel Stenbergnow -F supports 'filename=blabla' for parts that upload...
2002-03-11 Daniel StenbergAdded support for CURLFORM_FILENAME to set the filename...
2002-03-11 Daniel StenbergCURLFORM_FILENAME added and some cleanups, HttpPost...
2002-03-11 Daniel Stenbergcorrected the use of the progress function
2002-03-11 Daniel Stenbergminor edit
2002-03-11 Daniel Stenberg3.13 Why does my single/double quotes fail?
2002-03-08 Daniel Stenbergcompleted the progress-bar fix
2002-03-08 Daniel Stenbergdetect fclose(NULL)
2002-03-08 Daniel Stenbergbetter treatment of the config->errors, only fclose...
2002-03-08 Daniel StenbergJean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSW...
2002-03-08 Daniel Stenbergcloses bug report #527032, --progress-bar works again...
2002-03-07 Daniel Stenberg7.9.5 commit
2002-03-07 Daniel Stenbergadded the "known bugs" file
2002-03-06 Daniel Stenbergnew VMS messages from Nico Baggus
2002-03-06 Daniel StenbergKevin Roth nicely saved us from this backslash-removing...
2002-03-06 Daniel StenbergBrad corrected the include path (again)
2002-03-06 Daniel Stenbergcorrected the newlines
2002-03-06 Daniel Stenbergtwo items since pre6
2002-03-06 Daniel Stenbergwhen removed, an easy handle can be curl_easy_perform...
2002-03-06 Daniel StenbergPaul Nolan built it on pocket pc
2002-03-06 Daniel StenbergRalph Mitchell's minor #include patch to prevent some...
2002-03-06 Daniel Stenbergwe don't skip what looks like already escaped strings...
2002-03-05 Daniel Stenbergread POST data using the read callback
2002-03-05 Daniel Stenbergcorrected the progress callback prototype!!!
2002-03-05 Daniel Stenbergadded text to the progress chapter
2002-03-04 Daniel Stenbergexplicitly mention easy handle
2002-03-04 Daniel Stenbergmention 'easy handle' and not just handle, there will...
2002-03-04 Daniel Stenbergcut off 2001 and put those changes in a separate file
2002-03-04 Daniel Stenbergadded docs/libcurl/
2002-03-04 Daniel Stenbergmoved lots to the new subdir 'libcurl'
2002-03-04 Daniel Stenbergremove this directory, this is history
2002-03-04 Daniel Stenbergmulti interface using examples
2002-03-04 Daniel Stenbergno longer include the multi dir, the examples should...
2002-03-04 Daniel Stenbergmoved to the new libcurl/ directory
2002-03-04 Daniel Stenbergripped out from ../ and put in its own directory now
2002-03-04 Daniel StenbergAdded packages/EPM
2002-03-04 Daniel StenbergAdded EPM stuff, thanks to Giuseppe Corbelli
2002-03-01 Daniel Stenbergbug report #524427 pointed out a mistake in the example...
2002-03-01 Daniel Stenberginitial and still basic curl multi interface documentation
2002-03-01 Daniel Stenbergremoved incorrect and unnecessary words
2002-03-01 Daniel Stenbergseveral little things since pre4
2002-03-01 Daniel Stenbergmemanalyze is now moved to the tests/ dir
2002-03-01 Daniel Stenberginclude memanalyze.pl in the dist archive
2002-03-01 Daniel Stenbergmoved memanalyze.pl into the tests dir
2002-02-28 Daniel StenbergNico Baggus added more error codes to the VMS stuff.
next