aboutsummaryrefslogtreecommitdiff
path: root/dpi/cookies.c
AgeCommit message (Collapse)Author
2010-01-13cookies fix ipv6 checkcorvid
2010-01-12don't bother to save expired cookiescorvid
2010-01-10cookies update TLDscorvid
2010-01-10cookie handle time overflowcorvid
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-10make cookies very chatty for nowcorvid
2010-01-09unnecessary testcorvid
2010-01-09when too many cookies for domain, rm least recently usedcorvid
2010-01-09cookies: a little cleaningcorvid
2010-01-09cookies use server date to interpret Expires attrcorvid
2010-01-09timestamps a little less strictcorvid
2010-01-09cookies follow draft spec's simple parsingcorvid
2010-01-09cookies follow draft spec for domainscorvid
2010-01-09cookies follow draft spec for pathscorvid
2010-01-09cookies: rm version, comment, comment url, port, Cookie2corvid
2010-01-09rm support for ancient ~/.dillo/cookies filecorvid
2010-01-02cookies don't leak extra domain/path attrscorvid
2010-01-01MSGcorvid
2009-12-31silence a MSGcorvid
2009-12-31cookie domainscorvid
2009-12-31only strip path when generating defaultcorvid
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-31cookie pathscorvid
2009-12-30cookies with longer paths go first in headercorvid
2009-12-30domain comparison not case-sensitivecorvid
2009-12-30handle max-age + expires error casecorvid
2009-12-28clean up cookie expiration/replacement and sessionscorvid
2009-12-27handle whitespace following cookie attribute valuecorvid
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-18Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd.Jorge Arellano Cid
2009-11-01Implemented the file dpi based on select() (removed its pthreads dependency)Jorge Arellano Cid
It should be faster and use less resources.
2009-11-01Convert dpid, file dpi and cookies dpi to dsh APIJorge 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-01Introduced the new tokenizing dsh API to DPIPJorge 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-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-06-27fix cookies dpi MSGscorvid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-05-24allow year 1970 in cookiescorvid
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:/gjcid
2008-05-24- Updated some old URLs.jcid
2008-05-20- Allowed readonly permissions for cookiesrc.jcid
2008-04-11- Fixed a cookies-related dillo freeze bug happening at:jcid
http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
2008-03-29- Fixed a bug in Cookies_parse_one. Set it to a single return potint too!jcid
2008-03-24- Added a couple Dstr_append_l calls (necessary for binary strings).jcid
2007-11-17Added the "static" qualifier where missing.jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid