9fc62a8d | 04-Mar-2002 |
Daniel Stenberg |
multi interface using examples |
61540b98 | 04-Mar-2002 |
Daniel Stenberg |
no longer include the multi dir, the examples should be in the examples dir |
465ae39e | 04-Mar-2002 |
Daniel Stenberg |
moved to the new libcurl/ directory |
01f04b9a | 04-Mar-2002 |
Daniel Stenberg |
ripped out from ../ and put in its own directory now |
34f9ab10 | 04-Mar-2002 |
Daniel Stenberg |
Added packages/EPM |
69987677 | 04-Mar-2002 |
Daniel Stenberg |
Added EPM stuff, thanks to Giuseppe Corbelli |
8fc5a0d1 | 01-Mar-2002 |
Daniel Stenberg |
bug report #524427 pointed out a mistake in the example source |
62b5926d | 01-Mar-2002 |
Daniel Stenberg |
initial and still basic curl multi interface documentation |
4d1037f3 | 01-Mar-2002 |
Daniel Stenberg |
removed incorrect and unnecessary words |
e4addb39 | 01-Mar-2002 |
Daniel Stenberg |
several little things since pre4 |
2aef3519 | 01-Mar-2002 |
Daniel Stenberg |
memanalyze is now moved to the tests/ dir |
d88c153c | 01-Mar-2002 |
Daniel Stenberg |
include memanalyze.pl in the dist archive |
9e988308 | 01-Mar-2002 |
Daniel Stenberg |
moved memanalyze.pl into the tests dir |
71440df4 | 28-Feb-2002 |
Daniel Stenberg |
Nico Baggus added more error codes to the VMS stuff. |
80b004a5 | 28-Feb-2002 |
Daniel Stenberg |
Wesley Laxton's CURLOPT_PREQUOTE work |
ea8476a2 | 28-Feb-2002 |
Daniel Stenberg |
Ralph Mitchell's SSL problems made me notice that we didn't increase the header byte counter properly |
cb85ca18 | 28-Feb-2002 |
Daniel Stenberg |
more fancy alloc, we store the size in each allocated block so that we can destroy the full allocated area just before we free it |
f1103b95 | 28-Feb-2002 |
Daniel Stenberg |
set CURL_MEMDEBUG to enable memory debugging in case curl is compiled with it |
aa5ff53b | 28-Feb-2002 |
Daniel Stenberg |
added -t for trace, helps searching for leaks and similar |
907dabed | 28-Feb-2002 |
Daniel Stenberg |
memory debugging is now only enabled if the CURL_MEMDEBUG environment variable is set when curl is invoked |
0cacbc89 | 28-Feb-2002 |
Daniel Stenberg |
always allocates at least 64 bytes for real, and damages them before free |
6753c3c7 | 27-Feb-2002 |
Daniel Stenberg |
made building outside the source tree work again, Kevin Roth reported |
36e1363e | 27-Feb-2002 |
Daniel Stenberg |
minor edit |
d1a711eb | 27-Feb-2002 |
Daniel Stenberg |
oops, we weren't doing HTTPS - now we are |
d8dea4dc | 27-Feb-2002 |
Daniel Stenberg |
test 304, HTTPS multipart formpost |