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-config
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'upgrade_dependencies' into 'main'
eta
2022-04-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bump to config 0.13
Nick Mathewson
2022-04-26
1
-1
/
+1
*
|
Merge branch 'download-schedule' into 'main'
Nick Mathewson
2022-04-26
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
DownloadSchedule: Rename field to "attempts"
Ian Jackson
2022-04-26
1
-4
/
+4
*
|
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
/
+8
|
/
*
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
1
-1
/
+1
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-4
/
+4
*
Use a lower default for max_retries.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Run rustfmt to tidy up imports
Ian Jackson
2022-03-21
1
-1
/
+1
*
Move ApplicationConfig to arti crate
Ian Jackson
2022-03-21
2
-30
/
+1
*
Move ProxyConfig to arti crate
Ian Jackson
2022-03-21
2
-51
/
+1
*
Move logging configuration from arti_config::options to arti::logging
Ian Jackson
2022-03-21
2
-127
/
+2
*
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
2
-261
/
+5
*
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-1
/
+1
*
add udp to runtime
trinity-1686a
2022-03-14
1
-0
/
+10
*
rustfmt
Ian Jackson
2022-03-11
1
-10
/
+15
*
Make ArtiConfigBuilder contain a TorClientConfigBuilder
Ian Jackson
2022-03-11
1
-135
/
+19
*
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-29
/
+0
*
Have ArtiConfig contain a TorClientConfig, and drop builder retcon
Ian Jackson
2022-03-07
1
-134
/
+13
*
Provide way to get TorConfigBuilder from ArtiConfigBuilder
Ian Jackson
2022-03-07
1
-0
/
+27
*
Derive Deserialize for handwritten ArtiConfigBuilder
Ian Jackson
2022-03-07
1
-1
/
+16
*
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+3
*
Use git source for derive_builder for now, for attrs feature
Ian Jackson
2022-03-07
1
-1
/
+1
*
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
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-4
/
+4
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-03-01
1
-0
/
+8
*
|
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-0
/
+8
*
|
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
3
-32
/
+56
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Fix a doc link.
Nick Mathewson
2022-02-04
1
-1
/
+2
*
Merge branch 'ticket270' into 'main'
Nick Mathewson
2022-02-03
3
-4
/
+76
|
\
|
*
Document that `notify` behavior is strange with symlinks
Nick Mathewson
2022-02-03
2
-0
/
+10
|
*
arti-config: add blank lines between functions.
Nick Mathewson
2022-02-02
1
-0
/
+6
|
*
arti-config: Small type and comment refactoring from review.
Nick Mathewson
2022-02-02
1
-2
/
+0
|
*
Make configuration-watching configurable and off-by-default.
Nick Mathewson
2022-02-01
3
-2
/
+57
|
*
Reload configuration when our configuration files change.
Nick Mathewson
2022-02-01
1
-1
/
+4
*
|
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
|
/
*
arti_config: Refactor configuration sources into a struct
Nick Mathewson
2022-02-01
1
-26
/
+73
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-4
/
+4
*
Make max_file_limit configurable
Neel Chauhan
2022-01-28
2
-1
/
+24
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-4
/
+4
*
Tracing configuration for logfiles, per-target filters
Nick Mathewson
2022-01-10
3
-23
/
+118
*
Expose and rename stream timeout config.
Nick Mathewson
2022-01-10
1
-6
/
+6
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-7
/
+7
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Rename timeout_rules to stream_timeouts.
Nick Mathewson
2021-12-07
2
-14
/
+18
*
Merge branch 'revised_preemptive_config' into 'main'
eta
2021-12-07
2
-28
/
+41
|
\
[prev]
[next]