cdd91bed | 09-Oct-2000 |
Daniel Stenberg |
I commented the -DMALLOCDEBUG flag to make it easier to add |
9defb839 | 09-Oct-2000 |
Daniel Stenberg |
added memory debugging support |
0f8facb4 | 09-Oct-2000 |
Daniel Stenberg |
added memory debugging include file |
d49d05bc | 09-Oct-2000 |
Daniel Stenberg |
added for memory leak debugging etc |
1e2e6a4e | 08-Oct-2000 |
Daniel Stenberg |
GetHost() did not properly assign the third argument pointer! |
5b39a48e | 06-Oct-2000 |
Daniel Stenberg |
corrected the --longoption parser |
2918836c | 06-Oct-2000 |
Daniel Stenberg |
removed include "writeout.h" |
b900318d | 06-Oct-2000 |
Daniel Stenberg |
J�rg's updated makefile |
c58dc8f8 | 06-Oct-2000 |
Daniel Stenberg |
the --interface code doesn't work on win32 and is #ifndef WIN32 now |
0ddacf92 | 06-Oct-2000 |
Daniel Stenberg |
added for the win32 version |
a513e974 | 06-Oct-2000 |
Daniel Stenberg |
moved the src/config.h stuff to the bottom, as automake were adding include stuff to ../src in the lib directory's Makefile.in otherwise! |
03a56b3e | 06-Oct-2000 |
Daniel Stenberg |
HTTP resume fix, now the range pointer may be allocated |
18f67852 | 04-Oct-2000 |
Daniel Stenberg |
filled in more information on the options |
693aab0e | 04-Oct-2000 |
Daniel Stenberg |
size_request and size_header added to the -w description |
ccd0f07c | 04-Oct-2000 |
Daniel Stenberg |
-w supports size_header and size_request |
5865860a | 04-Oct-2000 |
Daniel Stenberg |
counts header and request size |
bf563778 | 03-Oct-2000 |
Daniel Stenberg |
Added Jason S. Priebe as contributor |
e012d32e | 03-Oct-2000 |
Daniel Stenberg |
documented writeinfo as removed in 7.4 |
763797ab | 03-Oct-2000 |
Daniel Stenberg |
introduced in libcurl 7.4 |
2cdd1507 | 03-Oct-2000 |
Daniel Stenberg |
removed writeinfo stuff |
d46b006f | 03-Oct-2000 |
Daniel Stenberg |
add_buffer_send() free()d the buffer *before* it was used! :-O |
033263e6 | 03-Oct-2000 |
Daniel Stenberg |
added the new upload_bufsize to the connectdata struct |
eee5c71a | 03-Oct-2000 |
Daniel Stenberg |
inits the upload_bufsize at connect time |
f1b8566e | 03-Oct-2000 |
Daniel Stenberg |
new upload-buffer size design that starts with a smallish buffer and increases its size in case of need |
d3f9b2a4 | 03-Oct-2000 |
Daniel Stenberg |
introduced the new add_buffer() concept that makes the HTTP request to get sent in only one shot |