aboutsummaryrefslogtreecommitdiff
path: root/dpi
AgeCommit message (Expand)Author
2010-02-02decrease cookies chattinesscorvid
2010-01-24dpi send response when setting cookiesJorge Arellano Cid
2010-01-20cookies improve clock skew handlingcorvid
2010-01-18cookies allow Expires attr's value to be quoted.corvid
2010-01-14Be careful not to delete domain_cookies while still using it.corvid
2010-01-14handle nameless/valueless cookies in cookies.txtcorvid
2010-01-13cookies: be more robust in rejecting IP addr partial matchescorvid
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
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
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
2009-11-20Set a_Nav_reload() behind a timeout (fixes a race condition)Jorge Arellano Cid
2009-11-18Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd.Jorge Arellano Cid
2009-11-18WORKAROUND for an obscure bug not delivering bookmarks' "Add Section" pageJorge Arellano Cid
2009-11-10mergeJorge Arellano Cid
2009-11-10Fixed a couple file descriptor leaks in dillo's DPI codeJorge Arellano Cid
2009-11-09downloads dpi div. by 0corvid
2009-11-06Updated Dpid.txt to the new DPIP API. Added more comments in hello.cJorge Arellano Cid
2009-11-01file dpi: Used NONBLOCKING for accept() (to assert it never blocks)Jorge Arellano Cid
2009-11-01ftp dpi: fixed download offer, streamed transfer, added HTML feedback.Jorge Arellano Cid
2009-11-01bookmarks dpi: added dsh authJorge Arellano Cid
2009-11-01Removed the old sock_handler_* APIJorge Arellano Cid
2009-11-01https dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-11-01hello dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-11-01ftp dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-11-01datauri dpi: convert to dsh API (with auth)Jorge Arellano Cid
2009-11-01Made downloads dpi use dsh authJorge Arellano Cid
2009-11-01Introduced the a_Dpip_dsh_tryflush() callJorge Arellano Cid