index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpi
/
file.c
Age
Commit message (
Expand
)
Author
2024-08-07
Make Dillo C99 standard compliant
Rodrigo Arias Mallo
2024-07-26
Merge SVG support from mobilized Dillo fork
Rodrigo Arias Mallo
2024-04-26
Recognize *.xhtml documents as HTML too
Rodrigo Arias Mallo
2024-03-24
Use dStrconcat() to concatenate strings
Rodrigo Arias Mallo
2024-03-24
Use dGethomedir() to get the home directory
Rodrigo Arias Mallo
2024-03-23
Free auxiliary string in File_normalize_path()
Rodrigo Arias Mallo
2024-02-18
Expand tilde to home directory in local URLs
Rodrigo Arias Mallo
2016-07-12
cppcheck: Fix syntax error for S_ISDIR.
Jorge Arellano Cid
2014-07-30
KB
corvid
2011-11-17
never treat URI schemes case-sensitively
corvid
2011-11-11
locale-independent ASCII character case handling
corvid
2011-11-08
image magic is case-sensitive
corvid
2010-08-22
file dpi close pre tag for empty directory listing
corvid
2010-03-01
free dpip_tag
corvid
2010-02-27
trim some spaces
corvid
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