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-08-15
made Writeout() capable of getting called repeatedly
Daniel Stenberg
2000-08-11
Linux name resolving problem fixed with larger name-buffer
Daniel Stenberg
2000-08-11
Made it possible to replace the Content-Type: and Content-Length: headers
Daniel Stenberg
2000-08-08
allow zero length user names for http
Daniel Stenberg
2000-08-04
moved an include file further up to make AIX 3 more happy
Daniel Stenberg
2000-08-04
Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to support
Daniel Stenberg
2000-08-02
mr Khristophorov added support for lame web servers sending bad range
Daniel Stenberg
2000-07-31
big last-beta (?) cleanup commit
Daniel Stenberg
2000-07-31
The installed header files were moved from this to include/curl/Makefile.am
Daniel Stenberg
2000-07-31
generated from the newly edited getdate.y that now supports a thread-safe
Daniel Stenberg
2000-07-31
made urlfree static, added (void) in front of one of the SSL calls. I did
Daniel Stenberg
2000-07-31
Replacing one of the internal headers with one that has no contents will now
Daniel Stenberg
2000-07-29
added localtime_r()
Daniel Stenberg
2000-07-28
clear the httproxy bit on cleanup if the allocproxy bit was set
Daniel Stenberg
2000-07-28
corrected the Host: header's port number
Daniel Stenberg
2000-07-26
libtool adjustments
Daniel Stenberg
2000-07-25
uses the new curl_close function to clean up the http-specific auth_host
Daniel Stenberg
2000-07-25
Added http_close()
Daniel Stenberg
2000-07-25
uses auth_host to only send user+password to that particular site, usable if
Daniel Stenberg
2000-07-25
set a bit when a Location: is followed to allow code to act differently
Daniel Stenberg
2000-07-25
curl_close is a new function pointer that can be set to a protocol-specific
Daniel Stenberg
2000-07-25
Torsten Foertsch's improvements
Daniel Stenberg
2000-07-25
tiny adjustments to set the start-time before the curl_connect() is called to
Daniel Stenberg
2000-07-25
The "get ftp command response" function now uses select() on the socket and
Daniel Stenberg
2000-07-25
Added proxyport
Daniel Stenberg
2000-07-25
Added CURLOPT_PROXYPORT support
Daniel Stenberg
2000-07-25
The Host: header now includes the port number if not default HTTP
Daniel Stenberg
2000-07-25
Code 250 is okay as well as the previous 226-code after a successful file
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-20
Added auto and free referer fields to the UrlData struct
Daniel Stenberg
2000-06-20
autoreferer added, switches off POST on location: following
Daniel Stenberg
2000-06-20
Rich Gray fixed the PORT command line with the missing \r!
Daniel Stenberg
2000-06-16
mode was replaced with callback in the progress struct
Daniel Stenberg
2000-06-16
progress.mode replaced with progress.callback
Daniel Stenberg
2000-06-16
removed pgrsMode()
Daniel Stenberg
2000-06-16
removed lots of #if 0'ed code
Daniel Stenberg
2000-06-16
Added pgrsStartNow() on the appropriate place
Daniel Stenberg
2000-06-15
when failing to write to a socket, we now bail out better
Daniel Stenberg
2000-06-15
removed the last \r\n\r\n bytes
Daniel Stenberg
2000-06-14
Added #include <string.h>
Daniel Stenberg
2000-06-14
correct the POST workings. Tim Tassonis reported.
Daniel Stenberg
2000-06-14
the -W and -g stuff needn't be here by default
Daniel Stenberg
2000-06-14
Added a define in the Mingw32 makefiles to allow parts of the config-win32
Daniel Stenberg
2000-06-14
bad HAVE_STRICMP usage found by Björn Stenberg
Daniel Stenberg
2000-06-13
Luong Dinh Dung's comments adjusted
Daniel Stenberg
2000-06-13
free-twice problem corrected
Daniel Stenberg
2000-06-08
added progress callback stuff, changed the callback typedefs to be public
Daniel Stenberg
2000-06-05
curl_getenv() is now lowercase
Daniel Stenberg
2000-06-05
the curl_formparse() function was turned lowercase
Daniel Stenberg
2000-06-05
struct HttpHeader changed to struct curl_slist
Daniel Stenberg
[next]