Initial Digest support. At least partly working.
[platform/upstream/curl.git] / lib / urldata.h
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-05-09 Daniel Stenbergsupport for CURLOPT_FTP_USE_EPRT added
2003-04-30 Daniel Stenbergchanges need for the new ftp path treatment and the...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-03-31 Daniel StenbergFixup after talks with Richard Bramante. We should...
2003-03-31 Daniel StenbergGuillaume Cottenceau's patch that adds CURLOPT_UNRESTRI...
2003-03-24 Daniel StenbergRichard Bramante's provided a fix for a handle re-use...
2003-03-19 Daniel Stenbergmake the ENGINE depend on the USE_SSLEAY define too
2003-03-15 Daniel StenbergSort out the ENGINE problems people seem to be having...
2003-02-24 Daniel StenbergFixes to bring back the the "Expect: 100-continue"...
2003-01-20 Daniel StenbergMarkus F.X.J. Oberhumer's patch that reduces memory...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-09 Daniel Stenbergif userpwd is "username:", this now implies a blank...
2003-01-08 Daniel Stenbergupdated to use the modified share-types
2003-01-07 Daniel StenbergSimon Liu's HTTP200ALIASES-patch!
2002-12-13 Daniel Stenbergconn->bits.tcpconnect now keeps track of if this connec...
2002-12-10 Daniel StenbergThe initial HTTP request can now be sent in multiple...
2002-12-09 Daniel StenbergA normal POST now provides data to the main transfer...
2002-12-09 Daniel StenbergThe fread() callback pointer and associated pointer...
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-11-20 Daniel StenbergKjetil Jacobsen's patch that introduces CURLOPT_PRIVATE...
2002-11-11 Daniel Stenbergmoved the bools in the connectdata struct into the...
2002-11-11 Daniel StenbergNow supports "Transfer-Encoding: chunked" for HTTP...
2002-11-05 Daniel StenbergCurl_resolv() now returns a different struct, and it...
2002-10-23 Daniel Stenbergbad headers can come in two kinds, we either treat...
2002-10-17 Daniel StenbergMake the COOKIESESSION work better by creating a list...
2002-09-13 Daniel Stenbergbetter deal with HTTP(S) servers that respond with...
2002-09-11 Daniel StenbergLukasz Czekierda correctly pointed out that curl used...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work
2002-08-30 Daniel StenbergCURLE_SSL_INSECURE is removed again and so is CURLOPT_S...
2002-08-30 Daniel StenbergSOCKS5 support added (contributed by a still unnamed...
2002-08-29 Daniel Stenbergremove the data and conn fields from the Curl_transfer_...
2002-08-26 Daniel StenbergSSL_INSECURE support and usage added
2002-08-22 Daniel StenbergMarkus F.X.J. Oberhumer's added comment
2002-08-13 Daniel StenbergSterling Hughes brings the share interface
2002-08-12 Daniel StenbergInitial fix to make the multi interface return control...
2002-08-08 Daniel StenbergMarkus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
2002-08-05 Daniel StenbergMake SessionHandle keep record if it is used with the...
2002-06-15 Daniel StenbergCURLOPT_BUFFERSIZE allows an application to set a prefe...
2002-06-14 Daniel StenbergRemade the FTP not-check status line and not-attempt...
2002-06-13 Daniel StenbergAdded 'dont_check' to be set during an FTP operation...
2002-05-21 Daniel StenbergJames Cone's efforts to add another netrc parsing ...
2002-05-07 Daniel Stenbergsupport for ingoring session cookies added
2002-05-03 Daniel StenbergCURL_MAX_WRITE_SIZE is a new exported define that infor...
2002-05-02 Daniel Stenbergadded two pointers to the fd_set variables to read...
2002-04-25 Daniel StenbergIn order to not get problems with DNS cache pruning...
2002-04-16 Daniel StenbergDirk Manske brought the patch that introduces two new...
2002-04-12 Daniel StenbergJean-Philippe Barrette-LaPierre provided his patch...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-02-28 Daniel StenbergWesley Laxton's CURLOPT_PREQUOTE work
2002-01-29 Daniel Stenbergno more adjustable upload buffer size, we use non-block...
2002-01-29 Daniel StenbergGiaslas Georgios introduced CURLINFO_CONTENT_TYPE
2002-01-16 Daniel Stenberg- shrunk the BUFSIZE define from 50K to 20K
2002-01-08 Sterling Hughes1) the dns_cache_timeout should be an integer, not...
2002-01-08 Sterling HughesAdd support for DNS cache timeouts via the CURLOPT_DNS_...
2002-01-07 Sterling HughesMake cach'ing work with threads now, there are now...
2002-01-03 Daniel Stenbergmerged the multi-dev branch back into MAIN again
2002-01-03 Daniel Stenbergminor changes
2001-12-20 Daniel StenbergIf nobody is set we won't download any FTP file. If...
2001-12-17 Daniel StenbergGötz Babin-Ebell's OpenSSL ENGINE patch
2001-12-03 Daniel StenbergAs Eric Lavigne pointed out, the ftp response reader...
2001-12-02 Daniel Stenbergmore careful re-use of connections when SSL is used...
2001-11-28 Daniel StenbergCURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent...
2001-11-27 Daniel StenbergEric Lavigne updates
2001-11-20 Daniel StenbergGeorg Horn's STARTTRANSFER_TIME patch
2001-11-02 Daniel Stenbergfailf() now only overwrites the error buffer the first...
2001-10-29 Daniel Stenbergfixed conn->name error on connection re-use and enlarge...
2001-10-19 Daniel Stenbergnow counts header size return from server and if nothin...
2001-10-12 Daniel Stenbergprogress meter fixes
2001-10-09 Daniel Stenbergadded the option CURLOPT_HTTP_VERSION that can specify...
2001-10-02 Daniel Stenbergmajor connecting updates
2001-10-01 Daniel Stenbergrenamed the stupid 'hp' to 'hostaddr' which actually...
2001-09-28 Daniel Stenbergfiletime should be -1 if the remote time was unknown...
2001-09-28 Daniel Stenbergmore transparant support for IPv6 name resolving
2001-09-12 Daniel Stenbergmoved a 100K buffer from the transfer loop to the urlst...
2001-09-11 Daniel Stenbergadded cipher_list
2001-09-06 Daniel Stenbergmoved the session ID cache state variables into the...
2001-09-01 Daniel Stenbergremoved unused #defines
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-29 Daniel Stenbergtake port numbers into account when finding a previous...
2001-08-29 Daniel Stenbergcookie jar adjustments
2001-08-28 Daniel StenbergAdded SSL session ID caching, moved some SSL code from...
2001-08-21 Daniel StenbergGeorg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-17 Daniel StenbergAdded two fields in the connectdata struct for kerberos...
2001-08-15 Daniel Stenbergremoved protos that were moved to url.h and the new...
2001-08-14 Daniel Stenbergminor fixes for compiler warnings
2001-08-08 Daniel StenbergPatrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST...
2001-08-03 Daniel Stenberghttpreq cleanup fix
2001-05-31 Daniel StenbergCURLOPT_MUTE and data->bits.mute are history, removed...
2001-05-11 Daniel Stenbergwhen asking for a resumed FTP transfer, even though...
2001-05-07 Daniel Stenbergfixed 'storefread' to not make a warning
2001-05-04 Daniel Stenberg'FILE *' changed to 'void *' in all callback functions
2001-04-18 Daniel StenbergRemade resume stuff to keep data in the connectdata...
2001-04-10 Daniel StenbergAdded new CURLOPT_HEADERFUNCTION callback for writing...
2001-03-29 Daniel Stenbergftps:// support added
2001-03-15 Daniel Stenbergadded connect timeout support
2001-03-14 Daniel StenbergEdin Kadribaic's bug report #408488 forced a rearrange...
2001-03-13 Daniel StenbergAdded 'created' to the connectdata struct to hold the...
next