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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
CHANGELOG: Add missing links.
Gabriela Moldovan
2024-12-02
1
-0
/
+6
|
*
|
CHANGELOG: Remove unnecessary links.
Gabriela Moldovan
2024-12-02
1
-2
/
+2
|
*
|
CHANGELOG: Note some more breaking changes.
Gabriela Moldovan
2024-12-02
1
-0
/
+6
|
*
|
Initial changelog for 1.3.1.
Gabriela Moldovan
2024-12-02
1
-0
/
+173
|
/
/
*
|
Merge branch 'fixup-features' into 'main'
gabi-250
2024-12-02
10
-7
/
+31
|
\
\
|
*
|
Fix several Cargo.tomls to satisfy cargo-sort.
Gabriela Moldovan
2024-12-02
3
-3
/
+2
|
*
|
tor-proto: Make bench an experimental feature.
Gabriela Moldovan
2024-12-02
1
-3
/
+2
|
*
|
Run fixup-features in preparation for release (fmt).
Gabriela Moldovan
2024-12-02
8
-8
/
+32
|
*
|
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-12-02
10
-9
/
+11
|
/
/
*
|
Merge branch 'cargo-update' into 'main'
gabi-250
2024-11-28
5
-304
/
+534
|
\
\
|
*
|
Run cargo update post-bumps.
Gabriela Moldovan
2024-11-28
1
-3
/
+3
|
*
|
tor-rpc-connect: Bump thiserror to 2.
Gabriela Moldovan
2024-11-28
2
-2
/
+2
|
*
|
tor-persist: Bump sanitize-filename to 0.6.0.
Gabriela Moldovan
2024-11-28
2
-4
/
+3
|
*
|
tor-netdoc: Bump tinystr to 0.8.0.
Gabriela Moldovan
2024-11-28
2
-6
/
+15
|
*
|
maint/check_licenses: Add unicode-ident license to recognized list.
Gabriela Moldovan
2024-11-28
1
-0
/
+2
|
*
|
Run cargo update in preparation for 1.3.1 release.
Gabriela Moldovan
2024-11-28
1
-294
/
+514
|
/
/
*
|
Merge branch 'remove-pending-on-drop' into 'main'
opara
2024-11-28
4
-38
/
+114
|
\
\
|
*
|
tor-chanmgr: remove immediately awaited async block expression
Steven Engler
2024-11-27
1
-23
/
+15
|
*
|
tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellations
Steven Engler
2024-11-27
1
-18
/
+23
|
*
|
tor-chanmgr: add `util::defer` module
Steven Engler
2024-11-27
3
-0
/
+79
*
|
|
Merge branch 'hs-pow-feature-flag-consolidation' into 'main'
gabi-250
2024-11-27
18
-55
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
18
-55
/
+34
*
|
|
Merge branch 'cell-lifecycle' into 'main'
gabi-250
2024-11-26
3
-2
/
+325
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
doc/dev/notes: cell-lifecycle: Say that stream management details are elided.
Gabriela Moldovan
2024-11-21
1
-0
/
+4
|
*
|
doc/dev/notes: cell-lifecycle: We only describe the unbounded buffers.
Gabriela Moldovan
2024-11-21
1
-3
/
+3
|
*
|
doc/dev/notes: cell-lifecycle: Say that the reactor awaits rather than blocks.
Gabriela Moldovan
2024-11-21
1
-1
/
+1
|
*
|
doc/dev/notes: cell-lifecycle: Describe the current state of things.
Gabriela Moldovan
2024-11-20
1
-0
/
+319
|
*
|
tor-proto: Specify which of the 2 senders is used for sending cells.
Gabriela Moldovan
2024-11-20
1
-1
/
+1
|
*
|
tor-proto: Fix typo in streammap docs.
Gabriela Moldovan
2024-11-19
1
-1
/
+1
*
|
|
Merge branch 'hs-host-pow' into 'main'
wesleyac
2024-11-25
24
-136
/
+325
|
\
\
\
|
*
|
|
tor-netdoc: Error on PowParams::V1 when hs-pow-v1 is disabled.
Wesley Aptekar-Cassels
2024-11-25
1
-2
/
+11
|
*
|
|
tor-netdoc: Don't include pow_params in HsDesc when feature is disabled.
Wesley Aptekar-Cassels
2024-11-25
2
-7
/
+8
|
*
|
|
Add TODO to error if enable_pow is set but feature flag is disabled.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+1
|
*
|
|
tor-hsservice: Clarify enable_pow setting TODO.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+1
|
*
|
|
tor-netdir: Add timeliness param to wait_for_netdir_to_list.
Wesley Aptekar-Cassels
2024-11-25
2
-2
/
+3
|
*
|
|
Move helpers from tor-hsservice to tor-netdir.
Wesley Aptekar-Cassels
2024-11-25
9
-100
/
+96
|
*
|
|
tor-hscrypto: Add Verifier::seed() helper function.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+7
|
*
|
|
tor-hscrypto: Add Seed::new.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+43
|
*
|
|
tor-netdoc: Support writing pow-params line.
Wesley Aptekar-Cassels
2024-11-25
4
-2
/
+111
|
*
|
|
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
8
-32
/
+44
|
*
|
|
arti: Add onion_service.enable_pow option.
Wesley Aptekar-Cassels
2024-11-25
2
-2
/
+12
|
/
/
/
*
|
|
Merge branch 'bump-rustls' into 'main'
Nick Mathewson
2024-11-25
1
-2
/
+2
|
\
\
\
|
*
|
|
cargo_audit: Bump rustls to 0.23.18.
Gabriela Moldovan
2024-11-25
1
-2
/
+2
*
|
|
|
Merge branch 'transient-error-retry' into 'main'
Alexander Hansen Færøy
2024-11-25
2
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-error: add comment to `ErrorKind::TransientFailure`
Steven Engler
2024-11-21
1
-0
/
+1
|
*
|
|
tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`
Steven Engler
2024-11-21
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'clippy-fixes' into 'main'
Jim Newsome
2024-11-20
3
-0
/
+7
|
\
\
\
|
*
|
|
tor-netdoc: add clippy allows and `#[non_exhaustive]`
Steven Engler
2024-11-20
1
-0
/
+2
|
*
|
|
tor-hsservice: add clippy allows
Steven Engler
2024-11-20
1
-0
/
+4
|
*
|
|
tor-cell: add clippy allows
Steven Engler
2024-11-20
1
-0
/
+1
|
/
/
/
[prev]
[next]