Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | Fix a race condition for "dpid stop" command. | Jorge Arellano Cid | |
2010-02-08 | Added tag release-2_2-rc2 for changeset 3cc3dd19e50d | Johannes Hofmann | |
2010-02-08 | prepare rc2release-2_2-rc2 | Johannes Hofmann | |
2010-02-08 | remove ~/.dillo/dpid_comm_keys on exit of dpid | Johannes Hofmann | |
This avoids that dillo instances connect to stale ports after dpid is no longer running (e.g. after a reboot). This is mainly a problem if the machine is configured to silently ignore connection attempts to unused ports (net.inet.tcp.blackhole=1 on *BSD). http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007247.html | |||
2010-02-04 | cookies doc | corvid | |
I also wanted to find something to replace the dead junkbusters link, but didn't find anything good. | |||
2010-02-02 | fix HostConnection_t leak | Johannes Hofmann | |
Found by Jeremy's automatic valgrind logs, pointed out by corvid. | |||
2010-02-02 | README | corvid | |
2010-02-02 | decrease cookies chattiness | corvid | |
2010-02-02 | check for fgets() return value - avoids a warning | Jorge Arellano Cid | |
2010-01-29 | Added tag release-2_2-rc1 for changeset 0c2299a1362d | Johannes Hofmann | |
2010-01-29 | trim old releases from READMErelease-2_2-rc1 | corvid | |
2010-01-29 | update splash page | corvid | |
2010-01-28 | prepare 2.2 release candidate 1 | Johannes Hofmann | |
2010-01-28 | update user help | Johannes Hofmann | |
2010-01-28 | update README | Johannes Hofmann | |
2010-01-28 | mercurial ignore test/cookies | corvid | |
2010-01-25 | dpidc usage | corvid | |
I wanted to print an explanation of what dpidc is. | |||
2010-01-25 | install-dpi-local try a 'dpidc stop' to stop running dpid. | corvid | |
2010-01-25 | dpidc exit status 1 on error | corvid | |
2010-01-25 | install-dpi-local cp dpidrc | corvid | |
2010-01-24 | install-dpi-local strip dpidc | corvid | |
2010-01-24 | ChangeLog | corvid | |
2010-01-24 | dpi send response when setting cookies | Jorge Arellano Cid | |
2010-01-24 | limit the number of simultaneous connections | Johannes Hofmann | |
The number of simultaneous connections to a single server is now limited by prefs.http_max_conns (default 6). This avoids opening hundreds of connections on pages with many images (BUG 685). This commit is partly based on a prototype by Jorge Arellano Cid. | |||
2010-01-21 | fix building of new cookies test program on *BSD | Johannes Hofmann | |
2010-01-20 | more cookies tests | corvid | |
2010-01-20 | cookies improve clock skew handling | corvid | |
2010-01-20 | cookies test program | corvid | |
2010-01-18 | Added a help button. It tries a local help file then dillo.org's one. | corvid, jcid | |
2010-01-18 | merge | Jorge Arellano Cid | |
2010-01-18 | Changed the default background color when allow_white_bg=NO (part 2) | Jorge Arellano Cid | |
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-15 | link | corvid | |
2010-01-14 | fix DISABLE_COOKIES (reported by furaisanjin) | corvid | |
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-13 | use TCP_NODELAY for DPI communication | Johannes Hofmann | |
2010-01-12 | backout: That way would make no_proxy complicated. | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html | |||
2010-01-12 | If http_proxy pref set, but env var not set, then set env var (for wget). | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html | |||
2010-01-12 | don't bother to save expired cookies | corvid | |
2010-01-11 | add quirk to reset font properties in tables (fixes e.g. gmail) | Johannes Hofmann | |
2010-01-10 | cookies update TLDs | corvid | |
2010-01-10 | cookies doc | 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 | ChangeLog | corvid | |
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 | |