summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-121-1/+3
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg2002-02-281-1/+2
* no more adjustable upload buffer size, we use non-blocking sockets now soDaniel Stenberg2002-01-291-9/+0
* Giaslas Georgios introduced CURLINFO_CONTENT_TYPEDaniel Stenberg2002-01-291-0/+2
* - shrunk the BUFSIZE define from 50K to 20KDaniel Stenberg2002-01-161-3/+14
* 1) the dns_cache_timeout should be an integer, not a boolSterling Hughes2002-01-081-1/+2
* Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.Sterling Hughes2002-01-081-0/+1
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-0/+4
* merged the multi-dev branch back into MAIN againDaniel Stenberg2002-01-031-1/+60
* 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