summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2009-03-03nixio:Steven Barth
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance
2009-03-02Fix header generatorSteven Barth
2009-03-02Set method to POST if we have postdata and no other method is setSteven Barth
2009-03-02httpclient: default content-type for post data isSteven Barth
"application/x-www-form-urlencoded"
2009-02-28More splicing stuffSteven Barth
2009-02-27Add Makefile definitions for http-clientSteven Barth
2009-02-27nixio: Fixes, use POSIX calls for file i/oSteven Barth
httpclient: resume support, splice() support, cookie support
2009-02-26Introduce luci.dispatcher.get(...) which works like node(...) but doesSteven Barth
not disable the autocreated flag and does not overwrite the target controller so that call()-targets won't loose their binding to their controller
2009-02-26Enable stack tracebacks for 500 errorsSteven Barth
2009-02-26Add GUI for 802.11sSteven Barth
2009-02-24nixio: Finetuning of TLS-supportSteven Barth
httpclient: HTTPS support axTLS: enable diagnostic mode
2009-02-24applications/luci-asterisk:Jo-Philipp Wich
- initial dialplan management - disabled uci scheme - improved context handling in sip and trunk settings
2009-02-23Fix option dependencies, this was lost in some IE fixing stuffSteven Barth
2009-02-23nixio:Steven Barth
Reogranize TLS headers Fix TLS receive buffer workaround for axTLS Add support for flock()
2009-02-22More compat fixesSteven Barth
2009-02-22Remove some crapSteven Barth
Add compatiblity for older uclibc versions
2009-02-22Add axTLS sourcecodeSteven Barth
2009-02-22NIXIO: TLS-Support, bugfixesSteven Barth
2009-02-21Sync with OpenWrtSteven Barth
2009-02-20Fixes UVLdoc generation, thanks ffrrrr (closes #49)Steven Barth
2009-02-20applications/luci-splash: prevent duplicate firewall rules after bootJo-Philipp Wich
2009-02-20applications/luci-ffwizard-leipzig: fix dhcp splash network configurationJo-Philipp Wich
2009-02-20applications/luci-ffwizard-leipzig: tune tcp defaultsJo-Philipp Wich
2009-02-20applications/luci_splash: fix restart of luci-splashdJo-Philipp Wich
2009-02-20applications/luci-splash: yet another bunch of firewall fixes, improved ↵Jo-Philipp Wich
handling of luci_splash restarts
2009-02-20applications/luci-splash: firewall fixesJo-Philipp Wich
2009-02-19applications/luci-splash: remove debugging code from splashdJo-Philipp Wich
2009-02-19applications/luci-splash: implement alias interface support in luci-splashdJo-Philipp Wich
2009-02-19applications/luci-splash: fix redirections and form targetsJo-Philipp Wich
2009-02-19applications/luci-splash: fix crash in splashdJo-Philipp Wich
2009-02-18More nixio fixes, initial httpclientSteven Barth
2009-02-17libs/ipkg: use -force-defaults to ensure non-interactive executionJo-Philipp Wich
2009-02-16contrib/package: make luci-app-statistics depend on a few collectd pluginsJo-Philipp Wich
applications/luci-statistics: implement a workaround for broken permissions on /tmp
2009-02-15More nixio fixesSteven Barth
2009-02-15applications/luci-ffwizard-leipzig: fix typo in firewall rulesJo-Philipp Wich
2009-02-15applications/luci-ffwizard-leipzig: also allow dns trafficJo-Philipp Wich
2009-02-14nixio: +performanceSteven Barth
2009-02-14nixio: added sendfile(), return false instead of nil for EWOULDBLOCKSteven Barth
2009-02-12nixio nextSteven Barth
splice() still does not work correctly
2009-02-10nixio + io = nix2ioSteven Barth
2009-02-09libs/web: don't send Status: 500 in error500() if header is already sentJo-Philipp Wich
modules/admin-core: include template header only once
2009-02-08Use poll() instead of select()Steven Barth
Reintroduce nanosleep()
2009-02-08modules/admin-full:Jo-Philipp Wich
- translate i18n fallbacks to english in status controller - bump copyright year in iptables and interfaces templates - remove redundant fieldsets from iptables page and nuke a left-over code
2009-02-08modules/admin-full: implement interface status pageJo-Philipp Wich
i18n/english: add required strings for interface status
2009-02-08nixio linux IO/socket api (incomplete / WIP)Steven Barth
2009-02-08modules/admin-full: implement iptables status pageJo-Philipp Wich
i18n/english: resync xml, add strings for iptables page libs/sys/iptparser: implement chain() and is_custom_target()
2009-02-08libs/sys/iptparser: remove typo, bump copyright yearJo-Philipp Wich
2009-02-08libs/sys/iptparser: import required functionsJo-Philipp Wich
2009-02-08libs/sys/iptparser:Jo-Philipp Wich
- rewrite inline documentation to luadoc - utilize luci.ip for source and destination comparisations
2009-02-04Fix Wifi-Client mode for devices without standard default network configurationSteven Barth