index
:
dillo
master
Dillo, a multi-platform graphical web browser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpi
/
file.c
Age
Commit message (
Expand
)
Author
2009-11-18
Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd.
Jorge Arellano Cid
2009-11-01
file dpi: Used NONBLOCKING for accept() (to assert it never blocks)
Jorge Arellano Cid
2009-11-01
Introduced the a_Dpip_dsh_tryflush() call
Jorge Arellano Cid
2009-11-01
Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite()
Jorge Arellano Cid
2009-11-01
Implemented the file dpi based on select() (removed its pthreads dependency)
Jorge Arellano Cid
2009-11-01
Convert dpid, file dpi and cookies dpi to dsh API
Jorge Arellano Cid
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-07-12
Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib
Jorge Arellano Cid
2009-05-01
Add ".txt" as plain/text file extension in the file dpi
corvid
2009-04-30
Switched a few remaining "unsigned int" to "uint_t"
Jorge Arellano Cid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-01-02
Ensure that the dlib dStr* functions are used everywhere.
Jorge Arellano Cid
2008-12-21
Switched file dpi error messages to HTML.
corvid
2008-09-30
- Removed the button sensitivity timeout.
jcid
2008-09-30
- s/todo:/TODO:/g
jcid
2008-09-14
- Made several cleanups according to compiler warnings with "-W -Wall".
jcid
2008-09-01
- Minor change in the file dpi.
jcid
2008-06-18
- Enabled the file dpi to look inside gzipped files.
jcid
2007-11-17
Added the "static" qualifier where missing.
jcid
2007-11-05
Updated copyright lines
jcid
2007-10-07
Initial revision
jcid