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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
serde attributes: A tiny bit of reordering
Ian Jackson
2022-05-05
2
-3
/
+3
|
*
|
|
Make LogRotation Serialize
Ian Jackson
2022-05-05
1
-1
/
+1
|
/
/
/
*
/
/
Start drafting a changelog for 0.3.0
Nick Mathewson
2022-05-04
1
-0
/
+109
|
/
/
*
|
Run "cargo update" in preparation for a release... next week?
Nick Mathewson
2022-05-04
1
-133
/
+133
*
|
Merge branch 'socket-addr-list-builder' into 'main'
Ian Jackson
2022-05-04
11
-53
/
+136
|
\
\
|
*
|
list_builder: Add some xrefs about macro_rules limitations
Ian Jackson
2022-05-04
1
-0
/
+8
|
*
|
Fix typo
Nick Mathewson
2022-05-04
1
-1
/
+1
|
*
|
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
7
-37
/
+47
|
*
|
FallbackDir: Do orport validation after autogenerated build
Ian Jackson
2022-05-04
1
-5
/
+11
|
*
|
FallbackDir: Do not consider defaulted-empty orport list to be valid
Ian Jackson
2022-05-04
1
-7
/
+5
|
*
|
list_builder: Update semver note
Ian Jackson
2022-05-04
1
-1
/
+2
|
*
|
list_builder: Provide VecBuilder
Ian Jackson
2022-05-04
1
-0
/
+41
|
*
|
list_builder: Use Educe to derive Default
Ian Jackson
2022-05-04
4
-1
/
+5
|
*
|
list_builder: Make helper capable of handling generics
Ian Jackson
2022-05-04
1
-3
/
+15
|
*
|
list_builder: Actually honour attributes
Ian Jackson
2022-05-04
1
-1
/
+4
*
|
|
Merge branch 'guard-restriction-list' into 'main'
Nick Mathewson
2022-05-04
4
-39
/
+57
|
\
\
\
|
*
|
|
GuardUsage: restrictions Add semver note
Ian Jackson
2022-05-04
1
-0
/
+1
|
*
|
|
GuardUsage: restrictions: Use list builder
Ian Jackson
2022-05-04
3
-39
/
+56
|
|
/
/
*
|
|
Merge branch 'locked' into 'main'
Nick Mathewson
2022-05-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CI: Check that the lockfile is up to date.
Ian Jackson
2022-05-04
1
-1
/
+1
*
|
|
Merge branch 'list-builder-rework' into 'main'
Ian Jackson
2022-05-04
14
-183
/
+358
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-dirmgr: make DownloadScheduleBuilder public
Ian Jackson
2022-05-04
1
-1
/
+1
|
*
|
Fix typos
Nick Mathewson
2022-05-04
1
-2
/
+2
|
*
|
Change builder list API
Ian Jackson
2022-05-04
12
-172
/
+341
|
*
|
Introduce ThingListBuilder::default_list
Ian Jackson
2022-05-04
1
-5
/
+8
|
*
|
Add dependency on paste crate
Ian Jackson
2022-05-04
3
-0
/
+3
|
*
|
Rename NetworkConfig.fallback_caches
Ian Jackson
2022-05-04
1
-8
/
+8
*
|
|
Merge branch 'fix-config-version' into 'main'
Nick Mathewson
2022-05-04
1
-1
/
+1
|
\
|
|
|
*
|
Fix config version
Ian Jackson
2022-05-04
1
-1
/
+1
|
/
/
*
|
Merge branch 'path' into 'main'
Ian Jackson
2022-05-03
5
-14
/
+214
|
\
\
|
*
|
CfgPath: Test serialisation round-trip with a binary format
Ian Jackson
2022-05-03
3
-0
/
+38
|
*
|
CfgPath: Make it Serialize
Ian Jackson
2022-05-03
1
-5
/
+69
|
*
|
CfgPath: Overhaul API
Ian Jackson
2022-05-03
4
-8
/
+94
|
*
|
CfgPath: Change deserialisaation of Literal variant
Ian Jackson
2022-05-03
1
-5
/
+17
|
*
|
config: Enable "toml" feature
Ian Jackson
2022-05-03
1
-1
/
+1
*
|
|
Merge branch 'fs-mistrust-v2' into 'main'
Nick Mathewson
2022-05-03
11
-0
/
+2676
|
\
\
\
|
*
|
|
fs-mistrust: write a lot about TOCTOU issues.
Nick Mathewson
2022-05-03
4
-22
/
+70
|
*
|
|
fs-mistrust: Rename SecureDir to CheckedDir.
Nick Mathewson
2022-05-03
3
-24
/
+24
|
*
|
|
fs-mistrust: Add a dangerously_trust_everyone method.
Nick Mathewson
2022-05-03
2
-1
/
+59
|
*
|
|
fs-mistrust: split check_one into two functions.
Nick Mathewson
2022-05-03
1
-46
/
+64
|
*
|
|
fs-mistrust: Make self-named groups trusted by default.
Nick Mathewson
2022-05-03
1
-23
/
+32
|
*
|
|
Work around CI config weirdness.
Nick Mathewson
2022-05-03
1
-0
/
+5
|
*
|
|
fs-mistrust: Add code to make a self-named group "trusted".
Nick Mathewson
2022-05-03
4
-0
/
+237
|
*
|
|
fs-mistrust: refactor ResolvePath to avoid temporary changes.
Nick Mathewson
2022-05-03
1
-36
/
+31
|
*
|
|
fs-mistrust: clarify and test behavior for ".." past the fs root.
Nick Mathewson
2022-05-03
1
-1
/
+31
|
*
|
|
Add a must_use (suggested by @diziet).
Nick Mathewson
2022-05-03
1
-0
/
+1
|
*
|
|
fs-mistrust: more examples, documentation.
Nick Mathewson
2022-05-03
3
-6
/
+113
|
*
|
|
Add a SecureDir API for checked access to directories
Nick Mathewson
2022-05-03
4
-3
/
+266
|
*
|
|
Add functionality to inspect directory content permissions
Nick Mathewson
2022-05-03
6
-29
/
+134
|
*
|
|
By default, forbid special files.
Nick Mathewson
2022-05-03
2
-17
/
+40
[prev]
[next]