]> sjero.net Git - wget/history - src/cookies.c
Updated config.guess, config.sub, install.sh.
[wget] / src / cookies.c
2009-07-04 Micah CowanAutomated merge.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in cookies.c.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-16 Steven SchubigerUse Gnulib's quote function in cookies.c.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2007-01-23 hniksic[svn] Would discard cookies with unparsable expiry...
2006-08-08 hniksic[svn] Avoid code repetition between time_str and dateti...
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-02-28 hniksic[svn] Use the extract_param function for parsing the...
2006-02-28 hniksic[svn] Use extract_params to parse the Set-Cookies header.
2005-08-27 hniksic[svn] Use hash_table_iterate in cookie_jar_delete.
2005-08-27 hniksic[svn] Simplify iteration over hash table entries.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-27 hniksic[svn] Make cookies_now static.
2005-06-24 hniksic[svn] Remove warning under AIX.
2005-06-24 hniksic[svn] Consistently prepend / to path when entering...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Use bitfields for booleans in struct cookie to...
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-15 hniksic[svn] Gettext-ize previously missed messages.
2005-05-24 hniksic[svn] Explain why rfc2109 and rfc2965 are ignored by...
2005-05-18 hniksic[svn] Remove unnecessary casts to time_t. Insert the...
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-26 hniksic[svn] Fix various cookie-related problems.
2005-03-20 hniksic[svn] Use high-resolution timers on Windows.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-08 hniksic[svn] Specify exact domain match on cookies that don...
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
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.