summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* added connect timeout supportDaniel Stenberg2001-03-151-2/+3
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-141-2/+2
* Added 'created' to the connectdata struct to hold the creation date, toDaniel Stenberg2001-03-131-1/+2
* two new random seed options for the ssl config structDaniel Stenberg2001-03-121-0/+2
* support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg2001-03-121-0/+4
* Added httpversion to the progress struct, we do read it, we can just as wellDaniel Stenberg2001-03-091-0/+1
* all comments for the former public "low level" interface have been removedDaniel Stenberg2001-03-091-220/+19
* "Transfer-Encoding: chunked" support addedDaniel Stenberg2001-03-071-0/+4
* initial chunked transfer-encoding supportDaniel Stenberg2001-03-071-0/+1
* telnet without any static variablesDaniel Stenberg2001-03-051-1/+1
* remade FILE:// support to look more as the other protocolsDaniel Stenberg2001-03-051-1/+8
* remade the port number stuff so that following locations work and doingDaniel Stenberg2001-03-021-6/+8
* extending connectdataDaniel Stenberg2001-03-021-0/+8
* moved the dynamicly set pointers to the connectdata structDaniel Stenberg2001-02-221-13/+19
* IPv6-adjustmentsDaniel Stenberg2001-02-211-1/+2
* multiple connection support initial commitDaniel Stenberg2001-02-201-78/+104
* Moved a bunch of prototypes from curl.h here, they're no longer public andDaniel Stenberg2001-02-191-0/+182
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-0/+4
* Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg2001-01-261-4/+18
* fixed the comment for 'path'Daniel Stenberg2001-01-241-1/+1
* extended the gname field one byte to avoid a possible overflowDaniel Stenberg2001-01-241-16/+27
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* James Griffiths' max-redirs fixDaniel Stenberg2000-11-281-0/+1
* Added struct fields to deal with time-of-documentDaniel Stenberg2000-11-221-0/+3
* removed URL size restrictionsDaniel Stenberg2000-11-201-1/+1
* changed the 'port' field to long to better work with the va_arg() systemDaniel Stenberg2000-11-171-3/+3
* moved the followlocation field from the http struct to the urldata structDaniel Stenberg2000-11-131-7/+11
* new getpass proto and function pointer usageDaniel Stenberg2000-11-061-0/+4
* adjusted the time-keeping function to work better for location followingDaniel Stenberg2000-11-061-3/+6
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-8/+17
* made the speedcheck actually work againDaniel Stenberg2000-10-171-0/+2
* memory leak adjustsDaniel Stenberg2000-10-111-2/+4
* HTTP resume fix, now the range pointer may be allocatedDaniel Stenberg2000-10-061-0/+1
* counts header and request sizeDaniel Stenberg2000-10-041-1/+7
* added the new upload_bufsize to the connectdata structDaniel Stenberg2000-10-031-0/+8
* corrected bad data re-use and buffer problemsDaniel Stenberg2000-09-251-0/+5
* krb4 fields structs and fields addedDaniel Stenberg2000-09-211-0/+35
* Stephen Kick's interface fixesDaniel Stenberg2000-09-181-0/+1
* introduced 'tunnel through http proxy' for ftpDaniel Stenberg2000-09-141-0/+1
* hostname and large file support addedDaniel Stenberg2000-08-241-0/+3
* curl_close is a new function pointer that can be set to a protocol-specificDaniel Stenberg2000-07-251-0/+11
* Added proxyportDaniel Stenberg2000-07-251-0/+3
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-3/+3
* Added auto and free referer fields to the UrlData structDaniel Stenberg2000-06-201-0/+4
* mode was replaced with callback in the progress structDaniel Stenberg2000-06-161-1/+1
* Luong Dinh Dung's comments adjustedDaniel Stenberg2000-06-131-0/+2
* added progress callback stuff, changed the callback typedefs to be publicDaniel Stenberg2000-06-081-20/+4
* struct HttpHeader changed to struct curl_slistDaniel Stenberg2000-06-051-1/+1
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-291-10/+11
* Jört Hartroth's updatesDaniel Stenberg2000-05-221-1/+1