aboutsummaryrefslogtreecommitdiff
path: root/src/nav.h
AgeCommit message (Collapse)Author
2012-10-18don't view source for imagescorvid
Viewing image source wasn't working anyway. I have the impression that the vsource dpi is told, e.g., "Here's 3000 bytes", and then it's only given however much it takes to reach a NULL in the image data -- but I didn't trouble myself to dig into the matter, since unformatted image source is not very informative anyway.
2010-04-06filter automatic requestscorvid
same_domain option in preference so that spying on users isn't so easy.
2010-03-04Fix "view source" for POST URLsJorge Arellano Cid
2010-02-23Handle vsource dpi inside a_Capi_open_url(); more orthogonality.Jorge Arellano Cid
Also added better error handling.
2010-02-17Implement the view source functionality as a dpiJorge Arellano Cid
2009-11-27garbage collect now unused a_Nav_push_nw()Johannes Hofmann
2009-11-09rm unused a_Nav_vpushcorvid
2009-08-12Bugfix: remove the empty cache entry lingering after connection abortJorge Arellano Cid
2009-04-18Implemented Instant client-side redirects (META refresh with delay=0)Jorge Arellano Cid
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
2008-06-02- Moved charset decoding into cache.jcid
2008-03-13- Added support for "charset" in the META element.jcid
2008-01-02- de-export symbols in nav.cjcid
2007-10-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).
2007-10-07Initial revisionjcid