summaryrefslogtreecommitdiff
path: root/dpid/dpid.h
AgeCommit message (Collapse)Author
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
Reviewed-by: dogma
2023-06-02Fix for gcc 10walley
Gcc 10 defaults to -fno-common, leading to multiple global definitions to cause a linker error.
2010-02-08remove ~/.dillo/dpid_comm_keys on exit of dpidJohannes 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-02define IPPORT_USERRESERVED when the system doesn't provide it (FreeBSD)Jorge Arellano Cid
2009-11-01Switch the DPI framework from Unix sockets to Internet socketsJorge 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-13Remove system includes for dpidJorge Arellano Cid
2008-09-30- s/todo:/TODO:/gjcid
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-07Initial revisionjcid