summaryrefslogtreecommitdiff
path: root/crates/tor-geoip
Commit message (Expand)AuthorAgeFilesLines
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-2/+2
* tor-geoip: Fix a doc warningIan Jackson2023-07-211-1/+1
* Merge branch 'cc_niche' into 'main'Nick Mathewson2023-07-201-5/+37
|\
| * geoip: Use from_raw_parts instead of transmute.gabi-2502023-07-131-1/+5
| * geoip: Enable the niche optimization for CountryCode.Nick Mathewson2023-07-071-5/+33
* | geoip: Add derive macros to GeoipDbjuga2023-07-181-0/+1
* | geoip: Allow ASNs as zeros when creating NetDefnjuga2023-07-181-6/+2
* | Add country codes to relays inside a NetDireta2023-07-131-0/+41
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
|/
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-1/+1
* Resolve XXXs from fixup-features.Nick Mathewson2023-06-291-4/+1
* Run "cargo sort".Nick Mathewson2023-06-291-1/+0
* Run "fixup-features".Nick Mathewson2023-06-291-0/+5
* geoip: conditionalise a testIan Jackson2023-06-281-0/+1
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lints (again)Ian Jackson2023-06-211-0/+2
* | geoip: Add a few more tests.Nick Mathewson2023-06-201-1/+59
* | geoip: Explain in more detail what a CountryCode is to us.Nick Mathewson2023-06-201-1/+14
* | geoip: require that ccs actually are printable ascii.Nick Mathewson2023-06-201-3/+8
* | geoip: Make ?? a little more bullet-proofNick Mathewson2023-06-203-5/+51
|/
* tor-geoip: Add new crate with GeoIP database functionalityeta2023-06-206-0/+293548