Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | decrease cookies chattiness | corvid | |
2010-01-24 | dpi send response when setting cookies | Jorge Arellano Cid | |
2010-01-20 | cookies improve clock skew handling | corvid | |
2010-01-18 | cookies allow Expires attr's value to be quoted. | corvid | |
sourceforge sends cookies this way. It seems that quotes around values are generally to be ignored, i.e., not stripped or anything, but I asked the draft spec author about this case, and he reports that he has fixed his algorithm to allow leading and trailing delimiters around cookie-date. If I/someone eventually does make the timestamp code follow the algorithm more closely, the stripping would no longer need to be done here. As for whether we'd want to continue to use that code for the stricter server_date that we get from the HTTP Date header, I'm not sure at the moment. I've already added one case to it that wouldn't be legal for the header, though... | |||
2010-01-14 | Be careful not to delete domain_cookies while still using it. | corvid | |
And don't leak nodes. I never saw any crashing -- and the problem was already in the code before I got to it -- but I was alerted to the matter when puzzling over why there was another round of searching for domain_cookies near the bottom of Cookies_add_cookie. | |||
2010-01-14 | handle nameless/valueless cookies in cookies.txt | corvid | |
2010-01-13 | cookies: be more robust in rejecting IP addr partial matches | corvid | |
The code was already such that, even if we accepted 123.45 as a domain for host 1.2.123.45, it wouldn't be sent back to anyone. But it would be easy to make some small change later that would break that, so... | |||
2010-01-13 | cookies fix ipv6 check | corvid | |
2010-01-12 | don't bother to save expired cookies | corvid | |
2010-01-10 | cookies update TLDs | corvid | |
2010-01-10 | cookie handle time overflow | corvid | |
Jeremy pointed out http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007144.html that time_t could in principle be a floating type. The cookies dpi assumes that it is an integer type. | |||
2010-01-10 | make cookies very chatty for now | corvid | |
2010-01-09 | unnecessary test | corvid | |
2010-01-09 | when too many cookies for domain, rm least recently used | corvid | |
2010-01-09 | cookies: a little cleaning | corvid | |
2010-01-09 | cookies use server date to interpret Expires attr | corvid | |
2010-01-09 | timestamps a little less strict | corvid | |
2010-01-09 | cookies follow draft spec's simple parsing | corvid | |
2010-01-09 | cookies follow draft spec for domains | corvid | |
2010-01-09 | cookies follow draft spec for paths | corvid | |
2010-01-09 | cookies: rm version, comment, comment url, port, Cookie2 | corvid | |
2010-01-09 | rm support for ancient ~/.dillo/cookies file | corvid | |
2010-01-02 | cookies don't leak extra domain/path attrs | corvid | |
2010-01-01 | MSG | corvid | |
2009-12-31 | silence a MSG | corvid | |
2009-12-31 | cookie domains | corvid | |
2009-12-31 | only strip path when generating default | corvid | |
Having seen the pre-existing strip call in Cookies_get() -- and thinking unixly of paths -- I did the wrong thing. I was set straight when google gave me a path attribute of /search and the URL path was /search. | |||
2009-12-31 | cookie paths | corvid | |
2009-12-30 | cookies with longer paths go first in header | corvid | |
2009-12-30 | domain comparison not case-sensitive | corvid | |
2009-12-30 | handle max-age + expires error case | corvid | |
2009-12-28 | clean up cookie expiration/replacement and sessions | corvid | |
2009-12-27 | handle whitespace following cookie attribute value | corvid | |
This isn't beautiful, but I don't want to make sweeping changes in cookie parsing if I don't expect to test it much myself. I think leading whitespace would be legal, too, but I won't worry about that for now. | |||
2009-11-18 | Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd. | Jorge Arellano Cid | |
2009-11-01 | Implemented the file dpi based on select() (removed its pthreads dependency) | Jorge Arellano Cid | |
It should be faster and use less resources. | |||
2009-11-01 | Convert dpid, file dpi and cookies dpi to dsh API | Jorge Arellano Cid | |
cookies: convert to dsh API (with auth) file dpi: convert to dsh API (with auth) dpid: convert to dsh API (with auth) handle EINTR in connect(), authenticated DpiBye cmd | |||
2009-11-01 | Introduced the new tokenizing dsh API to DPIP | Jorge Arellano Cid | |
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer). | |||
2009-07-17 | Added a_Dpip_get_attr_l() to DPIP's API | Jorge Arellano Cid | |
2009-07-12 | Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib | Jorge Arellano Cid | |
2009-06-27 | fix cookies dpi MSGs | corvid | |
2009-06-26 | Removed compiler warnings for unused return values | Michal Nowak newman x | |
2009-05-24 | allow year 1970 in cookies | corvid | |
2008-11-22 | - Fixed a printf bug in cookies dpi. | jcid | |
2008-11-05 | - Cleaned up and normalized D_SUN_LEN usage. | jcid | |
2008-10-23 | - Made cookierc parsing more robust. | jcid | |
2008-10-15 | . | jcid | |
2008-10-15 | - Allow login to wikipedia by ignoring the HttpOnly attribute (cookies) | jcid | |
2008-10-03 | - minor cookie MSG improvement. | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-05-24 | - Updated some old URLs. | jcid | |