Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-18 | don't view source for images | corvid | |
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-06 | filter automatic requests | corvid | |
same_domain option in preference so that spying on users isn't so easy. | |||
2010-03-04 | Fix "view source" for POST URLs | Jorge Arellano Cid | |
2010-02-23 | Handle vsource dpi inside a_Capi_open_url(); more orthogonality. | Jorge Arellano Cid | |
Also added better error handling. | |||
2010-02-17 | Implement the view source functionality as a dpi | Jorge Arellano Cid | |
2009-11-27 | garbage collect now unused a_Nav_push_nw() | Johannes Hofmann | |
2009-11-09 | rm unused a_Nav_vpush | corvid | |
2009-08-12 | Bugfix: remove the empty cache entry lingering after connection abort | Jorge Arellano Cid | |
2009-04-18 | Implemented 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.c | jcid | |
2007-10-24 | Implemented a new scheme of scroll-position remembering. This is one per | jcid | |
visited page intead of one per url (this is more standard). | |||
2007-10-07 | Initial revision | jcid | |