project/luci.git
15 years ago* libs/web: Changed caching behaviour of template library
Steven Barth [Mon, 23 Jun 2008 23:03:38 +0000 (23:03 +0000)]
* libs/web: Changed caching behaviour of template library

15 years ago* Added preliminary OpenWRT support for luci-httpd
Steven Barth [Mon, 23 Jun 2008 21:49:29 +0000 (21:49 +0000)]
* Added preliminary OpenWRT support for luci-httpd

15 years ago* libs/httpd: Tuned Garbage Collection
Steven Barth [Mon, 23 Jun 2008 21:30:44 +0000 (21:30 +0000)]
* libs/httpd: Tuned Garbage Collection

15 years ago* libs/util: Fixed memory leaks in threadlocal implementations
Steven Barth [Mon, 23 Jun 2008 20:01:34 +0000 (20:01 +0000)]
* libs/util: Fixed memory leaks in threadlocal implementations

15 years ago* libs/httpd: Added performance ;-)
Steven Barth [Mon, 23 Jun 2008 19:41:35 +0000 (19:41 +0000)]
* libs/httpd: Added performance ;-)

15 years ago* luci/libs: fix syntax error in last commit
Jo-Philipp Wich [Mon, 23 Jun 2008 19:21:54 +0000 (19:21 +0000)]
* luci/libs: fix syntax error in last commit

15 years ago* luci/libs: fix possible error when doing sub() on chunk in server.lua
Jo-Philipp Wich [Mon, 23 Jun 2008 19:20:57 +0000 (19:20 +0000)]
* luci/libs: fix possible error when doing sub() on chunk in server.lua

15 years ago* luci/libs: fix eof handling for urldecode_message_body() in protocol.lua
Jo-Philipp Wich [Mon, 23 Jun 2008 19:16:00 +0000 (19:16 +0000)]
* luci/libs: fix eof handling for urldecode_message_body() in protocol.lua

15 years ago* Introducing LuCI HTTPD as testing environment
Steven Barth [Mon, 23 Jun 2008 18:17:02 +0000 (18:17 +0000)]
* Introducing LuCI HTTPD as testing environment
* Several coroutine-safety fixes

15 years ago* luci/libs: add support for chunked transfer decoding in http.protocol
Jo-Philipp Wich [Sun, 22 Jun 2008 12:07:37 +0000 (12:07 +0000)]
* luci/libs: add support for chunked transfer decoding in http.protocol

15 years ago* libs/httpd: Prepared HTTPD dispatching model
Steven Barth [Sat, 21 Jun 2008 19:41:17 +0000 (19:41 +0000)]
* libs/httpd: Prepared HTTPD dispatching model

15 years ago* Fixed call to push_response
Steven Barth [Sat, 21 Jun 2008 16:39:51 +0000 (16:39 +0000)]
* Fixed call to push_response

15 years ago* Fixed last commit
Steven Barth [Sat, 21 Jun 2008 16:24:52 +0000 (16:24 +0000)]
* Fixed last commit

15 years ago* libs/httpd: Forward changed Handler API to use luci.http to push responses
Steven Barth [Sat, 21 Jun 2008 16:23:41 +0000 (16:23 +0000)]
* libs/httpd: Forward changed Handler API to use luci.http to push responses
* libs/httpd: Added Expect: 100-continue header support to server (merged from Jow)

15 years ago* libs/core: Added garbage collector to luci.util.threadlocal to avoid memory leaks
Steven Barth [Fri, 20 Jun 2008 19:57:57 +0000 (19:57 +0000)]
* libs/core: Added garbage collector to luci.util.threadlocal to avoid memory leaks
* libs/http: Use env-Variables instead of headers for parse_message_body and subsequent functions
* libs/http: Added missing urldecode call for parsing urlencoded params
* libs/web: Ported luci.http to use ltn12 sources and sinks instead of sockets or file pointers
* libs/sgi-cgi, libs/sgi-webuci, libs/sgi-wsapi: Updated to work with new luci.http.Request ABI

15 years ago* Moved luci.http.protocol to libs/http
Steven Barth [Fri, 20 Jun 2008 16:47:25 +0000 (16:47 +0000)]
* Moved luci.http.protocol to libs/http
* Added ltn12 to libs/core
* Fixed libs/httpd Makefile

15 years ago* luci/httpd: add initial server implementation
Jo-Philipp Wich [Thu, 19 Jun 2008 03:02:49 +0000 (03:02 +0000)]
* luci/httpd: add initial server implementation

