project/luci.git
2008-06-29 Steven Barth* libs/core: Made luci.util.strip_bytecode forward...
2008-06-29 Felix Fietkaubetter excludes for the local tree copy
2008-06-29 Felix Fietkauadd cookie support
2008-06-29 Felix Fietkaufix bogus quilt patch apply errors
2008-06-28 Felix Fietkaufix an accidental return code change
2008-06-28 Jo-Philipp... * libs/httpd: print request uri, not real path in direc...
2008-06-28 Felix Fietkaufix running boa as root
2008-06-28 Felix Fietkauhandle local host lookup failures
2008-06-28 Felix Fietkaufix dynamic plugin dlopen() linker issues
2008-06-28 Felix Fietkaudon't copy .o files when copying the local source tree
2008-06-28 Jo-Philipp... * libs/http: added support for directory listings
2008-06-28 Felix Fietkaufix some build flags, add support for transparently...
2008-06-28 Steven Barth* lib/sgi-cgi, lib/sgi-webuci: Enforce HTTP standards
2008-06-28 Steven Barth* lib/core: Fixed wrong argument order for luci.user...
2008-06-28 Felix Fietkauuse ldflags in sgi-webuci linking
2008-06-28 Steven Barth* libs/httpd: Fixed a problem with empty sources in...
2008-06-28 Steven Barth* Fixed last commit
2008-06-28 Steven Barth* libs/httpd: Added Cache-Control header to LuCI
2008-06-28 Jo-Philipp... * libs/http: add Date header for 304 responses
2008-06-28 Jo-Philipp... * libs/http: fix header handling in conditionals.lua
2008-06-28 Steven Barth* libs/web: Switched from HTTP-Basic-Auth to Session...
2008-06-28 Jo-Philipp... * libs/http: prepare support for RFC2616 / 14.24 -...
2008-06-27 Jo-Philipp... * libs/http: removed caching in http.protocol.date
2008-06-27 Steven Barth* libs/web: Prepare session authentication
2008-06-27 Steven Barth* Updated thankyou documents
2008-06-26 Jo-Philipp... * libs/http: implement caching in http.protocol.date
2008-06-26 Steven Barth* libs/httpd: Removed a debug function
2008-06-26 Steven Barth* libs/httpd: Rewrote daemon controller to increase...
2008-06-26 Jo-Philipp... * libs/httpd: added ETag, Date, Content-Type and Last...
2008-06-26 Jo-Philipp... * libs/http: removed debugging prints from http.protoco...
2008-06-26 Jo-Philipp... * libs/http: require luci.util in http.protocol.mime
2008-06-26 Jo-Philipp... * libs/http: added http mime helper lib
2008-06-26 Jo-Philipp... * libs/http: added http date helper lib
2008-06-25 Jo-Philipp... * luci/httpd: fix 500 error case in luci handler...
2008-06-25 Steven Barth* libs/httpd: Optimized performance again
2008-06-25 Steven Barth* libs/httpd: Fixed typos
2008-06-25 Steven Barth* libs/httpd: Optimized performance
2008-06-25 Steven Barth* libs/httpd: cleanup
2008-06-25 Steven Barth* libs/httpd: Use HTTP/1.0 for error messages
2008-06-25 Steven Barth* libs/httpd: Automatically remove timed out threads
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-25 Steven Barth* libs/web: Fixed reference to dispatcher in luci.dispa...
2008-06-23 Steven Barthlibs/web: Fixed bug where the environment table gets...
2008-06-23 Steven Barth* libs/web: Changed caching behaviour of template library
2008-06-23 Steven Barth* Added preliminary OpenWRT support for luci-httpd
2008-06-23 Steven Barth* libs/httpd: Tuned Garbage Collection
2008-06-23 Steven Barth* libs/util: Fixed memory leaks in threadlocal implemen...
2008-06-23 Steven Barth* libs/httpd: Added performance ;-)
2008-06-23 Jo-Philipp... * luci/libs: fix syntax error in last commit
2008-06-23 Jo-Philipp... * luci/libs: fix possible error when doing sub() on...
2008-06-23 Jo-Philipp... * luci/libs: fix eof handling for urldecode_message_bod...
2008-06-23 Steven Barth* Introducing LuCI HTTPD as testing environment
2008-06-22 Jo-Philipp... * luci/libs: add support for chunked transfer decoding...
2008-06-21 Steven Barth* libs/httpd: Prepared HTTPD dispatching model
2008-06-21 Steven Barth* Fixed call to push_response
2008-06-21 Steven Barth* Fixed last commit
2008-06-21 Steven Barth* libs/httpd: Forward changed Handler API to use luci...
2008-06-20 Steven Barth* libs/core: Added garbage collector to luci.util.threa...
2008-06-20 Steven Barth* Moved luci.http.protocol to libs/http
2008-06-19 Jo-Philipp... * luci/httpd: add initial server implementation
2008-06-19 Jo-Philipp... * luci/libs: moved http.protocol from libs/web to libs...
2008-06-17 Steven Barth* Use CRLF instead of LF in HTTP headers
2008-06-17 Steven Barth* Preliminary module implementation for Luci HTTPD
2008-06-16 Steven Barth* Removed it
2008-06-16 Steven Barth* Added preliminary HTTPD construct
2008-06-15 Jo-Philipp... * luci/libs: http.protocol: prevent oversized read...
2008-06-15 Jo-Philipp... * luci/libs: http.protocol: switch to blockwise reading...
2008-06-15 Steven Barth* Fixed SGI webuci to work with new HTTP API
2008-06-15 Steven Barth* Fix sgi-cgi postinst
2008-06-15 Jo-Philipp... * luci/libs: improved linereader implementation
2008-06-15 Steven Barth* Removed support for Haserl
2008-06-15 Steven Barth* Fixed last commit
2008-06-15 Steven Barth* Finished support for SGI CGI
2008-06-15 Steven Barth* Added support for CGI SGI
2008-06-15 Steven Barth* Added support for htdocs module directory
2008-06-15 Jo-Philipp... * luci/libs: http.protocol: split parse_message() in...
2008-06-15 Jo-Philipp... * luci/libs: drop depency to luci.bits use tonumber...
2008-06-15 Steven Barth* Generalized HTTP-API
2008-06-15 Jo-Philipp... * luci/libs: protocol.lua: store status code and status...
2008-06-15 Jo-Philipp... * luci/libs: fix get parameter handling in http.protocol
2008-06-15 Jo-Philipp... * luci/libs: added initial HTTP protocol implementation
2008-06-14 Steven Barth* Added preliminary support for WSAPI SGI
2008-06-14 Jo-Philipp... * luci/statistics: some german translation fixes
2008-06-14 Jo-Philipp... * luci/addons: minor fix in luci-fixtime init script
2008-06-14 Jo-Philipp... * luci/libs: move time fix to luci-addons
2008-06-14 Steven Barth* Minor cleanups
2008-06-14 Jo-Philipp... * luci/themes: fix query string functionality
2008-06-14 Steven Barth* Rewrote Luci to be coroutine-safe allowing the use...
2008-06-14 Jo-Philipp... * luci/olsr: added config-support and translations...
2008-06-12 Steven Barth* Rolling back to Boa 0.94.13 due to chaos
2008-06-12 Steven Barth* Fixed last commit
2008-06-12 Steven Barth* Fixed cross compiling
2008-06-12 Steven BarthReadded unfindes Boa 0.94.14rc21
2008-06-12 Steven Barth* libs/sgi-webuci: Added init-script for Boa
2008-06-11 Steven BarthRevert "* Updated Boa to 0.94.14rc21 + Debian patches"
2008-06-11 Steven Barth* Added support for timezone setting
2008-06-11 Steven Barth* applications/luci-splash: Removed dependency to sgi...
2008-06-11 Steven Barth* Disable Boa gunzip support
2008-06-11 Steven Barth* Updated Boa to 0.94.14rc21 + Debian patches
2008-06-10 Steven Barth* Fixed host builds
next