summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Accept square bracket notation for IPv6 addressesJo-Philipp Wich2013-04-171-0/+9
* tls: fix container_of use for casting the ssl ustream to client stateFelix Fietkau2013-04-151-3/+3
* lua: fix query string handling, the QUERY_STRING environment variable must no...Jo-Philipp Wich2013-03-181-1/+2
* Load plugins with RTLD_GLOBAL, fixes Lua library exportsJo-Philipp Wich2013-03-181-1/+1
* relay: add a missing buffer availability checkFelix Fietkau2013-03-151-0/+3
* detect the right library name for json-cFelix Fietkau2013-03-121-1/+2
* plugin.c: don't assume post_init callback to existJo-Philipp Wich2013-03-051-1/+2
* ubus: use a default sid if authentication is disabledJo-Philipp Wich2013-01-261-7/+14
* set the docroot to the current working directory if none is specified, fixes ...Jo-Philipp Wich2013-01-261-0/+8
* ubus: pass json rpc arguments to called ubus functionsJo-Philipp Wich2013-01-251-4/+10
* ubus: add option to not authenticate ubus requestsJo-Philipp Wich2013-01-253-4/+11
* ubus: remove session api from plugin and check access via ubus call to let ot...Jo-Philipp Wich2013-01-254-673/+47
* ubus: rename uloop_timeout_pending() to uloop_timeout_remaining()Jo-Philipp Wich2013-01-231-1/+1
* make arguments of not compiled functionality non-fatalJo-Philipp Wich2013-01-231-17/+36
* ubus: expose remaining session lifetime in ubus session.list callJo-Philipp Wich2013-01-221-0/+1
* proc: call read notify after more write space is availableFelix Fietkau2013-01-221-0/+1
* do not reset .notify_write on request doneFelix Fietkau2013-01-221-1/+0
* add missing check for unencrypted passwordsFelix Fietkau2013-01-211-1/+3
* do not relay empty chunks, they look like EOF in chunked encodingFelix Fietkau2013-01-191-0/+3
* implement support for script timeout for cgi/luaFelix Fietkau2013-01-193-0/+26
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-197-15/+139
* ignore initial newlines in http requestsFelix Fietkau2013-01-191-0/+3
* fix container_of() on ustream callbacksFelix Fietkau2013-01-191-3/+3
* poll read data after connect as wellFelix Fietkau2013-01-192-4/+12
* poll connection after request completion when using keepaliveFelix Fietkau2013-01-191-12/+25
* properly terminate headers of http responses without data, add Content-Length: 0Felix Fietkau2013-01-191-0/+3
* fix file etag buffer lengthFelix Fietkau2013-01-191-5/+5
* move listener unblocking to a separate stack context via uloop timerFelix Fietkau2013-01-191-1/+10
* add user agent detection for working around keepalive issues and add support ...Felix Fietkau2013-01-192-7/+72
* relicense to ISCFelix Fietkau2013-01-1320-247/+247
* fix cgi/lua header parsingFelix Fietkau2013-01-132-14/+14
* fix redirect statusFelix Fietkau2013-01-131-0/+3
* fix local/remote port env varsFelix Fietkau2013-01-131-0/+2
* poll ustream after the process dies to fix eof detectionFelix Fietkau2013-01-131-0/+1
* fix path lookupFelix Fietkau2013-01-131-4/+4
* add an option for configuring http keepaliveFelix Fietkau2013-01-131-1/+6
* check for conf.error_handler before using itFelix Fietkau2013-01-131-4/+6
* fix getting local server addressFelix Fietkau2013-01-131-1/+1
* add check for shadow support, turn -Os back onFelix Fietkau2013-01-132-1/+12
* add missing file exists checkFelix Fietkau2013-01-131-0/+3
* remove unused data from the url in the session test scriptFelix Fietkau2013-01-131-2/+2
* rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau2013-01-134-85/+334
* add plugin op for uh_chunk_printfFelix Fietkau2013-01-132-0/+2
* ubus: split out session handling code into ubus-session.cFelix Fietkau2013-01-074-587/+611
* fix typoFelix Fietkau2013-01-071-1/+1
* fix prefix lookupFelix Fietkau2013-01-071-2/+3
* add ubus supportFelix Fietkau2013-01-078-0/+980
* export uh_http_header to pluginsFelix Fietkau2013-01-072-0/+2
* export uh_request_done to pluginsFelix Fietkau2013-01-072-0/+2
* de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau2013-01-066-15/+20