libs/http: Added handling of "+" in luci.http.protocl.urldecode
[project/luci.git] / libs /
2008-07-05 Steven Barthlibs/http: Added handling of "+" in luci.http.protocl...
2008-07-04 Jo-Philipp Wich* luci: fixup svn properties
2008-07-03 Steven Barth* libs/httpd: Add limit for luci handler
2008-07-02 Steven Barth* libs/httpd: Fixed garbage collection
2008-07-01 Steven Barth* libs/httpd: Fixed last commit
2008-07-01 Steven Barth* libs/httpd: Memory optimizations part #1
2008-07-01 Steven Barth* libs/httpd: Fixed a memleak
2008-06-30 Jo-Philipp Wich* libs/httpd: also handle missing directory permissions...
2008-06-30 Jo-Philipp Wich* libs/http: removed protocol.filter, added mimetypes...
2008-06-29 Steven Barth* luci/httpd: Populated missing functions to wrapped...
2008-06-29 Steven Barth* lib/sgi-luci: Fixed init.d scripts
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-29 Steven Barth* Fixed last commit
2008-06-29 Steven Barth* luci/httpd: Handle timeouts on socket writes correctly
2008-06-29 Steven Barth* libs/web: Added Logout support
2008-06-29 Steven Barth* applications/luci-splash: Rewrote luci-splash using...
2008-06-29 Steven Barth* libs/core: Made luci.util.strip_bytecode forward...
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 Wich* 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 Jo-Philipp Wich* libs/http: added support for directory listings
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 Wich* libs/http: add Date header for 304 responses
2008-06-28 Jo-Philipp Wich* 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 Wich* libs/http: prepare support for RFC2616 / 14.24 -...
2008-06-27 Jo-Philipp Wich* libs/http: removed caching in http.protocol.date
2008-06-27 Steven Barth* libs/web: Prepare session authentication
2008-06-26 Jo-Philipp Wich* 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 Wich* libs/httpd: added ETag, Date, Content-Type and Last...
2008-06-26 Jo-Philipp Wich* libs/http: removed debugging prints from http.protoco...
2008-06-26 Jo-Philipp Wich* libs/http: require luci.util in http.protocol.mime
2008-06-26 Jo-Philipp Wich* libs/http: added http mime helper lib
2008-06-26 Jo-Philipp Wich* libs/http: added http date helper lib
2008-06-25 Jo-Philipp Wich* 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 Wich* luci/libs: fix syntax error in last commit
2008-06-23 Jo-Philipp Wich* luci/libs: fix possible error when doing sub() on...
2008-06-23 Jo-Philipp Wich* 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 Wich* 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 Wich* luci/httpd: add initial server implementation
2008-06-19 Jo-Philipp Wich* 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 Wich* luci/libs: http.protocol: prevent oversized read...
2008-06-15 Jo-Philipp Wich* 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 Wich* 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 Wich* luci/libs: http.protocol: split parse_message() in...
2008-06-15 Jo-Philipp Wich* luci/libs: drop depency to luci.bits use tonumber...
2008-06-15 Steven Barth* Generalized HTTP-API
2008-06-15 Jo-Philipp Wich* luci/libs: protocol.lua: store status code and status...
2008-06-15 Jo-Philipp Wich* luci/libs: fix get parameter handling in http.protocol
2008-06-15 Jo-Philipp Wich* luci/libs: added initial HTTP protocol implementation
2008-06-14 Steven Barth* Added preliminary support for WSAPI SGI
2008-06-14 Jo-Philipp Wich* luci/libs: move time fix to luci-addons
2008-06-14 Steven Barth* Minor cleanups
2008-06-14 Steven Barth* Rewrote Luci to be coroutine-safe allowing the use...
2008-06-12 Steven Barth* Rolling back to Boa 0.94.13 due to chaos
2008-06-12 Steven Barth* Fixed cross compiling
2008-06-12 Steven BarthReadded unfindes Boa 0.94.14rc21
next