platform/upstream/curl.git
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.
2002-02-28 Daniel StenbergWesley Laxton's CURLOPT_PREQUOTE work
2002-02-28 Daniel StenbergRalph Mitchell's SSL problems made me notice that we...
2002-02-28 Daniel Stenbergmore fancy alloc, we store the size in each allocated...
2002-02-28 Daniel Stenbergset CURL_MEMDEBUG to enable memory debugging in case...
2002-02-28 Daniel Stenbergadded -t for trace, helps searching for leaks and similar
2002-02-28 Daniel Stenbergmemory debugging is now only enabled if the CURL_MEMDEB...
2002-02-28 Daniel Stenbergalways allocates at least 64 bytes for real, and damage...
2002-02-27 Daniel Stenbergmade building outside the source tree work again, Kevin...
2002-02-27 Daniel Stenbergminor edit
2002-02-27 Daniel Stenbergoops, we weren't doing HTTPS - now we are
2002-02-27 Daniel Stenbergtest 304, HTTPS multipart formpost
2002-02-27 Daniel Stenberguse the correct time in the cookie jar
2002-02-27 Daniel Stenbergmade Max-Age work as defined in the RFC.
2002-02-26 Daniel Stenbergmodified cookie expire date
2002-02-26 Daniel Stenbergnew field1 functionality testing too
2002-02-26 Daniel StenbergWhen saving a cookie jar, set field 1 (counted from...
2002-02-26 Daniel Stenbergtest 31: "HTTP with weirdly formatted cookies and cooki...
2002-02-26 Daniel Stenbergremoved crash on weird input, this also better discards...
2002-02-26 Daniel Stenberg7.9.5-pre4 commit
2002-02-25 Daniel Stenbergmore custom stuff, much about dealing with cookies
2002-02-25 Daniel Stenberga never ending stream of things to do...
2002-02-25 Daniel Stenberguse env to run perl
2002-02-25 Daniel Stenbergautomake usage and options cleanup
2002-02-25 Daniel Stenberghappy new year
next