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
/
highlevel.c
Age
Commit message (
Collapse
)
Author
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-28
free the URL on redirections, this was a previous memory leak
Daniel Stenberg
2000-11-28
James Griffiths' max-redirs fix
Daniel Stenberg
2000-11-22
document time fixes
Daniel Stenberg
2000-11-22
uses client_write() now
Daniel Stenberg
2000-11-17
memory leak cleanup campaign
Daniel Stenberg
2000-11-13
moved the followlocation field from the http struct to the urldata struct
Daniel Stenberg
since it has to survive http struct deletion
2000-11-06
adjusted the time-keeping function to work better for location following
Daniel Stenberg
requests
2000-10-17
made the speedcheck actually work again
Daniel Stenberg
2000-10-11
memory leak adjusts
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-10-06
removed include "writeout.h"
Daniel Stenberg
2000-10-04
counts header and request size
Daniel Stenberg
2000-10-03
new upload-buffer size design that starts with a smallish buffer and increases
Daniel Stenberg
its size in case of need
2000-10-02
Added curl_easy_getinfo()
Daniel Stenberg
2000-08-31
made -I (size info only) work for ftp again
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-08-17
removed the HAVE_VPRINTF check
Daniel Stenberg
2000-08-02
mr Khristophorov added support for lame web servers sending bad range
Daniel Stenberg
headers...
2000-07-25
set a bit when a Location: is followed to allow code to act differently
Daniel Stenberg
on those occations
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-20
autoreferer added, switches off POST on location: following
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
I also use typecasted size_t now for systems with unsigned such ones
2000-05-22
files moved to main branch from the newlib branch
Daniel Stenberg