Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-01 | Move a_Misc_parse_content_disposition() to misc.h | Rodrigo Arias Mallo | |
For now it allows building the unit test without linking problems. A more long-term solution is to split the code into separate modules that can be tested more easily. | |||
2025-05-01 | Re-enable failing tests and fix them | Cameron Paul | |
2025-05-01 | Fix disposition test linking and add more test cases | Cameron Paul | |
2025-05-01 | Fix off by one error with quoted filenames | Cameron Paul | |
2025-05-01 | Handle quoted content dispositions and escape special filesystem characters | Cameron Paul | |
2025-05-01 | Support for Content-Disposition filename | Cameron Paul | |
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2019-07-29 | Recognize Doxygen pages as html | Rodrigo | |
Doxygen introduces a extra header line with a comment which is now captured. | |||
2014-02-18 | fix filetype guessing bug introduced a few years ago by xhtml acceptance | corvid | |
2013-01-12 | clean up struct typedefs | p37sitdu, corvid | |
2011-11-12 | some isascii() | 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. | |||
2011-11-08 | image magic is case-sensitive | corvid | |
2011-07-29 | Added better error handling for the web search dialog (search_url) | Jorge Arellano Cid | |
2011-07-24 | Added an optional label to dillorc's search_url. Format: "[<label> ]<url>" | Jorge Arellano Cid | |
2010-09-27 | Allow viewing XHTML served as such | Jorge Arellano Cid | |
2010-08-29 | Removed some obsolete copyright notices that lingered after rewrites. | Jorge Arellano Cid | |
2010-02-27 | trim some spaces | corvid | |
2009-11-29 | respect UTF-8 when splitting long lines in plain.cc (noticed by corvid) | Johannes Hofmann | |
When splitting long lines in plain text to avoid X11 coordinate overflows we need to make sure that multibyte UTF-8 chars are not split. Additionally combining chars like accents should stay together with their base char. | |||
2009-09-17 | look for charset parameter with application/xhtml+xml media type | corvid | |
2009-08-10 | follow RFC a bit more closely for Content-Type parsing | corvid | |
From looking at the IANA's currently-assigned media types, allowing '+' and '.' would have been enough. | |||
2009-07-12 | Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib | Jorge Arellano Cid | |
2009-06-22 | remove system includes | corvid | |
2009-06-07 | only parse charset parameter for text/* media types | corvid | |
2009-06-05 | faster expand tabs | corvid | |
2009-05-29 | Improved recognition heuristics for plain text in utf8 | corvid | |
2009-05-29 | consts | corvid | |
2009-05-25 | make tab expansion for plain text utf8 aware | Johannes Hofmann | |
In discussion with corvid <corvid@lavabit.com>. | |||
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-17 | - Fixed a memory leak in plain.cc. | jcid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2008-06-10 | - Implemented OBJECT as link (similar to FRAME). | jcid | |
2008-05-29 | - Switched from charset to content-type for handling data. | jcid | |
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text. | |||
2008-04-15 | - Made file inputs free the loaded file after the page is left. | jcid | |
2008-03-24 | + s/there're/there are/g | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |