Initial Digest support. At least partly working.
[platform/upstream/curl.git] / lib / urldata.h
2001-03-12 Daniel Stenbergtwo new random seed options for the ssl config struct
2001-03-12 Daniel Stenbergsupport for a few new libcurl 7.7 CURLOPT_* options...
2001-03-09 Daniel StenbergAdded httpversion to the progress struct, we do read...
2001-03-09 Daniel Stenbergall comments for the former public "low level" interfac...
2001-03-07 Daniel Stenberg"Transfer-Encoding: chunked" support added
2001-03-07 Daniel Stenberginitial chunked transfer-encoding support
2001-03-05 Daniel Stenbergtelnet without any static variables
2001-03-05 Daniel Stenbergremade FILE:// support to look more as the other protocols
2001-03-02 Daniel Stenbergremade the port number stuff so that following location...
2001-03-02 Daniel Stenbergextending connectdata
2001-02-22 Daniel Stenbergmoved the dynamicly set pointers to the connectdata...
2001-02-21 Daniel StenbergIPv6-adjustments
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-02-19 Daniel StenbergMoved a bunch of prototypes from curl.h here, they...
2001-02-05 Daniel StenbergJun-ichiro itojun Hagino's IPv6 adjustments
2001-01-26 Daniel StenbergAdded a httpreq field in the main struct so that there...
2001-01-24 Daniel Stenbergfixed the comment for 'path'
2001-01-24 Daniel Stenbergextended the gname field one byte to avoid a possible...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-28 Daniel StenbergJames Griffiths' max-redirs fix
2000-11-22 Daniel StenbergAdded struct fields to deal with time-of-document
2000-11-20 Daniel Stenbergremoved URL size restrictions
2000-11-17 Daniel Stenbergchanged the 'port' field to long to better work with...
2000-11-13 Daniel Stenbergmoved the followlocation field from the http struct...
2000-11-06 Daniel Stenbergnew getpass proto and function pointer usage
2000-11-06 Daniel Stenbergadjusted the time-keeping function to work better for...
2000-10-30 Daniel Stenbergnew urldata ssl layout and T. Bharath brought the new...
2000-10-17 Daniel Stenbergmade the speedcheck actually work again
2000-10-11 Daniel Stenbergmemory leak adjusts
2000-10-06 Daniel StenbergHTTP resume fix, now the range pointer may be allocated
2000-10-04 Daniel Stenbergcounts header and request size
2000-10-03 Daniel Stenbergadded the new upload_bufsize to the connectdata struct
2000-09-25 Daniel Stenbergcorrected bad data re-use and buffer problems
2000-09-21 Daniel Stenbergkrb4 fields structs and fields added
2000-09-18 Daniel StenbergStephen Kick's interface fixes
2000-09-14 Daniel Stenbergintroduced 'tunnel through http proxy' for ftp
2000-08-24 Daniel Stenberghostname and large file support added
2000-07-25 Daniel Stenbergcurl_close is a new function pointer that can be set...
2000-07-25 Daniel StenbergAdded proxyport
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-06-20 Daniel StenbergAdded auto and free referer fields to the UrlData struct
2000-06-16 Daniel Stenbergmode was replaced with callback in the progress struct
2000-06-13 Daniel StenbergLuong Dinh Dung's comments adjusted
2000-06-08 Daniel Stenbergadded progress callback stuff, changed the callback...
2000-06-05 Daniel Stenbergstruct HttpHeader changed to struct curl_slist
2000-05-29 Daniel Stenbergmade getenv() more threadsafe for win32
2000-05-22 Daniel StenbergJört Hartroth's updates
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-03-01 Daniel StenbergAdded more variables to the progress struct targeted...
2000-02-21 Daniel Stenbergnew fields in the progress struct
2000-02-16 Daniel Stenbergadded #include <timeval.h> on Jörn's advice
2000-02-14 Daniel Stenbergnew stuff for the new progress meter
2000-01-10 Daniel Stenbergsyncing with local edit
1999-12-29 Daniel StenbergInitial revision