aboutsummaryrefslogtreecommitdiff
path: root/dpid/dpid_common.h
AgeCommit message (Collapse)Author
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
Reviewed-by: dogma
2024-03-28Remove extern enum dpi_errno from dpid_common.hRodrigo Arias Mallo
2023-06-02Fix for gcc 10walley
Gcc 10 defaults to -fno-common, leading to multiple global definitions to cause a linker error.
2015-05-29_MSG_ERR unused, unneeded, because it doesn't make much sensecorvid
2013-01-14Remove unused function in dpidp37sitdu
2009-11-01Removed 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-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
2007-10-07Initial revisionjcid