15 years ago* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote http.protocol...
Jo-Philipp Wich [Thu, 19 Jun 2008 02:53:09 +0000 (02:53 +0000)]
* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote http.protocol to rely on LTN12 chains

15 years ago* Use CRLF instead of LF in HTTP headers
Steven Barth [Tue, 17 Jun 2008 16:23:42 +0000 (16:23 +0000)]
* Use CRLF instead of LF in HTTP headers

15 years ago* Preliminary module implementation for Luci HTTPD
Steven Barth [Tue, 17 Jun 2008 16:16:27 +0000 (16:16 +0000)]
* Preliminary module implementation for Luci HTTPD

15 years ago* Removed it
Steven Barth [Mon, 16 Jun 2008 19:53:48 +0000 (19:53 +0000)]
* Removed it

15 years ago* Added preliminary HTTPD construct
Steven Barth [Mon, 16 Jun 2008 19:47:57 +0000 (19:47 +0000)]
* Added preliminary HTTPD construct

15 years ago* luci/libs: http.protocol: prevent oversized read blocks when reading from socket...
Jo-Philipp Wich [Sun, 15 Jun 2008 21:43:32 +0000 (21:43 +0000)]
* luci/libs: http.protocol: prevent oversized read blocks when reading from socket or file handle

15 years ago* luci/libs: http.protocol: switch to blockwise reading in urlencoded post requests...
Jo-Philipp Wich [Sun, 15 Jun 2008 21:39:16 +0000 (21:39 +0000)]
* luci/libs: http.protocol: switch to blockwise reading in urlencoded post requests, renamed readbuf constant

15 years ago* Fixed SGI webuci to work with new HTTP API
Steven Barth [Sun, 15 Jun 2008 21:11:34 +0000 (21:11 +0000)]
* Fixed SGI webuci to work with new HTTP API

15 years ago* Fix sgi-cgi postinst
Steven Barth [Sun, 15 Jun 2008 20:10:20 +0000 (20:10 +0000)]
* Fix sgi-cgi postinst

15 years ago* luci/libs: improved linereader implementation
Jo-Philipp Wich [Sun, 15 Jun 2008 20:08:29 +0000 (20:08 +0000)]
* luci/libs: improved linereader implementation

15 years ago* Removed support for Haserl
Steven Barth [Sun, 15 Jun 2008 18:54:44 +0000 (18:54 +0000)]
* Removed support for Haserl

15 years ago* Fixed last commit
Steven Barth [Sun, 15 Jun 2008 18:02:47 +0000 (18:02 +0000)]
* Fixed last commit

15 years ago* Finished support for SGI CGI
Steven Barth [Sun, 15 Jun 2008 18:02:09 +0000 (18:02 +0000)]
* Finished support for SGI CGI

15 years ago* Added support for CGI SGI
Steven Barth [Sun, 15 Jun 2008 17:45:10 +0000 (17:45 +0000)]
* Added support for CGI SGI

15 years ago* Added support for htdocs module directory
Steven Barth [Sun, 15 Jun 2008 16:02:47 +0000 (16:02 +0000)]
* Added support for htdocs module directory

15 years ago* luci/libs: http.protocol: split parse_message() in parse_message_header() and parse...
Jo-Philipp Wich [Sun, 15 Jun 2008 13:23:08 +0000 (13:23 +0000)]
* luci/libs: http.protocol: split parse_message() in parse_message_header() and parse_message_body()

15 years ago* luci/libs: drop depency to luci.bits use tonumber() for hex decoding
Jo-Philipp Wich [Sun, 15 Jun 2008 12:57:02 +0000 (12:57 +0000)]
* luci/libs: drop depency to luci.bits use tonumber() for hex decoding

15 years ago* Generalized HTTP-API
Steven Barth [Sun, 15 Jun 2008 12:34:16 +0000 (12:34 +0000)]
* Generalized HTTP-API

15 years ago* luci/libs: protocol.lua: store status code and status description in http message...
Jo-Philipp Wich [Sun, 15 Jun 2008 04:11:03 +0000 (04:11 +0000)]
* luci/libs: protocol.lua: store status code and status description in http message object

15 years ago* luci/libs: fix get parameter handling in http.protocol
Jo-Philipp Wich [Sun, 15 Jun 2008 04:01:38 +0000 (04:01 +0000)]
* luci/libs: fix get parameter handling in http.protocol

15 years ago* luci/libs: added initial HTTP protocol implementation
Jo-Philipp Wich [Sun, 15 Jun 2008 03:49:43 +0000 (03:49 +0000)]
* luci/libs: added initial HTTP protocol implementation

