Age | Commit message (Collapse) | Author |
|
to hold 512 bytes (for user+password+hostname)
|
|
HTTP server we return error
|
|
|
|
libcurl should use in its request
|
|
|
|
|
|
valid time. we now store the filetime as a long to know for sure it can
hold -1 (there exist some unsigned time_t cases)
|
|
|
|
seriously decreases the amount of used stack space
|
|
|
|
the SessionHandle. It was previously wrongly put in UserDefined
|
|
|
|
be posted in a minute to the libcurl list.
|
|
cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it.
|
|
|
|
|
|
already been transfered no longer returns error but instead is OK. The
reasoning behind this is of course that no extra actions need to be taken
and it is as if a transfer had been successfully performed.
|
|
|
|
|
|
main handle struct to work with persistant connections
|
|
|
|
|
|
|
|
from urldata to connectdata, quite correctly.
|
|
be used for the close policy decision
|
|
|
|
|
|
store it.
|
|
since they were out-of-date and not correct anymore.
moved around some struct fields
|
|
|
|
|
|
|
|
|
|
intermixed HTTP and FTP persistant connections also work!
|
|
|
|
|
|
|
|
|
|
I merely stuffed them here before I decide where they belong and if they
are to remain at all
|
|
|
|
for what HTTP request that is being used. The old bit-style fields are still
in there as well.
|
|
|
|
added lots of explaining comments
|