index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2000-11-17
added curl_formfree()
Daniel Stenberg
2000-11-17
now includes stdlib.h
Daniel Stenberg
2000-11-17
memory leak cleanup campaign
Daniel Stenberg
2000-11-17
changed the 'port' field to long to better work with the va_arg() system
Daniel Stenberg
2000-11-16
data->err must be used, not stderr
Daniel Stenberg
2000-11-15
not printf()ing %s normally for character that weren't isprint() made things
Daniel Stenberg
2000-11-13
moved the followlocation field from the http struct to the urldata struct
Daniel Stenberg
2000-11-13
Added space after the Cookie: header keyword
Daniel Stenberg
2000-11-13
Jörg updated the list of exported functions
Daniel Stenberg
2000-11-13
Chris Faherty fixed a free-twice problem
Daniel Stenberg
2000-11-10
set type before checking --head size, as the type may cause the server
Daniel Stenberg
2000-11-10
doing an ftp upload append that was already completed resulted in a
Daniel Stenberg
2000-11-10
adjusted to the changed getpass_r()
Daniel Stenberg
2000-11-10
new interface, updated Angus' license, dependent on HAVE_GETPASS_R
Daniel Stenberg
2000-11-10
Venkataramana Mokkapati corrected a cookie parser bug
Daniel Stenberg
2000-11-07
Added typecast to localtime_r()
Daniel Stenberg
2000-11-07
removed the perror() outputs as they did nothing good to us
Daniel Stenberg
2000-11-06
getpass_r() is the new getpass name for thread-safe getpass!
Daniel Stenberg
2000-11-06
new getpass proto and function pointer usage
Daniel Stenberg
2000-11-06
modified pgrsTime() to the new functionality
Daniel Stenberg
2000-11-06
adjusted the time-keeping function to work better for location following
Daniel Stenberg
2000-11-06
Emmanuel Tychon found a problem when specifying user-name only in a URL
Daniel Stenberg
2000-11-01
added signal in case sigaction is missing
Daniel Stenberg
2000-10-30
typecasted the localtime_r() return code to not make it not warn even if the
Daniel Stenberg
2000-10-30
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg
2000-10-26
removed old unused getpass() leftovers
Daniel Stenberg
2000-10-26
Georg Horn provided a fix for the timeout signal stuff. Finally the timeout
Daniel Stenberg
2000-10-26
renamed getpass() to my_getpass() and it is now thread-safe and should
Daniel Stenberg
2000-10-25
compiles on Linux now
Daniel Stenberg
2000-10-20
remote_port used in Host: headers only when non-default
Daniel Stenberg
2000-10-17
made the speedcheck actually work again
Daniel Stenberg
2000-10-16
7.4.1 commit
Daniel Stenberg
2000-10-12
sprintf() => snprintf()
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
I commented the -DMALLOCDEBUG flag to make it easier to add
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
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
HTTP resume fix, now the range pointer may be allocated
Daniel Stenberg
2000-10-04
counts header and request size
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
[prev]
[next]