15 years ago* Added preliminary support for WSAPI SGI
Steven Barth [Sat, 14 Jun 2008 19:30:30 +0000 (19:30 +0000)]
* Added preliminary support for WSAPI SGI

15 years ago* luci/statistics: some german translation fixes
Jo-Philipp Wich [Sat, 14 Jun 2008 15:39:53 +0000 (15:39 +0000)]
* luci/statistics: some german translation fixes

15 years ago* luci/addons: minor fix in luci-fixtime init script
Jo-Philipp Wich [Sat, 14 Jun 2008 15:24:44 +0000 (15:24 +0000)]
* luci/addons: minor fix in luci-fixtime init script

15 years ago* luci/libs: move time fix to luci-addons
Jo-Philipp Wich [Sat, 14 Jun 2008 15:14:15 +0000 (15:14 +0000)]
* luci/libs: move time fix to luci-addons

15 years ago* Minor cleanups
Steven Barth [Sat, 14 Jun 2008 14:55:49 +0000 (14:55 +0000)]
* Minor cleanups

15 years ago* luci/themes: fix query string functionality
Jo-Philipp Wich [Sat, 14 Jun 2008 14:31:37 +0000 (14:31 +0000)]
* luci/themes: fix query string functionality

15 years ago* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
Steven Barth [Sat, 14 Jun 2008 14:12:12 +0000 (14:12 +0000)]
* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
* Setting base version to 0.7

15 years ago* luci/olsr: added config-support and translations for Hna4, Hna6 and IpcConnect...
Jo-Philipp Wich [Sat, 14 Jun 2008 01:22:12 +0000 (01:22 +0000)]
* luci/olsr: added config-support and translations for Hna4, Hna6 and IpcConnect configuration

15 years ago* Rolling back to Boa 0.94.13 due to chaos
Steven Barth [Thu, 12 Jun 2008 09:11:57 +0000 (09:11 +0000)]
* Rolling back to Boa 0.94.13 due to chaos

15 years ago* Fixed last commit
Steven Barth [Thu, 12 Jun 2008 08:53:36 +0000 (08:53 +0000)]
* Fixed last commit

15 years ago* Fixed cross compiling
Steven Barth [Thu, 12 Jun 2008 08:45:05 +0000 (08:45 +0000)]
* Fixed cross compiling

15 years agoReadded unfindes Boa 0.94.14rc21
Steven Barth [Thu, 12 Jun 2008 08:25:36 +0000 (08:25 +0000)]
Readded unfindes Boa 0.94.14rc21

15 years ago* libs/sgi-webuci: Added init-script for Boa
Steven Barth [Thu, 12 Jun 2008 07:33:50 +0000 (07:33 +0000)]
* libs/sgi-webuci: Added init-script for Boa

15 years agoRevert "* Updated Boa to 0.94.14rc21 + Debian patches"
Steven Barth [Wed, 11 Jun 2008 22:11:55 +0000 (22:11 +0000)]
Revert "* Updated Boa to 0.94.14rc21 + Debian patches"
due to instability of new version
Updated Boa configuration

15 years ago* Added support for timezone setting
Steven Barth [Wed, 11 Jun 2008 20:58:15 +0000 (20:58 +0000)]
* Added support for timezone setting

15 years ago* applications/luci-splash: Removed dependency to sgi-haserl, Updated attributes
Steven Barth [Wed, 11 Jun 2008 20:27:10 +0000 (20:27 +0000)]
* applications/luci-splash: Removed dependency to sgi-haserl, Updated attributes

15 years ago* Disable Boa gunzip support
Steven Barth [Wed, 11 Jun 2008 20:16:41 +0000 (20:16 +0000)]
* Disable Boa gunzip support

15 years ago* Updated Boa to 0.94.14rc21 + Debian patches
Steven Barth [Wed, 11 Jun 2008 08:39:43 +0000 (08:39 +0000)]
* Updated Boa to 0.94.14rc21 + Debian patches

15 years ago* Fixed host builds
Steven Barth [Tue, 10 Jun 2008 23:01:40 +0000 (23:01 +0000)]
* Fixed host builds

15 years ago* Fixed luaposix Makefile
Steven Barth [Tue, 10 Jun 2008 22:57:56 +0000 (22:57 +0000)]
* Fixed luaposix Makefile

15 years ago* luci/statistics: fix syntax error in init script
Jo-Philipp Wich [Tue, 10 Jun 2008 22:28:08 +0000 (22:28 +0000)]
* luci/statistics:      fix syntax error in init script

