Micah Cowan
|
5dd09d9ba5
|
Update copyright lists, conforming to maintainer guidelines
|
2007-09-28 15:45:31 -07:00 |
|
micah
|
7d2066b221
|
[svn] Make indentation consistent (all-spaces, no tabs).
|
2007-08-02 20:38:21 -07:00 |
|
micah
|
4d7c5e087b
|
[svn] Merge of fix for bugs 20341 and 20410.
|
2007-07-09 22:53:22 -07:00 |
|
hniksic
|
0e8788c58c
|
[svn] Would discard cookies with unparsable expiry time.
|
2007-01-23 13:46:38 -08:00 |
|
hniksic
|
8566a72767
|
[svn] Avoid code repetition between time_str and datetime_str.
|
2006-08-08 07:32:53 -07:00 |
|
mtortonesi
|
1c7493b83e
|
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
|
2006-07-14 06:25:50 -07:00 |
|
hniksic
|
65cc42ee09
|
[svn] Use the extract_param function for parsing the www-authenticate header.
|
2006-02-28 14:32:56 -08:00 |
|
hniksic
|
6d2dc0a1b3
|
[svn] Use extract_params to parse the Set-Cookies header.
|
2006-02-28 12:50:37 -08:00 |
|
hniksic
|
ed8648d0c0
|
[svn] Use hash_table_iterate in cookie_jar_delete.
|
2005-08-27 06:25:47 -07:00 |
|
hniksic
|
8b7dabcdf8
|
[svn] Simplify iteration over hash table entries.
|
2005-08-27 06:05:39 -07:00 |
|
hniksic
|
db9de5b075
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
|
hniksic
|
2447fb9a9b
|
[svn] Move extern declarations to .h files.
|
2005-06-27 11:19:22 -07:00 |
|
hniksic
|
40fc711db6
|
[svn] Make cookies_now static.
|
2005-06-27 08:33:28 -07:00 |
|
hniksic
|
ac32102041
|
[svn] Remove warning under AIX.
|
2005-06-24 15:57:52 -07:00 |
|
hniksic
|
61c5b229b7
|
[svn] Consistently prepend / to path when entering cookie code.
|
2005-06-24 05:15:03 -07:00 |
|
hniksic
|
74fbb03b10
|
[svn] Use bool type for boolean variables and values.
|
2005-06-22 12:38:10 -07:00 |
|
hniksic
|
40c07f3e04
|
[svn] Use bitfields for booleans in struct cookie to save space.
|
2005-06-21 18:45:08 -07:00 |
|
hniksic
|
976cc5bfca
|
[svn] Define the IF_DEBUG macro.
|
2005-06-21 18:26:22 -07:00 |
|
hniksic
|
277e840a0f
|
[svn] Remove K&R support.
|
2005-06-19 15:34:58 -07:00 |
|
hniksic
|
4206f96614
|
[svn] Gettext-ize previously missed messages.
By Benno Schulenberg.
|
2005-06-15 13:26:37 -07:00 |
|
hniksic
|
4b0ade0434
|
[svn] Explain why rfc2109 and rfc2965 are ignored by Wget's cookie code.
|
2005-05-24 07:13:47 -07:00 |
|
hniksic
|
1aca2ff28e
|
[svn] Remove unnecessary casts to time_t. Insert the cast from -1 to time_t,
needed on systems with unsigned time_t.
|
2005-05-18 10:22:28 -07:00 |
|
hniksic
|
0967c21094
|
[svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'.
|
2005-05-03 08:24:30 -07:00 |
|
hniksic
|
428c1a2b3c
|
[svn] Fix various cookie-related problems.
|
2005-04-26 06:34:33 -07:00 |
|
hniksic
|
6da4142b3b
|
[svn] Use high-resolution timers on Windows.
|
2005-03-20 02:41:46 -08:00 |
|
hniksic
|
b3363d2abd
|
[svn] Fix escape chars in server response vulnerability. Server response is
now quoted to escape non-ASCII characters.
|
2005-03-04 11:34:31 -08:00 |
|
hniksic
|
489452a23a
|
[svn] Declare the pointers to literal strings as `const'.
|
2003-12-14 05:35:27 -08:00 |
|
hniksic
|
0ff9eb4727
|
[svn] Restructure generation of HTTP requests. Allow headers specified with
--header to override generated headers.
|
2003-11-29 10:40:01 -08:00 |
|
hniksic
|
8cfaba536a
|
[svn] Specify exact domain match on cookies that don't specify domain.
|
2003-11-08 14:32:52 -08:00 |
|
hniksic
|
38b37ed104
|
[svn] New option --keep-session-cookies.
|
2003-11-04 16:11:33 -08:00 |
|
hniksic
|
e2e9b753e4
|
[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
definition from wget.h to xmalloc.h. Moved the DEFAULT_LOGFILE
define to log.h. Moved the INFINITE_RECURSION define to recur.h.
|
2003-11-02 11:56:37 -08:00 |
|
hniksic
|
5f0a2b3f08
|
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
|
2003-10-31 06:55:50 -08:00 |
|
hniksic
|
3d823e690e
|
[svn] Remove unused pointer from struct cookie.
|
2003-10-07 03:39:18 -07:00 |
|
hniksic
|
df4064bc68
|
[svn] jar->chains_by_domain -> jar->chains
|
2003-10-06 17:49:58 -07:00 |
|
hniksic
|
6359e38d96
|
[svn] Improve documentation of cookie code.
|
2003-10-06 17:47:08 -07:00 |
|
hniksic
|
533412b55c
|
[svn] Doc update.
|
2003-10-04 15:51:00 -07:00 |
|
hniksic
|
45164e05cc
|
[svn] Fix a bug when loading cookies. Don't ignore domain-flag.
|
2003-09-22 18:08:01 -07:00 |
|
hniksic
|
7b5fb50cb1
|
[svn] Renamed wget.h XDIGIT-related macros to (hopefully) clearer names.
|
2003-09-19 07:08:37 -07:00 |
|
hniksic
|
016867ca33
|
[svn] Another version of parse_set_cookies, along with a test suite.
|
2003-09-15 08:35:47 -07:00 |
|
hniksic
|
3abcd16d79
|
[svn] Allow trailing whitespace in Set-Cookies. Also allow empty Set-Cookies
without spewing an error.
Message-ID: <m365jucpci.fsf@xemacs.org>.
|
2003-09-15 03:35:01 -07:00 |
|
hniksic
|
b2be7522c7
|
[svn] Update the license to include the OpenSSL exception.
|
2002-05-17 19:16:36 -07:00 |
|
hniksic
|
fd42ae1311
|
[svn] Allow match_tail to be case insensitive.
Published in <sxsznzabirr.fsf@florida.munich.redhat.com>.
|
2002-05-08 11:24:40 -07:00 |
|
abbotti
|
291693c3c2
|
[svn] Do not store discarded cookie after it is delected.
Submitted by Ian Abbott in
<2h2gdu0q04v94ltet2634888sh6imcrgnd@farscape.privy.mev.co.uk>.
|
2002-05-07 10:22:33 -07:00 |
|
hniksic
|
58ee1f008a
|
[svn] Fix matching of cookie domains.
Published in <sxsy9fhu1bu.fsf@florida.arsdigita.de>.
|
2002-04-20 21:25:36 -07:00 |
|
hniksic
|
29a66192cf
|
[svn] Cookie interface and implementation changes
from <sxsofge9yao.fsf@florida.arsdigita.de>
and <sxslmbim7dg.fsf@florida.arsdigita.de>.
|
2002-04-20 13:46:38 -07:00 |
|
hniksic
|
1375a89141
|
[svn] Allow Wget to be compiled with a K&R compiler.
Published in <sxszo0af9k6.fsf@florida.arsdigita.de>.
|
2002-04-11 10:49:32 -07:00 |
|
hniksic
|
943f657aa7
|
[svn] Rename long_to_string to number_to_string, and make it return a useful
value.
|
2001-12-09 18:29:12 -08:00 |
|
hniksic
|
dd84231c6a
|
[svn] Minor fixes prompted by `lint'.
Published in <sxsadwt2nkg.fsf@florida.arsdigita.de>.
|
2001-12-08 17:24:41 -08:00 |
|
hniksic
|
d6064a4a94
|
[svn] Minor doc fix.
|
2001-12-01 09:48:34 -08:00 |
|
hniksic
|
3ff0a9ad00
|
[svn] Minor tweak in path_matches in cookies.c.
|
2001-12-01 07:34:55 -08:00 |
|