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
...
*
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
|
*
arti-client: Downgrade "got a circuit for" message.
Nick Mathewson
2022-08-25
1
-1
/
+1
*
|
arti: running_as_setuid: fix MacOs build
Ian Jackson
2022-08-26
1
-2
/
+2
*
|
tor-config: Replace dir detection with ConfigurationSource enum
Ian Jackson
2022-08-25
1
-6
/
+9
*
|
config watch: Fix and reduce debounce interval
Ian Jackson
2022-08-25
1
-0
/
+2
*
|
config sources: Read arti.d as well as arti.toml
Ian Jackson
2022-08-25
1
-5
/
+10
|
/
*
Fix setuid testing for MacOS
Ian Jackson
2022-08-25
1
-16
/
+42
*
Merge branch 'no_setuid' into 'main'
Nick Mathewson
2022-08-24
3
-0
/
+44
|
\
|
*
arti_client: Refuse to build a client if we are setuid.
Nick Mathewson
2022-08-24
3
-0
/
+44
*
|
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
2
-0
/
+2
*
|
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
|
/
*
arti: Fix a minimal-versions failure
Ian Jackson
2022-08-17
1
-1
/
+1
[prev]
[next]