15 years ago* luci/statistics: add and enable load plugin by default
Jo-Philipp Wich [Tue, 10 Jun 2008 22:08:27 +0000 (22:08 +0000)]
* luci/statistics: add and enable load plugin by default

15 years ago* Completed cleanup of German translation
Steven Barth [Mon, 9 Jun 2008 20:11:19 +0000 (20:11 +0000)]
* Completed cleanup of German translation

15 years ago* Prepare german translation cleanup
Steven Barth [Mon, 9 Jun 2008 10:10:29 +0000 (10:10 +0000)]
* Prepare german translation cleanup

15 years ago* themes/fledermaus: Register on install
Steven Barth [Mon, 9 Jun 2008 08:48:10 +0000 (08:48 +0000)]
* themes/fledermaus: Register on install
* applications/luci-statistics: Fixed wrong paths in templates

15 years ago* Made Makefiles attribute aware
Steven Barth [Mon, 9 Jun 2008 07:56:20 +0000 (07:56 +0000)]
* Made Makefiles attribute aware

15 years ago* luci/statistics: add postinstall for package, fix permissions of luci-ff-hannover...
Jo-Philipp Wich [Sun, 8 Jun 2008 22:23:57 +0000 (22:23 +0000)]
* luci/statistics: add postinstall for package, fix permissions of luci-ff-hannover.postinst

15 years ago* luci/statistics: register statistics reload commit action
Jo-Philipp Wich [Sun, 8 Jun 2008 22:09:58 +0000 (22:09 +0000)]
* luci/statistics: register statistics reload commit action

15 years ago* luci/statistics: implement reload action in init script
Jo-Philipp Wich [Sun, 8 Jun 2008 21:59:51 +0000 (21:59 +0000)]
* luci/statistics: implement reload action in init script

15 years ago* luci/statistics: implement support for the load plugin
Jo-Philipp Wich [Sun, 8 Jun 2008 21:51:55 +0000 (21:51 +0000)]
* luci/statistics:      implement support for the load plugin

15 years ago* applications/olsr: Fixed case sensitive i18n-keys
Steven Barth [Sun, 8 Jun 2008 21:28:29 +0000 (21:28 +0000)]
* applications/olsr: Fixed case sensitive i18n-keys

15 years ago* libs/cbi: Fixed a bug which prevented creation of non-anonymous sections
Steven Barth [Sun, 8 Jun 2008 21:21:33 +0000 (21:21 +0000)]
* libs/cbi: Fixed a bug which prevented creation of non-anonymous sections

15 years ago* luci/statistics: reworked some dispatcher, use new hashtable iterators to create...
Jo-Philipp Wich [Sun, 8 Jun 2008 21:15:06 +0000 (21:15 +0000)]
* luci/statistics: reworked some dispatcher, use new hashtable iterators to create sorted submenus

15 years ago* Increased version number to 0.6
Steven Barth [Sun, 8 Jun 2008 20:58:22 +0000 (20:58 +0000)]
* Increased version number to 0.6

15 years ago* luci/core: add spairs(), kspairs() and vspairs() sorted hashtable iterator functions
Jo-Philipp Wich [Sun, 8 Jun 2008 20:51:48 +0000 (20:51 +0000)]
* luci/core:    add spairs(), kspairs() and vspairs() sorted hashtable iterator functions

15 years ago* luci/i18n: fix typo in english translation
Jo-Philipp Wich [Sun, 8 Jun 2008 18:09:47 +0000 (18:09 +0000)]
* luci/i18n: fix typo in english translation

15 years ago* applications/luci-olsr: Translation
Steven Barth [Sun, 8 Jun 2008 18:02:47 +0000 (18:02 +0000)]
* applications/luci-olsr: Translation

15 years ago* applications/luci-qos: Translation
Steven Barth [Sun, 8 Jun 2008 17:12:47 +0000 (17:12 +0000)]
* applications/luci-qos: Translation

15 years ago* More Translation
Steven Barth [Sun, 8 Jun 2008 15:36:57 +0000 (15:36 +0000)]
* More Translation

15 years ago* luci/statistics: append ".lua" to language files to allow bytecody-compilation
Jo-Philipp Wich [Sun, 8 Jun 2008 14:20:19 +0000 (14:20 +0000)]
* luci/statistics: append ".lua" to language files to allow bytecody-compilation

