summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-07-05libs/http: Added handling of "+" in luci.http.protocl.urldecodeSteven Barth
2008-07-05* i18n: Changed description of LuCISteven Barth
2008-07-05* modules/admin-core: Add translation for UCI changes, revert and apply page ↵Steven Barth
title
2008-07-04* luci: fixup svn propertiesJo-Philipp Wich
2008-07-04* luci/olsr: fix names of interfaces with type bridgeJo-Philipp Wich
2008-07-03* libs/httpd: Add limit for luci handlerSteven Barth
2008-07-02* libs/httpd: Fixed garbage collectionSteven Barth
2008-07-01* libs/httpd: Fixed last commitSteven Barth
2008-07-01* libs/httpd: Memory optimizations part #1Steven Barth
2008-07-01* libs/httpd: Fixed a memleakSteven Barth
2008-07-01* Initial luaxyssl PackageSteven Barth
2008-06-30* libs/httpd: also handle missing directory permissions correctlyJo-Philipp Wich
2008-06-30* libs/http: removed protocol.filter, added mimetypes to protocol.mimeJo-Philipp Wich
* libs/httpd: handle missing permissions correctly, perform urldecode on request uri and urlencode on generated links, added css
2008-06-29* luci/httpd: Populated missing functions to wrapped socketSteven Barth
2008-06-29* luci: fix stripping of certain multi line commentsJo-Philipp Wich
2008-06-29* luci: strip comments in source targetJo-Philipp Wich
2008-06-29* lib/sgi-luci: Fixed init.d scriptsSteven Barth
2008-06-29* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocketSteven Barth
2008-06-29* Fixed last commitSteven Barth
2008-06-29* luci/httpd: Handle timeouts on socket writes correctlySteven Barth
2008-06-29* libs/web: Added Logout supportSteven Barth
* libs/web: Fixed a bug with an invalid calling convention in luci.dispatcher * libs/sys: Fixed rudimentary posix.crypt detection
2008-06-29* applications/luci-splash: Rewrote luci-splash using an own daemon ↵Steven Barth
implementation * Minor tweaks in luci.dispatcher
2008-06-29* Some more cleanupSteven Barth
2008-06-29* Removed orphaned directoriesSteven Barth
2008-06-29* libs/core: Made luci.util.strip_bytecode forward-compatible to upcoming ↵Steven Barth
OpenWRT Lua-changes
2008-06-29better excludes for the local tree copyFelix Fietkau
2008-06-29add cookie supportFelix Fietkau
2008-06-29fix bogus quilt patch apply errorsFelix Fietkau
2008-06-28fix an accidental return code changeFelix Fietkau
2008-06-28* libs/httpd: print request uri, not real path in directory listingsJo-Philipp Wich
2008-06-28fix running boa as rootFelix Fietkau
2008-06-28handle local host lookup failuresFelix Fietkau
2008-06-28fix dynamic plugin dlopen() linker issuesFelix Fietkau
2008-06-28don't copy .o files when copying the local source treeFelix Fietkau
2008-06-28* libs/http: added support for directory listingsJo-Philipp Wich
2008-06-28fix some build flags, add support for transparently copying files from a ↵Felix Fietkau
luci checkout's top level directory if the package subdirectory is symlinked
2008-06-28* lib/sgi-cgi, lib/sgi-webuci: Enforce HTTP standardsSteven Barth
2008-06-28* lib/core: Fixed wrong argument order for luci.user.checkpasswdSteven Barth
2008-06-28use ldflags in sgi-webuci linkingFelix Fietkau
2008-06-28* libs/httpd: Fixed a problem with empty sources in filehandlerSteven Barth
2008-06-28* Fixed last commitSteven Barth
2008-06-28* libs/httpd: Added Cache-Control header to LuCISteven Barth
* libs/httpd: Added Server-Header
2008-06-28* libs/http: add Date header for 304 responsesJo-Philipp Wich
2008-06-28* libs/http: fix header handling in conditionals.luaJo-Philipp Wich
* libs/httpd: add support for RFC2616 / 14.24 - 14.28 in file handler, add Date and Expires headers to luci handler
2008-06-28* libs/web: Switched from HTTP-Basic-Auth to Session-AuthSteven Barth
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci
2008-06-28* libs/http: prepare support for RFC2616 / 14.24 - 14.28Jo-Philipp Wich
2008-06-27* libs/http: removed caching in http.protocol.dateJo-Philipp Wich
2008-06-27* libs/web: Prepare session authenticationSteven Barth
2008-06-27* Updated thankyou documentsSteven Barth
2008-06-26* libs/http: implement caching in http.protocol.dateJo-Philipp Wich