project/uhttpd.git
2013-01-26 Jo-Philipp... ubus: use a default sid if authentication is disabled
2013-01-26 Jo-Philipp... set the docroot to the current working directory if...
2013-01-25 Jo-Philipp... ubus: pass json rpc arguments to called ubus functions
2013-01-25 Jo-Philipp... ubus: add option to not authenticate ubus requests
2013-01-25 Jo-Philipp... ubus: remove session api from plugin and check access...
2013-01-23 Jo-Philipp... ubus: rename uloop_timeout_pending() to uloop_timeout_r...
2013-01-23 Jo-Philipp... make arguments of not compiled functionality non-fatal
2013-01-22 Jo-Philipp... ubus: expose remaining session lifetime in ubus session...
2013-01-22 Felix Fietkauproc: call read notify after more write space is available
2013-01-22 Felix Fietkaudo not reset .notify_write on request done
2013-01-21 Felix Fietkauadd missing check for unencrypted passwords
2013-01-19 Felix Fietkaudo not relay empty chunks, they look like EOF in chunke...
2013-01-19 Felix Fietkauimplement support for script timeout for cgi/lua
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-19 Felix Fietkauignore initial newlines in http requests
2013-01-19 Felix Fietkaufix container_of() on ustream callbacks
2013-01-19 Felix Fietkaupoll read data after connect as well
2013-01-19 Felix Fietkaupoll connection after request completion when using...
2013-01-19 Felix Fietkauproperly terminate headers of http responses without...
2013-01-19 Felix Fietkaufix file etag buffer length
2013-01-19 Felix Fietkaumove listener unblocking to a separate stack context...
2013-01-19 Felix Fietkauadd user agent detection for working around keepalive...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaufix cgi/lua header parsing
2013-01-13 Felix Fietkaufix redirect status
2013-01-13 Felix Fietkaufix local/remote port env vars
2013-01-13 Felix Fietkaupoll ustream after the process dies to fix eof detection
2013-01-13 Felix Fietkaufix path lookup
2013-01-13 Felix Fietkauadd an option for configuring http keepalive
2013-01-13 Felix Fietkaucheck for conf.error_handler before using it
2013-01-13 Felix Fietkaufix getting local server address
2013-01-13 Felix Fietkauadd check for shadow support, turn -Os back on
2013-01-13 Felix Fietkauadd missing file exists check
2013-01-13 Felix Fietkauremove unused data from the url in the session test...
2013-01-13 Felix Fietkaurework the ubus plugin to support JSON-RPC 2.0
2013-01-13 Felix Fietkauadd plugin op for uh_chunk_printf
2013-01-07 Felix Fietkauubus: split out session handling code into ubus-session.c
2013-01-07 Felix Fietkaufix typo
2013-01-07 Felix Fietkaufix prefix lookup
2013-01-07 Felix Fietkauadd ubus support
2013-01-07 Felix Fietkauexport uh_http_header to plugins
2013-01-07 Felix Fietkauexport uh_request_done to plugins
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-05 Felix Fietkauadd a c function for .send and .sendc
2013-01-05 Felix Fietkauadd header table for lua calls
2013-01-04 Felix Fietkaufix uninitialized variables
2013-01-04 Felix Fietkauadd lua plugin support
2013-01-04 Felix Fietkauremove #ifdef HAVE_CGI
2013-01-04 Felix Fietkauadd basic tls support, todo: error handling
2013-01-04 Felix Fietkauget rid of -rdynamic on linking
2013-01-04 Felix Fietkaufix relay ustream initialization
2013-01-04 Felix Fietkauconstify mimetype list
2013-01-04 Felix Fietkauclean up directory listing code, only iterate over...
2013-01-04 Felix Fietkauensure the cgi postdata write pipe is closed for other...
2013-01-04 Felix Fietkaure-enable reads from the cgi pipe after enough data...
2013-01-04 Felix Fietkauplug a memory leak in cgi processing
2013-01-04 Felix Fietkaufix resuming accept() calls after exceeding client...
2013-01-03 Felix Fietkaufree cgi headers
2013-01-03 Felix Fietkauuse pipes instead of a socketpair, EOF handling is...
2013-01-03 Felix Fietkauimplement proper flow control for relaying postdata
2013-01-03 Felix Fietkaufix use-after-realloc issue with the request url
2013-01-03 Felix Fietkauclean up / fix #include
2013-01-03 Felix Fietkaulink against libcrypt
2013-01-03 Felix Fietkaufix compile errors on linux
2013-01-03 Felix Fietkaudo not send an error on a full buffer for post data
2013-01-03 Felix Fietkaufix chunked postdata parsing
2013-01-03 Felix Fietkauadd missing n_clients decrement
2013-01-03 Felix Fietkauadd post data relaying
2013-01-03 Felix Fietkaucleanup dispatch struct access
2013-01-03 Felix Fietkaudeclare dispatch struct type
2013-01-03 Felix Fietkaufix index file handling
2013-01-03 Felix Fietkauuse a better error code for unsupported expect headers
2013-01-02 Felix Fietkaubail out on unsupported Expect: headers
2013-01-02 Felix Fietkaumove timegm declaration to utils.h
2013-01-02 Felix Fietkaumake hex array static
2013-01-02 Felix Fietkaufix error handling of invalid http method/version
2013-01-02 Felix Fietkaureduce stack usage of uh_file_dirlist
2013-01-02 Felix Fietkaufix buffer handling for time formatting
2013-01-02 Felix Fietkaurework string handling for directory listing, avoid...
2013-01-02 Felix Fietkauadd support for sending HTTP/1.1 100 Continue
2013-01-02 Felix Fietkauadd rfc1918 filter check
2013-01-02 Felix Fietkauadd uh_addr_rfc1918()
2013-01-02 Felix Fietkauremove a static buffer
2013-01-02 Felix Fietkauadd auth support
2013-01-02 Felix Fietkauchange uh_b64decode to take a void pointer to avoid...
2013-01-02 Felix Fietkauremove unused constant
2013-01-02 Felix Fietkauconstify, fix types
2013-01-02 Felix Fietkauadd local/remote address env vars for cgi
2013-01-02 Felix Fietkauenable http keepalive again, it seems to work properly now
2013-01-02 Felix Fietkaufix client state tracking and request complete handling
2013-01-02 Felix Fietkauparse status header code from cgi scripts
2013-01-01 Felix Fietkaurevert cflags change
2013-01-01 Felix Fietkauconsume the newline (overwritten with 0-byte) after...
2013-01-01 Felix Fietkaufix line length calculation
2013-01-01 Felix Fietkaufix typo in header name check
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...
2013-01-01 Felix Fietkaufix clearenv() on mac os x
2013-01-01 Felix Fietkauadd uh_split_header()
2013-01-01 Felix Fietkauadd uh_path_match()
2013-01-01 Felix Fietkauappend / to directory links to avoid unnecessary redirects
next