Age | Commit message (Expand) | Author |
2011-08-13 | libs/core: fallback to trunk version | Jo-Philipp Wich |
2011-08-12 | libs/web: add _() function to dispatcher, used for marking translatable menu ... | Jo-Philipp Wich |
2011-08-12 | libs/web: eliminate another uneeded require in dispatcher | Jo-Philipp Wich |
2011-08-12 | libs/web: optimize access to translate() api by directly reusing the luci.i18... | Jo-Philipp Wich |
2011-08-12 | [PATCH] Allow smarter node creation based on visibility during createtree | Jo-Philipp Wich |
2011-08-12 | [PATCH] Wasted memory use storing path copies in node tree | Jo-Philipp Wich |
2011-08-12 | libs/nixio: add missing file in previous commit, revert unrelated change | Jo-Philipp Wich |
2011-08-12 | libs/nixio: implement getproto(), getprotobyname() and getprotobynumber() | Jo-Philipp Wich |
2011-08-11 | libs/lucid: fix process function leak (#285) | Jo-Philipp Wich |
2011-08-11 | libs/nixio: allow building without shadow password support | Jo-Philipp Wich |
2011-08-11 | libs/nixio: fix possible issue with nonblocking bind() | Jo-Philipp Wich |
2011-07-22 | libs/lucid: perform full gc cycle prior to forking, massively improves memory... | Jo-Philipp Wich |
2011-07-21 | libs/web: more verbose faults | Jo-Philipp Wich |
2011-07-20 | libs/web: make dispatcher faults more verbose | Jo-Philipp Wich |
2011-07-18 | libs/web: fix index cache rebuild triggering (#275) | Jo-Philipp Wich |
2011-07-17 | libs/nixio: Fix recvfrom() return values for unnamed unix sockets, patch by c... | Jo-Philipp Wich |
2011-07-11 | libs/core: fix multiple errors in zone delete handling of firewall model | Jo-Philipp Wich |
2011-06-25 | libs/httpclient: return server response line in error case (#249) | Jo-Philipp Wich |
2011-06-23 | libs/ipkg: capture stdout, stderr when running opkg commands | Jo-Philipp Wich |
2011-06-17 | libs/web: add new datatypes min(...), max(...) and neg_network_ip4addr | Jo-Philipp Wich |
2011-06-01 | libs/core: Allow the use of commands with arguments or of multiple commands f... | Manuel Munz |
2011-05-21 | libs/sys: redirect stdout to /dev7null when calling initscripts | Jo-Philipp Wich |
2011-05-04 | libs/web: remove license comments from cbi templates, saves around 50% of the... | Jo-Philipp Wich |
2011-05-03 | libs/web: fix another invalid entity | Jo-Philipp Wich |
2011-05-03 | trunk: s/ / /g | Jo-Philipp Wich |
2011-04-17 | libs/json: Fix a typo and a logic error in json.lua to make luci.json.encode(... | Jo-Philipp Wich |
2011-04-13 | luci-firewall: Add support for negations for ip addresses/nets (#218) | Manuel Munz |
2011-03-17 | libs/web: fix "port" datatype to allow port 0 | Jo-Philipp Wich |
2011-03-13 | libs/sys: ignore TIME_WAIT connections in luci.sys.net.conntrack() | Jo-Philipp Wich |
2011-03-13 | libs/web: explicitely cast input value of %m pattern to float in order to avo... | Jo-Philipp Wich |
2011-03-13 | libs/core: add luci.model.network.wifinet.id() | Jo-Philipp Wich |
2011-03-13 | libs/core: add txpower() and country() to luci.model.network.wifinet | Jo-Philipp Wich |
2011-03-13 | libs/web: add %m pattern to String.format() | Jo-Philipp Wich |
2011-03-12 | libs/sys: disregard ::/0 routes on "lo" in luci.sys.net.defaultroute6() | Jo-Philipp Wich |
2011-03-11 | libs/core: allow resolving of virtual interfaces via get_interface(), should ... | Jo-Philipp Wich |
2011-03-05 | libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke <kl... | Jo-Philipp Wich |
2011-02-26 | libs/core: make general network model aware of the relay pseudo bridge protocol | Jo-Philipp Wich |
2011-02-20 | libs/core: mark radvd as affected by network restarts | Jo-Philipp Wich |
2011-02-20 | libs/core: ensure that luci.model.network.network._ip() always returns a tabl... | Jo-Philipp Wich |
2011-02-14 | libs/sys: Filter model string from /proc/diag/model | Manuel Munz |
2011-02-14 | libs/sys: better handle bogomips parsing | Jo-Philipp Wich |
2011-02-12 | web: Relax hostname validation for length | Manuel Munz |
2011-02-12 | libs/sys: fix call to nixio.uname() | Jo-Philipp Wich |
2011-02-12 | libs/sys: fix parsing of model and cpu info, consider 2000::/3 as IPv6 defaul... | Jo-Philipp Wich |
2011-02-12 | libs/core: use is6linklocal() | Jo-Philipp Wich |
2011-02-12 | libs/core: whitespace fix in previous commit | Jo-Philipp Wich |
2011-02-12 | libs/core: add is4linklocal(), is4rfc1918() and is6linklocal() to luci.ip | Jo-Philipp Wich |
2011-02-12 | web: Improve hostname validation | Manuel Munz |
2011-02-11 | libs/core: add new convenience functions to luci.model.network | Jo-Philipp Wich |
2011-02-06 | libs/core: fix lookups bridge interface -> network in luci.model.network | Jo-Philipp Wich |