2014-10-27 |
Jo-Philipp... | client: store http code of last emitted response |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jo-Philipp... | lua: fix error reporting when Lua handler cannot be... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jo-Philipp... | main: use proper variable when warning about unsupporte... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jo-Philipp... | file: invoke error handler in 403 case as well |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Jo-Philipp... | ubus: add CORS header support |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Felix Fietkau | cgi: add _GNU_SOURCE define to fix build error on musl |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Felix Fietkau | fix handling of / as cgi prefix |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Felix Fietkau | main: strdup command line arguments that are modified |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Felix Fietkau | cgi: compare the physical path instead of the url to... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Felix Fietkau | relay: do forward data if the http request type was... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Jo-Philipp... | ubus: remove indentation and whitespace from JSON respo... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Felix Fietkau | uhttpd: fix crashes in the ubus plugin |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Felix Fietkau | lua: fix lua 5.2 compatibility |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Jo-Philipp... | main: return after processing -d switch |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Jo-Philipp... | ubus: use "ubus_rpc_session" instead of "sid" attribute... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Jo-Philipp... | ubus: fix session example script to conform to new... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Jo-Philipp... | ubus: deny requests with a "ubus_rpc_session" toplevel... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Jo-Philipp... | ubus: pass current session id as ubus_rpc_session attri... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Jo-Philipp... | ubus: move sid into the params array of the json-rpc... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Jo-Philipp... | ubus: use per-request blob buffer to fetch list results... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Felix Fietkau | client: prevent further read calls after a client has... |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Felix Fietkau | proc: consume all data after the pipe dies, instead... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Felix Fietkau | detect chrome before safari, chrome includes Safari... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Felix Fietkau | disable connection_close override if a keep-alive heade... |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Felix Fietkau | disable keep-alive for POST requests to improve compati... |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Felix Fietkau | ubus: fix handling of empty JSON-RPC batches |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Jo-Philipp... | ubus: duplicate request buffer to avoid memory corrupti... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Jo-Philipp... | ubus: use half of the script timeout as timeout for... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Jo-Philipp... | ubus: implement list method to enumerate objects and... |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Felix Fietkau | relay: cancel the timeout on free |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Felix Fietkau | ubus: clear the right timeout on rpc connection teardowns |
commit | commitdiff | tree | snapshot |
2013-05-30 |
Felix Fietkau | ubus: fix script timeout unit (seconds, not milliseconds) |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Felix Fietkau | relay: do not process headers after the first error |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Felix Fietkau | relay: fix close handling |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Felix Fietkau | fix infinite loop when the initial two characters in... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Felix Fietkau | uhttpd: allow the config to override the default index... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Felix Fietkau | uhttpd: mark a TLS connections internally to clean... |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Jo-Philipp... | Accept square bracket notation for IPv6 addresses |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Felix Fietkau | tls: fix container_of use for casting the ssl ustream... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Jo-Philipp... | lua: fix query string handling, the QUERY_STRING enviro... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Jo-Philipp... | Load plugins with RTLD_GLOBAL, fixes Lua library exports |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Felix Fietkau | relay: add a missing buffer availability check |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Felix Fietkau | detect the right library name for json-c |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Jo-Philipp... | plugin.c: don't assume post_init callback to exist |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Jo-Philipp... | ubus: use a default sid if authentication is disabled |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Jo-Philipp... | set the docroot to the current working directory if... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Jo-Philipp... | ubus: pass json rpc arguments to called ubus functions |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Jo-Philipp... | ubus: add option to not authenticate ubus requests |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Jo-Philipp... | ubus: remove session api from plugin and check access... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Jo-Philipp... | ubus: rename uloop_timeout_pending() to uloop_timeout_r... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Jo-Philipp... | make arguments of not compiled functionality non-fatal |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Jo-Philipp... | ubus: expose remaining session lifetime in ubus session... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Felix Fietkau | proc: call read notify after more write space is available |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Felix Fietkau | do not reset .notify_write on request done |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Felix Fietkau | add missing check for unencrypted passwords |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | do not relay empty chunks, they look like EOF in chunke... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | implement support for script timeout for cgi/lua |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | add support for deferring script requests, limit maximu... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | ignore initial newlines in http requests |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | fix container_of() on ustream callbacks |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | poll read data after connect as well |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | poll connection after request completion when using... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | properly terminate headers of http responses without... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | fix file etag buffer length |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | move listener unblocking to a separate stack context... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Felix Fietkau | add user agent detection for working around keepalive... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | relicense to ISC |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | fix cgi/lua header parsing |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | fix redirect status |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | fix local/remote port env vars |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | poll ustream after the process dies to fix eof detection |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | fix path lookup |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | add an option for configuring http keepalive |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | check for conf.error_handler before using it |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | fix getting local server address |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | add check for shadow support, turn -Os back on |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | add missing file exists check |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | remove unused data from the url in the session test... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | rework the ubus plugin to support JSON-RPC 2.0 |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | add plugin op for uh_chunk_printf |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | ubus: split out session handling code into ubus-session.c |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | fix typo |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | fix prefix lookup |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | add ubus support |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | export uh_http_header to plugins |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Felix Fietkau | export uh_request_done to plugins |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Felix Fietkau | de-constify the url parameter for the handler, it becom... |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Felix Fietkau | add a c function for .send and .sendc |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Felix Fietkau | add header table for lua calls |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | fix uninitialized variables |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | add lua plugin support |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | remove #ifdef HAVE_CGI |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | add basic tls support, todo: error handling |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | get rid of -rdynamic on linking |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | fix relay ustream initialization |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | constify mimetype list |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | clean up directory listing code, only iterate over... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | ensure the cgi postdata write pipe is closed for other... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | re-enable reads from the cgi pipe after enough data... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | plug a memory leak in cgi processing |
commit | commitdiff | tree | snapshot |
next |