summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-13ubus: fix session example script to conform to new rpc protocolJo-Philipp Wich
2013-09-13ubus: deny requests with a "ubus_rpc_session" toplevel attribute to prevent i...Jo-Philipp Wich
2013-08-08ubus: pass current session id as ubus_rpc_session attribute to any called pro...Jo-Philipp Wich
2013-08-07ubus: move sid into the params array of the json-rpc request to avoid informa...Jo-Philipp Wich
2013-08-07ubus: use per-request blob buffer to fetch list results, fixes global buffer ...Jo-Philipp Wich
2013-07-31client: prevent further read calls after a client has been freedFelix Fietkau
2013-07-31proc: consume all data after the pipe dies, instead of looping with 100% cpu ...Felix Fietkau
2013-07-26detect chrome before safari, chrome includes Safari/ in the UA headerFelix Fietkau
2013-07-26disable connection_close override if a keep-alive header is foundFelix Fietkau
2013-07-26disable keep-alive for POST requests to improve compatibilityFelix Fietkau
2013-06-21ubus: fix handling of empty JSON-RPC batchesFelix Fietkau
2013-06-08ubus: duplicate request buffer to avoid memory corruption with multiple requestsJo-Philipp Wich
2013-06-08ubus: use half of the script timeout as timeout for acl lookup callJo-Philipp Wich
2013-06-05ubus: implement list method to enumerate objects and signaturesJo-Philipp Wich
2013-06-01relay: cancel the timeout on freeFelix Fietkau
2013-05-30ubus: clear the right timeout on rpc connection teardownsFelix Fietkau
2013-05-30ubus: fix script timeout unit (seconds, not milliseconds)Felix Fietkau
2013-05-23relay: do not process headers after the first errorFelix Fietkau
2013-05-23relay: fix close handlingFelix Fietkau
2013-05-23fix infinite loop when the initial two characters in a connection are \r\nFelix Fietkau
2013-05-16uhttpd: allow the config to override the default index fileFelix Fietkau
2013-05-14uhttpd: mark a TLS connections internally to clean up their stateFelix Fietkau
2013-04-17Accept square bracket notation for IPv6 addressesJo-Philipp Wich
2013-04-15tls: fix container_of use for casting the ssl ustream to client stateFelix Fietkau
2013-03-18lua: fix query string handling, the QUERY_STRING environment variable must no...Jo-Philipp Wich
2013-03-18Load plugins with RTLD_GLOBAL, fixes Lua library exportsJo-Philipp Wich
2013-03-15relay: add a missing buffer availability checkFelix Fietkau
2013-03-12detect the right library name for json-cFelix Fietkau
2013-03-05plugin.c: don't assume post_init callback to existJo-Philipp Wich
2013-01-26ubus: use a default sid if authentication is disabledJo-Philipp Wich
2013-01-26set the docroot to the current working directory if none is specified, fixes ...Jo-Philipp Wich
2013-01-25ubus: pass json rpc arguments to called ubus functionsJo-Philipp Wich
2013-01-25ubus: add option to not authenticate ubus requestsJo-Philipp Wich
2013-01-25ubus: remove session api from plugin and check access via ubus call to let ot...Jo-Philipp Wich
2013-01-23ubus: rename uloop_timeout_pending() to uloop_timeout_remaining()Jo-Philipp Wich
2013-01-23make arguments of not compiled functionality non-fatalJo-Philipp Wich
2013-01-22ubus: expose remaining session lifetime in ubus session.list callJo-Philipp Wich
2013-01-22proc: call read notify after more write space is availableFelix Fietkau
2013-01-22do not reset .notify_write on request doneFelix Fietkau
2013-01-21add missing check for unencrypted passwordsFelix Fietkau
2013-01-19do not relay empty chunks, they look like EOF in chunked encodingFelix Fietkau
2013-01-19implement support for script timeout for cgi/luaFelix Fietkau
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-19ignore initial newlines in http requestsFelix Fietkau
2013-01-19fix container_of() on ustream callbacksFelix Fietkau
2013-01-19poll read data after connect as wellFelix Fietkau
2013-01-19poll connection after request completion when using keepaliveFelix Fietkau
2013-01-19properly terminate headers of http responses without data, add Content-Length: 0Felix Fietkau
2013-01-19fix file etag buffer lengthFelix Fietkau
2013-01-19move listener unblocking to a separate stack context via uloop timerFelix Fietkau