index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pending semver entries
arti-v1.1.12
Nick Mathewson
2024-01-09
1
-1
/
+0
*
Followup patchlevel bumps
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-4
/
+4
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-12
/
+12
*
Merge branch 'fixup-features-20240108' into 'main'
Nick Mathewson
2024-01-09
1
-1
/
+1
|
\
|
*
Run "fixup-features" in preparation for release.
Nick Mathewson
2024-01-08
1
-1
/
+1
*
|
dirmgr: Make the `dir_mgr_config` method public
Emil Engler
2024-01-09
1
-2
/
+2
|
/
*
clippy nightly: For now, locally allow implied_bounds_in_impls
Ian Jackson
2024-01-02
1
-0
/
+2
*
clippy nightly: For now, locally allow blocks_in_conditions
Ian Jackson
2024-01-02
1
-0
/
+1
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
1
-1
/
+1
*
tor-persist: Provide FsMistrustErrorExt, and use it
Ian Jackson
2023-12-13
2
-7
/
+3
*
upgrade to toml 0.8.8
Nick Mathewson
2023-12-05
1
-1
/
+3
*
Merge branch 'dirs' into 'main'
gabi-250
2023-12-04
4
-9
/
+10
|
\
|
*
tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dir
Ian Jackson
2023-12-04
4
-9
/
+10
*
|
Two more patchlevel bumps
Nick Mathewson
2023-12-04
1
-1
/
+1
*
|
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-11
/
+11
*
|
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-6
/
+6
|
/
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
Upgrade to event-listener 4
Nick Mathewson
2023-11-27
1
-1
/
+1
|
/
*
Require a more up-to-date version of time.
Nick Mathewson
2023-11-15
1
-1
/
+1
*
Upgrade to rusqlite 0.30.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-4
/
+4
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-7
/
+7
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
Upgrade to memmap2 0.9.0
Nick Mathewson
2023-10-17
1
-1
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-dirmgr
Ian Jackson
2023-10-11
3
-2
/
+4
*
tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider
Ian Jackson
2023-10-03
1
-7
/
+7
*
Bump tor-dirclient patchlevel, since its dependency changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-3
/
+3
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-6
/
+6
*
Run "fixup-features" on arti crates.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Upgrade memmap2 dependency to 0.8.0
Nick Mathewson
2023-09-28
1
-1
/
+1
*
Upgrade event_listener dependency to 3.0.0
Nick Mathewson
2023-09-28
2
-2
/
+2
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
2
-1
/
+11
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+1
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-10
/
+10
*
Minor-version bumps for crates with breaking changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
12
-0
/
+12
*
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-1
/
+1
*
tor-dirclient: Make Requestable return requests with String bodies.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-dirclient: Make the body type of a `Requestable` type configurable.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-dirclient: Rename download() to send_request() (fmt).
Gabriela Moldovan
2023-08-16
1
-1
/
+5
*
tor-dirclient: Rename download() to send_request().
Gabriela Moldovan
2023-08-16
1
-2
/
+2
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-8
/
+8
[next]