projects
/
project
/
uhttpd.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix resuming accept() calls after exceeding client limit
2013-01-04
Felix Fietkau
fix resuming accept() calls after exceeding client...
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
free cgi headers
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
use pipes instead of a socketpair, EOF handling is...
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
implement proper flow control for relaying postdata
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
fix use-after-realloc issue with the request url
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
clean up / fix #include
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
link against libcrypt
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
fix compile errors on linux
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
do not send an error on a full buffer for post data
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
fix chunked postdata parsing
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
add missing n_clients decrement
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
add post data relaying
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
cleanup dispatch struct access
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
declare dispatch struct type
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
fix index file handling
commit
|
commitdiff
|
tree
2013-01-03
Felix Fietkau
use a better error code for unsupported expect headers
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
bail out on unsupported Expect: headers
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
move timegm declaration to utils.h
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
make hex array static
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
fix error handling of invalid http method/version
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
reduce stack usage of uh_file_dirlist
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
fix buffer handling for time formatting
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
rework string handling for directory listing, avoid...
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
add support for sending HTTP/1.1 100 Continue
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
add rfc1918 filter check
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
add uh_addr_rfc1918()
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
remove a static buffer
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
add auth support
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
change uh_b64decode to take a void pointer to avoid...
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
remove unused constant
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
constify, fix types
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
add local/remote address env vars for cgi
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
enable http keepalive again, it seems to work properly now
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
fix client state tracking and request complete handling
commit
|
commitdiff
|
tree
2013-01-02
Felix Fietkau
parse status header code from cgi scripts
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
revert cflags change
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
consume the newline (overwritten with 0-byte) after...
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
fix line length calculation
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
fix typo in header name check
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
add preliminary cgi support, needs fixing for close...
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
fix clearenv() on mac os x
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
add uh_split_header()
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
add uh_path_match()
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
append / to directory links to avoid unnecessary redirects
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
code cleanup
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
rename uhttpd-mimetypes.h to mimetypes.h
commit
|
commitdiff
|
tree
2013-01-01
Felix Fietkau
minor cleanup
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
free client header buffer memory
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
remove unnecessary client struct field members
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
move dispatch cbs and data to one place
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
add -Wmissing-declarations
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
make uh_path_lookup static
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
use -Os
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
fix 404 and 403 error handling, improve error message...
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
add default cgi prefix
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
add default value for conf.realm
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
set a default for script timeout
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
set keepalive option after all command line parameters...
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
exit if no sockets could be bound
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
add full usage help text
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
add 404 error support
commit
|
commitdiff
|
tree
2012-12-31
Felix Fietkau
use the new calloc_a function from libubox
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
add forking
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
add more command line options
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
clean up uh_urldecode, null-terminate string
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
add config parser
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
limit default max_requests to 3
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
fix socket value detection
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
fix compile errors
commit
|
commitdiff
|
tree
2012-12-30
Felix Fietkau
Initial implementation
commit
|
commitdiff
|
tree