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
/
tor-dirmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Expose APIs for external DirProvider
Christian Grigis
2022-03-11
4
-12
/
+23
|
|
/
/
*
|
|
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-22
/
+0
*
|
|
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
2
-0
/
+4
*
|
|
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-1
/
+1
|
/
/
*
|
Merge branch 'errors-for-dirprovider' into 'main'
Nick Mathewson
2022-03-04
1
-0
/
+12
|
\
\
|
*
|
Provide an error variant for external directory providers
Ian Jackson
2022-03-04
1
-0
/
+12
*
|
|
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
3
-26
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
2
-2
/
+2
|
*
|
Replace manual Default impl with educe in tor-dirmgr
Ian Jackson
2022-03-02
1
-10
/
+5
|
*
|
Replace manual Default impl with educe+std in tor-dirmgr
Ian Jackson
2022-03-02
1
-8
/
+4
|
*
|
Replace manual Debug impl with educe in tor-dirmgr
Ian Jackson
2022-03-02
2
-8
/
+7
*
|
|
Use RsaIdentity::from_hex() and hex::decode_to_slice in more places
Nick Mathewson
2022-03-04
4
-16
/
+8
*
|
|
Merge branch 'dir-provider-redux' into 'main'
Ian Jackson
2022-03-02
1
-1
/
+63
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
DirProvider: Fix infinite recursion bug
Nick Mathewson
2022-02-25
1
-4
/
+4
|
*
|
Un-parameterize DirProvider.
Nick Mathewson
2022-02-23
1
-15
/
+9
|
*
|
Add basic DirProvider trait, use it in client
Christian Grigis
2022-02-23
1
-0
/
+68
*
|
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
\
|
*
|
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
|
/
|
|
/
|
*
/
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-13
/
+13
|
/
/
*
|
dirmgr::Store.expire_all takes config
tharvik
2022-02-23
3
-26
/
+47
*
|
dirmgr: add Store trait
tharvik
2022-02-23
6
-278
/
+310
|
/
*
Rename TorConnectionFailed to TorAccessFailed
Nick Mathewson
2022-02-22
1
-1
/
+1
*
Rename TorShuttingDown to ArtiShuttingDown
Nick Mathewson
2022-02-22
1
-1
/
+1
*
dirclient: Remove HttpStatus error variant
Nick Mathewson
2022-02-17
1
-2
/
+11
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
6
-59
/
+170
|
\
|
*
Use TorConnectionFailed for failure to download directory.
Nick Mathewson
2022-02-17
1
-1
/
+1
|
*
tor-dirmgr: Use Bug type for sqlite-detected bugs
Ian Jackson
2022-02-17
1
-1
/
+9
|
*
tor-dirmgr: Make sqlite_error_kind take rusqlite::Error
Ian Jackson
2022-02-17
1
-32
/
+34
|
*
dirmgr: Remember where netdocs came from.
Nick Mathewson
2022-02-16
5
-16
/
+61
|
*
dirmgr: eliminate StringParsingError.
Nick Mathewson
2022-02-16
4
-29
/
+23
|
*
dirmgr: HasKind for internal and sqlite errors
Nick Mathewson
2022-02-16
2
-13
/
+54
|
*
dirmgr: implement HasKind for the easier variants
Nick Mathewson
2022-02-16
1
-9
/
+30
*
|
arti-client: add ability to automatically bootstrap
eta
2022-02-16
1
-2
/
+2
|
/
*
Merge branch 'warn_not_deny' into 'main'
eta
2022-02-14
1
-1
/
+1
|
\
|
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
|
dirmgr: Remove a useless Ok(x?)
Nick Mathewson
2022-02-14
1
-1
/
+1
|
/
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
2
-24
/
+159
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
2
-22
/
+34
*
Make TorError implement Clone.
Nick Mathewson
2022-02-04
1
-4
/
+22
*
spawn errors: Fix tor-dirmgr
Ian Jackson
2022-02-04
1
-3
/
+10
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
|
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
|
Fix invalid path character on windows
Michael
2022-01-31
1
-2
/
+2
|
/
*
Bump tor-netdir and tor-guardmgr versions
arti-v0.0.4
Nick Mathewson
2022-01-31
1
-1
/
+1
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-7
/
+7
*
Fix test failure in tor_dirmgr::state::test::get_microdescs_state
Nick Mathewson
2022-01-27
1
-1
/
+12
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-3
/
+1
*
bootstrap reporting: Documentation fixups from review.
Nick Mathewson
2022-01-19
1
-1
/
+2
*
tor-dirmgr: Create a bootstrap-status exporting mechanism.
Nick Mathewson
2022-01-18
5
-9
/
+591
[prev]
[next]