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
2018-09-24
file: fix CPP syntax error
Jo-Philipp Wich
2018-08-23
build: avoid redefining _DEFAULT_SOURCE
Jo-Philipp Wich
2018-08-21
build: use _DEFAULT_SOURCE
Jo-Philipp Wich
2018-08-21
uhttpd: recognize PATCH, PUT and DELETE HTTP methods
Jo-Philipp Wich
2018-04-04
file: escape strings in HTML output
Jo-Philipp Wich
2017-11-04
file: fix query string handling
Jo-Philipp Wich
2017-07-09
file: fix basic auth regression
Jo-Philipp Wich
2017-07-02
file: remove unused "auth" member from struct path_info
Jo-Philipp Wich
2017-07-02
auth: store parsed username and password
Jo-Philipp Wich
2016-10-06
file: re-run json handler script after file fallback redirect
Felix Fietkau
2016-06-16
file: add support for disabling cache related precondition checks via handlers
Felix Fietkau
2016-06-16
uhttpd: add support for adding arbitrary headers via handler scripts
Felix Fietkau
2015-11-08
file: on redirect, only send content-length header when not using chunked tra...
Felix Fietkau
2015-11-08
add support for handling redirects via a script
Felix Fietkau
2015-10-20
fix the alias support
John Crispin
2015-10-17
add a -y parameter for cgi-bin redirects
John Crispin
2015-10-08
fix chunked transfer encoding in keepalive mode
Jo-Philipp Wich
2015-09-24
uhttpd: fix wrong header file inclusion for PRI* constant definitions
Andrej Krpic
2015-09-07
file: fix processing POST data for deferred requests
Felix Fietkau
2015-05-30
file: disable chunked encoding for file responses
Jo-Philipp Wich
2015-01-25
file: explicitely cast st_mtime to uint64_t when generating ETag
Jo-Philipp Wich
2015-01-18
Build with largefile support
Jo-Philipp Wich
2014-12-22
uhttpd: Fix possible memory leaks when generating directory listing
Andrej Krpic
2014-10-27
file: do not emit Content-Length header for 304/412 responses
Jo-Philipp Wich
2014-09-03
file: invoke error handler in 403 case as well
Jo-Philipp Wich
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
[next]