index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
IO
/
dpi.c
Age
Commit message (
Expand
)
Author
2013-08-30
dpi.c: Minor typos and normalizations
Jorge Arellano Cid
2013-01-09
Refactored FD close calls into a single new dClose() dlib function [p37sitdu]
Jorge Arellano Cid
2013-01-01
Don't leak a FD if write() fails on a just-connected local dpi socket.
Jorge Arellano Cid
2012-12-16
Dpi_connect_socket: Removed obsolete code lingering from UDS (2009)
Jorge Arellano Cid
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
2009-11-01
Convert dpid, file dpi and cookies dpi to dsh API
Jorge Arellano Cid
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
2009-11-01
Switch the DPI framework from Unix sockets to Internet sockets
Jorge Arellano Cid
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
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