aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2001-10-12progress meter fixesDaniel Stenberg
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
2001-10-02major connecting updatesDaniel Stenberg
2001-10-01renamed the stupid 'hp' to 'hostaddr' which actually says what it isDaniel Stenberg
2001-09-28filetime should be -1 if the remote time was unknown as 0 is actually aDaniel Stenberg
2001-09-28more transparant support for IPv6 name resolvingDaniel Stenberg
2001-09-12moved a 100K buffer from the transfer loop to the urlstate struct, as itDaniel Stenberg
2001-09-11added cipher_listDaniel Stenberg
2001-09-06moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg
2001-09-01removed unused #definesDaniel Stenberg
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-29take port numbers into account when finding a previous session from theDaniel Stenberg
2001-08-29cookie jar adjustmentsDaniel Stenberg
2001-08-28Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-17Added two fields in the connectdata struct for kerberos fiddlesDaniel Stenberg
2001-08-15removed protos that were moved to url.h and the new getinfo.hDaniel Stenberg
2001-08-14minor fixes for compiler warningsDaniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
2001-08-03httpreq cleanup fixDaniel Stenberg
2001-05-31CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg
2001-05-11when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg
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
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
2001-03-13Added 'created' to the connectdata struct to hold the creation date, toDaniel Stenberg
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
2001-03-09all comments for the former public "low level" interface have been removedDaniel Stenberg
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
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
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
2001-01-24fixed the comment for 'path'Daniel Stenberg
2001-01-24extended the gname field one byte to avoid a possible overflowDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-11-28James Griffiths' max-redirs fixDaniel Stenberg