Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-05-26 | Fix view-source dpi to handle null characters correctly | Jorge Arellano Cid | |
Although not allowed in text contexts, null characters should not stop/halt/fail dpi protocol, thus the patch. Test Example. Display a file with these contents: null padding^@^@ (two trailing null characters) and view source for it. Note that dillo will not _display_ the file completely correct, it will eat a char after each null, but this is not a problem in dpi nor dpip but in rendering, the cache gets it right. Adding code to correctly _display_ these anomalous pages is probably not worth the effort though. | |||
2013-04-19 | trim some spaces | corvid | |
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2012-12-26 | Fixed a bug in dpip when dillo aborts a running dpi connection | Jorge Arellano Cid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009668.html | |||
2011-07-15 | Eliminated a pack of compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2010-12-07 | dpip.c: remove unused static variable. | Jeremy Henty | |
2010-02-27 | trim some spaces | corvid | |
2010-02-16 | Fix a_Dpip_dsh_read_token() for long blocking reads | Jorge Arellano Cid | |
2009-11-06 | Compiler happiness for old versions of gcc | Jorge Arellano Cid | |
2009-11-01 | Made downloads dpi use dsh auth | Jorge Arellano Cid | |
2009-11-01 | Unified the internal dsh API implementation into a unique read function | Jorge Arellano Cid | |
This makes the code simpler, easier to debug an more consistent | |||
2009-11-01 | Unified the internal dsh API implementation into a unique write function | Jorge Arellano Cid | |
This makes the code simpler, easier to debug an more consistent | |||
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 | |
2009-05-29 | consts | corvid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |