Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-06-29 | HTTP Strict Transport Security | corvid | |
I'm not including the preload file yet. | |||
2013-01-12 | clean up struct typedefs | p37sitdu, corvid | |
2013-01-11 | Modified a_Dialog_choice5() to accept any number of alternatives [p37sitdu] | Jorge Arellano Cid | |
2012-12-10 | Dillo: parameterise window titles. | Jeremy Henty | |
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. | |||
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
2011-11-08 | Allow "view source" to reload upon user request | Jorge Arellano Cid | |
2011-09-09 | tiny a_Web_new() cleanup | corvid | |
2011-08-05 | Added an API to access the expected URL resource | Jorge Arellano Cid | |
This fixes a segfault bug introduced by changeset 350af350b840. By mistake the expected URL got inside the parallel handling of CCC, into a race condition with a segfault path. | |||
2011-07-19 | Cancel the expected URL after offering a download (BUG#982) | Jorge Arellano Cid | |
After showing the download dialog, the original link remained unresponsive. | |||
2011-06-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-02-06 | imported patch choice5 | Jorge Arellano Cid | |
2010-09-05 | consistent screaming quotes | Jeremy Henty | |
2010-04-23 | Fix referer URL for zero-delay redirections with META refresh | Jorge Arellano Cid | |
2010-04-23 | Add const qualifier to a_History_get_url() | Jorge Arellano Cid | |
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-20 | Interim patch for view source | Jorge Arellano Cid | |
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-20 | Set a_Nav_reload() behind a timeout (fixes a race condition) | Jorge Arellano Cid | |
Note: the timeout lets CCC operations end before making the request. | |||
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-06-26 | Removed compiler warnings for unused return values | Michal Nowak newman x | |
2009-05-18 | add support for --xid command line option | Johannes Hofmann | |
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails. | |||
2009-05-03 | Removed redundant caller NULL checks already in the API | Jeremy Henty | |
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 | |||
2009-03-06 | [mq]: fix-Nav_save_scroll_pos-typo | Jeremy Henty | |
2009-02-15 | Fixed handling of META's content-type with no MIME type (e.g. only charset). | Jorge Arellano Cid | |
e.g. some links at http://git.kernel.org/gitweb.cgi didn't render. e.g. #2 This page didn't render: <html> <head> <meta http-equiv="content-type" content="; charset=utf-8"/> <title></title> </head> <body> Generating.... </body> </html> | |||
2009-02-11 | Made repush remember the scroll position. | Jorge Arellano Cid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-01-21 | Fixed charset decoding given in HTTP and META. (bugs and race condition) | Jorge Arellano Cid | |
2009-01-01 | imported patch dicache-cleanup5 | Jorge Arellano Cid | |
2008-12-29 | Backed out changeset 657d779be7a4 | Jorge Arellano Cid | |
It introduced a truncation by implicit type conversion bug | |||
2008-12-28 | minor fix for last merge | Johannes Hofmann | |
2008-12-28 | merge with main | Johannes Hofmann | |
2008-12-25 | Started code cleanup of the image code mainly in dicache.c. part#1 | Jorge Arellano Cid | |
2008-12-21 | Patch for CSS stylesheet loading part#2 | Jorge Arellano Cid | |
2008-12-19 | Interim patch for CSS stylesheet loading. Not finished yet. | Jorge Arellano Cid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-29 | - Removed the remaining DEBUG_MSG in src/ | jcid | |
2008-09-18 | - Implemented tabbed browsing. | jcid | |
2008-06-02 | - Moved charset decoding into cache. | jcid | |
2008-05-25 | - Fixed a segfault bug in Nav.c. | jcid | |
2008-05-25 | - Minor Nav.c cleanup. | jcid | |
2008-05-25 | - Fixed a memory leak in nav.c. | jcid | |
2008-05-10 | + Fixed a bug in the code that remembers the scrolling position. | jcid | |
2008-05-08 | - Added a comment. | jcid | |