summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2008-07-06* libs/web: Fixed translation handlingSteven Barth
2008-07-06* libs/web: Prepare entry for french translationSteven Barth
2008-07-06libs/cbi: Fixed rendering of checkbox and radiobox-based widgetsSteven Barth
2008-07-06libs/cbi: Use labels instead of divs for field titlesSteven Barth
2008-07-06* libs/uci: Added function get_statevalueSteven Barth
2008-07-05* luci/libs: make treatment of "+" conditional in http.protocol ("+" should ↵Jo-Philipp Wich
not be decoded by urldecode) * luci/https: fix breakage introduced by "+" decoding
2008-07-05libs/core: Fixed luci.util.splitSteven Barth
2008-07-05libs/http: Added handling of "+" in luci.http.protocl.urldecodeSteven Barth
2008-07-04* luci: fixup svn propertiesJo-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-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* 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* libs/core: Made luci.util.strip_bytecode forward-compatible to upcoming ↵Steven Barth
OpenWRT Lua-changes
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-28* libs/http: added support for directory listingsJo-Philipp Wich
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-26* libs/http: implement caching in http.protocol.dateJo-Philipp Wich
2008-06-26* libs/httpd: Removed a debug functionSteven Barth
2008-06-26* libs/httpd: Rewrote daemon controller to increase performanceSteven Barth
2008-06-26* libs/httpd: added ETag, Date, Content-Type and Last-Modified header ↵Jo-Philipp Wich
support to file handler
2008-06-26* libs/http: removed debugging prints from http.protocol.dateJo-Philipp Wich
2008-06-26* libs/http: require luci.util in http.protocol.mimeJo-Philipp Wich