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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
rpc: State that we're using I-JSON
Ian Jackson
2023-03-24
1
-0
/
+8
|
*
|
|
rpc: Forbid troublesome numbers as ids
Ian Jackson
2023-03-24
1
-2
/
+4
|
*
|
|
rpc: Be more explicit about ignoring JSON fields
Ian Jackson
2023-03-24
1
-1
/
+4
|
*
|
|
rpc: Clarify/restate method definition requirements
Ian Jackson
2023-03-24
1
-9
/
+10
|
*
|
|
rpc: Use Object for method targets and JSON object for document objects
Ian Jackson
2023-03-24
1
-29
/
+31
|
*
|
|
rpc: Make `params` in a request non-optional
Ian Jackson
2023-03-24
1
-1
/
+5
*
|
|
|
Merge branch 'x25519' into 'main'
Nick Mathewson
2023-04-04
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
tor-llcrypto: Pin x25519-dalek version, bump our crate version
tor-llcrypto-v0.4.4
Ian Jackson
2023-04-04
2
-3
/
+3
*
|
|
|
|
Merge branch 'timerange' into 'main'
gabi-250
2023-04-03
1
-1
/
+35
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
TimerangeBound: Provide .as_ref() and .as_deref()
Ian Jackson
2023-04-03
1
-1
/
+33
|
*
|
|
|
TimerangeBound: derive Debug and Clone, and Eq/PartialEq in tests
Ian Jackson
2023-04-03
1
-0
/
+2
*
|
|
|
|
Merge branch 'debug-hex' into 'main'
Nick Mathewson
2023-04-03
4
-5
/
+92
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Debug as hex strings for HsBlindId and HsDirIndex
Ian Jackson
2023-03-31
3
-5
/
+10
|
*
|
|
|
tor-basic-utils: Provide impl_debug_hex
Ian Jackson
2023-03-31
1
-0
/
+82
*
|
|
|
|
Merge branch 'hserror' into 'main'
Ian Jackson
2023-03-31
3
-0
/
+52
|
\
\
\
\
\
|
*
|
|
|
|
tor-error: Add missing footnote
Ian Jackson
2023-03-31
1
-0
/
+4
|
*
|
|
|
|
Fix duplicated licence in Cargo.toml
gabi-250
2023-03-31
1
-1
/
+0
|
*
|
|
|
|
tor-error: Add OnionServiceNotRunning error
Ian Jackson
2023-03-31
1
-0
/
+13
|
*
|
|
|
|
tor-error: Put OnionService errors behind a new experimental-api feature
Ian Jackson
2023-03-31
3
-0
/
+14
|
*
|
|
|
|
tor-error: Document cargo feature
Ian Jackson
2023-03-31
1
-0
/
+4
|
*
|
|
|
|
tor-error: Errors for hidden services
Ian Jackson
2023-03-31
1
-0
/
+18
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'netdir' into 'main'
Ian Jackson
2023-03-31
2
-29
/
+90
|
\
\
\
\
\
|
*
|
|
|
|
tor-netdir: iter_filter_secondary: Make it less of a mess
Ian Jackson
2023-03-30
1
-13
/
+10
|
*
|
|
|
|
tor-netdir: Expand on comment for HsRingRings::iter
gabi-250
2023-03-30
1
-1
/
+1
|
*
|
|
|
|
tor-netdir: Minor docs fixes
gabi-250
2023-03-30
1
-2
/
+3
|
*
|
|
|
|
tor-netdir: Provide accessor for params field of HsDirParams
Ian Jackson
2023-03-30
1
-0
/
+5
|
*
|
|
|
|
tor-netdir: Implement hs_dirs accessor
Ian Jackson
2023-03-30
1
-2
/
+16
|
*
|
|
|
|
tor-netdir: hs_dirs accessor: change semantics, type, and name
Ian Jackson
2023-03-30
1
-7
/
+9
|
*
|
|
|
|
tor-netdir: Provide hs_all_time_periods instead of ..._secondary_...
Ian Jackson
2023-03-30
1
-5
/
+8
|
*
|
|
|
|
tor-netdir: Rename hs_time_period
Ian Jackson
2023-03-30
1
-3
/
+5
|
*
|
|
|
|
tor-netdir: Sort out HsDirOp
Ian Jackson
2023-03-30
1
-2
/
+3
|
*
|
|
|
|
tor-netdir: Reorganise iteration over hsdir rings
Ian Jackson
2023-03-30
1
-4
/
+24
|
*
|
|
|
|
tor-netdir: Provide relay_by_rs_idx
Ian Jackson
2023-03-30
1
-0
/
+16
*
|
|
|
|
|
Merge branch 'docs-runes' into 'main'
Ian Jackson
2023-03-31
1
-2
/
+5
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
CONTRIBUTING.md: Explicitly support --document-private-items
Ian Jackson
2023-03-30
1
-1
/
+3
|
*
|
|
|
|
CONTRIBUTING.md: Recommend --workspace when building docs
Ian Jackson
2023-03-30
1
-2
/
+3
*
|
|
|
|
|
Merge branch 'hsdesc-encoder-client-auth' into 'main'
gabi-250
2023-03-31
5
-157
/
+310
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Generate a new KP_hss_desc_enc keypair for each new descriptor.
Gabriela Moldovan
2023-03-31
2
-33
/
+51
|
*
|
|
|
|
|
Remove unnecessary test constant.
Gabriela Moldovan
2023-03-31
2
-14
/
+8
|
*
|
|
|
|
|
Add an encode-decode test for descriptors with client auth.
Gabriela Moldovan
2023-03-31
1
-23
/
+96
|
*
|
|
|
|
|
Use constants instead of magic numbers.
Gabriela Moldovan
2023-03-31
1
-6
/
+10
|
*
|
|
|
|
|
Stop requiring the caller to supply `AuthClient`s.
Gabriela Moldovan
2023-03-31
5
-102
/
+166
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'update_once_more' into 'main'
gabi-250
2023-03-31
1
-82
/
+25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Run cargo-update to move away from yanked versions of "windows"
Nick Mathewson
2023-03-31
1
-82
/
+25
|
/
/
/
/
/
/
*
|
|
/
/
/
Remove semver.md files.
Nick Mathewson
2023-03-31
8
-13
/
+0
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Remove "publish = false" from tor-hsclient.
arti-v1.1.3
Nick Mathewson
2023-03-31
1
-2
/
+0
*
|
|
|
|
Merge branch 'version_bump' into 'main'
gabi-250
2023-03-31
34
-209
/
+209
|
\
\
\
\
\
|
*
|
|
|
|
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
19
-33
/
+33
|
*
|
|
|
|
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
21
-32
/
+32
|
*
|
|
|
|
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
29
-126
/
+126
[prev]
[next]