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
*
tor-llcrypto: Pin x25519-dalek version, bump our crate version
tor-llcrypto-v0.4.4
Ian Jackson
2023-04-04
1
-1
/
+1
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-7
/
+7
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-15
/
+15
*
Bump patchlevel on crates with semver-irrelevant changes.
Nick Mathewson
2023-03-31
1
-9
/
+9
*
Run cargo update in preparation for release tomorrow.
Nick Mathewson
2023-03-30
1
-212
/
+249
*
Upgrade dependency to latest rusqlite.
Nick Mathewson
2023-03-30
1
-12
/
+12
*
Upgrade dependency to latest async-native-tls.
Nick Mathewson
2023-03-30
1
-76
/
+103
*
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
1
-6
/
+6
*
Make a new empty tor-async-utils crate.
Nick Mathewson
2023-03-29
1
-0
/
+9
*
Add builder for encoding hidden service descriptors.
Gabi Moldovan
2023-03-24
1
-0
/
+2
*
Update to shellexpand 3.1.0 so we can use dirs 5 everywhere
Ian Jackson
2023-03-24
1
-27
/
+7
*
Update required openssl version
Nick Mathewson
2023-03-24
1
-6
/
+6
*
Merge branch 'upgrade_dirs' into 'main'
Alexander Færøy
2023-03-23
1
-19
/
+39
|
\
|
*
Bump to the lastest versions of dirs and directories.
Nick Mathewson
2023-03-22
1
-19
/
+39
*
|
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
[next]