15 years ago* luci/statistics: replace load() with loadc() since german translation is now available
Jo-Philipp Wich [Sun, 8 Jun 2008 14:19:26 +0000 (14:19 +0000)]
* luci/statistics: replace load() with loadc() since german translation is now available

15 years ago* luci/statistics: Latin1 -> UTF-8 conversation for german translation
Jo-Philipp Wich [Sun, 8 Jun 2008 14:04:22 +0000 (14:04 +0000)]
* luci/statistics: Latin1 -> UTF-8 conversation for german translation

15 years ago* luci/statistics: add german translation
Jo-Philipp Wich [Sun, 8 Jun 2008 13:47:49 +0000 (13:47 +0000)]
* luci/statistics: add german translation

15 years ago* Core translation
Steven Barth [Sun, 8 Jun 2008 13:03:55 +0000 (13:03 +0000)]
* Core translation

15 years ago* Core translation
Steven Barth [Sun, 8 Jun 2008 08:14:31 +0000 (08:14 +0000)]
* Core translation
* Added license headers
* Splitted qos into separate application package

15 years ago* libs/web: Fixed time hack
Steven Barth [Sat, 7 Jun 2008 08:22:35 +0000 (08:22 +0000)]
* libs/web: Fixed time hack

15 years ago* libs/uci: Fixed uci.delete_all
Steven Barth [Sat, 7 Jun 2008 07:58:35 +0000 (07:58 +0000)]
* libs/uci: Fixed uci.delete_all
* Fixed Freifunk wizard

15 years ago* libs/web: Fixed secure caching with setuid/setgid handling
Steven Barth [Sat, 7 Jun 2008 07:18:40 +0000 (07:18 +0000)]
* libs/web: Fixed secure caching with setuid/setgid handling

15 years ago* Fixed last commit
Steven Barth [Sat, 7 Jun 2008 06:49:38 +0000 (06:49 +0000)]
* Fixed last commit

15 years ago* libs/web: Fixed Luci template cache
Steven Barth [Sat, 7 Jun 2008 06:44:27 +0000 (06:44 +0000)]
* libs/web: Fixed Luci template cache
* libs/web: Added luci.http.urlencode, luci.http.urldecode
* Minor enhancements

15 years ago* Fixed a typo
Steven Barth [Fri, 6 Jun 2008 22:28:51 +0000 (22:28 +0000)]
* Fixed a typo

15 years ago* Fixed typos
Steven Barth [Fri, 6 Jun 2008 22:27:03 +0000 (22:27 +0000)]
* Fixed typos

15 years ago* Fixed a bug in Luci-Splash
Steven Barth [Fri, 6 Jun 2008 21:49:17 +0000 (21:49 +0000)]
* Fixed a bug in Luci-Splash

15 years ago* Core translation
Steven Barth [Fri, 6 Jun 2008 21:24:59 +0000 (21:24 +0000)]
* Core translation

15 years ago* Removed High-Level UCI-API due to Lua compiler bugs
Steven Barth [Fri, 6 Jun 2008 20:45:33 +0000 (20:45 +0000)]
* Removed High-Level UCI-API due to Lua compiler bugs

15 years ago* Removed section titles
Steven Barth [Fri, 6 Jun 2008 18:27:59 +0000 (18:27 +0000)]
* Removed section titles

15 years ago* Fixed an issue that prevented the controller from working with fastindex
Steven Barth [Fri, 6 Jun 2008 18:16:56 +0000 (18:16 +0000)]
* Fixed an issue that prevented the controller from working with fastindex

15 years ago* Added missing file
Steven Barth [Fri, 6 Jun 2008 16:21:11 +0000 (16:21 +0000)]
* Added missing file

15 years ago* Separated OLSR pages into separate application pack
Steven Barth [Fri, 6 Jun 2008 15:50:21 +0000 (15:50 +0000)]
* Separated OLSR pages into separate application pack
* Minor bugfixes and enhancements

15 years ago* Merged Luci to use native UCI-library
Steven Barth [Thu, 5 Jun 2008 19:16:38 +0000 (19:16 +0000)]
* Merged Luci to use native UCI-library

15 years ago* Updated UCI libraries
Steven Barth [Thu, 5 Jun 2008 19:15:31 +0000 (19:15 +0000)]
* Updated UCI libraries
* Removed old UCI libraries
* Added new High-Level UCI API

15 years ago* luci/statistics: whitespace cleanup in controller
Jo-Philipp Wich [Thu, 5 Jun 2008 09:21:44 +0000 (09:21 +0000)]
* luci/statistics: whitespace cleanup in controller