index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2013-01-19
add support for deferring script requests, limit maximum number of script cal...
Felix Fietkau
2013-01-19
properly terminate headers of http responses without data, add Content-Length: 0
Felix Fietkau
2013-01-19
fix file etag buffer length
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-13
fix redirect status
Felix Fietkau
2013-01-13
fix path lookup
Felix Fietkau
2013-01-13
check for conf.error_handler before using it
Felix Fietkau
2013-01-13
add missing file exists check
Felix Fietkau
2013-01-06
de-constify the url parameter for the handler, it becomes invalid after the r...
Felix Fietkau
2013-01-04
constify mimetype list
Felix Fietkau
2013-01-04
clean up directory listing code, only iterate over the set once (by sorting d...
Felix Fietkau
2013-01-03
fix use-after-realloc issue with the request url
Felix Fietkau
2013-01-03
fix index file handling
Felix Fietkau
2013-01-02
move timegm declaration to utils.h
Felix Fietkau
2013-01-02
reduce stack usage of uh_file_dirlist
Felix Fietkau
2013-01-02
fix buffer handling for time formatting
Felix Fietkau
2013-01-02
rework string handling for directory listing, avoid redundant string scanning
Felix Fietkau
2013-01-02
remove a static buffer
Felix Fietkau
2013-01-02
add auth support
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau
2013-01-01
append / to directory links to avoid unnecessary redirects
Felix Fietkau
2013-01-01
code cleanup
Felix Fietkau
2013-01-01
rename uhttpd-mimetypes.h to mimetypes.h
Felix Fietkau
2012-12-31
move dispatch cbs and data to one place
Felix Fietkau
2012-12-31
make uh_path_lookup static
Felix Fietkau
2012-12-31
fix 404 and 403 error handling, improve error message output
Felix Fietkau
2012-12-31
add 404 error support
Felix Fietkau
2012-12-30
fix compile errors
Felix Fietkau
2012-12-30
Initial implementation
Felix Fietkau