aboutsummaryrefslogtreecommitdiff
path: root/src/prefsparser.cc
AgeCommit message (Collapse)Author
2010-09-24bring back bg_color dillorc optionJohannes Hofmann
2010-04-06filter automatic requestscorvid
same_domain option in preference so that spying on users isn't so easy.
2010-02-11add http_user_agent preferenceAlexander Voigt, corvid
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
2010-01-24limit the number of simultaneous connectionsJohannes Hofmann
The number of simultaneous connections to a single server is now limited by prefs.http_max_conns (default 6). This avoids opening hundreds of connections on pages with many images (BUG 685). This commit is partly based on a prototype by Jorge Arellano Cid.
2010-01-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid
2009-09-20trim some spacescorvid
2009-06-22remove system includescorvid
2009-04-30Switched a few remaining "unsigned int" to "uint_t"Jorge Arellano Cid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid