Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-01 | Introduced the a_Dpip_dsh_tryflush() call | Jorge Arellano Cid | |
This adds an internal buffer in the dsh data structure. | |||
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 | Implemented the file dpi based on select() (removed its pthreads dependency) | Jorge Arellano Cid | |
It should be faster and use less resources. | |||
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 | Introduced the new tokenizing dsh API to DPIP | Jorge Arellano Cid | |
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer). | |||
2009-11-01 | Introduce basic shared-secret-based authentication | Jorge Arellano Cid | |
2009-07-17 | Added a_Dpip_get_attr_l() to DPIP's API | Jorge Arellano Cid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2007-10-07 | Initial revision | jcid | |