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-config-path
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-4
/
+4
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-4
/
+4
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-4
/
+4
*
tor-config-path: Fix another Windows warning
Tobias Stoeckmann
2025-08-25
1
-0
/
+1
*
Upgrade to toml-0.9.5.
Nick Mathewson
2025-08-18
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
3
-5
/
+9
*
Merge branch 'msrv-1.85' into 'main'
Nick Mathewson
2025-08-05
1
-1
/
+1
|
\
|
*
Set MSRV to 1.85.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
|
Merge branch 'windows_warnings' into 'main'
opara
2025-08-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix Windows compile warnings
Tobias Stoeckmann
2025-08-05
1
-0
/
+2
*
|
Version bumps for 1.4.6
Ian Jackson
2025-08-05
1
-4
/
+4
|
/
*
config-path, dirmgr, general-addr: Remove unnecessary parentheses.
Gabriela Moldovan
2025-07-15
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.32.0.
Gabriela Moldovan
2025-07-07
1
-4
/
+4
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-config-path: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
3
-9
/
+8
*
release: Bump all tor-/arti- crates to 0.31.0.
Alexander Hansen Færøy
2025-06-05
1
-4
/
+4
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-1
/
+7
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-4
/
+4
*
Remove semver.md files post-release.
Gabriela Moldovan
2025-04-01
1
-6
/
+0
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-4
/
+4
*
AF_UNIX terminology: Rename two error structs
Ian Jackson
2025-03-24
1
-4
/
+4
*
AF_UNIX terminology: Rename two error variants
Ian Jackson
2025-03-24
2
-3
/
+9
*
Fix AF_UNIX terminology in docs, comments, and error messages
Ian Jackson
2025-03-24
1
-8
/
+8
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-4
/
+4
*
Upgrade to directories 6
Nick Mathewson
2025-02-26
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-4
/
+4
*
Upgrade to dirs 6
Ian Jackson
2025-02-05
1
-1
/
+1
*
Fix not(unix) build error introduced in cb090c7b4c.
Alexander Hansen Færøy
2025-01-26
1
-2
/
+2
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-4
/
+4
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
arti_client_paths: Clean up documentation.
Nick Mathewson
2024-12-09
1
-4
/
+7
*
Move base CfgPathResolver for arti-client back to tor-config-path.
Nick Mathewson
2024-12-09
3
-1
/
+147
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-4
/
+4
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
CfgAddr: Function to check whether substitutions apply
Nick Mathewson
2024-11-19
1
-0
/
+10
*
tor-config-path: Note an unused error variant
Nick Mathewson
2024-11-19
1
-0
/
+2
*
tor-config-path: add more documentation to `CfgPathResolver`
Steven Engler
2024-11-18
1
-0
/
+9
*
tor-config-path: remove `Option` from resolver value
Steven Engler
2024-11-18
1
-13
/
+18
*
arti-client: moved two tests from tor-config-path
Steven Engler
2024-11-18
1
-23
/
+0
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
2
-105
/
+90
*
tor-config-path: begin using the `CfgPathResolver`
Steven Engler
2024-11-18
1
-20
/
+28
*
tor-config-path: add unused `CfgPathResolver`
Steven Engler
2024-11-18
1
-1
/
+60
*
tor-config-path: moved 'impl Display for CfgPath' block
Steven Engler
2024-11-18
1
-9
/
+9
*
tor-config-path: moved two tests
Steven Engler
2024-11-18
1
-35
/
+35
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
[next]