constify, fix types
[project/uhttpd.git] / main.c
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