1
0
Fork
You've already forked dillo
0
forked from dillo/dillo
[OFFICIAL MIRROR] Dillo, a multi-platform graphical web browser
  • C++ 57.1%
  • C 31.1%
  • HTML 4.7%
  • Max 3.7%
  • CSS 1.9%
  • Other 1.5%
Find a file
Rodrigo Arias Mallo 097ad90e5b Handle TLS errors after SSL_shutdown()
When SSL_shutdown() fails it leaves an error in the error queue which
will be later detected by the next attempt to update a connection
causing an abort. Instead, handle the errors and leave the error queue
empty.
Fixes: https://bug.dillo-browser.org/511/ 
2025年11月14日 22:07:31 +01:00
.github/workflows Run leak check automatically in GitHub CI 2025年08月25日 00:21:27 +02:00
devdoc Fix several typos 2025年02月05日 21:50:39 +01:00
dlib Add dStr_shorten() to make strings shorter 2025年08月11日 21:43:10 +02:00
doc Add support for mouse back and forward buttons 2025年10月12日 01:30:56 +02:00
dpi Escape CSS % in printf format 2025年08月11日 21:28:14 +02:00
dpid Print number of loaded DPIs on startup 2025年01月17日 21:08:53 +01:00
dpip Use Doxygen comments for C files 2024年03月09日 18:43:51 +01:00
dw Fix hr width exceeding available space 2025年08月31日 14:09:10 +02:00
icons Add desktop file and icons 2024年04月27日 21:52:36 +02:00
lout Object::toString() free responsibility to caller 2025年08月24日 22:45:47 +02:00
src Handle TLS errors after SSL_shutdown() 2025年11月14日 22:07:31 +01:00
test Add CI script for git hook 2025年10月12日 00:58:30 +02:00
.gitignore Ignore build directories and other generated files 2025年04月04日 21:02:19 +02:00
.rtfl SRDOP: Work on RTFL messages. 2015年06月10日 22:57:53 +02:00
AUTHORS Convert some old files from iso8859-1 to utf-8 encoding 2024年05月06日 21:53:49 +02:00
autogen.sh Use command -v instead of which 2024年10月03日 21:37:02 +02:00
ChangeLog Fix OAuth by allowing cookies in root redirects 2025年10月25日 17:52:58 +02:00
configure.ac Search for fltk-config1.3 before fltk-config 2025年08月08日 18:48:25 +02:00
COPYING Initial revision 2007年10月07日 00:36:34 +02:00
d_size.h configure.in: define the {int,uint}*_t types with AC_TYPE_*. 2011年01月08日 17:56:56 +00:00
dillo-install-hyphenation Fix several typos 2025年02月05日 21:50:39 +01:00
dillo.desktop Add desktop file and icons 2024年04月27日 21:52:36 +02:00
dillorc Add mojeek search engine 2025年08月12日 21:35:41 +02:00
Doxyfile Use Doxygen Awesome theme 2024年03月09日 18:43:51 +01:00
FUNDING.yml Add FUNDING.yml file 2024年10月28日 20:44:14 +01:00
INSTALL configure.in: rename to configure.ac . 2012年12月19日 18:23:32 +00:00
install-dpi-local Run dpidc stop only if dpid is running 2025年06月30日 21:52:54 +02:00
Makefile.am Add desktop file and icons 2024年04月27日 21:52:36 +02:00
NEWS update NEWS file. 2014年12月24日 13:55:52 -03:00
README Link README to README.md for old automake 2023年12月30日 01:37:15 +01:00
README.md Add links to old website and dillo.org issue 2024年10月28日 20:44:14 +01:00

Dillo web browser

Dillo is a multi-platform graphical web browser, known for its speed and small footprint, that is developed with a focus on personal security and privacy. It is built with the FLTK 1.3 GUI toolkit.

Screenshot of the Dillo Website rendered in Dillo:

To install Dillo follow the installation guide.

This repository contains mostly the original code of Dillo with some minor patches. Additional patches or pull requests are welcome.

See also other related forks: dillo-plus, dilloNG, D+ browser and Mobilized Dillo.

Warning

As of December 2023, the host dillo.org is no longer under control of Dillo developers. A copy of the old website is archived in GitHub Pages and the Wayback Machine (May 2022).