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
/
src
/
bridgedesc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ErrorReport's .report() for two errors in error! in bridgedesc.rs
Ian Jackson
2023-01-30
1
-3
/
+3
*
"Fix" remaining unchecked-subtraction warnings.
Nick Mathewson
2023-01-27
1
-1
/
+3
*
dirmgr: Spelling fixes and normali[sz]ations
Nick Mathewson
2022-12-06
1
-11
/
+11
*
bridge desc mgr: Add dormancy comment to effective_parallelism
Ian Jackson
2022-11-23
1
-0
/
+2
*
bridge desc mgr: Honour specified dormancy
Ian Jackson
2022-11-23
1
-6
/
+13
*
bridge desc mgr: Introduce effective_parallelism helper
Ian Jackson
2022-11-23
1
-5
/
+12
*
bridge desc mgr: Move set_dormancy to impl that is for mock too
Ian Jackson
2022-11-23
1
-6
/
+6
*
BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfig
Ian Jackson
2022-11-22
1
-3
/
+3
*
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr (fmt)
Ian Jackson
2022-11-14
1
-8
/
+1
*
dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr
Ian Jackson
2022-11-14
1
-6
/
+8
*
dirmgr Store: Abolish redundant trait impl
Ian Jackson
2022-11-14
1
-1
/
+1
*
bridge descriptor dormancy: Accept the dormancy value
Ian Jackson
2022-11-11
1
-1
/
+10
*
bridge descriptor dormancy: Add a TODO for this enum
Ian Jackson
2022-11-11
1
-0
/
+2
*
bridge descriptor dormancy: Define an enum and semantics
Ian Jackson
2022-11-10
1
-0
/
+39
*
Merge branch 'bridge-error' into 'main'
Nick Mathewson
2022-11-10
1
-3
/
+2
|
\
|
*
Use ErrorKind::TorAccessFailed for misbehaving bridges
Ian Jackson
2022-11-08
1
-3
/
+2
*
|
Merge branch 'bdm-process-doc-test' into 'main'
Nick Mathewson
2022-11-10
1
-2
/
+0
|
\
\
|
*
|
bridge descs: Add tests for process_document
Ian Jackson
2022-11-08
1
-2
/
+0
|
|
/
*
|
Merge branch 'bdm-params' into 'main'
Nick Mathewson
2022-11-10
1
-1
/
+0
|
\
\
|
*
|
Remove TODO re BridgeDescDownloadConfig defaults
Ian Jackson
2022-11-08
1
-1
/
+0
|
|
/
*
/
bridge desc: todo re config: weaken and reference a new ticket
Ian Jackson
2022-11-08
1
-3
/
+2
|
/
*
Merge branch 'store' into 'main'
Nick Mathewson
2022-11-08
1
-29
/
+172
|
\
|
*
bridge descs: Rename BridgeDescMgr from BridgeDescManager
Ian Jackson
2022-11-08
1
-13
/
+13
|
*
bridge descs: Apply sensitive() to bridge identity in error log msg
Ian Jackson
2022-11-08
1
-1
/
+2
|
*
bridge desc: Make Downloaded be Debug
Ian Jackson
2022-11-04
1
-0
/
+1
|
*
bridge desc: Implement cache reuse logic and if-modified-since
Ian Jackson
2022-11-04
1
-9
/
+115
|
*
bridge desc: Rename one more variable to text
Ian Jackson
2022-11-04
1
-1
/
+1
|
*
bridge desc: Catch panics in the download functionality
Ian Jackson
2022-11-04
1
-1
/
+8
|
*
bridge desc: Provide a Store to the bridge desc manager
Ian Jackson
2022-11-04
1
-9
/
+37
*
|
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
|
/
*
bridgedesc: Rename "text" from "output"
Ian Jackson
2022-11-03
1
-5
/
+5
*
bridgedesc: Make process_document into a free function
Ian Jackson
2022-11-03
1
-53
/
+67
*
bridgedesc: Introduce Downloaded
Ian Jackson
2022-11-03
1
-13
/
+17
*
bridgedesc: download: Break out process_document
Ian Jackson
2022-11-03
1
-47
/
+54
*
bridgedesc: Prepare Mockable trait for if-modified-since
Ian Jackson
2022-11-03
1
-4
/
+12
*
bridge descriptors: logging: Log addition and removal (fmt)
Ian Jackson
2022-11-03
1
-12
/
+20
*
bridge descriptors: logging: Log addition and removal
Ian Jackson
2022-11-03
1
-8
/
+31
*
bridge descriptors: logging: Log download start and outcome
Ian Jackson
2022-11-03
1
-0
/
+6
*
bridge descriptors: Rewrite set_bridges
Ian Jackson
2022-11-03
1
-18
/
+12
*
bridge descriptors: Change default max_refetch
Ian Jackson
2022-11-03
1
-1
/
+1
*
bridge descriptors: Add clarification about bridge states
Ian Jackson
2022-11-03
1
-0
/
+3
*
bridge descriptors: Improve and fix docs for consider_launching
Ian Jackson
2022-11-03
1
-1
/
+6
*
bridge descriptors: Add comments where StateGuard is dropped
Ian Jackson
2022-11-03
1
-0
/
+8
*
bridge descriptors: Document `changed` and `earliest_timeout` Options
Ian Jackson
2022-11-03
1
-0
/
+5
*
bridge descriptors: Document updates argument to timeout_task
Ian Jackson
2022-11-03
1
-0
/
+6
*
bridge descriptors: Tests
Ian Jackson
2022-11-03
1
-0
/
+13
*
bridge descriptors: Provide a consistency check function
Ian Jackson
2022-11-03
1
-0
/
+196
*
bridge descriptors: Provide an implementation of BridgeDescProvider
Ian Jackson
2022-11-03
1
-0
/
+1095