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
/
tor-config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-7
/
+7
|
\
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-7
/
+7
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
Update notify to 7.x
Ian Jackson
2024-10-30
1
-1
/
+1
*
tor-config-path: moved `tor_config::path` to here
Steven Engler
2024-10-29
2
-506
/
+1
*
tor-config-path: added empty package
Steven Engler
2024-10-29
1
-0
/
+1
*
tor-config: remove `CfgPathError::BadUtf8`
Steven Engler
2024-10-28
1
-20
/
+1
*
tor-config: use 'path' feature of shellexpand
Steven Engler
2024-10-28
2
-41
/
+16
*
tor-config: Document the limitations of the FileWatcher.
Gabriela Moldovan
2024-10-16
1
-0
/
+9
*
tor-config: Compare the file contents when testing.
Gabriela Moldovan
2024-10-16
1
-0
/
+7
*
tor-config: Configure the polling interval.
Gabriela Moldovan
2024-10-16
1
-2
/
+17
*
tor-config: Use a polling watcher on non-windows platforms that don't have in...
Gabriela Moldovan
2024-10-16
2
-2
/
+10
*
tor-config: Add a type alias for the underlying watcher (fmt).
Gabriela Moldovan
2024-10-16
1
-2
/
+2
*
tor-config: Add a type alias for the underlying watcher.
Gabriela Moldovan
2024-10-16
1
-3
/
+6
*
tor-config: Expose assert_config_error test helper.
Gabriela Moldovan
2024-10-08
3
-1
/
+24
*
Merge branch 'warn_on_nonlocal' into 'main'
Nick Mathewson
2024-10-01
3
-377
/
+435
|
\
|
*
tor-config: Add Listen::is_localhost_only.
Nick Mathewson
2024-09-25
1
-0
/
+33
|
*
tor-config: move Listen to its own module.
Nick Mathewson
2024-09-25
3
-377
/
+402
*
|
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-6
/
+6
*
|
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-2
/
+2
*
|
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
|
/
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-6
/
+6
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
tor-config: Improve FileWatcher documentation.
Gabriela Moldovan
2024-08-28
1
-1
/
+12
*
tor-config: Add tests for FileWatcher::watch_path.
Gabriela Moldovan
2024-08-28
1
-0
/
+73
*
tor-config: Make a test helper take a reference to TempTestDir.
Gabriela Moldovan
2024-08-28
1
-2
/
+2
*
tor-config: Rename watch_file to watch_path.
Gabriela Moldovan
2024-08-27
1
-3
/
+3
*
tor-config: Write tests for FileWatcher.
Gabriela Moldovan
2024-08-21
2
-3
/
+145
*
tor-config: Add a TODO about relocating file_watcher.
Gabriela Moldovan
2024-08-21
1
-0
/
+3
*
tor-config: Add getters for FileWatcher.
Gabriela Moldovan
2024-08-21
2
-1
/
+10
*
tor-config: Support watching dirs for files with a given extension (fmt).
Gabriela Moldovan
2024-08-21
1
-2
/
+9
*
tor-config: Support watching dirs for files with a given extension.
Gabriela Moldovan
2024-08-21
1
-19
/
+72
*
tor-config: Move event handling to a separate function.
Gabriela Moldovan
2024-08-21
1
-20
/
+30
*
tor-config: Remove unused Event::SigHup variant.
Gabriela Moldovan
2024-08-21
1
-3
/
+0
*
tor-config: Make FileWatcher use an opaque channel type.
Gabriela Moldovan
2024-08-21
2
-5
/
+70
*
tor-config: Give FileWatcherBuilder a handle to the runtime.
Gabriela Moldovan
2024-08-21
2
-11
/
+11
*
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
3
-0
/
+197
*
Merge branch 'docsrs' into 'main'
Jim Newsome
2024-08-07
1
-1
/
+0
|
\
|
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
|
arti-client: Move BuilderExt to tor-config.
Gabriela Moldovan
2024-08-05
2
-0
/
+32
|
/
*
Remove semver.md files post-release.
Nick Mathewson
2024-08-01
1
-1
/
+0
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-3
/
+3
*
tor-config: Deprecate ConfigError::Permissions, use FileAccess
Ian Jackson
2024-07-10
2
-1
/
+6
*
tor-config: Correct message and description for mistrust error
Ian Jackson
2024-07-10
1
-2
/
+4
*
Update to derive-deftly 0.14
Ian Jackson
2024-07-08
1
-1
/
+1
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-3
/
+3
*
Update to itertools 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Require strum 0.26.3
Ian Jackson
2024-06-25
1
-1
/
+1
[next]