aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Collapse)Author
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
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.
2001-05-07fixed 'storefread' to not make a warningDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-04-18Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg
main handle struct to work with persistant connections
2001-04-10Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg
2001-03-29ftps:// support addedDaniel Stenberg
2001-03-15added connect timeout supportDaniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
from urldata to connectdata, quite correctly.
2001-03-13Added 'created' to the connectdata struct to hold the creation date, toDaniel Stenberg
be used for the close policy decision
2001-03-12two new random seed options for the ssl config structDaniel Stenberg
2001-03-12support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg
2001-03-09Added httpversion to the progress struct, we do read it, we can just as wellDaniel Stenberg
store it.
2001-03-09all comments for the former public "low level" interface have been removedDaniel Stenberg
since they were out-of-date and not correct anymore. moved around some struct fields
2001-03-07"Transfer-Encoding: chunked" support addedDaniel Stenberg
2001-03-07initial chunked transfer-encoding supportDaniel Stenberg
2001-03-05telnet without any static variablesDaniel Stenberg
2001-03-05remade FILE:// support to look more as the other protocolsDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
intermixed HTTP and FTP persistant connections also work!
2001-03-02extending connectdataDaniel Stenberg
2001-02-22moved the dynamicly set pointers to the connectdata structDaniel Stenberg
2001-02-21IPv6-adjustmentsDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-19Moved a bunch of prototypes from curl.h here, they're no longer public andDaniel Stenberg
I merely stuffed them here before I decide where they belong and if they are to remain at all
2001-02-05Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg
2001-01-26Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg
for what HTTP request that is being used. The old bit-style fields are still in there as well.
2001-01-24fixed the comment for 'path'Daniel Stenberg
2001-01-24extended the gname field one byte to avoid a possible overflowDaniel Stenberg
added lots of explaining comments
2001-01-03dual-license fixDaniel Stenberg
2000-11-28James Griffiths' max-redirs fixDaniel Stenberg
2000-11-22Added struct fields to deal with time-of-documentDaniel Stenberg
2000-11-20removed URL size restrictionsDaniel Stenberg
2000-11-17changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg
2000-11-13moved the followlocation field from the http struct to the urldata structDaniel Stenberg
since it has to survive http struct deletion
2000-11-06new getpass proto and function pointer usageDaniel Stenberg
2000-11-06adjusted the time-keeping function to work better for location followingDaniel Stenberg
requests
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-17made the speedcheck actually work againDaniel Stenberg
2000-10-11memory leak adjustsDaniel Stenberg
2000-10-06HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg
2000-10-04counts header and request sizeDaniel Stenberg
2000-10-03added the new upload_bufsize to the connectdata structDaniel Stenberg
2000-09-25corrected bad data re-use and buffer problemsDaniel Stenberg
2000-09-21krb4 fields structs and fields addedDaniel Stenberg
2000-09-18Stephen Kick's interface fixesDaniel Stenberg
2000-09-14introduced 'tunnel through http proxy' for ftpDaniel Stenberg
2000-08-24hostname and large file support addedDaniel Stenberg
2000-07-25curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg
function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used
2000-07-25Added proxyportDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20Added auto and free referer fields to the UrlData structDaniel Stenberg