Age | Commit message (Expand) | Author |
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 |
2002-02-27 | use the correct time in the cookie jar | Daniel Stenberg |
2002-02-27 | made Max-Age work as defined in the RFC. | Daniel Stenberg |
2002-02-26 | modified cookie expire date | Daniel Stenberg |
2002-02-26 | new field1 functionality testing too | Daniel Stenberg |
2002-02-26 | When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the | Daniel Stenberg |
2002-02-26 | test 31: "HTTP with weirdly formatted cookies and cookiejar storage" | Daniel Stenberg |
2002-02-26 | removed crash on weird input, this also better discards silly input | Daniel Stenberg |
2002-02-26 | 7.9.5-pre4 commit | Daniel Stenberg |
2002-02-25 | more custom stuff, much about dealing with cookies | Daniel Stenberg |
2002-02-25 | a never ending stream of things to do... | Daniel Stenberg |
2002-02-25 | use env to run perl | Daniel Stenberg |
2002-02-25 | automake usage and options cleanup | Daniel Stenberg |
2002-02-25 | happy new year | Daniel Stenberg |
2002-02-25 | We got this web server's embryo from Georg Horn, muchos gracias. | Daniel Stenberg |
2002-02-25 | the test suite http server is now automake'd | Daniel Stenberg |
2002-02-25 | use the pid file, use the automake subdir | Daniel Stenberg |
2002-02-25 | automake this dir too | Daniel Stenberg |
2002-02-25 | use the former logfile name again since the ftp server also uses that... | Daniel Stenberg |
2002-02-25 | we actually ran all tests just now, feb 25th, 2002 12:11 MET. with the | Daniel Stenberg |
2002-02-25 | reply/postcmd support for "wait" | Daniel Stenberg |
2002-02-25 | portability, step one, use a config.h.in file | Daniel Stenberg |
2002-02-25 | generate a config file for the test suite http server too | Daniel Stenberg |
2002-02-25 | create the pidfile and store the pid on invoke | Daniel Stenberg |
2002-02-25 | oops, #if not #ifdef | Daniel Stenberg |
2002-02-25 | support HUGE requests too | Daniel Stenberg |