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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
2
-6
/
+15
|
/
*
Merge branch 'warning' into 'main'
Nick Mathewson
2022-11-03
1
-1
/
+1
|
\
|
*
tor-guardmgr: use imported WeightThreshold in one place
Ian Jackson
2022-11-03
1
-1
/
+1
*
|
Merge branch 'guardmgr-config' into 'main'
Nick Mathewson
2022-11-03
11
-43
/
+215
|
\
\
|
|
/
|
/
|
|
*
docs features: Add a suppression for testing
Ian Jackson
2022-11-03
1
-0
/
+5
|
*
guardmgr config: Provide bridge information to new and reconfigure
Ian Jackson
2022-11-03
3
-3
/
+61
|
*
bridges config: Provide uninhabited placeholder
Ian Jackson
2022-11-03
1
-0
/
+14
|
*
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
8
-27
/
+78
|
*
define_accessor_trait: Allow specification of other items
Ian Jackson
2022-11-03
1
-1
/
+10
|
*
define_accessor_trait: Allow specification of supertraits
Ian Jackson
2022-11-03
1
-4
/
+8
|
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
3
-12
/
+12
|
/
*
Merge branch '587_suppress' into 'main'
eta
2022-11-03
41
-1
/
+42
|
\
|
*
Suppress two clippy::large_enum_variant warnings
Nick Mathewson
2022-11-03
2
-0
/
+2
|
*
Run add_warnings.
Nick Mathewson
2022-11-03
38
-0
/
+38
|
*
add_warnings: ignore clippy::result_large_err
Nick Mathewson
2022-11-03
1
-0
/
+1
|
*
add_warnings: work with more non-GNU finds.
Nick Mathewson
2022-11-03
1
-1
/
+1
|
/
*
Merge branch 'edition-2021' into 'main'
eta
2022-11-03
9
-9
/
+9
|
\
|
*
set all crate edition to 2021
trinity-1686a
2022-11-01
9
-9
/
+9
*
|
Merge branch 'descriptors' into 'main'
Ian Jackson
2022-11-03
18
-12
/
+1776
|
\
\
|
*
|
bridge descriptors tests: Fix flaky test
Ian Jackson
2022-11-03
1
-1
/
+11
|
*
|
bridge descriptors tests: Test set_bridges more thoroughly (fix)
Ian Jackson
2022-11-03
1
-1
/
+1
|
*
|
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 tests: Test set_bridges more thoroughly
Ian Jackson
2022-11-03
1
-0
/
+34
|
*
|
bridge descriptors: Rewrite set_bridges
Ian Jackson
2022-11-03
1
-18
/
+12
|
*
|
bridge descriptors tests: Add another couple of test cases
Ian Jackson
2022-11-03
1
-1
/
+31
|
*
|
bridge descriptors tests: stream_drain_ready returns event count
Ian Jackson
2022-11-03
1
-1
/
+4
|
*
|
bridge descriptors tests: Break out bad_bridge helper function
Ian Jackson
2022-11-03
1
-7
/
+7
|
*
|
bridge descriptors: Change default max_refetch
Ian Jackson
2022-11-03
2
-2
/
+2
|
*
|
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
|
*
|
Require derive_more 0.99.3
Ian Jackson
2022-11-03
12
-12
/
+12
|
*
|
bridge descriptors: Tests
Ian Jackson
2022-11-03
4
-0
/
+273
|
*
|
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
4
-0
/
+1099
|
*
|
tor-dirclient: Response: Provide into_output_string
Ian Jackson
2022-11-03
1
-0
/
+11
|
*
|
Copy tor-netdoc/testdata/routerdesc1.txt into tor-dirmgr
Ian Jackson
2022-11-03
1
-0
/
+50
|
/
/
*
|
Merge branch 'guards_as_bridges_part3' into 'main'
Nick Mathewson
2022-11-02
6
-156
/
+559
|
\
\
|
*
|
Refactor CandidateStatus API to simplify code in descs.
Nick Mathewson
2022-11-02
2
-30
/
+35
|
*
|
GuardMgr: Fix and improve comments based on review.
Nick Mathewson
2022-11-02
3
-6
/
+13
|
*
|
guardmgr: fix rustdoc references.
Nick Mathewson
2022-11-02
2
-3
/
+3
|
*
|
guardmgr: Refactor candidate info; add `full_dir_info`
Nick Mathewson
2022-11-02
4
-30
/
+72
[prev]
[next]