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
...
|
*
|
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
|
*
|
|
tor-keymgr: Update docs referencing outdated SSH algo names.
Gabriela Moldovan
2023-12-14
2
-3
/
+3
|
*
|
|
tor-keymgr: Remove the TODOs about adding a protocol name registry.
Gabriela Moldovan
2023-12-14
1
-68
/
+3
|
*
|
|
tor-keymgr: Use spec.torproject.org for the SSH algo name domain.
Gabriela Moldovan
2023-12-14
5
-15
/
+15
*
|
|
|
Merge branch 'update-onion-doc' into 'main'
Nick Mathewson
2023-12-14
2
-4
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
arti: Fix log message typo.
Gabriela Moldovan
2023-12-14
1
-1
/
+1
|
*
|
|
doc: Document how to find out your .onion address with `arti hss`.
Gabriela Moldovan
2023-12-14
1
-3
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rename_relaycell' into 'main'
Ian Jackson
2023-12-14
11
-80
/
+73
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add deprecated aliases for old RelayCell names
Nick Mathewson
2023-12-14
1
-0
/
+8
|
*
|
Fix relaymsg fuzzer to refer to AnyRelayMsgOuter.
Nick Mathewson
2023-12-14
1
-2
/
+2
|
*
|
Fix documentation that referred to RelayCell.
Nick Mathewson
2023-12-14
3
-26
/
+5
|
*
|
Fix documentation for {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-3
/
+7
|
*
|
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
8
-49
/
+51
*
|
|
Merge branch 'doc-link' into 'main'
gabi-250
2023-12-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-hsservice: Fix broken doc link.
Gabriela Moldovan
2023-12-14
1
-1
/
+1
*
|
|
Merge branch 'return-of-the-son-of-arti-todos' into 'main'
Nick Mathewson
2023-12-14
4
-59
/
+140
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Trivial case fix in a comment.
Ian Jackson
2023-12-14
1
-1
/
+1
|
*
|
arti: Add a todo to describe how and why to test build_list.
Nick Mathewson
2023-12-13
1
-0
/
+7
|
*
|
arti: Use BTreeMap for maps of onion service configs.
Nick Mathewson
2023-12-13
1
-9
/
+9
|
*
|
arti: Simplify build_list slightly
Nick Mathewson
2023-12-13
1
-4
/
+3
|
*
|
arti: Use a macro to declare modules as conditionally public.
Nick Mathewson
2023-12-13
1
-25
/
+36
|
*
|
arti: Test for expected value of onion service cfg.
Nick Mathewson
2023-12-12
1
-2
/
+34
[prev]
[next]