index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2000-10-12
Added lib/libcurl.def for win32 DLL creations
Daniel Stenberg
2000-10-12
just removed some example lines in the top comment
Daniel Stenberg
2000-10-12
Jörn added glob_cleanup()
Daniel Stenberg
2000-10-12
sprintf() => snprintf()
Daniel Stenberg
2000-10-11
updated to better reflect reality
Daniel Stenberg
2000-10-11
make curl capable of using the mozilla SSL engine
Daniel Stenberg
2000-10-11
free the URL string if that was allocated
Daniel Stenberg
2000-10-11
free the FTP struct already in the _done() function
Daniel Stenberg
2000-10-11
memory leak adjusts
Daniel Stenberg
2000-10-09
removed the header that confuses PHP
Daniel Stenberg
2000-10-09
added the bool typedef, moved here from curl/curl.h
Daniel Stenberg
2000-10-09
bool typedef fix
Daniel Stenberg
2000-10-09
use this to analyze the memory debug logs MALLOCDEBUG will generate
Daniel Stenberg
2000-10-09
just too many to mention
Daniel Stenberg
2000-10-09
Added commented MALLOCDEBUG stuff for memory debugging
Daniel Stenberg
2000-10-09
I commented the -DMALLOCDEBUG flag to make it easier to add
Daniel Stenberg
2000-10-09
added memory debugging support
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-10-09
added for memory leak debugging etc
Daniel Stenberg
2000-10-08
GetHost() did not properly assign the third argument pointer!
Daniel Stenberg
2000-10-06
corrected the --longoption parser
Daniel Stenberg
2000-10-06
removed include "writeout.h"
Daniel Stenberg
2000-10-06
Jörg's updated makefile
Daniel Stenberg
2000-10-06
the --interface code doesn't work on win32 and is #ifndef WIN32 now
Daniel Stenberg
2000-10-06
added for the win32 version
Daniel Stenberg
2000-10-06
moved the src/config.h stuff to the bottom, as automake were adding include
Daniel Stenberg
2000-10-06
HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-04
filled in more information on the options
Daniel Stenberg
2000-10-04
size_request and size_header added to the -w description
Daniel Stenberg
2000-10-04
-w supports size_header and size_request
Daniel Stenberg
2000-10-04
counts header and request size
Daniel Stenberg
2000-10-03
Added Jason S. Priebe as contributor
Daniel Stenberg
2000-10-03
documented writeinfo as removed in 7.4
Daniel Stenberg
2000-10-03
introduced in libcurl 7.4
Daniel Stenberg
2000-10-03
removed writeinfo stuff
Daniel Stenberg
2000-10-03
add_buffer_send() free()d the buffer *before* it was used! :-O
Daniel Stenberg
2000-10-03
added the new upload_bufsize to the connectdata struct
Daniel Stenberg
2000-10-03
inits the upload_bufsize at connect time
Daniel Stenberg
2000-10-03
new upload-buffer size design that starts with a smallish buffer and increases
Daniel Stenberg
2000-10-03
introduced the new add_buffer() concept that makes the HTTP request to get
Daniel Stenberg
2000-10-02
Added curl_easy_getinfo.3
Daniel Stenberg
2000-10-02
added a small suggestion on how to get the curl man page in text format
Daniel Stenberg
2000-10-02
Uses the new "client-side" writeout function
Daniel Stenberg
2000-10-02
removed writeout.[ch] and added getinfo.c
Daniel Stenberg
2000-10-02
Added writeout.c
Daniel Stenberg
2000-10-02
writeout.[ch] added in src/
Daniel Stenberg
2000-10-02
moved out from the library and put here, uses the new curl_easy_getinfo()
Daniel Stenberg
2000-10-02
adjusted for curl_easy_getinfo
Daniel Stenberg
2000-10-02
getinfo.c replaces the former writeout.c
Daniel Stenberg
2000-10-02
Added curl_easy_getinfo()
Daniel Stenberg
[prev]
[next]