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
...
|
*
|
KeyPathInfo: Add role field
Ian Jackson
2024-01-04
2
-2
/
+27
|
*
|
KeySpecifier d-a macro: Populate extra_info
Ian Jackson
2024-01-04
2
-2
/
+20
|
*
|
KeySpecifier d-a macro: Use dyn for describing
Ian Jackson
2024-01-04
2
-24
/
+75
|
*
|
KeySpecifier d-a macro: Add a test for describing
Ian Jackson
2024-01-04
1
-0
/
+16
|
*
|
KeySpecifier d-a macro: Mnaully wrap two long lines
Ian Jackson
2024-01-04
1
-2
/
+6
|
*
|
KeySpecifier d-a macro: Use doc-hidden re-exports
Ian Jackson
2024-01-04
2
-9
/
+7
|
*
|
KeySpecifier d-a macro: Name result by whole path
Ian Jackson
2024-01-04
1
-2
/
+2
|
*
|
KeySpecifier d-a macro: Use derive-adhoc's pasting feature
Ian Jackson
2024-01-04
1
-6
/
+4
|
*
|
KeySpecifier d-a macro: Use dyn for parsing
Ian Jackson
2024-01-04
1
-91
/
+181
|
*
|
KeyPathError::PatternNotMatched: Remove pattern from error
Ian Jackson
2024-01-04
2
-3
/
+3
|
*
|
KeySpecifier d-a macro: Do not produce fn new()
Ian Jackson
2024-01-04
2
-20
/
+7
|
*
|
KeySpecifier d-a macro: Say what we produce, in the docs
Ian Jackson
2024-01-04
1
-1
/
+17
|
*
|
KeySpecifier: Make KeySpecifierPattern a trait
Ian Jackson
2024-01-04
5
-11
/
+23
|
*
|
KeySpecifier d-a macro: Abolish prefix fns
Ian Jackson
2024-01-04
2
-55
/
+0
|
*
|
KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dyn
Ian Jackson
2024-01-04
4
-43
/
+79
|
*
|
KeySpecifier d-a macro: Use dyn for arti_path
Ian Jackson
2024-01-04
1
-11
/
+153
|
*
|
KeySpecifier tests: add a TimePeriod test
Ian Jackson
2024-01-04
3
-2
/
+38
|
*
|
KeySpecifierComponent: Add .fmt_pretty() method
Ian Jackson
2024-01-04
1
-1
/
+21
|
*
|
tor-hsservice: Drop an unused import
Ian Jackson
2024-01-04
1
-1
/
+0
|
*
|
KeySpecifier d-a macro: Move to its own module
Ian Jackson
2024-01-04
3
-318
/
+336
|
*
|
KeySpecifier d-a macro: insist on structs
Ian Jackson
2024-01-03
1
-1
/
+1
|
*
|
KeySpecifier d-a macro: rename from KeySpecifierDefault
Ian Jackson
2024-01-03
3
-18
/
+18
|
|
/
*
|
Merge branch 'fix-ambitious-certtype' into 'main'
Ian Jackson
2024-01-08
1
-1
/
+2
|
\
\
|
*
|
tor-cell: Fix ambitious certtype
Emil Engler
2023-12-28
1
-1
/
+2
*
|
|
Merge branch 'da-allow' into 'main'
gabi-250
2024-01-08
7
-14
/
+39
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove an unneeded allow
Ian Jackson
2024-01-02
1
-2
/
+0
|
*
|
Update to derive-adhoc 0.8
Ian Jackson
2024-01-02
6
-12
/
+39
|
/
/
*
|
Merge branch 'clippy' into 'main'
Ian Jackson
2024-01-02
17
-36
/
+32
|
\
\
|
|
/
|
/
|
|
*
rustdoc: linkify a url properly
Ian Jackson
2024-01-02
1
-2
/
+2
|
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
4
-17
/
+5
|
*
clippy nightly: For now, locally allow implied_bounds_in_impls
Ian Jackson
2024-01-02
1
-0
/
+2
|
*
clippy nightly: For now, locally allow blocks_in_conditions
Ian Jackson
2024-01-02
3
-0
/
+3
|
*
clippy nightly: Use Poll.is_pending() in two places
Ian Jackson
2024-01-02
1
-2
/
+2
|
*
clippy: An an allow for fallible ed25519 conversion
Ian Jackson
2024-01-02
1
-0
/
+5
|
*
clippy: Add an allow to work around a clippy bug
Ian Jackson
2024-01-02
1
-0
/
+3
|
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
4
-10
/
+5
|
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
6
-9
/
+9
|
/
*
Merge branch 'track-caller' into 'main'
Alexander Færøy
2023-12-18
2
-0
/
+4
|
\
|
*
tor-rtcompat: use track-caller for thin wrappers
Jim Newsome
2023-12-18
2
-0
/
+4
*
|
Merge branch 'zerocopy-bump' into 'main'
Alexander Færøy
2023-12-18
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Bump zerocopy 0.7.29 -> 0.7.31
Jim Newsome
2023-12-18
1
-4
/
+4
|
/
*
Merge branch 'hs-desc-builder' into 'main'
Alexander Færøy
2023-12-18
3
-17
/
+23
|
\
|
*
tor-netdoc: Make HsDescBuilder::auth_clients take an Option.
Gabriela Moldovan
2023-12-14
3
-17
/
+23
*
|
Merge branch 'doctest-deprecated-name' into 'main'
Nick Mathewson
2023-12-14
1
-2
/
+2
|
\
\
|
*
|
tor-cell: Stop using deprecated name in doctest
Nick Mathewson
2023-12-14
1
-2
/
+2
*
|
|
Merge branch 'keymgr-proto-domain-name' into 'main'
gabi-250
2023-12-14
11
-103
/
+37
|
\
\
\
|
*
|
|
shadow test: Update the test client auth keys.
Gabriela Moldovan
2023-12-14
2
-7
/
+6
|
*
|
|
arti: Fix log message typo.
Gabriela Moldovan
2023-12-14
1
-1
/
+1
|
*
|
|
shadow test: Update hidden service keys.
Gabriela Moldovan
2023-12-14
3
-8
/
+8
|
*
|
|
tor-keymgr: Wrap a long doc comment line.
Gabriela Moldovan
2023-12-14
1
-3
/
+3
[prev]
[next]