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-bench
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+2
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
Upgrade to clap 3: replace deprecated functions
Gabriel de Perthuis
2022-11-04
1
-29
/
+33
*
Upgrade to clap 3 with minimal changes
Gabriel de Perthuis
2022-11-04
1
-12
/
+7
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
tor-config: Replace dir detection with ConfigurationSource enum
Ian Jackson
2022-08-25
1
-2
/
+7
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
lints: Make lint blocks consistent
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
Split TorClientConfig out of ArtiConfig, and Resolvable trait
Ian Jackson
2022-05-24
1
-3
/
+2
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-2
/
+1
*
arti-config abolition: Change references to use tor_config
Ian Jackson
2022-05-13
1
-1
/
+2
*
arti-bench: Disable all fs permissions (fs-mistrust) checks
Ian Jackson
2022-05-13
1
-0
/
+7
*
ConfigurationSource: Rename new to new_empty
Ian Jackson
2022-05-11
1
-1
/
+1
*
serde attributes: A tiny bit of reordering
Ian Jackson
2022-05-05
1
-2
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-1
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-0
/
+1
|
\
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-0
/
+1
*
|
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-1
/
+1
*
|
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
1
-1
/
+1
*
|
Actually throw an anyhow
Ian Jackson
2022-03-18
1
-1
/
+1
*
|
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-1
/
+1
*
|
accept boxed isolation in StreamPref::set_isolation_group
trinity-1686a
2022-03-16
1
-1
/
+1
*
|
arti-bench: don't allocate a separate receive-buffer for each job
Nick Mathewson
2022-03-08
1
-9
/
+26
*
|
arti-bench: documentation fixes
Nick Mathewson
2022-03-07
1
-5
/
+6
*
|
arti-bench: record streams_per_circ and circs_per_sample.
Nick Mathewson
2022-03-07
1
-5
/
+14
*
|
Fix an unwrap() error.
Nick Mathewson
2022-03-04
1
-1
/
+1
*
|
arti-bench: use isolation to support multiple circuits per run.
Nick Mathewson
2022-03-04
1
-14
/
+104
*
|
arti-bench: simplify future-creation code slightly
Nick Mathewson
2022-03-04
1
-8
/
+3
*
|
arti-bench: refactor stream construction to connect in parallel
Nick Mathewson
2022-03-04
1
-33
/
+15
*
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
|
*
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-3
/
+5
|
|
/
|
/
|
*
|
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
1
-0
/
+1
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
*
Merge branch 'reload-config-prep' into 'main'
Ian Jackson
2022-02-02
1
-7
/
+5
|
\
|
*
arti_config: Refactor configuration sources into a struct
Nick Mathewson
2022-02-01
1
-7
/
+5
*
|
arti-bench: summarize statistics with a new `Statistic` type (#298)
eta
2022-02-01
1
-49
/
+86
|
/
*
Make current/create functions into runtime member functions.
Nick Mathewson
2022-01-26
1
-1
/
+1
[next]