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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
DownloadSchedule: Rename field to "attempts"
Ian Jackson
2022-04-26
2
-12
/
+12
|
*
|
|
DownloadSchedule: Abolish accessors in DownloadScheduleConfig
Ian Jackson
2022-04-26
3
-42
/
+19
|
*
|
|
DownloadSchudule: Have NetworkConfig contain Builders
Ian Jackson
2022-04-26
4
-96
/
+74
|
*
|
|
DownloadSchedule: Abolish new() method
Ian Jackson
2022-04-26
4
-38
/
+82
|
*
|
|
DownloadSchedule: tests: Do not try to set parallelism to 0
Ian Jackson
2022-04-26
2
-13
/
+11
|
*
|
|
DownloadSchedule: Provide builder
Ian Jackson
2022-04-26
1
-1
/
+42
*
|
|
|
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
15
-179
/
+366
|
\
|
|
|
|
*
|
|
Merge branch 'config-sub-list' into 'main'
Nick Mathewson
2022-04-26
14
-167
/
+337
|
|
\
\
\
|
|
*
|
|
list-builder: Provide tests of all methods
Ian Jackson
2022-04-25
1
-0
/
+31
|
|
*
|
|
list_builder: Allow the struct to not be pub
Ian Jackson
2022-04-25
1
-6
/
+6
|
|
*
|
|
list_builder: Use $crate namespaced imports
Ian Jackson
2022-04-25
3
-4
/
+5
|
|
*
|
|
Document defaults for all the config lists
Ian Jackson
2022-04-25
5
-4
/
+15
|
|
*
|
|
define_list_config_builder: Provide example of item_build
Ian Jackson
2022-04-25
1
-0
/
+30
|
|
*
|
|
define_list_config_builder: Expand generated docs for methods etc.
Ian Jackson
2022-04-25
1
-4
/
+16
|
|
*
|
|
Rename macro_first_nonempty (from macro_coalesce_args)
Ian Jackson
2022-04-25
3
-4
/
+4
|
|
*
|
|
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
6
-15
/
+15
|
|
*
|
|
Use better syntax for doc comment attribute
Ian Jackson
2022-04-25
5
-23
/
+11
|
|
*
|
|
Introduce PredictedPortsListBuilder
Ian Jackson
2022-04-25
3
-31
/
+39
|
|
*
|
|
config list-builder: Allow overriding the per-item build method
Ian Jackson
2022-04-25
3
-2
/
+16
|
|
*
|
|
macro_coalesce_args: New helper macro
Ian Jackson
2022-04-25
1
-0
/
+30
|
|
*
|
|
Introduce AuthorityListBuilder in NetworkConfigBuilder
Ian Jackson
2022-04-25
6
-40
/
+44
|
|
*
|
|
Fix error return type of AuthorityBuilder
Ian Jackson
2022-04-25
1
-0
/
+2
|
|
*
|
|
Introduce define_list_config_builder macro
Ian Jackson
2022-04-25
4
-94
/
+134
|
|
*
|
|
logging: Drop a pointless .within() call
Ian Jackson
2022-04-25
1
-2
/
+1
|
*
|
|
|
Merge branch 'abstime-sum' into 'main'
Ian Jackson
2022-04-25
1
-12
/
+29
|
|
\
\
\
\
|
|
*
|
|
|
AbsRetryTime::from_sum: Provide a test case
Ian Jackson
2022-04-25
1
-0
/
+15
|
|
*
|
|
|
AbsRetryTime::from_sum: Add missing full stop
Ian Jackson
2022-04-25
1
-1
/
+1
|
|
*
|
|
|
retry-error: Provide AbsRetryTime::from_sub and use it
Ian Jackson
2022-04-25
1
-12
/
+14
*
|
|
|
|
|
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
45
-64
/
+0
*
|
|
|
|
|
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
33
-33
/
+33
*
|
|
|
|
|
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
33
-0
/
+33
*
|
|
|
|
|
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
28
-202
/
+214
|
/
/
/
/
/
*
|
/
/
/
Merge branch 'integers' into 'main'
Ian Jackson
2022-04-25
2
-7
/
+55
|
\
|
|
|
|
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-error: Handle integer overflows
Samanta Navarro
2022-04-23
1
-4
/
+27
|
*
|
|
retry-error: Handle integer overflow
Samanta Navarro
2022-04-23
1
-3
/
+28
|
|
/
/
*
|
|
Merge branch 'experimental-v3ident-public' into 'main'
Ian Jackson
2022-04-25
1
-0
/
+5
|
\
\
\
|
*
|
|
Authority: make v3ident public under experimental-api
Christian Grigis
2022-04-22
1
-0
/
+5
*
|
|
|
Merge branch 'test' into 'main'
Ian Jackson
2022-04-25
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
tor-basic-utils: Add RetryDelay::reset test
Samanta Navarro
2022-04-23
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
*
/
|
|
fix typo in doc
trinity-1686a
2022-04-25
2
-2
/
+2
|
/
/
/
*
|
|
arti-client: TorClientConfig: derive TorClientConfigBuilder
Ian Jackson
2022-04-22
1
-171
/
+41
*
|
|
arti: ArtiConfig: derive ArtiConfigBuilder
Ian Jackson
2022-04-22
1
-87
/
+13
*
|
|
logfiles: Introduce LogfileListConfigBuilder
Ian Jackson
2022-04-22
1
-16
/
+18
*
|
|
logfiles: Adjust LoggingConfigBuilder::file and impl Deserialize
Ian Jackson
2022-04-22
1
-1
/
+54
*
|
|
logfiles Rename LogfileConfig::file to files
Ian Jackson
2022-04-22
1
-4
/
+4
*
|
|
fallback list: Introduce and use FallbackListBuilder
Ian Jackson
2022-04-22
6
-29
/
+75
*
|
|
fallback list: Move default list into tor-guardmgr
Ian Jackson
2022-04-22
4
-28
/
+30
*
|
|
impl From<SubfieldBuildError> for ConfigBuildError
Ian Jackson
2022-04-22
1
-0
/
+7
*
|
|
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
6
-6
/
+6
|
/
/
*
|
Fix typos
Samanta Navarro
2022-04-20
1
-1
/
+1
[prev]
[next]