Age | Commit message (Collapse) | Author |
|
|
|
Added a missing free() in curl_disconnect()
Made (https) connect errors abort better and earlier
|
|
|
|
transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed the "mode" concept
moved all #-stuff to the client
|
|
|
|
I also use typecasted size_t now for systems with unsigned such ones
|
|
now returns -1 from FormReader() when the last form data has been read!
|
|
|
|
|
|
|
|
files depend on that as well. It turned out Borland has no unistd.h file
either, only mingw32 seems to use that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RTLD_GLOBAL and RTLD_LAZY separately.
|
|
|
|
|
|
|
|
9999 KB and 100 MB since it then can display the size as XX.X MB instead of
just XX as before.
|
|
|
|
|
|
properly when the new URL is an absolute one to a different port than the
first URL...
|
|
the proxy server data internally as it did, since when doing a location:
following it needs the proxy server string several times.
|
|
|