2014-03-22 |
Felix Fietkau | main: strdup command line arguments that are modified Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2014-03-22 |
Felix Fietkau | cgi: compare the physical path instead of the url to... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2014-03-21 |
Felix Fietkau | relay: do forward data if the http request type was... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-11-21 |
Felix Fietkau | uhttpd: fix crashes in the ubus plugin Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-11-16 |
Felix Fietkau | lua: fix lua 5.2 compatibility Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-07-31 |
Felix Fietkau | client: prevent further read calls after a client has... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-07-30 |
Felix Fietkau | proc: consume all data after the pipe dies, instead... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-07-26 |
Felix Fietkau | detect chrome before safari, chrome includes Safari... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-07-26 |
Felix Fietkau | disable connection_close override if a keep-alive header... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-07-26 |
Felix Fietkau | disable keep-alive for POST requests to improve compatibility Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-06-21 |
Felix Fietkau | ubus: fix handling of empty JSON-RPC batches Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-06-01 |
Felix Fietkau | relay: cancel the timeout on free Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-30 |
Felix Fietkau | ubus: clear the right timeout on rpc connection teardowns Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-30 |
Felix Fietkau | ubus: fix script timeout unit (seconds, not milliseconds) Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-23 |
Felix Fietkau | relay: do not process headers after the first error Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-23 |
Felix Fietkau | relay: fix close handling Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-23 |
Felix Fietkau | fix infinite loop when the initial two characters in... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-16 |
Felix Fietkau | uhttpd: allow the config to override the default index... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-05-14 |
Felix Fietkau | uhttpd: mark a TLS connections internally to clean... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-04-15 |
Felix Fietkau | tls: fix container_of use for casting the ssl ustream... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-03-15 |
Felix Fietkau | relay: add a missing buffer availability check Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-03-12 |
Felix Fietkau | detect the right library name for json-c Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-22 |
Felix Fietkau | proc: call read notify after more write space is available Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-22 |
Felix Fietkau | do not reset .notify_write on request done Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-21 |
Felix Fietkau | add missing check for unencrypted passwords Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | do not relay empty chunks, they look like EOF in chunked... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | implement support for script timeout for cgi/lua Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | add support for deferring script requests, limit maximum... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | ignore initial newlines in http requests Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | fix container_of() on ustream callbacks Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | poll read data after connect as well Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | poll connection after request completion when using... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | properly terminate headers of http responses without... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | fix file etag buffer length Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | move listener unblocking to a separate stack context... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-19 |
Felix Fietkau | add user agent detection for working around keepalive... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | relicense to ISC Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | fix cgi/lua header parsing
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | fix redirect status
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | fix local/remote port env vars
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | poll ustream after the process dies to fix eof detection
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | fix path lookup
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | add an option for configuring http keepalive
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | check for conf.error_handler before using it
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | fix getting local server address
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | add check for shadow support, turn -Os back on
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | add missing file exists check
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | remove unused data from the url in the session test...
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | rework the ubus plugin to support JSON-RPC 2.0
|
commit | commitdiff | tree |
2013-01-13 |
Felix Fietkau | add plugin op for uh_chunk_printf
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | ubus: split out session handling code into ubus-session.c
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | fix typo
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | fix prefix lookup
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | add ubus support
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | export uh_http_header to plugins
|
commit | commitdiff | tree |
2013-01-07 |
Felix Fietkau | export uh_request_done to plugins
|
commit | commitdiff | tree |
2013-01-05 |
Felix Fietkau | de-constify the url parameter for the handler, it becomes...
|
commit | commitdiff | tree |
2013-01-05 |
Felix Fietkau | add a c function for .send and .sendc
|
commit | commitdiff | tree |
2013-01-05 |
Felix Fietkau | add header table for lua calls
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | fix uninitialized variables
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | add lua plugin support
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | remove #ifdef HAVE_CGI
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | add basic tls support, todo: error handling
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | get rid of -rdynamic on linking
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | fix relay ustream initialization
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | constify mimetype list
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | clean up directory listing code, only iterate over...
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | ensure the cgi postdata write pipe is closed for other...
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | re-enable reads from the cgi pipe after enough data...
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | plug a memory leak in cgi processing
|
commit | commitdiff | tree |
2013-01-04 |
Felix Fietkau | fix resuming accept() calls after exceeding client...
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | free cgi headers
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | use pipes instead of a socketpair, EOF handling is...
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | implement proper flow control for relaying postdata
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | fix use-after-realloc issue with the request url
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | clean up / fix #include
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | link against libcrypt
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | fix compile errors on linux
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | do not send an error on a full buffer for post data
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | fix chunked postdata parsing
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | add missing n_clients decrement
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | add post data relaying
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | cleanup dispatch struct access
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | declare dispatch struct type
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | fix index file handling
|
commit | commitdiff | tree |
2013-01-03 |
Felix Fietkau | use a better error code for unsupported expect headers
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | bail out on unsupported Expect: headers
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | move timegm declaration to utils.h
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | make hex array static
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | fix error handling of invalid http method/version
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | reduce stack usage of uh_file_dirlist
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | fix buffer handling for time formatting
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | rework string handling for directory listing, avoid...
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | add support for sending HTTP/1.1 100 Continue
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | add rfc1918 filter check
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | add uh_addr_rfc1918()
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | remove a static buffer
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | add auth support
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | change uh_b64decode to take a void pointer to avoid...
|
commit | commitdiff | tree |
2013-01-02 |
Felix Fietkau | remove unused constant
|
commit | commitdiff | tree |
next |