Age | Commit message (Expand) | Author |
2002-03-08 | completed the progress-bar fix | Daniel Stenberg |
2002-03-08 | detect fclose(NULL) | Daniel Stenberg |
2002-03-08 | better treatment of the config->errors, only fclose() this if it was | Daniel Stenberg |
2002-03-08 | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make | Daniel Stenberg |
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg |
2002-03-07 | 7.9.5 commit | Daniel Stenberg |
2002-03-07 | added the "known bugs" file | Daniel Stenberg |
2002-03-06 | new VMS messages from Nico Baggus | Daniel Stenberg |
2002-03-06 | Kevin Roth nicely saved us from this backslash-removing problem! | Daniel Stenberg |
2002-03-06 | Brad corrected the include path (again) | Daniel Stenberg |
2002-03-06 | corrected the newlines | Daniel Stenberg |
2002-03-06 | two items since pre6 | Daniel Stenberg |
2002-03-06 | when removed, an easy handle can be curl_easy_perform()ed again | Daniel Stenberg |
2002-03-06 | Paul Nolan built it on pocket pc | Daniel Stenberg |
2002-03-06 | Ralph Mitchell's minor #include patch to prevent some warnings | Daniel Stenberg |
2002-03-06 | we don't skip what looks like already escaped strings, that was fixed | Daniel Stenberg |
2002-03-05 | read POST data using the read callback | Daniel Stenberg |
2002-03-05 | corrected the progress callback prototype!!! | Daniel Stenberg |
2002-03-05 | added text to the progress chapter | Daniel Stenberg |
2002-03-04 | explicitly mention easy handle | Daniel Stenberg |
2002-03-04 | mention 'easy handle' and not just handle, there will soon be other handles | Daniel Stenberg |
2002-03-04 | cut off 2001 and put those changes in a separate file | Daniel Stenberg |
2002-03-04 | added docs/libcurl/ | Daniel Stenberg |
2002-03-04 | moved lots to the new subdir 'libcurl' | Daniel Stenberg |
2002-03-04 | remove this directory, this is history | Daniel Stenberg |
2002-03-04 | multi interface using examples | Daniel Stenberg |
2002-03-04 | no longer include the multi dir, the examples should be in the examples | Daniel Stenberg |
2002-03-04 | moved to the new libcurl/ directory | Daniel Stenberg |
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg |
2002-03-04 | Added packages/EPM | Daniel Stenberg |
2002-03-04 | Added EPM stuff, thanks to Giuseppe Corbelli | Daniel Stenberg |
2002-03-01 | bug report #524427 pointed out a mistake in the example source | Daniel Stenberg |
2002-03-01 | initial and still basic curl multi interface documentation | Daniel Stenberg |
2002-03-01 | removed incorrect and unnecessary words | Daniel Stenberg |
2002-03-01 | several little things since pre4 | Daniel Stenberg |
2002-03-01 | memanalyze is now moved to the tests/ dir | Daniel Stenberg |
2002-03-01 | include memanalyze.pl in the dist archive | Daniel Stenberg |
2002-03-01 | moved memanalyze.pl into the tests dir | Daniel Stenberg |
2002-02-28 | Nico Baggus added more error codes to the VMS stuff. | Daniel Stenberg |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg |
2002-02-28 | Ralph Mitchell's SSL problems made me notice that we didn't increase the | Daniel Stenberg |
2002-02-28 | more fancy alloc, we store the size in each allocated block so that we | Daniel Stenberg |
2002-02-28 | set CURL_MEMDEBUG to enable memory debugging in case curl is compiled | Daniel Stenberg |
2002-02-28 | added -t for trace, helps searching for leaks and similar | Daniel Stenberg |
2002-02-28 | memory debugging is now only enabled if the CURL_MEMDEBUG environment | Daniel Stenberg |
2002-02-28 | always allocates at least 64 bytes for real, and damages them before free | Daniel Stenberg |
2002-02-27 | made building outside the source tree work again, Kevin Roth reported | Daniel Stenberg |
2002-02-27 | minor edit | Daniel Stenberg |
2002-02-27 | oops, we weren't doing HTTPS - now we are | Daniel Stenberg |
2002-02-27 | test 304, HTTPS multipart formpost | Daniel Stenberg |