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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
tor-rtcompat: add our own `SpawnExt` trait
Steven Engler
2025-11-04
2
-3
/
+43
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'bug1885a' into 'main'
Nick Mathewson
2025-11-04
3
-11
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Remove one stray allow(deprecated)
Neel Chauhan
2025-11-04
1
-1
/
+0
|
*
|
|
|
|
Stop using MockSleepProvider in a few crates
Neel Chauhan
2025-11-02
3
-10
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'refactor-get-recent-consensus' into 'main'
Clara Engler
2025-11-04
1
-19
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
tor-dirserver: Refactor cons retrieval with JOIN
Clara Engler
2025-11-04
1
-19
/
+16
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
bad_extend_test_impl: Wait for message instead of a 100 ms delay.
Nick Mathewson
2025-11-04
1
-8
/
+18
*
|
|
|
|
proto: use assert_matches in circuit.rs tests.
Nick Mathewson
2025-11-04
2
-5
/
+7
|
/
/
/
/
*
|
|
|
Merge branch 'use_futures_copy' into 'main'
Nick Mathewson
2025-11-03
6
-187
/
+61
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Replace copy_interactive with futures-copy.
Nick Mathewson
2025-10-30
6
-187
/
+61
*
|
|
|
arti: fix deprecation warnings in assert_cmd lib
Steven Engler
2025-10-31
4
-8
/
+9
|
/
/
/
*
|
|
proto: Move a TODO to CircSyncView
Gabriela Moldovan
2025-10-30
2
-3
/
+3
*
|
|
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
6
-8
/
+11
*
|
|
proto: Add a new CircSyncView type
Gabriela Moldovan
2025-10-30
2
-0
/
+40
*
|
|
tor-dirserver: Add SaturatingSystemTime
Clara Engler
2025-10-30
3
-156
/
+289
*
|
|
tor-dirserver: Ensure positive timestamps
Clara Engler
2025-10-30
1
-1
/
+5
*
|
|
tor-dircommon: Add TODO to DirTolerance::Default
Clara Engler
2025-10-30
1
-0
/
+2
*
|
|
tor-dirserver: Small database::open() improvements
Clara Engler
2025-10-30
1
-115
/
+58
*
|
|
tor-dirserver: Make database full sync
Clara Engler
2025-10-30
6
-292
/
+231
*
|
|
tor-dirserver: Outline the dirmirror operation
Clara Engler
2025-10-30
2
-147
/
+260
*
|
|
tor-dirserver: Implement download timeout
Clara Engler
2025-10-30
4
-0
/
+450
*
|
|
tor-dirserver: Implement read_tx and rw_tx
Clara Engler
2025-10-30
2
-55
/
+352
*
|
|
tor-dirmirror: Introduce the `sql!` macro
Clara Engler
2025-10-30
3
-2
/
+23
*
|
|
tor-dirserver: Outline the `mirror` API
Clara Engler
2025-10-30
2
-1
/
+150
*
|
|
maint: remove all semver.md files
Steven Engler
2025-10-30
5
-33
/
+0
*
|
|
Merge branch 'release-3' into 'main'
arti-v1.7.0
Nick Mathewson
2025-10-29
1
-1
/
+1
|
\
\
\
|
*
|
|
arti-client: update `ARTI_CLIENT_RELEASE_DATE`
Steven Engler
2025-10-29
1
-1
/
+1
*
|
|
|
equix-bench: ran `cargo update`
Steven Engler
2025-10-29
1
-87
/
+65
*
|
|
|
hashx-bench: ran `cargo update`
Steven Engler
2025-10-29
1
-86
/
+64
*
|
|
|
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
62
-567
/
+567
|
/
/
/
*
|
|
Merge branch 'remove_socks' into 'main'
Nick Mathewson
2025-10-28
6
-13
/
+38
|
\
\
\
|
*
|
|
arti: explain APP_STREAM_BUF_LEN is what it is.
Nick Mathewson
2025-10-28
1
-0
/
+6
|
*
|
|
proto: Adjust a comment about a buffer size.
Nick Mathewson
2025-10-28
1
-3
/
+3
|
*
|
|
arti: Revise strings that implied that we were a SOCKS-only proxy.
Nick Mathewson
2025-10-28
5
-7
/
+19
|
*
|
|
arti: Stop using SOCKS_BUF_LEN for non-SOCKS proxies.
Nick Mathewson
2025-10-28
1
-3
/
+10
*
|
|
|
Merge branch 'futures-copy' into 'main'
Nick Mathewson
2025-10-28
8
-0
/
+1406
|
\
\
\
\
|
*
|
|
|
futures-copy: Add a test for an interactive protocol
Nick Mathewson
2025-10-28
3
-9
/
+118
|
*
|
|
|
New futures-copy crate to replace copy_interactive.
Nick Mathewson
2025-10-28
8
-0
/
+1297
|
|
|
/
/
|
|
/
|
|
*
|
|
|
arti-ureq: Add MSRV in Cargo.toml
nield
2025-10-29
2
-0
/
+2
*
|
|
|
Merge branch 'release-2' into 'main'
Nick Mathewson
2025-10-28
3
-0
/
+3
|
\
\
\
\
|
*
|
|
|
maint: fixup features
Steven Engler
2025-10-28
3
-0
/
+3
|
|
/
/
/
*
|
|
|
tor-dirserver: add missing semver breaking changes
Steven Engler
2025-10-28
1
-0
/
+3
*
|
|
|
tor-linkspec: add missing semver breaking changes
Steven Engler
2025-10-28
1
-1
/
+3
|
/
/
/
*
/
/
arti: Remove now-needless cognitive_complexity exceptions
Nick Mathewson
2025-10-28
2
-2
/
+0
|
/
/
*
|
Merge branch 'http_connect_v2' into 'main'
Nick Mathewson
2025-10-28
11
-955
/
+1881
|
\
\
|
*
|
http_connect: Remove (most) X- prefixes.
Nick Mathewson
2025-10-28
2
-32
/
+44
|
*
|
http_connect: write our own hyper-futures replacement
Nick Mathewson
2025-10-28
2
-6
/
+79
|
*
|
http_connect: Forbid non-empty OPTIONS bodies.
Nick Mathewson
2025-10-28
1
-0
/
+8
|
*
|
http_connect: validate casei behavior of HeaderMap.
Nick Mathewson
2025-10-28
1
-0
/
+36
|
*
|
proxy: Revise rpc docs so they are not SOCKS-specific
Nick Mathewson
2025-10-28
1
-14
/
+20
[prev]
[next]