add support for handling redirects via a script
[project/uhttpd.git] / main.c
2015-11-08 Felix Fietkauadd support for handling redirects via a script
2015-11-06 Felix Fietkaumain: sort getopt characters
2015-10-17 John Crispinadd a -y parameter for cgi-bin redirects
2015-05-30 Jo-Philipp Wichadd support for enforcing HTTPS
2014-09-03 Jo-Philipp Wichmain: use proper variable when warning about unsupporte...
2014-06-10 Jo-Philipp Wichubus: add CORS header support
2014-04-07 Felix Fietkaufix handling of / as cgi prefix
2014-03-22 Felix Fietkaumain: strdup command line arguments that are modified
2014-03-22 Felix Fietkaucgi: compare the physical path instead of the url to...
2013-11-11 Jo-Philipp Wichmain: return after processing -d switch
2013-05-16 Felix Fietkauuhttpd: allow the config to override the default index...
2013-04-17 Jo-Philipp WichAccept square bracket notation for IPv6 addresses
2013-01-26 Jo-Philipp Wichset the docroot to the current working directory if...
2013-01-25 Jo-Philipp Wichubus: add option to not authenticate ubus requests
2013-01-23 Jo-Philipp Wichmake arguments of not compiled functionality non-fatal
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkauadd an option for configuring http keepalive
2013-01-07 Felix Fietkauadd ubus support
2013-01-04 Felix Fietkaufix uninitialized variables
2013-01-04 Felix Fietkauadd lua plugin support
2013-01-04 Felix Fietkauremove #ifdef HAVE_CGI
2013-01-04 Felix Fietkauadd basic tls support, todo: error handling
2013-01-03 Felix Fietkauclean up / fix #include
2013-01-03 Felix Fietkaufix compile errors on linux
2013-01-02 Felix Fietkauenable http keepalive again, it seems to work properly now
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkaucode cleanup
2012-12-31 Felix Fietkauadd default cgi prefix
2012-12-31 Felix Fietkauadd default value for conf.realm
2012-12-31 Felix Fietkauset a default for script timeout
2012-12-31 Felix Fietkauexit if no sockets could be bound
2012-12-31 Felix Fietkauadd full usage help text
2012-12-30 Felix Fietkauadd forking
2012-12-30 Felix Fietkauadd more command line options
2012-12-30 Felix Fietkauadd config parser
2012-12-30 Felix Fietkaulimit default max_requests to 3
2012-12-30 Felix FietkauInitial implementation