index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-bench
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-3
/
+3
*
Bump the patch version of each crate with _trivial_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
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
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-6
/
+6
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Upgrade to clap 3: replace deprecated functions
Gabriel de Perthuis
2022-11-04
2
-30
/
+34
*
Upgrade to clap 3 with minimal changes
Gabriel de Perthuis
2022-11-04
2
-13
/
+8
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
Bump patchlevels of binary crates.
Nick Mathewson
2022-10-03
1
-2
/
+2
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-2
/
+2
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-6
/
+6
*
tor-config: Replace dir detection with ConfigurationSource enum
Ian Jackson
2022-08-25
1
-2
/
+7
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+3
*
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-3
/
+3
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-6
/
+6
*
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
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-8
/
+8
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-4
/
+4
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-6
/
+6
*
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
*
Abolish arti-config, replacing with tombstone crate
Ian Jackson
2022-05-13
1
-1
/
+0
*
arti-config abolition: Change references to use tor_config
Ian Jackson
2022-05-13
2
-1
/
+3
*
arti-bench: Disable all fs permissions (fs-mistrust) checks
Ian Jackson
2022-05-13
2
-0
/
+8
*
ConfigurationSource: Rename new to new_empty
Ian Jackson
2022-05-11
1
-1
/
+1
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-5
/
+5
*
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
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-6
/
+6
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-5
/
+5
*
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
2
-1
/
+2
*
|
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
[prev]
[next]