Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | Eliminated a pack of compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-07-14 | wording | corvid | |
2011-07-14 | Update dillorc URL in splash page | Jorge Arellano Cid | |
2011-07-14 | Updated about:splash page and set VERSION to 2.2.1 | Jorge Arellano Cid | |
2011-01-28 | **/Makefile.am: #include $(top_srcdir). | Jeremy Henty | |
2010-09-27 | Allow viewing XHTML served as such | Jorge Arellano Cid | |
2010-02-27 | trim some spaces | corvid | |
2010-02-12 | splash page tiny cosmetic change | corvid | |
2010-02-11 | send Accept header | corvid | |
I would be more specific than image/* if servers were more likely to pay attention. The purpose for adding this is to go along with the User-Agent change, since I've seen server code disallow queries that are supposedly from Firefox but have no Accept header. | |||
2010-02-11 | add http_user_agent preference | Alexander Voigt, corvid | |
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html | |||
2010-02-11 | prepare 2.2 releaserelease-2_2 | Johannes Hofmann | |
2010-02-02 | fix HostConnection_t leak | Johannes Hofmann | |
Found by Jeremy's automatic valgrind logs, pointed out by corvid. | |||
2010-01-29 | update splash page | corvid | |
2010-01-24 | limit the number of simultaneous connections | Johannes 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-13 | use TCP_NODELAY for DPI communication | Johannes Hofmann | |
2010-01-12 | backout: That way would make no_proxy complicated. | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html | |||
2010-01-12 | If http_proxy pref set, but env var not set, then set env var (for wget). | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html | |||
2010-01-07 | also try bindir when looking for dpid | corvid | |
2009-11-10 | Fixed a couple file descriptor leaks in dillo's DPI code | Jorge Arellano Cid | |
2009-11-08 | static | corvid | |
2009-11-06 | Compiler happiness for old versions of gcc | Jorge Arellano Cid | |
2009-11-01 | Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite() | Jorge Arellano Cid | |
Several cleanups and more error handling sprinkled all over too. | |||
2009-11-01 | Convert dpid, file dpi and cookies dpi to dsh API | Jorge Arellano Cid | |
cookies: convert to dsh API (with auth) file dpi: convert to dsh API (with auth) dpid: convert to dsh API (with auth) handle EINTR in connect(), authenticated DpiBye cmd | |||
2009-11-01 | s/retval/ret/g | Jorge Arellano Cid | |
2009-11-01 | Introduce basic shared-secret-based authentication | Jorge Arellano Cid | |
2009-11-01 | Added Dpi_blocking_{read,write} API in IO/dpi.c | Jorge Arellano Cid | |
All the ad-hoc read/write calls are now made through this functions, with proper error handling. | |||
2009-11-01 | Switch the DPI framework from Unix sockets to Internet sockets | Jorge Arellano Cid | |
Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain. | |||
2009-10-17 | suppress an unused parameter warning | corvid | |
2009-09-20 | trim some spaces | corvid | |
2009-08-30 | change no_proxy test from substring to suffix | corvid | |
2009-08-18 | link change | Jorge Arellano Cid | |
2009-08-07 | Added a_Chain_bfcb() to the CCC API (fixed three bugs with it) | Jorge Arellano Cid | |
2009-08-06 | Interim bugfix patch for the new CCC OpAbort | Jorge Arellano Cid | |
2009-08-05 | merge | Jorge Arellano Cid | |
2009-08-05 | Changed the CCCs to build in one step (for both HTTP and DPI) | Jorge Arellano Cid | |
2009-08-04 | tiny cleanup of query string | corvid | |
2009-07-17 | Added a_Dpip_get_attr_l() to DPIP's API | Jorge Arellano Cid | |
2009-07-16 | Cast NULL sentinel to (char*) for execl (fix for LP64 arch). | Jorge Arellano Cid | |
2009-07-01 | update for 2.1.1release-2_1_1 | corvid | |
2009-06-26 | Removed compiler warnings for unused return values | Michal Nowak newman x | |
2009-06-22 | remove system includes | corvid | |
2009-06-15 | splash release overview text | corvid | |
2009-06-15 | Splash screen | Jorge Arellano Cid | |
2009-06-01 | proxy support for HTTPS | corvid | |
2009-05-31 | Bound at-exit memory deallocation | corvid | |
2009-05-06 | rm a_About_ccc prototype | corvid | |
2009-04-04 | static for Http_make_content_type | corvid | |
2009-03-28 | check fgets() and write() results | Johannes Hofmann | |
2009-03-26 | fix up license versions/names | corvid | |
2009-03-25 | fix POST form submission for 64-bit | corvid | |