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
*
Bump patchlevel versions of crates with trivial changes
Nick Mathewson
2023-08-01
1
-21
/
+21
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-13
/
+13
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-13
/
+13
*
Run cargo update in preparation for a release.
Nick Mathewson
2023-08-01
1
-258
/
+238
*
hashx: use RngCore for HashX's internal PRNG
Micah Elizabeth Scott
2023-07-27
1
-0
/
+1
*
Start implementing Proposal 327
Micah Elizabeth Scott
2023-07-27
1
-0
/
+14
*
Reimplement Equi-X in Rust
Micah Elizabeth Scott
2023-07-27
1
-0
/
+20
*
Reimplement HashX in Rust
Micah Elizabeth Scott
2023-07-27
1
-26
/
+365
*
keymgr: Add KeyMgr::generate() for generating new keys.
Gabriela Moldovan
2023-07-24
1
-0
/
+1
*
keymgr: Add function for generating EncodableKeys.
Gabriela Moldovan
2023-07-24
1
-0
/
+1
*
Merge branch 'pwd-grp' into 'main'
Nick Mathewson
2023-07-20
1
-32
/
+5
|
\
|
*
Update pwd-grp to 0.1.1 to fix MacOS build etc.
Ian Jackson
2023-07-20
1
-32
/
+5
*
|
Bump requirement to rlimit 0.10.1
Nick Mathewson
2023-07-20
1
-2
/
+2
*
|
retry-error: Introduce a Wrapper type in a test
Ian Jackson
2023-07-19
1
-0
/
+1
*
|
retry-error: Provide fmt_error_with_sources in retry-error
Ian Jackson
2023-07-19
1
-0
/
+2
|
/
*
Update Cargo.lock for d-a versions
Ian Jackson
2023-07-18
1
-3
/
+30
*
Merge branch 'upgrades_20230717' into 'main'
Alexander Færøy
2023-07-17
1
-31
/
+22
|
\
|
*
Upgrade to latest derive-adhoc.
Nick Mathewson
2023-07-17
1
-4
/
+4
|
*
Upgrade to latest rlimit.
Nick Mathewson
2023-07-17
1
-27
/
+18
|
*
keymgr: Upgrade to latest itertools.
Nick Mathewson
2023-07-17
1
-1
/
+1
*
|
Merge branch 'pwd-grp' into 'main'
gabi-250
2023-07-17
1
-11
/
+13
|
\
\
|
|
/
|
/
|
|
*
fs-mistruct: switch from users to pwd-grp
Ian Jackson
2023-07-14
1
-11
/
+13
*
|
Merge branch 'keymgr-config-tweaks' into 'main'
gabi-250
2023-07-17
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Add ArtiNativeKeystoreConfig.
Gabriela Moldovan
2023-07-13
1
-0
/
+3
*
|
Add country codes to relays inside a NetDir
eta
2023-07-13
1
-0
/
+1
|
/
*
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-0
/
+1
*
keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.
Gabriela Moldovan
2023-07-10
1
-0
/
+1
*
Merge branch 'da-task' into 'main'
gabi-250
2023-07-10
1
-0
/
+28
|
\
|
*
tor-rtmock: Use derive-adhoc for composite runtimes
Ian Jackson
2023-07-07
1
-0
/
+28
*
|
tor-error: tracing module: Use macro to generate macros
Ian Jackson
2023-07-07
1
-0
/
+1
*
|
event_report: assert correctness of format ending
Nick Mathewson
2023-07-07
1
-0
/
+1
*
|
tor-error: Add optional tracing support
Nick Mathewson
2023-07-07
1
-0
/
+1
|
/
*
Merge branch 'task4' into 'main'
Ian Jackson
2023-07-06
1
-1
/
+7
|
\
|
*
tor-dirmgr: bridge descriptor tests: Use MockRuntime (drop Tokio dep)
Ian Jackson
2023-07-06
1
-1
/
+0
|
*
tor-rtmock: MockRuntime: provide test_with_various
Ian Jackson
2023-07-06
1
-0
/
+1
|
*
tor-rtmock: MockExecutor: Configurable scheduling policy
Ian Jackson
2023-07-06
1
-0
/
+1
|
*
tor-rtmock: Provide MockRuntime
Ian Jackson
2023-07-06
1
-0
/
+1
|
*
tor-rtmock: Unit tests for MockExecutor
Ian Jackson
2023-07-06
1
-0
/
+1
|
*
tor-rtmock: Provide MockExecutor
Ian Jackson
2023-07-06
1
-0
/
+3
*
|
Merge branch 'log_precision' into 'main'
Nick Mathewson
2023-07-06
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
arti: Add a `logging.time_granularity` option with 1s default.
Nick Mathewson
2023-07-06
1
-0
/
+4
*
|
arti: Install a panic hook that sends messages to `tracing`
Nick Mathewson
2023-07-05
1
-0
/
+1
|
/
*
fix audit
trinity-1686a
2023-07-04
1
-3
/
+3
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-19
/
+19
*
Bump minor versions on crates with breaking changes
Nick Mathewson
2023-06-30
1
-4
/
+4
*
Bump versions on crates with nonfunctional changes
Nick Mathewson
2023-06-30
1
-21
/
+21
*
keymgr: Remove ArtiPath normalization, introduce additional restrictions.
Gabriela Moldovan
2023-06-29
1
-13
/
+23
*
Merge branch 'update' into 'main'
Ian Jackson
2023-06-29
1
-188
/
+212
|
\
|
*
Run "cargo update" in preparation for Friday release.
Nick Mathewson
2023-06-29
1
-188
/
+212
*
|
Merge branch 'netdir_by_rsa_experimental_apis' into 'main'
Nick Mathewson
2023-06-29
1
-0
/
+1
|
\
\
[next]