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-ptmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-10
/
+10
*
ptmgr: Use impl_standard_builder for TransportConfig
Nick Mathewson
2024-04-02
1
-1
/
+3
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-10
/
+10
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Run "fixup-features" in preparation for next release.
Nick Mathewson
2024-03-28
1
-1
/
+1
*
tor-ptmgr: Comment fixes
gabi-250
2024-03-14
2
-2
/
+2
*
Move comment from factory_for_transport.
Nick Mathewson
2024-03-14
1
-21
/
+21
*
Clean up parts of the ptmgr docs that assume managed pts
Nick Mathewson
2024-03-14
2
-4
/
+8
*
Teach get_cmethod_for_transport to handle unmanaged transports.
Nick Mathewson
2024-03-14
2
-3
/
+23
*
Lightly refactor get_cmethod_for_transport
Nick Mathewson
2024-03-14
1
-40
/
+41
*
Rename cmethods => managed_cmethods
Nick Mathewson
2024-03-14
1
-7
/
+11
*
Extract cmethod lookup from factory_for_transport.
Nick Mathewson
2024-03-14
1
-59
/
+77
*
Adapt TransportConfig to support unmanaged transports.
Nick Mathewson
2024-03-14
2
-8
/
+75
*
Rename ManagedTransportConfig to TransportConfig.
Nick Mathewson
2024-03-14
2
-10
/
+10
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
2
-2
/
+4
|
\
|
*
ptmgr: Use Itertools directly.
Nick Mathewson
2024-03-13
2
-1
/
+2
|
*
ptmgr: reformat Cargo.toml
Nick Mathewson
2024-03-13
1
-1
/
+2
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
Use tor_basic_utils::PathExt::display_lossy
Ian Jackson
2024-03-05
2
-1
/
+3
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
tor-ptmgr: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
*
Bump patch versions *with* dependency update
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-6
/
+6
*
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
-3
/
+3
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-5
/
+5
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-4
/
+4
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-2
/
+2
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-2
/
+2
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
Merge branch 'todo-not-hss' into 'main'
Alexander Færøy
2023-10-22
1
-1
/
+1
|
\
|
*
Remove an "HSS" from a "TODO HSS" comment in ptmgr
Nick Mathewson
2023-10-16
1
-1
/
+1
*
|
tor-ptmgr: Handle unsupported escapes
Emil Engler
2023-10-17
1
-1
/
+8
|
/
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-ptmgr
Ian Jackson
2023-10-11
2
-1
/
+2
*
Remove semver.md files now that 1.1.9 is out.
Nick Mathewson
2023-10-02
1
-1
/
+0
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-3
/
+3
*
Add semver.md to document error renaming
Saksham Mittal
2023-09-14
1
-0
/
+1
*
Resolve ClientTransportLaunched and ServerTransportLaunched in different arms
Saksham Mittal
2023-09-13
1
-24
/
+26
*
Rename ClientTransportGaveError to TransportGaveError
Saksham Mittal
2023-09-13
2
-4
/
+4
*
Deduplicate ClientTransportLaunched and ServerTransportLaunched
Saksham Mittal
2023-09-11
1
-106
/
+135
*
Deduplicate ClientTransportFailed and ServerTransportFailed
Saksham Mittal
2023-09-11
1
-22
/
+11
*
Import sealed module to avoid syntactic vinegar
Saksham Mittal
2023-09-11
1
-14
/
+15
*
tor-ptmgr: Test for empty values
Emil Engler
2023-09-07
1
-0
/
+7
[next]