index
:
openwrt/luci
firewall-forwards-empty
link-local-neigh
master
multiplipv6prefixes
routes-proto
routes-proto-old
tayga
tayga-old
upstream
OpenWrt Configuration Interface
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libs
/
core
/
luasrc
/
ip.lua
Age
Commit message (
Expand
)
Author
2012-01-01
libs/core: remove various uses of global vars in luci.ip
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
2009-08-04
libs/core: fix loading of nixio.bit in luci.ip
Jo-Philipp Wich
2009-08-01
[PATCH] make luci.ip.IPvX a bit more forgiving
Jo-Philipp Wich
2008-12-27
libs/ip: return a copy of given tables in __mask16() to avoid destroying them...
Jo-Philipp Wich
2008-11-29
libs/core/ip: optmizations
Jo-Philipp Wich
2008-11-26
libs/core/ip: fix host() method
Jo-Philipp Wich
2008-11-26
libs/core/ip: fix prefix length handling in Hex() constructor
Jo-Philipp Wich
2008-08-09
* luci/libs: In luci.ip: __array16() does assert() already, so drop redundant...
Jo-Philipp Wich
2008-08-09
* luci/libs: add missing parameter documentation for prefix() in luci.ip
Jo-Philipp Wich
2008-08-09
* luci/libs: updated documentation for luci.ip to use new features of luadoc
Jo-Philipp Wich
2008-08-09
* luci/libs: fixed documentation for broadcast() in luci.ip
Jo-Philipp Wich
2008-08-09
* luci/libs: added broadcast(), minhost() and maxhost() to luci.ip, allow var...
Jo-Philipp Wich
2008-08-08
* luci/libs: Damn, I should take english lessons ... corrected typos in inlin...
Jo-Philipp Wich
2008-08-08
* luci/libs: added inline documentation and luci.ip.cidr.sub() to luci.ip; al...
Jo-Philipp Wich
2008-08-08
* luci/libs: properly handle overflows in luci.ip.add()
Jo-Philipp Wich
2008-08-08
* luci/libs: fix off-by-one bug in luci.ip
Jo-Philipp Wich
2008-08-08
* luci/libs: fixed contains() in luci.ip
Jo-Philipp Wich
2008-08-08
libs/core: Cleaned up luci.sys in favor of the new luci.ip module
Steven Barth
2008-08-08
* luci/libs: add assert() to contains() in luci.ip
Jo-Philipp Wich
2008-08-08
* luci/libs: fixed big endian in Hex() constructor
Jo-Philipp Wich
2008-08-08
* luci/libs: added Hex() constructor to luci.ip
Jo-Philipp Wich
2008-08-07
* libs/core/ip: save a redundant object in compare()
Jo-Philipp Wich
2008-08-07
lib/core: luci.ip: Added more sanity checks and optimizations
Steven Barth
2008-08-07
libs/core: Taught luci.ip how to use netmasks and smaller syntax sugars
Steven Barth
2008-08-07
* luci/libs/ip: fix add()
Jo-Philipp Wich
2008-08-07
* luci/libs: add preliminary ip calculation library
Jo-Philipp Wich