aboutsummaryrefslogtreecommitdiff
path: root/dpi
AgeCommit message (Collapse)Author
2024-04-11Use the current version in wget user agentRodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo/issues/130
2024-04-01Use 14px font size for bookmarksRodrigo Arias Mallo
2024-04-01Remove unused table CSS rule in bookmarksRodrigo Arias Mallo
Reported-by: dogma Fixes: https://github.com/dillo-browser/dillo/issues/112
2024-04-01Improve readability of bookmarksRodrigo Arias Mallo
Simplifies and increases the contrast of the Bookmark pages and menus. Tables are removed in favor of HTML5 elements. For styles we add a simple CSS style sheet, common for all pages. Fixes: https://github.com/dillo-browser/dillo/issues/108
2024-03-24Use dStrconcat() to concatenate stringsRodrigo Arias Mallo
Reported-by: dogma
2024-03-24Use dGethomedir() to get the home directoryRodrigo Arias Mallo
Other platforms don't use $HOME. Reported-by: dogma
2024-03-23Free auxiliary string in File_normalize_path()Rodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo/issues/87 Reported-by: dogma
2024-02-18Expand tilde to home directory in local URLsRodrigo Arias Mallo
Allows paths like "file:~/" and "file:~/.dillo/dillorc" to be opened by Dillo by expanding the tilde character '~' to the value of the $HOME environment variable. Fixes: https://github.com/dillo-browser/dillo/issues/81
2019-07-29Fix wget User-Agent for arXivRodrigo
Fixes #1 by setting the user agent to "Dillo/3.0.5". A proper fix must let the user choose any string.
2016-08-10Fix minor indentation typo.Jorge Arellano Cid
2016-07-12cppcheck: Fix syntax error for S_ISDIR.Jorge Arellano Cid
2016-07-03remove https dpicorvid
2016-01-25bookmarks dpi: add more error handling to bw.txt parserJohannes Hofmann
2015-07-08make cookies date parsing closer to the rfccorvid
2015-07-02merge 3.0.5 branchcorvid
2015-06-28MSGcorvid
2015-06-28cookies be careful with overflow with ridiculously huge Max-Age valuescorvid
...not that there's any obvious justification for storing cookies for decades.
2015-06-15handle openssl derivatives in the license permissions for the https dpicorvid
FWIW, wget currently does it as follows: "If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, the Free Software Foundation grants you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work."
2015-05-28cookies is_ssl -> is_tlscorvid
2015-05-27Made view-source dpi use CSS formatting (it's shorter and cleaner)Jorge Arellano Cid
BTW, is there a point in using a monospaced font? Besides it looks like code printing (which is good), a proportional-spaced font may be easier to read.
2015-05-26Fix view-source dpi to handle null characters correctlyJorge Arellano Cid
Although not allowed in text contexts, null characters should not stop/halt/fail dpi protocol, thus the patch. Test Example. Display a file with these contents: null padding^@^@ (two trailing null characters) and view source for it. Note that dillo will not _display_ the file completely correct, it will eat a char after each null, but this is not a problem in dpi nor dpip but in rendering, the cache gets it right. Adding code to correctly _display_ these anomalous pages is probably not worth the effort though.
2014-12-21trim some spacescorvid
2014-10-22trim the publicsuffix TLDs yet againcorvid
in January 2010, there were 42 entries. Now there are 22, and nearly all of them are rather...marginal.
2014-10-17everyone's finally disabling SSL3; let's do so toocorvid
2014-09-03a couple of quick https improvementscorvid
2014-07-30KBcorvid
2014-07-30KBcorvid
2014-10-22trim the publicsuffix TLDs yet againcorvid
in January 2010, there were 42 entries. Now there are 22, and nearly all of them are rather...marginal.
2015-06-10https rm RC4 from cipher listcorvid
2015-05-27Made view-source dpi use CSS formatting (it's shorter and cleaner)Jorge Arellano Cid
BTW, is there a point in using a monospaced font? Besides it looks like code printing (which is good), a proportional-spaced font may be easier to read.
2015-05-26Fix view-source dpi to handle null characters correctlyJorge Arellano Cid
Although not allowed in text contexts, null characters should not stop/halt/fail dpi protocol, thus the patch. Test Example. Display a file with these contents: null padding^@^@ (two trailing null characters) and view source for it. Note that dillo will not _display_ the file completely correct, it will eat a char after each null, but this is not a problem in dpi nor dpip but in rendering, the cache gets it right. Adding code to correctly _display_ these anomalous pages is probably not worth the effort though.
2014-10-17everyone's finally disabling SSL3; let's do so toocorvid
2014-09-03a couple of quick https improvementscorvid
2014-02-02our simplistic TLD list grows more and more worthlesscorvid
2013-09-24our publicsuffix tld list grows even shortercorvid
2013-01-18https dpi: disable SSLv2Johannes Hofmann
SSLv2 is considered insecure. submitted by: p37sitdu@lavabit.com
2013-01-12clean up struct typedefsp37sitdu, corvid
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2013-01-08downloads.cc: do not test whether the file exists or prompt to overwrite.Jeremy Henty
2012-12-16Set the FTP dpi to one try per connectionJorge Arellano Cid
Bug fix: also avoid a useless retry when given just the server name.
2012-12-12Download DPI Scroll should calculate the scrollbar width properly.Jeremy Henty
2012-12-11Download DPI Scroll should resize itself before resizing its child.Jeremy Henty
2012-12-10Use titles with dpip dialogs.Jeremy Henty
2012-12-10Downloads DPI: meaningful and consistent window titles.Jeremy Henty
2012-11-28Add "#include <FL/fl_ask.H>" wherever its functions are used.Jeremy Henty
2012-11-25fix crash in datauri dpiJohannes Hofmann
noticed by: corvid <corvid@lavabit.com> and Jeremy Henty's valgrind logs
2012-10-29declarations at start of blockcorvid
2012-10-20cookies dpi tldscorvid
2012-09-28rm obsolete commentcorvid
2012-09-28datauri: fix media type when only charset was providedcorvid