Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2016-07-09 | rm IO flags, as they are never used | corvid | |
2016-07-03 | Fixed a couple of compiler warnings for IO.c | Jorge Arellano Cid | |
2016-07-03 | use mbed TLS | corvid | |
2016-04-09 | if we get an error (e.g. ECONNRESET) while reading, abort the read and show ↵ | corvid | |
a status message | |||
2016-03-19 | MSG | corvid | |
2015-05-28 | 'ssl' -> 'tls' where reasonable, given that ssl3 is dead and all | corvid | |
I used 'hg rename' and expected (at least hoped) that 'hg diff' would do what I would naturally want, but no. | |||
2015-05-08 | https: the rest :) | corvid | |
Normally I really like to make commits in small pieces that all compile and make sense in isolation, but with this https work, the effort vs the reward just wasn't going to make sense. | |||
2014-08-08 | abort failed queries | corvid | |
http://lists.dillo.org/pipermail/dillo-dev/2014-July/010190.html and no one objected, and it hasn't given me any trouble, so... | |||
2014-07-17 | http persistent connections initial patch | corvid | |
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2012-11-09 | Trim down the "pending data not sent" messages. | corvid | |
I was running with remote stylesheets and image loading earlier, and these messages grew irritating... | |||
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. | |||
2009-08-05 | Changed the CCCs to build in one step (for both HTTP and DPI) | Jorge Arellano Cid | |
2009-06-22 | remove system includes | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2008-09-28 | - Switched from DEBUG_MSG to MSG. | jcid | |
2008-09-14 | - Made several cleanups according to compiler warnings with "-W -Wall". | jcid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2008-05-17 | - CCC: added reentrancy control to the OpEnd and OpAbort operations. | jcid | |
- CCC: enhanced the debug function and implemented OpAbort for dpi. | |||
2008-05-16 | - Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed. | jcid | |
2008-04-29 | - Fixed a double close of file descriptors. | jcid | |
2008-04-07 | - Added dStr_printable() to dlib. | jcid | |
2008-03-29 | - Switched URL_DATA type from char* to a dStr. | jcid | |
2007-12-31 | Implemented the SELECT element in FORMS! | jcid | |
2007-12-05 | Added a workaround for a CCC reentrancy segfault. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-29 | Fixed a subtle bug in klist that was affecting IO. | jcid | |
2007-10-11 | +- Connected signals to <li> elements (fixes links within lists). | jcid | |
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann | |||
2007-10-07 | Initial revision | jcid | |