platform/upstream/curl.git
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
2002-02-25 Daniel StenbergWe got this web server's embryo from Georg Horn, muchos...
2002-02-25 Daniel Stenbergthe test suite http server is now automake'd
2002-02-25 Daniel Stenberguse the pid file, use the automake subdir
2002-02-25 Daniel Stenbergautomake this dir too
2002-02-25 Daniel Stenberguse the former logfile name again since the ftp server...
2002-02-25 Daniel Stenbergwe actually ran all tests just now, feb 25th, 2002...
2002-02-25 Daniel Stenbergreply/postcmd support for "wait"
2002-02-25 Daniel Stenbergportability, step one, use a config.h.in file
2002-02-25 Daniel Stenberggenerate a config file for the test suite http server too
2002-02-25 Daniel Stenbergcreate the pidfile and store the pid on invoke
2002-02-25 Daniel Stenbergoops, #if not #ifdef
2002-02-25 Daniel Stenbergsupport HUGE requests too
2002-02-25 Daniel Stenbergmake sure -d is treated as a POST request and thus...
2002-02-25 Daniel Stenbergmodified the command to fail properly! ;-)
2002-02-25 Daniel Stenbergcygnus can't include winsock.h even though it has it...
2002-02-25 Daniel Stenberg"Yet Another Geek" made %{content_type} work in the...
2002-02-22 Daniel Stenbergbetter time selection for the connect timeout
2002-02-22 Daniel Stenberg16 tests OK
2002-02-22 Daniel Stenbergcut off big parts of the banner
2002-02-22 Daniel Stenbergmake sure the custom config-*.h files are in the dist...
2002-02-22 Daniel Stenbergadjusted to work on test case 11 better
2002-02-22 Daniel Stenberguse -W too
2002-02-22 Daniel Stenbergfixed to work with 'nonewline' and thus this passes...
2002-02-22 Daniel Stenbergsupport for using protocol without a trailing newline
2002-02-22 Daniel Stenberghide debug output from screen, use log/ for logfiles
2002-02-22 Daniel Stenberglib/config.h.in added to dist
2002-02-20 Daniel StenbergVMS adjustments
2002-02-20 Daniel Stenbergnew from Nico!
2002-02-20 Daniel Stenbergfour more bugfixes, one VMS adjustment
2002-02-20 Daniel StenbergNico Baggus' VMS tweaks
next