]> git.ipfire.org Git - people/ms/libloc.git/history - src/lua/network.c
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / lua / network.c
2024-04-06  Michael Tremerlua: Add function that returns subnets of a network
2024-04-06  Michael Tremernetwork: Add function to return a reverse pointer for...
2024-03-31  Michael Tremerlua: Add compatibility function to compile with Lua...
2024-02-22  Michael Tremerlua: network: Implement checking flags
2024-02-22  Michael Tremerlua: Don't try to free memory that was allocated by Lua
2024-02-22  Michael Tremerlua: Fix calling methods that belong to an object
2024-02-22  Michael Tremerlua: network: Add a __close method
2024-02-22  Michael Tremerlua: Actually return a network after lookup()
2024-02-22  Michael Tremerlua: Add a Network object