Age | Commit message (Expand) | Author |
2013-08-07 | ubus: move sid into the params array of the json-rpc request to avoid informa... | Jo-Philipp Wich |
2013-08-07 | ubus: use per-request blob buffer to fetch list results, fixes global buffer ... | Jo-Philipp Wich |
2013-07-31 | client: prevent further read calls after a client has been freed | Felix Fietkau |
2013-07-31 | proc: consume all data after the pipe dies, instead of looping with 100% cpu ... | Felix Fietkau |
2013-07-26 | detect chrome before safari, chrome includes Safari/ in the UA header | Felix Fietkau |
2013-07-26 | disable connection_close override if a keep-alive header is found | Felix Fietkau |
2013-07-26 | disable keep-alive for POST requests to improve compatibility | Felix Fietkau |
2013-06-21 | ubus: fix handling of empty JSON-RPC batches | Felix Fietkau |
2013-06-08 | ubus: duplicate request buffer to avoid memory corruption with multiple requests | Jo-Philipp Wich |
2013-06-08 | ubus: use half of the script timeout as timeout for acl lookup call | Jo-Philipp Wich |
2013-06-05 | ubus: implement list method to enumerate objects and signatures | Jo-Philipp Wich |
2013-06-01 | relay: cancel the timeout on free | Felix Fietkau |
2013-05-30 | ubus: clear the right timeout on rpc connection teardowns | Felix Fietkau |
2013-05-30 | ubus: fix script timeout unit (seconds, not milliseconds) | Felix Fietkau |
2013-05-23 | relay: do not process headers after the first error | Felix Fietkau |
2013-05-23 | relay: fix close handling | Felix Fietkau |
2013-05-23 | fix infinite loop when the initial two characters in a connection are \r\n | Felix Fietkau |
2013-05-16 | uhttpd: allow the config to override the default index file | Felix Fietkau |
2013-05-14 | uhttpd: mark a TLS connections internally to clean up their state | Felix Fietkau |
2013-04-17 | Accept square bracket notation for IPv6 addresses | Jo-Philipp Wich |
2013-04-15 | tls: fix container_of use for casting the ssl ustream to client state | Felix Fietkau |
2013-03-18 | lua: fix query string handling, the QUERY_STRING environment variable must no... | Jo-Philipp Wich |
2013-03-18 | Load plugins with RTLD_GLOBAL, fixes Lua library exports | Jo-Philipp Wich |
2013-03-15 | relay: add a missing buffer availability check | Felix Fietkau |
2013-03-12 | detect the right library name for json-c | Felix Fietkau |
2013-03-05 | plugin.c: don't assume post_init callback to exist | Jo-Philipp Wich |
2013-01-26 | ubus: use a default sid if authentication is disabled | Jo-Philipp Wich |
2013-01-26 | set the docroot to the current working directory if none is specified, fixes ... | Jo-Philipp Wich |
2013-01-25 | ubus: pass json rpc arguments to called ubus functions | Jo-Philipp Wich |
2013-01-25 | ubus: add option to not authenticate ubus requests | Jo-Philipp Wich |
2013-01-25 | ubus: remove session api from plugin and check access via ubus call to let ot... | Jo-Philipp Wich |
2013-01-23 | ubus: rename uloop_timeout_pending() to uloop_timeout_remaining() | Jo-Philipp Wich |
2013-01-23 | make arguments of not compiled functionality non-fatal | Jo-Philipp Wich |
2013-01-22 | ubus: expose remaining session lifetime in ubus session.list call | Jo-Philipp Wich |
2013-01-22 | proc: call read notify after more write space is available | Felix Fietkau |
2013-01-22 | do not reset .notify_write on request done | Felix Fietkau |
2013-01-21 | add missing check for unencrypted passwords | Felix Fietkau |
2013-01-19 | do not relay empty chunks, they look like EOF in chunked encoding | Felix Fietkau |
2013-01-19 | implement support for script timeout for cgi/lua | Felix Fietkau |
2013-01-19 | add support for deferring script requests, limit maximum number of script cal... | Felix Fietkau |
2013-01-19 | ignore initial newlines in http requests | Felix Fietkau |
2013-01-19 | fix container_of() on ustream callbacks | Felix Fietkau |
2013-01-19 | poll read data after connect as well | Felix Fietkau |
2013-01-19 | poll connection after request completion when using keepalive | Felix Fietkau |
2013-01-19 | properly terminate headers of http responses without data, add Content-Length: 0 | Felix Fietkau |
2013-01-19 | fix file etag buffer length | Felix Fietkau |
2013-01-19 | move listener unblocking to a separate stack context via uloop timer | Felix Fietkau |
2013-01-19 | add user agent detection for working around keepalive issues and add support ... | Felix Fietkau |
2013-01-13 | relicense to ISC | Felix Fietkau |
2013-01-13 | fix cgi/lua header parsing | Felix Fietkau |