project/uhttpd.git
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
2013-01-01 Felix Fietkaucode cleanup
2013-01-01 Felix Fietkaurename uhttpd-mimetypes.h to mimetypes.h
2013-01-01 Felix Fietkauminor cleanup
2012-12-31 Felix Fietkaufree client header buffer memory
2012-12-31 Felix Fietkauremove unnecessary client struct field members
2012-12-31 Felix Fietkaumove dispatch cbs and data to one place
2012-12-31 Felix Fietkauadd -Wmissing-declarations
2012-12-31 Felix Fietkaumake uh_path_lookup static
2012-12-31 Felix Fietkauuse -Os
2012-12-31 Felix Fietkaufix 404 and 403 error handling, improve error message...
2012-12-31 Felix Fietkauadd default cgi prefix
2012-12-31 Felix Fietkauadd default value for conf.realm
2012-12-31 Felix Fietkauset a default for script timeout
2012-12-31 Felix Fietkauset keepalive option after all command line parameters...
2012-12-31 Felix Fietkauexit if no sockets could be bound
2012-12-31 Felix Fietkauadd full usage help text
2012-12-31 Felix Fietkauadd 404 error support
2012-12-31 Felix Fietkauuse the new calloc_a function from libubox
2012-12-30 Felix Fietkauadd forking
2012-12-30 Felix Fietkauadd more command line options
2012-12-30 Felix Fietkauclean up uh_urldecode, null-terminate string
2012-12-30 Felix Fietkauadd config parser
2012-12-30 Felix Fietkaulimit default max_requests to 3
2012-12-30 Felix Fietkaufix socket value detection
2012-12-30 Felix Fietkaufix compile errors
next