summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: fix leaking -p/-s argument valuesJo-Philipp Wich2022-02-071-0/+1
* file: specify UTF-8 as charset for dirlists, add option to overrideJo-Philipp Wich2022-02-071-1/+6
* main: add ucode options to help textJo-Philipp Wich2021-11-231-2/+6
* ucode: add ucode plugin supportJo-Philipp Wich2021-11-231-1/+67
* ubus: add new RESTful APIRafał Miłecki2020-09-151-1/+7
* tls: support specifying accepted TLS ciphersJo-Philipp Wich2020-02-151-3/+9
* uhttpd: fix building without TLS and Lua supportPaul Willoughby2018-11-261-0/+2
* help: document -A optionKarl Pálsson2018-11-011-0/+1
* build: avoid redefining _DEFAULT_SOURCEJo-Philipp Wich2018-08-231-1/+4
* lua: support multiple Lua prefixesJo-Philipp Wich2018-08-231-11/+49
* build: use _DEFAULT_SOURCEJo-Philipp Wich2018-08-211-0/+1
* add support for handling redirects via a scriptFelix Fietkau2015-11-081-1/+9
* main: sort getopt charactersFelix Fietkau2015-11-061-1/+1
* add a -y parameter for cgi-bin redirectsJohn Crispin2015-10-171-2/+19
* add support for enforcing HTTPSJo-Philipp Wich2015-05-301-1/+7
* main: use proper variable when warning about unsupported featuresJo-Philipp Wich2014-09-031-3/+3
* ubus: add CORS header supportJo-Philipp Wich2014-06-101-1/+7
* fix handling of / as cgi prefixFelix Fietkau2014-04-081-1/+1
* main: strdup command line arguments that are modifiedFelix Fietkau2014-03-221-0/+3
* cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau2014-03-221-6/+14
* main: return after processing -d switchJo-Philipp Wich2013-11-111-0/+1
* uhttpd: allow the config to override the default index fileFelix Fietkau2013-05-161-2/+6
* Accept square bracket notation for IPv6 addressesJo-Philipp Wich2013-04-171-0/+9
* set the docroot to the current working directory if none is specified, fixes ...Jo-Philipp Wich2013-01-261-0/+8
* ubus: add option to not authenticate ubus requestsJo-Philipp Wich2013-01-251-3/+9
* make arguments of not compiled functionality non-fatalJo-Philipp Wich2013-01-231-17/+36
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-191-4/+10
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* add an option for configuring http keepaliveFelix Fietkau2013-01-131-1/+6
* add ubus supportFelix Fietkau2013-01-071-0/+14
* fix uninitialized variablesFelix Fietkau2013-01-041-1/+1
* add lua plugin supportFelix Fietkau2013-01-041-0/+20
* remove #ifdef HAVE_CGIFelix Fietkau2013-01-041-7/+1
* add basic tls support, todo: error handlingFelix Fietkau2013-01-041-0/+27
* clean up / fix #includeFelix Fietkau2013-01-031-1/+1
* fix compile errors on linuxFelix Fietkau2013-01-031-0/+3
* enable http keepalive again, it seems to work properly nowFelix Fietkau2013-01-021-1/+1
* add preliminary cgi support, needs fixing for close handlingFelix Fietkau2013-01-011-4/+33
* code cleanupFelix Fietkau2013-01-011-1/+6
* add default cgi prefixFelix Fietkau2012-12-311-0/+1
* add default value for conf.realmFelix Fietkau2012-12-311-0/+1
* set a default for script timeoutFelix Fietkau2012-12-311-0/+1
* exit if no sockets could be boundFelix Fietkau2012-12-311-3/+10
* add full usage help textFelix Fietkau2012-12-311-1/+38
* add forkingFelix Fietkau2012-12-301-0/+27
* add more command line optionsFelix Fietkau2012-12-301-3/+92
* add config parserFelix Fietkau2012-12-301-0/+60
* limit default max_requests to 3Felix Fietkau2012-12-301-0/+1
* Initial implementationFelix Fietkau2012-12-301-0/+105