]> sjero.net Git - wget/history - src/cookies.c
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
[wget] / src / cookies.c
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-07 hniksic[svn] Remove unused pointer from struct cookie.
2003-10-07 hniksic[svn] jar->chains_by_domain -> jar->chains
2003-10-07 hniksic[svn] Improve documentation of cookie code.
2003-10-04 hniksic[svn] Doc update.
2003-09-23 hniksic[svn] Fix a bug when loading cookies. Don't ignore...
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-15 hniksic[svn] Another version of parse_set_cookies, along with...
2003-09-15 hniksic[svn] Allow trailing whitespace in Set-Cookies. Also...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-08 hniksic[svn] Allow match_tail to be case insensitive.
2002-05-07 abbotti[svn] Do not store discarded cookie after it is delected.
2002-04-21 hniksic[svn] Fix matching of cookie domains.
2002-04-20 hniksic[svn] Cookie interface and implementation changes
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2001-12-10 hniksic[svn] Rename long_to_string to number_to_string, and...
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-01 hniksic[svn] Minor doc fix.
2001-12-01 hniksic[svn] Minor tweak in path_matches in cookies.c.
2001-12-01 hniksic[svn] Don't expect HTTP paths to begin with '/'.
2001-12-01 hniksic[svn] Match hosts against domains per Netscape cookie...
2001-11-25 hniksic[svn] Attempt to quote '?' as "%3F" when linking to...
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-06-18 hniksic[svn] Allow more characters in attribute name.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-12 hniksic[svn] Commit several minor changes:
2001-05-09 hniksic[svn] Minor cookie fixes. Published in <sxsheyu9yp6...
2001-04-25 hniksic[svn] Fix loading of cookies.
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-13 hniksic[svn] Commit various hash table changes:
2001-04-12 hniksic[svn] Declare http_atotm().
2001-04-10 hniksic[svn] Implement better sorting and matching of cookies.
2001-04-08 hniksic[svn] Added support for cookies.