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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 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
2
-0
/
+43
|
\
|
*
arti_client: Refuse to build a client if we are setuid.
Nick Mathewson
2022-08-24
2
-0
/
+43
*
|
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
1
-0
/
+1
|
/
*
arti: Fix a minimal-versions failure
Ian Jackson
2022-08-17
1
-1
/
+1
*
chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>
Ian Jackson
2022-08-17
2
-6
/
+7
*
Introduce ChannelConfig
Ian Jackson
2022-08-16
2
-1
/
+22
*
dormancy: Plumb through to chanmgr reconfigure_general
Ian Jackson
2022-08-16
1
-4
/
+27
*
dormancy: tor-client: Break initial dormancy out into a variable
Ian Jackson
2022-08-16
1
-1
/
+2
*
arti-client: TorClient constructor: add a blank line
Ian Jackson
2022-08-16
1
-0
/
+1
*
Document more explicitly what "voiding a semver warranty" entails
Nick Mathewson
2022-08-11
1
-1
/
+5
*
Several typo fixes from `typos`.
Nick Mathewson
2022-07-27
1
-1
/
+1
*
Update arti-client to new NetDirProvider API.
Nick Mathewson
2022-07-26
2
-6
/
+32
*
Rename download_tolerance to directory_tolerance
Nick Mathewson
2022-07-22
1
-3
/
+8
*
Rename DirSkewTolerance to DirTolerance
Nick Mathewson
2022-07-22
1
-2
/
+2
*
arti-client: Split "Persist" into setup and access variants.
Nick Mathewson
2022-07-21
2
-5
/
+16
*
arti_client: turn "Proto" error into StreamFailed.
Nick Mathewson
2022-07-21
2
-6
/
+22
*
arti_client: Split DirMgr error into useful types.
Nick Mathewson
2022-07-21
3
-6
/
+15
*
arti-client: minor edits in error messages and comments
Nick Mathewson
2022-07-21
1
-17
/
+20
*
arti-client: Remove code related to overriding fs-mistrust.
Nick Mathewson
2022-07-19
3
-45
/
+8
*
Move responsibility for disable-fs-mistrust envvar.
Nick Mathewson
2022-07-19
2
-33
/
+15
*
arti-client: Do periodic task dormancy in a management task
Ian Jackson
2022-07-18
1
-37
/
+28
*
arti-client: Make dormant_mode be an Option, None on drop
Ian Jackson
2022-07-18
1
-13
/
+27
*
arti-client: Convert dormant_mode into a postage::watch
Ian Jackson
2022-07-18
1
-17
/
+34
*
arti-client: Make DormantMode have a Default
Ian Jackson
2022-07-18
1
-1
/
+3
*
arti-client: Add Bug variant to error
Ian Jackson
2022-07-18
1
-0
/
+5
*
Fix typo
Dimitris Apostolou
2022-06-28
1
-1
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
1
-8
/
+8
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-8
/
+8
*
|
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
1
-1
/
+17
|
\
\
|
*
|
Report directory blockage problems from arti-client.
Nick Mathewson
2022-06-14
1
-1
/
+16
|
*
|
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-0
/
+1
*
|
|
channel padding: Plumb settings from chanmgr
Ian Jackson
2022-06-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'main' into 'accel-features'
Nick Mathewson
2022-06-16
2
-2
/
+6
|
\
\
|
*
\
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-41
/
+68
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Remove "rustls" from "full", for license reasons.
Nick Mathewson
2022-06-15
1
-2
/
+5
|
*
|
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
1
-0
/
+1
|
|
\
\
|
|
*
|
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
1
-0
/
+1
*
|
|
|
Add "accel-*" features to arti-client and arti.
Nick Mathewson
2022-06-13
1
-0
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Document "full", "experimental" in toplevel crate documentation.
Nick Mathewson
2022-06-13
1
-41
/
+65
|
/
/
*
|
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-7
/
+0
*
|
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
2
-4
/
+4
|
/
[next]