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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge branch 'hashx_perf' into 'main'
Ian Jackson
2023-08-29
7
-29
/
+31
|
\
\
\
\
|
*
|
|
|
hashx: Cleanup around Instruction and NUM_INSTRUCTIONS
Micah Elizabeth Scott
2023-08-25
6
-28
/
+24
|
*
|
|
|
hashx: Avoid memcpy in Assembler::finalize()
Micah Elizabeth Scott
2023-08-25
1
-1
/
+7
*
|
|
|
|
Merge branch 'hashx-bench-2' into 'main'
Ian Jackson
2023-08-29
4
-6
/
+9
|
\
|
|
|
|
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Rustfmt
Ian Jackson
2023-08-25
3
-3
/
+3
|
*
|
|
RFC: hashx: Make Architecture::compile take an array ref
Ian Jackson
2023-08-25
4
-6
/
+9
|
|
/
/
*
|
|
tor-hsservice: Add TODOs for the unimplemented parts.
Gabriela Moldovan
2023-08-25
1
-0
/
+57
*
|
|
tor-hsservice: Get rid of an unnecessary clone.
Gabriela Moldovan
2023-08-25
1
-5
/
+3
*
|
|
tor-hsservice: Remove unnecessary validate() function.
Gabriela Moldovan
2023-08-25
2
-29
/
+11
*
|
|
tor-hsservice: If we can't build the descriptor, log the error (fmt).
Gabriela Moldovan
2023-08-25
1
-12
/
+15
*
|
|
tor-hsservice: If we can't build the descriptor, log the error.
Gabriela Moldovan
2023-08-25
1
-3
/
+6
*
|
|
tor-hsservice: Document the non-Event events handled by the Reactor.
Gabriela Moldovan
2023-08-25
1
-0
/
+10
*
|
|
tor-hsservice: Clarify when `descriptor` is expected to be incomplete.
Gabriela Moldovan
2023-08-25
1
-0
/
+3
*
|
|
tor-hsservice: Explain what UPLOAD_RATE_LIM_THRESHOLD is used for.
Gabriela Moldovan
2023-08-25
1
-0
/
+5
*
|
|
tor-hsservice: Document when recompute_hs_dirs should be called.
Gabriela Moldovan
2023-08-25
1
-0
/
+8
*
|
|
tor-hsservice: s/fetch_hsdirs/compute_hsdirs (fmt).
Gabriela Moldovan
2023-08-25
1
-1
/
+2
*
|
|
tor-hsservice: s/fetch_hsdirs/compute_hsdirs.
Gabriela Moldovan
2023-08-25
1
-3
/
+3
*
|
|
tor-hsservice: Use [v].into_iter() instead of iter::once(v).
Gabriela Moldovan
2023-08-25
1
-1
/
+1
*
|
|
tor-hsservice: Handle schedule_upload_rx.recv() errors.
Gabriela Moldovan
2023-08-25
1
-2
/
+4
*
|
|
tor-hsservice: Remove unnecessary argument from recompute_hs_dirs.
Gabriela Moldovan
2023-08-25
1
-5
/
+9
*
|
|
tor-hsservice: Replace the netdir before recomputing the HsDirs.
Gabriela Moldovan
2023-08-25
1
-2
/
+2
*
|
|
tor-hsservice: Add partial descriptor publisher reactor implementation.
Gabriela Moldovan
2023-08-25
4
-10
/
+842
*
|
|
tor-hsservice: Move PublisherError to a separate module, tweak publisher API.
Gabriela Moldovan
2023-08-25
2
-5
/
+47
*
|
|
tor-hsservice: Make wait_for_netdir* more widely available.
Gabriela Moldovan
2023-08-25
3
-63
/
+78
*
|
|
tor-hscrypto: Impl From<&HsBlindIdKeypair> for HsBlindIdKey.
Gabriela Moldovan
2023-08-25
2
-0
/
+8
*
|
|
tor-hscrypto: Add a function for deriving the subcredential.
Gabriela Moldovan
2023-08-25
2
-3
/
+16
|
/
/
*
|
Run maint/add-warning
Ian Jackson
2023-08-25
1
-0
/
+1
*
|
Merge branch 'hashx-bench-3' into 'main'
Ian Jackson
2023-08-25
5
-8
/
+319
|
\
\
|
|
/
|
/
|
|
*
hashx: FixedCapacityVec: Fix clippy lints
Ian Jackson
2023-08-24
1
-4
/
+3
|
*
Rustfmt
Ian Jackson
2023-08-24
4
-6
/
+12
|
*
hashx: FixedCapacityVec: impl Send, Sync, [Ref]UnwindSafe
Ian Jackson
2023-08-24
1
-0
/
+13
|
*
hashx: FixedCapacityVec: Tests
Ian Jackson
2023-08-24
1
-0
/
+105
|
*
hashx: FixedCapacityVec: introduce push_inner
Ian Jackson
2023-08-24
1
-7
/
+21
|
*
hashx: FixedCapacityVec: use *mut T, and impl Drop
Ian Jackson
2023-08-24
1
-24
/
+68
|
*
hashx: FixedCapacityVec: Note some missing stuff
Ian Jackson
2023-08-24
1
-0
/
+12
|
*
hashx: FixedCapacityVec: Documentation
Ian Jackson
2023-08-24
1
-0
/
+27
|
*
hashx: FixedCapacityVec: Replace .into_boxed_array method with Try
Ian Jackson
2023-08-24
2
-9
/
+16
|
*
hashx: FixedCapacityVec: Move into its own module
Ian Jackson
2023-08-24
5
-71
/
+80
|
*
Rustfmt
Ian Jackson
2023-08-23
3
-9
/
+9
|
*
RFC: hashx: Introduce FixedCapacityVec
Ian Jackson
2023-08-23
3
-6
/
+81
|
*
RFC: hashx: Make Program a boxed array
Ian Jackson
2023-08-23
1
-4
/
+4
*
|
Merge branch 'retry_rend' into 'main'
Nick Mathewson
2023-08-24
4
-8
/
+29
|
\
\
|
*
|
hss: Retry rendezvous circuit attempts.
Nick Mathewson
2023-08-24
2
-8
/
+27
|
*
|
linkspec: Derive Clone and Copy for VerbatimLinkSpecCircTarget.
Nick Mathewson
2023-08-24
2
-0
/
+2
*
|
|
Add initial support for running a PT in server mode
Saksham Mittal
2023-08-24
7
-307
/
+662
|
/
/
*
|
tor-keymgr: Bump ssh-key to 0.6.1 and remove unnecessary dependency.
Gabriela Moldovan
2023-08-24
1
-11
/
+1
*
|
Merge branch 'nickname' into 'main'
gabi-250
2023-08-24
8
-9
/
+174
|
\
\
|
*
|
tor-keymgr, tor-hsservice: Run rustfmt to make derives uglier
Ian Jackson
2023-08-23
2
-6
/
+16
|
*
|
tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNickname
Ian Jackson
2023-08-23
5
-0
/
+49
|
*
|
tor-hsservice: Use real HsNickname in config
Ian Jackson
2023-08-23
1
-4
/
+4
[prev]
[next]