summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-02-28More splicing stuffSteven 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-24nixio: Finetuning of TLS-supportSteven Barth
httpclient: HTTPS support axTLS: enable diagnostic mode
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-20Fixes UVLdoc generation, thanks ffrrrr (closes #49)Steven Barth
2009-02-18More nixio fixes, initial httpclientSteven Barth
2009-02-17libs/ipkg: use -force-defaults to ensure non-interactive executionJo-Philipp Wich
2009-02-15More nixio fixesSteven Barth
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-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-02libs/sys: import missing symbolJo-Philipp Wich
2009-02-01libs/sys: extend luci.sys.hostname() to allow setting a new nameJo-Philipp Wich
modules/admin-{full,mini}: update the hostname at runtime
2009-01-30Fix autodetection for extended language identifiersSteven Barth
2009-01-25libs/core: further fixes for luci.util.pcdata(), fix wrong character range ↵Jo-Philipp Wich
and drop invalid control chars entirely
2009-01-25libs/core: rework luci.util.pcdata() to also escape ascii control charsJo-Philipp Wich
2009-01-21libs/lucittpd: fix format strings in luaplugin.c and log.cJo-Philipp Wich
2009-01-20urldecode path_info before using itSteven Barth
2009-01-20Add utime to luci.fsSteven Barth
2009-01-20libs/cbi: remove workaround for libuciJo-Philipp Wich
2009-01-20libs/cbi:Jo-Philipp Wich
- add workaround for libuci-lua bug when writing list values - compare values against keyllist not vallist when validating StaticList -> fixes StaticList and DynamicList widgets
2009-01-19libs/uci: implement get_bool() to retrive uci variables as boolean valueJo-Philipp Wich
2009-01-18libs/uvl: update inline documentationJo-Philipp Wich
2009-01-17libs/uvl:Jo-Philipp Wich
- allow overriding the config directory in luci.uvl - support --configdir for uvl verify too
2009-01-17Purge abandonend brandsSteven Barth
2009-01-17build: add mkversion.sh helper scriptJo-Philipp Wich
contrib: (re-)generate version.lua at build time libs/core: use version.lua themes: adept header to version.lua, fix css for openwrt.org
2009-01-17Autoapplying on creation / deletion of sections is annoying, disable it.Steven Barth
2009-01-14Automatic language detectionSteven Barth
2009-01-12libs/cbi: implement .sectionhead and .sectiondesc properties to allow ↵Jo-Philipp Wich
labelling the id column in table layouts
2009-01-11libs/cbi: also set id attribute for hidden fieldsJo-Philipp Wich
2009-01-11libs/cbi: add support for hidden form fields in sectionsJo-Philipp Wich
2009-01-09Resolve dependencies when a combobox is updated.Steven Barth
2009-01-04Introduce active (pulling) JSON-DecoderSteven Barth
2009-01-04Add extended dispatching targets, optimize dispatching behaviourSteven Barth
2008-12-27libs/ip: return a copy of given tables in __mask16() to avoid destroying ↵Jo-Philipp Wich
them later