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 |
398d2169 | 02-Oct-2000 |
Daniel Stenberg |
Added curl_easy_getinfo.3 |
99fbcac6 | 02-Oct-2000 |
Daniel Stenberg |
added a small suggestion on how to get the curl man page in text format without nroff |
c23e3879 | 02-Oct-2000 |
Daniel Stenberg |
Uses the new "client-side" writeout function |
ef77d484 | 02-Oct-2000 |
Daniel Stenberg |
removed writeout.[ch] and added getinfo.c |
df7b9e7a | 02-Oct-2000 |
Daniel Stenberg |
Added writeout.c |
f612f194 | 02-Oct-2000 |
Daniel Stenberg |
writeout.[ch] added in src/ |
dfec1721 | 02-Oct-2000 |
Daniel Stenberg |
moved out from the library and put here, uses the new curl_easy_getinfo() |