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 |
2013-01-01 |
Felix Fietkau | code cleanup |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | rename uhttpd-mimetypes.h to mimetypes.h |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | minor cleanup |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | free client header buffer memory |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | remove unnecessary client struct field members |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | move dispatch cbs and data to one place |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add -Wmissing-declarations |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | make uh_path_lookup static |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | use -Os |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | fix 404 and 403 error handling, improve error message... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add default cgi prefix |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add default value for conf.realm |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | set a default for script timeout |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | set keepalive option after all command line parameters... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | exit if no sockets could be bound |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add full usage help text |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add 404 error support |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | use the new calloc_a function from libubox |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | add forking |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | add more command line options |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | clean up uh_urldecode, null-terminate string |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | add config parser |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | limit default max_requests to 3 |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | fix socket value detection |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | fix compile errors |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | Initial implementation |
commit | commitdiff | tree | snapshot |
|