summaryrefslogtreecommitdiff
path: root/dpid
AgeCommit message (Expand)Author
2024-03-28Remove extern enum dpi_errno from dpid_common.hRodrigo Arias Mallo
2024-03-28Handle .exe extension in Windows for dpisRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2024-03-03Use memset() instead of bzero()Rodrigo Arias Mallo
2023-06-02Fix for gcc 10walley
2016-07-12cppcheck: Fix Resource leak: dpidrc_stream (not closed on error condition)Jorge Arellano Cid
2016-07-03remove https dpicorvid
2015-05-29_MSG_ERR unused, unneeded, because it doesn't make much sensecorvid
2013-01-14Remove unused function in dpidp37sitdu
2013-01-14One more code refactor into dClose()p37sitdu
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2012-12-07rm unused variable usr_srv_nump37sitdu
2011-11-11locale-independent ASCII character case handlingcorvid
2011-07-15Eliminated a pack of compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2011-01-28**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).Jeremy Henty
2010-03-01fix dpid line leakcorvid
2010-02-27trim some spacescorvid
2010-02-16mergeJorge Arellano Cid
2010-02-16Fix a race condition for "dpid stop" command.Jorge Arellano Cid
2010-02-10call dpid cleanup handler on SIGHUPJohannes Hofmann
2010-02-09suppress unused parameter warningJohannes Hofmann
2010-02-08remove ~/.dillo/dpid_comm_keys on exit of dpidJohannes Hofmann
2010-02-02check for fgets() return value - avoids a warningJorge Arellano Cid
2010-01-25dpidc usagecorvid
2010-01-25dpidc exit status 1 on errorcorvid
2010-01-13use TCP_NODELAY for DPI communicationJohannes Hofmann
2009-12-10msgcorvid
2009-11-09dpidc: give usage upon unknown operationcorvid
2009-11-02define IPPORT_USERRESERVED when the system doesn't provide it (FreeBSD)Jorge Arellano Cid
2009-11-01Made dpidc a C language programJorge Arellano Cid
2009-11-01Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite()Jorge Arellano Cid
2009-11-01Implemented the file dpi based on select() (removed its pthreads dependency)Jorge Arellano Cid
2009-11-01Convert dpid, file dpi and cookies dpi to dsh APIJorge Arellano Cid
2009-11-01s/retval/ret/gJorge Arellano Cid
2009-11-01Introduce basic shared-secret-based authenticationJorge Arellano Cid
2009-11-01Switch the DPI framework from Unix sockets to Internet socketsJorge Arellano Cid
2009-07-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-07-16Cast NULL sentinel to (char*) for execl (fix for LP64 arch).Jorge Arellano Cid
2009-07-15Fixed detection of socklen_t for dpidJorge Arellano Cid
2009-07-13Remove system includes for dpidJorge Arellano Cid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-04-30Switched a few remaining "unsigned int" to "uint_t"Jorge Arellano Cid
2009-04-28Refactor the preferences parserTim Nieradzik, Jorge Arellano Cid
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-17[mq]: add-dpid-copyrightJeremy Henty
2008-12-17Use $(srcdir) in Make rules.Jeremy Henty
2008-11-05- Cleaned up and normalized D_SUN_LEN usage.jcid
2008-10-28.jcid