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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
arti-client: Create an HsClientConnector
Ian Jackson
2023-03-23
1
-0
/
+1
|
/
*
circmgr: Declare builder() unconditionally.
Nick Mathewson
2023-03-22
1
-0
/
+1
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-13
/
+19
*
arti-client: Parse .onion addresses and dispatch to client.rs
Ian Jackson
2023-03-09
1
-0
/
+1
*
tor-proto: Implement functionality to send a message and accept replies
Nick Mathewson
2023-03-08
1
-0
/
+1
*
Impl Redactable for HsId
Ian Jackson
2023-03-07
1
-0
/
+1
*
impl Display for HsId
Ian Jackson
2023-03-07
1
-0
/
+3
*
hsclient state: Split off MultikeyIsolatedMap
Ian Jackson
2023-03-01
1
-0
/
+1
*
hsclient state: Restructure using a scope to drop the mutex guard
Ian Jackson
2023-03-01
1
-0
/
+1
*
hsclient state: Test most important code paths
Ian Jackson
2023-03-01
1
-0
/
+2
*
hsclient state: Provide one test
Ian Jackson
2023-03-01
1
-0
/
+3
*
hsclient: Use a generic to provide a mock for connect()
Ian Jackson
2023-03-01
1
-0
/
+1
*
tor-circmgr: Provide testing feature and TestConfig
Ian Jackson
2023-03-01
1
-0
/
+1
*
hsclient: Implement connection attempt tracking state machine
Ian Jackson
2023-03-01
1
-0
/
+14
*
HS secret keys: Move aggregate/config to tor-hsclient
Ian Jackson
2023-03-01
1
-0
/
+1
*
hscrypto: Make several types Readable+Writeable
Nick Mathewson
2023-02-28
1
-0
/
+1
*
Follow-on patchlevel bumps for crates with changed dependencies
Nick Mathewson
2023-02-28
1
-4
/
+4
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-20
/
+20
*
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump patch-versions for breaking changes in tor-hs{crypto,client}
Nick Mathewson
2023-02-28
1
-2
/
+2
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-3
/
+3
*
Run cargo update in preparation for Wednesday Release
Nick Mathewson
2023-02-27
1
-74
/
+97
*
Run "cargo update" in preparation for the release in 2 weeks.
Nick Mathewson
2023-02-17
1
-94
/
+119
*
Merge branch 'ticket_525_part3_take2' into 'main'
Nick Mathewson
2023-02-15
1
-0
/
+1
|
\
|
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-0
/
+1
*
|
Upgrade to latest toml crate.
Nick Mathewson
2023-02-14
1
-10
/
+27
|
/
*
Merge branch 'ticket_525_part2' into 'main'
Nick Mathewson
2023-02-09
1
-0
/
+1
|
\
|
*
tor-cell: Make RelayEarly a separate type.
Nick Mathewson
2023-02-09
1
-0
/
+1
*
|
hsdir representation: Introduce HsDirs generic type
Ian Jackson
2023-02-09
1
-0
/
+1
*
|
hs time handling: Make TimePeriod contain length as IntegerMinutes
Ian Jackson
2023-02-09
1
-0
/
+1
*
|
hsdesc: Use an IntegerMinutes<u16> to hold lifetime.
Nick Mathewson
2023-02-08
1
-0
/
+1
|
/
*
tor-cell: Macro to generate restricted RelayMsg and ChanMsg.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
Bump openssl-src to 1.1.1t.
Nick Mathewson
2023-02-07
1
-2
/
+2
*
netdoc: Parse the inner layer of an onion service descriptor.
Nick Mathewson
2023-02-07
1
-0
/
+1
*
netdoc: implement onion service descryptor encryption
Nick Mathewson
2023-02-07
1
-0
/
+4
*
tor-netdir: Use typed-index-collections for router status index
Ian Jackson
2023-02-01
1
-0
/
+7
*
Bump minor version of tor-cell.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-9
/
+9
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-14
/
+14
*
Bump the patch version of each crate with _trivial_ changes.
Nick Mathewson
2023-02-01
1
-13
/
+13
*
Run cargo update in preparation for release tomorrow
Nick Mathewson
2023-01-31
1
-267
/
+208
*
netdir: remove the vestigial smallvec implementation I added
Nick Mathewson
2023-01-28
1
-1
/
+0
*
netdir: Implement ring-param constructors and time period accessors
Nick Mathewson
2023-01-28
1
-0
/
+5
*
Merge branch 'toml_0.6' into 'main'
Ian Jackson
2023-01-26
1
-22
/
+74
|
\
|
*
Upgrade toml to version 0.6.
Nick Mathewson
2023-01-25
1
-22
/
+74
*
|
hscrypto: Use derive_more, and derive Deref for public keys.
Nick Mathewson
2023-01-25
1
-0
/
+1
*
|
hscrypto: Implement key blinding.
Nick Mathewson
2023-01-24
1
-0
/
+2
*
|
hscrypto: Add an implementation for TimePeriod
Nick Mathewson
2023-01-24
1
-0
/
+1
*
|
hscrypto: Implement hs_mac.
Nick Mathewson
2023-01-24
1
-0
/
+2
*
|
hscrypto: Add and use a macro to define all PK types.
Nick Mathewson
2023-01-24
1
-0
/
+2
|
/
[prev]
[next]