Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-02 | Fix for gcc 10 | walley | |
Gcc 10 defaults to -fno-common, leading to multiple global definitions to cause a linker error. | |||
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2010-02-08 | remove ~/.dillo/dpid_comm_keys on exit of dpid | Johannes Hofmann | |
This avoids that dillo instances connect to stale ports after dpid is no longer running (e.g. after a reboot). This is mainly a problem if the machine is configured to silently ignore connection attempts to unused ports (net.inet.tcp.blackhole=1 on *BSD). http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007247.html | |||
2009-11-01 | Implemented the file dpi based on select() (removed its pthreads dependency) | Jorge Arellano Cid | |
It should be faster and use less resources. | |||
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 | 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-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-13 | Remove system includes for dpid | Jorge Arellano Cid | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-14 | - Made several cleanups according to compiler warnings with "-W -Wall". | jcid | |
2007-12-31 | Implemented the SELECT element in FORMS! | jcid | |
2007-12-06 | - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc, | jcid | |
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it! | |||
2007-10-07 | Initial revision | jcid | |