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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
geoip: Add derive macros to GeoipDb
juga
2023-07-18
1
-0
/
+1
|
*
|
|
|
geoip: Allow ASNs as zeros when creating NetDefn
juga
2023-07-18
1
-6
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'error' into 'main'
Ian Jackson
2023-07-19
11
-29
/
+105
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-hsclient: Document API break.
Ian Jackson
2023-07-19
1
-0
/
+1
|
*
|
|
retry-error: Attempts must be AsRef<dyn Error>; print their sources
Ian Jackson
2023-07-19
4
-10
/
+15
|
*
|
|
retry-error: Introduce a Wrapper type in a test
Ian Jackson
2023-07-19
3
-2
/
+16
|
*
|
|
retry-error: Provide fmt_error_with_sources in retry-error
Ian Jackson
2023-07-19
6
-17
/
+69
|
*
|
|
tor-circmgr: impl AsRef<dyn std::error::Error> for some error types
Ian Jackson
2023-07-18
2
-0
/
+4
|
/
/
/
*
|
|
Merge branch 'lock' into 'main'
gabi-250
2023-07-18
1
-3
/
+30
|
\
\
\
|
*
|
|
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
4
-34
/
+25
|
\
\
\
|
*
|
|
Upgrade to latest derive-adhoc.
Nick Mathewson
2023-07-17
2
-5
/
+5
|
*
|
|
Upgrade to latest rlimit.
Nick Mathewson
2023-07-17
2
-28
/
+19
|
*
|
|
keymgr: Upgrade to latest itertools.
Nick Mathewson
2023-07-17
2
-2
/
+2
*
|
|
|
Merge branch 'no_longer_want' into 'main'
Alexander Færøy
2023-07-17
1
-4
/
+0
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
WANT_FROM_OTHER_CRATES: Remove note about async-rustls
Nick Mathewson
2023-07-17
1
-4
/
+0
*
|
|
Merge branch 'pwd-grp' into 'main'
gabi-250
2023-07-17
8
-134
/
+192
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cargo audit: un-ignore RUSTSEC-2023-0040 ("`users` is unmaintained"
Ian Jackson
2023-07-14
1
-3
/
+0
|
*
|
fs-mistrust: Run rustfmt to apply deferred formatting churn
Ian Jackson
2023-07-14
1
-10
/
+10
|
*
|
fs-mistrust: In a test, simplify env var handling
Ian Jackson
2023-07-14
1
-17
/
+10
|
*
|
fs-mistrust: users: Use OsStr and OsString a lot less
Ian Jackson
2023-07-14
1
-13
/
+23
|
*
|
fs-mistrust: Remove a now-unneeded suppression
Ian Jackson
2023-07-14
1
-1
/
+0
|
*
|
fs-mistrust: forbid unsafe code
Ian Jackson
2023-07-14
1
-0
/
+8
|
*
|
fs-mistrust: Replace a direct libc call in a test
Ian Jackson
2023-07-14
1
-1
/
+1
|
*
|
fs-mistruct: Abolish some now-unneeded muts
Ian Jackson
2023-07-14
1
-26
/
+25
|
*
|
fs-mistrust: Use pwd-grp's getgroups function
Ian Jackson
2023-07-14
1
-24
/
+1
|
*
|
fs-mistruct: switch from users to pwd-grp
Ian Jackson
2023-07-14
3
-53
/
+97
|
*
|
fs-mistrust: Introduce tempoary PwdGrpProvider alias
Ian Jackson
2023-07-14
1
-4
/
+8
|
*
|
fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)
Ian Jackson
2023-07-14
2
-2
/
+3
|
*
|
fs-mistrust: users: tests: Introduce mock_users etc.
Ian Jackson
2023-07-14
1
-25
/
+36
|
*
|
fs-mistrust: users: Make several functions fallible
Ian Jackson
2023-07-14
2
-26
/
+41
*
|
|
Merge branch 'keymgr-config-tweaks' into 'main'
gabi-250
2023-07-17
13
-178
/
+141
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arti-client: Add TODO about expanding the keystore_dir in build().
Gabriela Moldovan
2023-07-17
1
-0
/
+2
|
*
|
arti-client: Log whether a keystore is in use.
Gabriela Moldovan
2023-07-13
1
-1
/
+4
|
*
|
tor-config: Remove unused ItemOrBool helper.
Gabriela Moldovan
2023-07-13
2
-63
/
+1
|
*
|
arti cfg tests: Add keystore to example config.
Gabriela Moldovan
2023-07-13
2
-14
/
+22
|
*
|
arti config: Remove extraneous whitespace.
Gabriela Moldovan
2023-07-13
1
-5
/
+5
|
*
|
arti-client: Use the config struct from tor-keymgr.
Gabriela Moldovan
2023-07-13
4
-95
/
+27
|
*
|
tor-keymgr: Add ArtiNativeKeystoreConfig.
Gabriela Moldovan
2023-07-13
6
-1
/
+81
*
|
|
Merge branch 'unused_import' into 'main'
Alexander Færøy
2023-07-14
1
-1
/
+2
|
\
\
\
|
*
|
|
Move an import to resolve a warning.
Nick Mathewson
2023-07-13
1
-1
/
+2
*
|
|
|
Merge branch 'bug638' into 'main'
Alexander Færøy
2023-07-14
2
-4
/
+14
|
\
\
\
\
|
*
|
|
|
Better report for any recurrence of bug #638.
Nick Mathewson
2023-07-13
1
-0
/
+14
|
*
|
|
|
Stop unconditionally marking bridges as having dir info.
Nick Mathewson
2023-07-13
1
-4
/
+0
*
|
|
|
|
Merge branch 'uniq_bridge_addr' into 'main'
Alexander Færøy
2023-07-14
1
-0
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Bridges: deduplicate addresses.
Nick Mathewson
2023-07-13
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge branch 'geoip-netdir' into 'main'
eta
2023-07-13
5
-4
/
+219
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add country codes to relays inside a NetDir
eta
2023-07-13
5
-4
/
+219
|
/
/
/
*
|
|
Merge branch 'make_factory_usable_v2' into 'main'
gabi-250
2023-07-13
1
-4
/
+45
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Explain better why you would use build_unmanaged_channel
Nick Mathewson
2023-07-13
1
-2
/
+7
[prev]
[next]