summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* minor changespre-host-cacheDaniel Stenberg2002-01-031-2/+2
* If nobody is set we won't download any FTP file. If include_header is set,Daniel Stenberg2001-12-201-0/+3
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-171-2/+15
* As Eric Lavigne pointed out, the ftp response reader MUST cache data thatDaniel Stenberg2001-12-031-0/+3
* more careful re-use of connections when SSL is used over proxiesDaniel Stenberg2001-12-021-0/+1
* CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl fromDaniel Stenberg2001-11-281-0/+1
* Eric Lavigne updatesDaniel Stenberg2001-11-271-1/+1
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-1/+2
* failf() now only overwrites the error buffer the first time it gets calledDaniel Stenberg2001-11-021-0/+3
* fixed conn->name error on connection re-use and enlarged the 'gname' arrayDaniel Stenberg2001-10-291-1/+1
* now counts header size return from server and if nothing is returned from aDaniel Stenberg2001-10-191-0/+1
* progress meter fixesDaniel Stenberg2001-10-121-2/+5
* added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg2001-10-091-1/+3
* major connecting updatesDaniel Stenberg2001-10-021-1/+1
* renamed the stupid 'hp' to 'hostaddr' which actually says what it isDaniel Stenberg2001-10-011-1/+1
* filetime should be -1 if the remote time was unknown as 0 is actually aDaniel Stenberg2001-09-281-2/+2
* more transparant support for IPv6 name resolvingDaniel Stenberg2001-09-281-3/+4
* moved a 100K buffer from the transfer loop to the urlstate struct, as itDaniel Stenberg2001-09-121-0/+2
* added cipher_listDaniel Stenberg2001-09-111-0/+1
* moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg2001-09-061-2/+3
* removed unused #definesDaniel Stenberg2001-09-011-7/+1
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-164/+156
* take port numbers into account when finding a previous session from thebefore_urldata_renameDaniel Stenberg2001-08-291-0/+1
* cookie jar adjustmentsDaniel Stenberg2001-08-291-0/+1
* Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg2001-08-281-0/+11
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-211-0/+2
* Added two fields in the connectdata struct for kerberos fiddlesDaniel Stenberg2001-08-171-0/+3
* removed protos that were moved to url.h and the new getinfo.hDaniel Stenberg2001-08-151-21/+0
* minor fixes for compiler warningsDaniel Stenberg2001-08-141-7/+7
* Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg2001-08-081-0/+1
* httpreq cleanup fixDaniel Stenberg2001-08-031-6/+0
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-311-1/+0
* when asking for a resumed FTP transfer, even though the entire file hasDaniel Stenberg2001-05-111-0/+3
* fixed 'storefread' to not make a warningDaniel Stenberg2001-05-071-1/+1
* 'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg2001-05-041-3/+4
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-4/+10
* Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg2001-04-101-0/+3
* ftps:// support addedDaniel Stenberg2001-03-291-5/+1
* 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