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 |
2013-01-04 |
Felix Fietkau | fix resuming accept() calls after exceeding client... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | free cgi headers |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | use pipes instead of a socketpair, EOF handling is... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | implement proper flow control for relaying postdata |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | fix use-after-realloc issue with the request url |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | clean up / fix #include |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | link against libcrypt |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | fix compile errors on linux |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | do not send an error on a full buffer for post data |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | fix chunked postdata parsing |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | add missing n_clients decrement |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | add post data relaying |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | cleanup dispatch struct access |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | declare dispatch struct type |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | fix index file handling |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | use a better error code for unsupported expect headers |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | bail out on unsupported Expect: headers |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | move timegm declaration to utils.h |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | make hex array static |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | fix error handling of invalid http method/version |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | reduce stack usage of uh_file_dirlist |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | fix buffer handling for time formatting |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | rework string handling for directory listing, avoid... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | add support for sending HTTP/1.1 100 Continue |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | add rfc1918 filter check |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | add uh_addr_rfc1918() |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | remove a static buffer |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | add auth support |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | change uh_b64decode to take a void pointer to avoid... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | remove unused constant |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | constify, fix types |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | add local/remote address env vars for cgi |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | enable http keepalive again, it seems to work properly now |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | fix client state tracking and request complete handling |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Felix Fietkau | parse status header code from cgi scripts |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | revert cflags change |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | consume the newline (overwritten with 0-byte) after... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | fix line length calculation |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | fix typo in header name check |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | add preliminary cgi support, needs fixing for close... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | fix clearenv() on mac os x |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | add uh_split_header() |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | add uh_path_match() |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | append / to directory links to avoid unnecessary redirects |
commit | commitdiff | tree | snapshot |
next |