Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-28 | More splicing stuff | Steven Barth | |
2009-02-27 | nixio: Fixes, use POSIX calls for file i/o | Steven Barth | |
httpclient: resume support, splice() support, cookie support | |||
2009-02-26 | Introduce luci.dispatcher.get(...) which works like node(...) but does | Steven 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-26 | Enable stack tracebacks for 500 errors | Steven Barth | |
2009-02-24 | nixio: Finetuning of TLS-support | Steven Barth | |
httpclient: HTTPS support axTLS: enable diagnostic mode | |||
2009-02-23 | Fix option dependencies, this was lost in some IE fixing stuff | Steven Barth | |
2009-02-23 | nixio: | Steven Barth | |
Reogranize TLS headers Fix TLS receive buffer workaround for axTLS Add support for flock() | |||
2009-02-22 | More compat fixes | Steven Barth | |
2009-02-22 | Remove some crap | Steven Barth | |
Add compatiblity for older uclibc versions | |||
2009-02-22 | Add axTLS sourcecode | Steven Barth | |
2009-02-22 | NIXIO: TLS-Support, bugfixes | Steven Barth | |
2009-02-20 | Fixes UVLdoc generation, thanks ffrrrr (closes #49) | Steven Barth | |
2009-02-18 | More nixio fixes, initial httpclient | Steven Barth | |
2009-02-17 | libs/ipkg: use -force-defaults to ensure non-interactive execution | Jo-Philipp Wich | |
2009-02-15 | More nixio fixes | Steven Barth | |
2009-02-14 | nixio: +performance | Steven Barth | |
2009-02-14 | nixio: added sendfile(), return false instead of nil for EWOULDBLOCK | Steven Barth | |
2009-02-12 | nixio next | Steven Barth | |
splice() still does not work correctly | |||
2009-02-10 | nixio + io = nix2io | Steven Barth | |
2009-02-09 | libs/web: don't send Status: 500 in error500() if header is already sent | Jo-Philipp Wich | |
modules/admin-core: include template header only once | |||
2009-02-08 | Use poll() instead of select() | Steven Barth | |
Reintroduce nanosleep() | |||
2009-02-08 | nixio linux IO/socket api (incomplete / WIP) | Steven Barth | |
2009-02-08 | modules/admin-full: implement iptables status page | Jo-Philipp Wich | |
i18n/english: resync xml, add strings for iptables page libs/sys/iptparser: implement chain() and is_custom_target() | |||
2009-02-08 | libs/sys/iptparser: remove typo, bump copyright year | Jo-Philipp Wich | |
2009-02-08 | libs/sys/iptparser: import required functions | Jo-Philipp Wich | |
2009-02-08 | libs/sys/iptparser: | Jo-Philipp Wich | |
- rewrite inline documentation to luadoc - utilize luci.ip for source and destination comparisations | |||
2009-02-02 | libs/sys: import missing symbol | Jo-Philipp Wich | |
2009-02-01 | libs/sys: extend luci.sys.hostname() to allow setting a new name | Jo-Philipp Wich | |
modules/admin-{full,mini}: update the hostname at runtime | |||
2009-01-30 | Fix autodetection for extended language identifiers | Steven Barth | |
2009-01-25 | libs/core: further fixes for luci.util.pcdata(), fix wrong character range ↵ | Jo-Philipp Wich | |
and drop invalid control chars entirely | |||
2009-01-25 | libs/core: rework luci.util.pcdata() to also escape ascii control chars | Jo-Philipp Wich | |
2009-01-21 | libs/lucittpd: fix format strings in luaplugin.c and log.c | Jo-Philipp Wich | |
2009-01-20 | urldecode path_info before using it | Steven Barth | |
2009-01-20 | Add utime to luci.fs | Steven Barth | |
2009-01-20 | libs/cbi: remove workaround for libuci | Jo-Philipp Wich | |
2009-01-20 | libs/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-19 | libs/uci: implement get_bool() to retrive uci variables as boolean value | Jo-Philipp Wich | |
2009-01-18 | libs/uvl: update inline documentation | Jo-Philipp Wich | |
2009-01-17 | libs/uvl: | Jo-Philipp Wich | |
- allow overriding the config directory in luci.uvl - support --configdir for uvl verify too | |||
2009-01-17 | Purge abandonend brands | Steven Barth | |
2009-01-17 | build: add mkversion.sh helper script | Jo-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-17 | Autoapplying on creation / deletion of sections is annoying, disable it. | Steven Barth | |
2009-01-14 | Automatic language detection | Steven Barth | |
2009-01-12 | libs/cbi: implement .sectionhead and .sectiondesc properties to allow ↵ | Jo-Philipp Wich | |
labelling the id column in table layouts | |||
2009-01-11 | libs/cbi: also set id attribute for hidden fields | Jo-Philipp Wich | |
2009-01-11 | libs/cbi: add support for hidden form fields in sections | Jo-Philipp Wich | |
2009-01-09 | Resolve dependencies when a combobox is updated. | Steven Barth | |
2009-01-04 | Introduce active (pulling) JSON-Decoder | Steven Barth | |
2009-01-04 | Add extended dispatching targets, optimize dispatching behaviour | Steven Barth | |
2008-12-27 | libs/ip: return a copy of given tables in __mask16() to avoid destroying ↵ | Jo-Philipp Wich | |
them later |