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
/
arti-client
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-1
/
+1
*
|
arti-client: make bridge-client depend on dirmgr/bridge-client
Nick Mathewson
2022-11-18
1
-1
/
+1
*
|
arti-client: Mark "bridge-client" and "pt-client" as non-experimental
Nick Mathewson
2022-11-18
2
-4
/
+4
*
|
arti-client: split long lines in Cargo.toml
Nick Mathewson
2022-11-18
1
-2
/
+13
|
/
*
Merge branch 'ptmgr-config' into 'main'
eta
2022-11-16
2
-0
/
+23
|
\
|
*
tor-ptmgr: make configuration use builders, plumb into arti-client
eta
2022-11-16
2
-0
/
+23
*
|
arti-client: Retain a strong reference to the inner Arc<BridgeDescMgr>
Ian Jackson
2022-11-15
1
-5
/
+7
|
/
*
bridges: Create and install a BridgeDescMgr when we bootstrap
Ian Jackson
2022-11-15
2
-0
/
+72
*
arti-client: Store a handle to the DirMgrStore in TorClient (fmt)
Ian Jackson
2022-11-15
1
-1
/
+6
*
arti-client: Store a handle to the DirMgrStore in TorClient
Ian Jackson
2022-11-15
1
-1
/
+4
*
arti-client: Store a handle to the guardmgr in TorClient
Ian Jackson
2022-11-15
1
-1
/
+5
*
Merge branch 'guardmgr' into 'main'
Ian Jackson
2022-11-14
2
-3
/
+17
|
\
|
*
Move GuardMgr::new call to arti_client::TorClient (fmt)
Ian Jackson
2022-11-14
1
-4
/
+8
|
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
2
-1
/
+11
*
|
Merge branch 'store3' into 'main'
Ian Jackson
2022-11-14
2
-4
/
+9
|
\
\
|
*
|
dirmgr Store: Have constructors take DirMgrStore
Ian Jackson
2022-11-14
2
-4
/
+9
|
|
/
*
/
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
|
/
*
Check more targets
trinity-1686a
2022-11-10
2
-3
/
+7
*
Spelling fixes and normalizations on some high-level crates
Nick Mathewson
2022-11-07
2
-3
/
+3
*
guardmgr config: Provide bridge information to new and reconfigure
Ian Jackson
2022-11-03
1
-2
/
+36
*
bridges config: Check that bridges aren't enabled with no bridges
Ian Jackson
2022-11-03
1
-1
/
+32
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-0
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Require derive_more 0.99.3
Ian Jackson
2022-11-03
1
-1
/
+1
*
Merge branch 'readmes' into 'main'
Nick Mathewson
2022-10-12
2
-241
/
+4
|
\
|
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
|
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-237
/
+1
|
*
README doctests: fix arti-client
Ian Jackson
2022-10-12
1
-3
/
+3
*
|
struct BridgeConfig: Rename from Bridge
Ian Jackson
2022-10-12
1
-5
/
+5
|
/
*
pt and bridges: Parse configuration
Ian Jackson
2022-10-12
1
-0
/
+83
*
Add pt-client and bridge-client features to arti and arti-client
Ian Jackson
2022-10-12
3
-0
/
+8
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
4
-0
/
+4
*
feature-gate some functions requiring PreferredRuntime
trinity-1686a
2022-10-05
1
-1
/
+10
*
Merge branch 'hostname-validation' into 'main'
Nick Mathewson
2022-10-03
2
-18
/
+2
|
\
|
*
Use hostname-validator crate for hostname validation
Reylaba
2022-10-03
2
-18
/
+2
*
|
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-8
/
+8
*
|
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-3
/
+3
*
|
Merge branch 'fix-nightly-clippy' into 'main'
Ian Jackson
2022-09-22
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2022-09-22
1
-1
/
+1
|
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-0
/
+2
*
|
enumerate platform with getresuid support
trinity-1686a
2022-09-10
2
-19
/
+20
|
/
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-3
/
+0
*
READMEs: Drop stability warning re config
Ian Jackson
2022-09-02
1
-9
/
+0
*
READMEs: Run maint/readmes (to update READMEs from lib.rs)
Ian Jackson
2022-09-02
1
-1
/
+2
*
arti-client README: Say we intend to provide FFI
Ian Jackson
2022-09-02
1
-1
/
+2
*
READMEs: arti-client: Remove caveats and add some xrefs
Ian Jackson
2022-09-02
2
-14
/
+30
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-16
/
+16
*
Update README.md files with "readmes" tool.
Nick Mathewson
2022-08-31
1
-1
/
+5
*
Merge branch 'safelog_more' into 'main'
Ian Jackson
2022-08-26
2
-4
/
+5
|
\
|
*
arti-client: Treat list of exit ports as sensitive.
Nick Mathewson
2022-08-25
2
-3
/
+4
[prev]
[next]