aboutsummaryrefslogtreecommitdiff
path: root/test/cookies.c
AgeCommit message (Collapse)Author
2023-12-21Split tests into unit and dw (graphical)Rodrigo Arias Mallo
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed.
2016-05-01Fixed a minor code glitch in test/ directory (same as #4536)Jorge Arellano Cid
2015-07-08make cookies date parsing closer to the rfccorvid
2015-06-28cookies be careful with overflow with ridiculously huge Max-Age valuescorvid
...not that there's any obvious justification for storing cookies for decades.
2014-10-22trim the publicsuffix TLDs yet againcorvid
in January 2010, there were 42 entries. Now there are 22, and nearly all of them are rather...marginal.
2013-01-08make test/cookies somewhat usable by otherscorvid
2013-01-01Don't leak a FD if write() fails on a just-connected local dpi socket.Jorge Arellano Cid
This also fixes the wrong error message given in this situation. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009656.html Patch: p37sitdu, jcid
2012-12-16Dpi_connect_socket: Removed obsolete code lingering from UDS (2009)Jorge Arellano Cid
Detected by: p37sitdu Recover code for Unix domain sockets is not necessary because we use INET sockets now. Ref, changeset: 7faa2c7a544f
2011-11-11fix IPv6 addr recognitioncorvid
I was under the impression that the brackets were part of the host syntax, but a_Url_hostname() shows that they are part of the _authority_ and are stripped out when making the hostname.
2010-05-16disallow nameless cookiescorvid
2010-03-22cookies use host-only as in draft speccorvid
Behaviour should be quite similar to before, but it'll be easier for someone else to understand if it matches the spec's way of doing things more closely.
2010-03-09cookies: use difftime() for time_t comparisonscorvid
...as Johannes pointed out. (This patch in itself is not meant to fix the time_t overflow problem.)
2010-01-21fix building of new cookies test program on *BSDJohannes Hofmann
2010-01-20more cookies testscorvid
2010-01-20cookies test programcorvid