]> git.ipfire.org Git - people/ms/libloc.git/history - src
importer: Fix SyntaxWarning about regular expressions
[people/ms/libloc.git] / src /
8 days ago  Michael Tremerimporter: Fix SyntaxWarning about regular expressions master
2025-06-27  Michael Tremerdatabase: Fix backtracking after no match was found...
2025-06-27  Michael Tremerpython: Cleanup the switch statement
2025-04-07  Valters Jansonstests: Ensure loc_database_lookup finds a match
2025-03-10  Michael Tremeraddress: Fix endianess problem when fetching octets...
2025-03-10  Michael Tremerdatabase: Correctly check return value of dup()
2025-03-10  Michael Tremernetwork: Remove dead assignment
2025-03-10  Michael TremerFix string formatting issues on 32 bit systems
2025-03-06  Michael Tremerpython: Fix unintended fallthrough
2025-03-06  Michael Tremerpython: Fix type for keyword lists
2025-03-06  Michael Tremerlua: Perform formatting string sanitization
2025-03-06  Michael Tremertree: Replace bitfields with flags to mark deleted...
2025-03-06  Michael Tremerlog: Perform formatting string sanitation when logging...
2025-03-06  Michael Tremertests: Constify path to open in database test
2025-03-06  Michael Tremeraddress: Never pass zero to __builtin_ctz
2025-03-06  Michael TremerFix all sorts of string formatting issues
2025-03-06  Michael Tremertests: Make bit length mismatch message clearer
2025-03-06  Michael Tremertree: Try harder to merge networks
2025-03-06  Michael Tremertree: Add network to the stack after we have tried...
2025-03-06  Stefan Schantlperl: Return nothing in case invalid data has been...
2025-01-10  Michael Tremerimporter: Don't import /4 or /10 networks from the...
2025-01-06  Michael Tremerimporter: Ignore any sudden disconnects when we fetch...
2024-10-02  Michael Tremerimporter: Update a few AWS locations
2024-09-26  Michael Tremerperl: Fix a couple of NULL-pointer derefences in the...
2024-09-26  Michael Tremerlibloc: Refactor summarizing IP address ranges
2024-06-19  Michael Tremerimporter: Ensure that we set timestamps in the announce...
2024-05-22  Michael Tremerlua: Fix raising an exception if no network was found
2024-05-22  Michael Tremerdatabase: Have the lookup function return 0 even if...
2024-05-22  Michael Tremerlua: Implement setting a log callback function
2024-05-22  Michael Tremerlibloc: Allow passing a pointer to the log callback
2024-05-21  Michael TremerRevert "database: Re-open the file handle in r+ mode"
2024-05-21  Michael Tremerlua: Initialize the database object pointer
2024-05-11  Michael Tremerdatabase: Re-open the file handle in r+ mode
2024-05-11  Michael Tremerwriter: Move the cursor back to end when finished writing
2024-05-11  Michael Tremerwriter: Fail if the header could not be written success...
2024-04-11  Michael Tremerimporter: Drop EDROP as it has been merged into DROP
2024-04-08  Michael Tremerlua: Add method to access database creation time
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-04-06  Michael Tremeraddress: Add functions to access a specific byte/nibble...
2024-04-05  Michael Tremerlua: Cleanup any database iterators
2024-04-05  Michael Tremerlua: Create a simple iterator for all networks
2024-04-05  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 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 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
next