Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2013-01-08 | fix an at-least-conceivable fd leak with cookiesrc on error | corvid | |
You can trigger ferror() by putting in a fputc() or the like, but I'm not immediately sure of any good way to trigger it without changing the code... | |||
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-09-19 | shorter cookies-not-sent MSG | corvid | |
2011-09-18 | rename fn | corvid | |
Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control". | |||
2011-09-16 | put public suffix comparison directly in url.c | corvid | |
2011-09-14 | privacy: never send cookies in third-party requests | corvid | |
as mentioned in section 7.1 of RFC 6265 | |||
2010-03-22 | use the most specific cookiesrc rule | corvid | |
2010-01-14 | fix DISABLE_COOKIES (reported by furaisanjin) | corvid | |
2010-01-09 | cookies use server date to interpret Expires attr | corvid | |
2010-01-09 | cookies: rm version, comment, comment url, port, Cookie2 | corvid | |
2009-11-11 | unnecessary include | corvid | |
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-26 | Removed compiler warnings for unused return values | Michal Nowak newman x | |
2009-06-22 | remove system includes | corvid | |
2009-02-06 | Fixed a memory leak in Cookies_get_query() | Jeremy Henty | |
2008-10-23 | - Made cookierc parsing more robust. | jcid | |
2008-09-28 | - Switched from DEBUG_MSG to MSG. | jcid | |
2008-05-24 | - Updated some old URLs. | 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-02-24 | + Moved cookie headers into a single function. | jcid | |
2008-02-01 | - Fixed a memory leak in cookies.c | jcid | |
2008-01-08 | + - Fixed a segfault in cookies.c when no .dillo directory exists. | jcid | |
2007-10-07 | Initial revision | jcid | |