Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | use TCP_NODELAY for DPI communication | Johannes Hofmann | |
2010-01-07 | also try bindir when looking for dpid | corvid | |
2009-11-10 | Fixed a couple file descriptor leaks in dillo's DPI code | Jorge Arellano Cid | |
2009-11-08 | static | corvid | |
2009-11-06 | Compiler happiness for old versions of gcc | Jorge Arellano Cid | |
2009-11-01 | Removed 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-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 | s/retval/ret/g | Jorge Arellano Cid | |
2009-11-01 | Introduce basic shared-secret-based authentication | Jorge Arellano Cid | |
2009-11-01 | Added Dpi_blocking_{read,write} API in IO/dpi.c | Jorge Arellano Cid | |
All the ad-hoc read/write calls are now made through this functions, with proper error handling. | |||
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-08-05 | Changed the CCCs to build in one step (for both HTTP and DPI) | Jorge Arellano Cid | |
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-06-22 | remove system includes | corvid | |
2009-03-28 | check fgets() and write() results | Johannes Hofmann | |
2008-11-05 | - Cleaned up and normalized D_SUN_LEN usage. | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-28 | - Switched from DEBUG_MSG to MSG. | 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. | |||
2007-12-31 | Implemented the SELECT element in FORMS! | jcid | |
2007-11-17 | Added the "static" qualifier where missing. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |