summaryrefslogtreecommitdiff
path: root/crates/tor-geoip
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-1/+1
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-1/+1
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-1/+1
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-1/+1
* remove unused dependenciestrinity-1686a2024-04-021-2/+1
* 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