project/uhttpd.git
2013-06-05 Jo-Philipp... ubus: implement list method to enumerate objects and...
2013-06-01 Felix Fietkaurelay: cancel the timeout on free
2013-05-30 Felix Fietkauubus: clear the right timeout on rpc connection teardowns
2013-05-30 Felix Fietkauubus: fix script timeout unit (seconds, not milliseconds)
2013-05-23 Felix Fietkaurelay: do not process headers after the first error
2013-05-23 Felix Fietkaurelay: fix close handling
2013-05-23 Felix Fietkaufix infinite loop when the initial two characters in...
2013-05-16 Felix Fietkauuhttpd: allow the config to override the default index...
2013-05-14 Felix Fietkauuhttpd: mark a TLS connections internally to clean...
2013-04-17 Jo-Philipp... Accept square bracket notation for IPv6 addresses
2013-04-15 Felix Fietkautls: fix container_of use for casting the ssl ustream...
2013-03-18 Jo-Philipp... lua: fix query string handling, the QUERY_STRING enviro...
2013-03-18 Jo-Philipp... Load plugins with RTLD_GLOBAL, fixes Lua library exports
2013-03-15 Felix Fietkaurelay: add a missing buffer availability check
2013-03-12 Felix Fietkaudetect the right library name for json-c
2013-03-05 Jo-Philipp... plugin.c: don't assume post_init callback to exist
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
next