]> git.ipfire.org Git - people/ms/libloc.git/history - src/lua/database.c
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / lua / database.c
2024-04-08  Michael Tremerlua: Add method to access database creation time
2024-04-05  Michael Tremerlua: Cleanup any database iterators
2024-04-05  Michael Tremerlua: Create a simple iterator for all networks
2024-03-31  Michael Tremerlua: Don't raise an error if a network cannot be found
2024-03-31  Michael Tremerlua: Add compatibility function to compile with Lua...
2024-02-22  Michael Tremerlua: database: Implement verify()
2024-02-22  Michael Tremerlua: database: Export description/license/vendor
2024-02-22  Michael Tremerlua: database: Implement fetching countries
2024-02-22  Michael Tremerlua: database: Implementing fetching AS objects
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: database: Add __close method
2024-02-22  Michael Tremerlua: database: Rename the __gc method for consistency
2024-02-22  Michael Tremerlua: Actually return a network after lookup()
2024-02-22  Michael Tremerlua: Add a Network object
2024-02-22  Michael Tremerlua: Add a Database object with a dummy lookup function