]> git.ipfire.org Git - people/ms/libloc.git/history
people/ms/libloc.git
6 days ago  Michael Tremerimporter: Drop EDROP as it has been merged into DROP master
9 days ago  Michael Tremerlua: Add method to access database creation time
11 days ago  Michael Tremerlua: Add function that returns subnets of a network
11 days ago  Michael Tremernetwork: Add function to return a reverse pointer for...
11 days ago  Michael Tremertests: Set LD_LIBRARY_PATH
11 days ago  Michael Tremeraddress: Add functions to access a specific byte/nibble...
12 days ago  Michael Tremerlua: Cleanup any database iterators
12 days ago  Michael Tremerlua: Create a simple iterator for all networks
12 days ago  Michael Tremertests: Fix bit length tests
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-03-22  Michael Tremertests: Add tests for #13236
2024-03-22  Michael Tremernetwork: Fix handling bit length on merge
2024-03-22  Michael Tremeraddress: Fix bit length calculation
2024-03-19  Michael Tremerimporter: Permit Geofeeds for everything instead of...
2024-03-18  Michael Tremerimporter: Drop even more indexes
2024-03-18  Michael Tremerimporter: Drop any indexes we no longer need
2024-03-18  Michael Tremerimporter: Make the export 200x faster
2024-03-18  Michael Tremerimporter: Replace all GIST indexes with SP-GIST
2024-03-18  Michael Tremerimporter: ANALYZE all tables before we are running...
2024-03-16  Michael Tremerimporter: Remove more traces of the Geofeed overrides...
2024-03-12  Michael Tremerimporter: Convert networks back to string
2024-03-12  Michael Tremerimporter: Allow storing multiple Geofeeds for the same...
2024-03-12  Michael Tremerimporter: Currently update the source when encountering...
2024-03-12  Michael Tremerimporter: Unify the way we check Geofeed URLs
2024-03-12  Michael Tremerimporter: Import Geofeed overrides with other Geofeeds
2024-03-07  Michael Tremerimporter: Remove a debugging line
2024-03-07  Michael Tremerimporter: Convert the file handle to text before passin...
2024-03-07  Michael Tremerimporter: Fix another variable error in CSV parser
2024-03-07  Michael Tremerimporter: Skip ASN lines in extended format
2024-03-07  Michael Tremerimporter: Fix another incorrect variable name
2024-03-07  Michael Tremerimporter: Fix incorrect variable name
2024-03-07  Michael Tremerimporter: Use database pipelining when parsing feeds
2024-03-07  Michael Tremerimporter: Timeout if fetching a Geofeed takes longer...
2024-03-07  Michael Tremerimporter: Wrap everything into asyncio
2024-03-07  Michael Tremerdatabase: Create a connection pool for async operation
2024-03-06  Michael Tremerimporter: Ignore comments in Geofeeds
2024-03-06  Michael Tremerimporter: Check imported Geofeed override URLs
2024-03-06  Michael Tremerimporter: Add structure to add Geofeed overrides
2024-03-06  Michael Tremertree: Don't check if we need to fill the stack
2024-03-06  Michael Tremertree: Be smarter when removing networks from the stack
2024-03-06  Michael Tremertree: Fix memory leak in dedup code
2024-03-04  Michael TremerAdd README.md
2024-03-04  Michael TremerUpdate translations
2024-03-04  Michael Tremerimporter: Merge the downloader into our main downloader
2024-03-04  Michael Tremerimporter: Move the split functions into the main importer
2024-03-04  Michael Tremerdatabase: Migrate to psycopg3
2024-03-04  Michael Tremerimporter: No longer import Geofeeds concurrently
2024-03-04  Michael Tremerimporter: Drop the geofeed sources when updating RIR...
2024-03-04  Michael Tremerimporter: Create a better structure to import RIRs
2024-03-04  Michael Tremerimporter: Add option to only import specific RIRs
2024-03-04  Michael Tremerimporter: Also import networks that are smaller than...
2024-03-04  Michael Tremerimporter: Improve checks for unspecified networks
2024-03-04  Michael Tremerimporter: Improve check for network objects
2024-03-04  Michael Tremerimporter: Change country code logic
2024-03-04  Michael Tremerimporter: Skip any countries that we don't know
2024-03-04  Michael Tremerimporter: When storing country codes, make the code...
2024-03-04  Michael Tremerimporter: Return known countries as a set()
2024-03-04  Michael Tremerimporter: Make translating country codes more extensible
2024-03-04  Michael Tremerimporter: Ignore certain country codes
2024-03-04  Michael Tremerimporter: Fail if no countries have been imported, yet
2024-03-04  Michael Tremerimporter: Remove superfluous function call
2024-03-02  Michael Tremerimporter: Use the downloader to import Geofeeds
2024-03-02  Michael Tremerimporter: Drop any data from feeds we no longer support
2024-03-02  Michael Tremerimporter: Drop source field from overrides table
2024-03-02  Michael Tremerimporter: Refactor parsing Spamhaus ASNDROP
2024-03-02  Michael Tremerimporter: Refactor parsing Spamhaus DROP feeds
2024-03-02  Michael Tremerimporter: Add the option to only update one feed
2024-03-02  Michael Tremerimporter: Completely rewrite the AWS parser
2024-03-02  Michael Tremerimporter: Reformat AWS dictionary
2024-03-02  Michael Tremerimporter: Simplify fetching countries
2024-03-02  Michael Tremerimporter: Refactor feed parsing
2024-03-02  Michael Tremerimporter: Create a new subcommand to import feeds
2024-03-02  Michael Tremerimporter: Reformat the large SQL query
2024-03-02  Michael Tremerimporter: Fix typo in SQL query
2024-03-02  Michael Tremerimporter: Import AWS IP feed into the new feeds table
2024-03-02  Michael Tremerimporter: Import Spamhaus DROP feeds into the new feeds...
2024-03-02  Michael Tremerimporter: Don't import any AS names from Spamhaus
2024-03-02  Michael Tremerimporter: Create a feeds table for networks, too
2024-03-02  Michael Tremerimporter: Import the Spamhaus ASN feed into the new...
2024-03-02  Michael Tremerimporter: Create an extra table for feeds
2024-02-23  Michael Tremerimporter: Pass downloader to the ARIN import
2024-02-23  Michael Tremerconfigure: Don't check for Lua when --disable-lua is...
2024-02-22  Michael Tremerlua: network: Implement checking flags
2024-02-22  Michael Tremerlua: Export network flags
2024-02-22  Michael Tremerlua: Export default database path
2024-02-22  Michael Tremerconfigure: Check for luaunit
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: Add AS object
2024-02-22  Michael Tremerlua: country: Export remaining properties
2024-02-22  Michael Tremerlua: Don't try to free memory that was allocated by Lua
2024-02-22  Michael Tremerlua: Force testing garbage collection for countries
2024-02-22  Michael Tremerlua: Create Country objects
2024-02-22  Michael Tremerlua: Force garbage collection to test those methods
2024-02-22  Michael Tremerlua: Check if we can read the network's properties
2024-02-22  Michael Tremerlua: Fix calling methods that belong to an object
2024-02-22  Michael Tremerlua: network: Add a __close method
next