Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | bookmarks dpi: add more error handling to bw.txt parser | Johannes Hofmann | |
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
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. | |||
2010-09-13 | bookmarks dpi urlstr leak | corvid | |
noticed in Jeremy's valgrind logs | |||
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-18 | Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd. | Jorge Arellano Cid | |
2009-11-18 | WORKAROUND for an obscure bug not delivering bookmarks' "Add Section" page | Jorge Arellano Cid | |
2009-11-10 | Fixed a couple file descriptor leaks in dillo's DPI code | Jorge Arellano Cid | |
2009-11-01 | bookmarks dpi: added dsh auth | Jorge Arellano Cid | |
2009-11-01 | Implemented the file dpi based on select() (removed its pthreads dependency) | Jorge Arellano Cid | |
It should be faster and use less resources. | |||
2009-11-01 | Introduced the new tokenizing dsh API to DPIP | Jorge Arellano Cid | |
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer). | |||
2009-11-01 | Introduce basic shared-secret-based authentication | Jorge Arellano Cid | |
2009-09-20 | trim some spaces | corvid | |
2009-09-19 | add id='dillo_bm' to the body element of bookmark pages | Johannes Hofmann | |
Using this id one can customize the look of the bookmark pages in ~/.dillo/style.css. E.g: #dillo_bm {background-color: black !important; font-family: monospace} | |||
2009-07-17 | Added a_Dpip_get_attr_l() to DPIP's API | Jorge Arellano Cid | |
2009-06-26 | Removed compiler warnings for unused return values | Michal Nowak newman x | |
2009-03-10 | [mq]: fix-width-problem.patch | Justus Winter | |
2009-03-10 | [mq]: abort.patch | Justus Winter | |
2009-03-10 | [mq]: consistent-delimiter-in-menu-bar.patch | Justus Winter | |
2009-03-10 | [mq]: fix-html-warning.patch | Justus Winter | |
2008-11-05 | - Cleaned up and normalized D_SUN_LEN usage. | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-14 | - Made several cleanups according to compiler warnings with "-W -Wall". | jcid | |
2007-12-31 | - Added more statics in dpi, const in pixmaps, and removed redundant includes. | jcid | |
2007-12-19 | minor changes | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |