project/uhttpd.git
11 years agouse -Os
Felix Fietkau [Mon, 31 Dec 2012 17:43:14 +0000 (18:43 +0100)]
use -Os

11 years agofix 404 and 403 error handling, improve error message output
Felix Fietkau [Mon, 31 Dec 2012 17:29:35 +0000 (18:29 +0100)]
fix 404 and 403 error handling, improve error message output

11 years agoadd default cgi prefix
Felix Fietkau [Mon, 31 Dec 2012 16:46:11 +0000 (17:46 +0100)]
add default cgi prefix

11 years agoadd default value for conf.realm
Felix Fietkau [Mon, 31 Dec 2012 16:45:08 +0000 (17:45 +0100)]
add default value for conf.realm

11 years agoset a default for script timeout
Felix Fietkau [Mon, 31 Dec 2012 16:44:14 +0000 (17:44 +0100)]
set a default for script timeout

11 years agoset keepalive option after all command line parameters have been processed
Felix Fietkau [Mon, 31 Dec 2012 16:43:07 +0000 (17:43 +0100)]
set keepalive option after all command line parameters have been processed

11 years agoexit if no sockets could be bound
Felix Fietkau [Mon, 31 Dec 2012 16:40:23 +0000 (17:40 +0100)]
exit if no sockets could be bound

11 years agoadd full usage help text
Felix Fietkau [Mon, 31 Dec 2012 16:37:09 +0000 (17:37 +0100)]
add full usage help text

11 years agoadd 404 error support
Felix Fietkau [Mon, 31 Dec 2012 16:27:55 +0000 (17:27 +0100)]
add 404 error support

11 years agouse the new calloc_a function from libubox
Felix Fietkau [Mon, 31 Dec 2012 14:28:17 +0000 (15:28 +0100)]
use the new calloc_a function from libubox

11 years agoadd forking
Felix Fietkau [Sun, 30 Dec 2012 21:13:33 +0000 (22:13 +0100)]
add forking

11 years agoadd more command line options
Felix Fietkau [Sun, 30 Dec 2012 21:09:42 +0000 (22:09 +0100)]
add more command line options

11 years agoclean up uh_urldecode, null-terminate string
Felix Fietkau [Sun, 30 Dec 2012 21:09:34 +0000 (22:09 +0100)]
clean up uh_urldecode, null-terminate string

11 years agoadd config parser
Felix Fietkau [Sun, 30 Dec 2012 20:56:11 +0000 (21:56 +0100)]
add config parser

11 years agolimit default max_requests to 3
Felix Fietkau [Sun, 30 Dec 2012 20:34:23 +0000 (21:34 +0100)]
limit default max_requests to 3

11 years agofix socket value detection
Felix Fietkau [Sun, 30 Dec 2012 19:01:50 +0000 (20:01 +0100)]
fix socket value detection

11 years agofix compile errors
Felix Fietkau [Sun, 30 Dec 2012 18:58:45 +0000 (19:58 +0100)]
fix compile errors

11 years agoInitial implementation
Felix Fietkau [Sun, 30 Dec 2012 18:36:18 +0000 (19:36 +0100)]
Initial implementation