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
*
Merge branch 'bumps-for-1.5.0' into 'main'
Nick Mathewson
2025-08-28
61
-568
/
+562
|
\
|
*
Update lockfiles in equix, hashx.
Nick Mathewson
2025-08-28
2
-23
/
+17
|
*
Increment arti version to 1.5.0
Nick Mathewson
2025-08-28
3
-3
/
+3
|
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
59
-542
/
+542
*
|
Run "update-release-date"
Nick Mathewson
2025-08-28
1
-1
/
+1
|
/
*
Run "cargo update" in preparation for release.
Nick Mathewson
2025-08-28
2
-92
/
+92
*
Merge branch 'new-criterion' into 'main'
Alexander Hansen Færøy
2025-08-28
5
-56
/
+16
|
\
|
*
Upgrade to criterion 0.7
Nick Mathewson
2025-08-27
5
-56
/
+16
*
|
Merge branch 'fixup-features' into 'main'
Nick Mathewson
2025-08-28
2
-2
/
+3
|
\
\
|
*
|
Fix complaints from "cargo sort"
Nick Mathewson
2025-08-27
1
-1
/
+2
|
*
|
Run "fixup-features"
Nick Mathewson
2025-08-27
2
-3
/
+3
*
|
|
proto: Move TunnelId to a separate, shared module (fmt).
Gabriela Moldovan
2025-08-28
6
-6
/
+6
*
|
|
proto: Move TunnelId to a separate, shared module.
Gabriela Moldovan
2025-08-28
10
-58
/
+65
*
|
|
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
29
-56
/
+68
*
|
|
Merge branch 'relay-chan-msg' into 'main'
gabi-250
2025-08-28
1
-31
/
+72
|
\
\
\
|
*
|
|
proto: Avoid referring to restricted ChanMsgs as "subclasses".
Gabriela Moldovan
2025-08-28
1
-5
/
+5
|
*
|
|
proto: Add a new RelayCircChanMsg message subclass.
Gabriela Moldovan
2025-08-28
1
-0
/
+43
|
*
|
|
proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg.
Gabriela Moldovan
2025-08-27
1
-32
/
+5
|
*
|
|
proto: Add d-d macro for creating AnyChanMsg subclasses.
Gabriela Moldovan
2025-08-27
1
-1
/
+26
|
|
/
/
*
|
|
Merge branch 'circmgr-timeout-estimator-logging' into 'main'
Nick Mathewson
2025-08-27
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-circmgr: Make connection failure log at debug level.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
|
*
|
tor-circmgr: Add more logging about timeout estimation.
Wesley Aptekar-Cassels
2025-08-12
1
-0
/
+2
*
|
|
Merge branch 'dup-xoffs' into 'main'
opara
2025-08-27
1
-1
/
+14
|
\
\
\
|
*
|
|
tor-proto: don't allow consecutive XOFF messages
Steven Engler
2025-08-27
1
-1
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rpcserver-tag-byte-ids' into 'main'
David Goulet
2025-08-27
3
-25
/
+46
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: Clean up GlobalId decoding API.
Nick Mathewson
2025-08-27
3
-18
/
+32
|
*
|
rpc: Cleanups to GlobalId tag byte handling.
Nick Mathewson
2025-08-27
2
-7
/
+15
|
*
|
Tag byte corrections and don't crash
Neel Chauhan
2025-08-27
1
-8
/
+2
|
*
|
'$' as tag byte
Neel Chauhan
2025-08-27
2
-2
/
+2
|
*
|
Update docs
Neel Chauhan
2025-08-27
1
-3
/
+2
|
*
|
Use a 'G' prefix
Neel Chauhan
2025-08-27
2
-5
/
+7
|
*
|
arti-rpcserver: Check IDs with a tag byte, not a magic length
Neel Chauhan
2025-08-27
2
-7
/
+11
*
|
|
proto: Only allow VERSIONS cell for the new handshake state
David Goulet
2025-08-27
2
-51
/
+20
|
/
/
*
|
Merge branch 'upgrade_deps' into 'main'
Alexander Hansen Færøy
2025-08-27
3
-3
/
+8
|
\
\
|
*
|
Upgrade ureq dependency to ~3.1.0
Nick Mathewson
2025-08-26
1
-1
/
+6
|
*
|
Update phf dependency to 0.13.1
Nick Mathewson
2025-08-26
1
-1
/
+1
|
*
|
Update base16ct dependency to 0.3.
Nick Mathewson
2025-08-26
1
-1
/
+1
*
|
|
Merge branch 'concrete-accumulator' into 'main'
Ian Jackson
2025-08-27
4
-34
/
+323
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-netdoc: parse2: multiplicity: Remove now-obsolete trait items
Ian Jackson
2025-08-26
1
-12
/
+0
|
*
|
tor-netdoc: parse2: Know that we always accumulate into Option<Field>
Ian Jackson
2025-08-26
2
-2
/
+2
|
*
|
tor-netdoc: parse2: Always accumulate into Option<Field> (fmt)
Ian Jackson
2025-08-26
1
-1
/
+5
|
*
|
tor-netdoc: parse2: Always accumulate into Option<Field>
Ian Jackson
2025-08-26
1
-13
/
+22
|
*
|
tor-netdoc: parse2: Break out F_EFFECTIVE_TYPE
Ian Jackson
2025-08-26
1
-7
/
+13
|
*
|
tor-netdoc: parse2: Use selector_ rather than open-coding
Ian Jackson
2025-08-26
1
-1
/
+1
|
*
|
tor-netdoc: parse2: Report subdoc intro item keyword for missing item
Ian Jackson
2025-08-26
3
-4
/
+19
|
*
|
tor-netdoc: parse2: More focused tests (error cases)
Ian Jackson
2025-08-26
1
-0
/
+84
|
*
|
tor-netdoc: parse2: More focused tests (success cases)
Ian Jackson
2025-08-26
2
-0
/
+182
|
*
|
tor-netdoc: parse2: Fix doctype_for_error
Ian Jackson
2025-08-26
1
-3
/
+4
*
|
|
Merge branch 'windows_warning' into 'main'
David Goulet
2025-08-26
1
-0
/
+1
|
\
\
\
|
*
|
|
tor-config-path: Fix another Windows warning
Tobias Stoeckmann
2025-08-25
1
-0
/
+1
[next]