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
...
|
*
|
tor-hsservice: Use real HsNickname in ipt_mgr
Ian Jackson
2023-08-23
1
-4
/
+1
|
*
|
tor-hsservice: Provide a sensible HsNickname
Ian Jackson
2023-08-23
3
-0
/
+91
|
*
|
tor-keymgr: Improve ArtiPathComponent a bit
Ian Jackson
2023-08-23
2
-0
/
+18
*
|
|
tor-proto: Make some imports more precise
Ian Jackson
2023-08-23
1
-1
/
+3
|
/
/
*
|
Rerun maint/add_warning
Ian Jackson
2023-08-23
1
-0
/
+1
*
|
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
206
-0
/
+206
|
\
\
|
*
|
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
206
-0
/
+206
*
|
|
Merge branch 'hss_send_raw' into 'main'
Ian Jackson
2023-08-23
1
-20
/
+2
|
\
\
\
|
*
|
|
hss: use send_raw_msg in rend_handshake.
Nick Mathewson
2023-08-22
1
-20
/
+2
*
|
|
|
Merge branch 'hsdir-apis' into 'main'
gabi-250
2023-08-23
2
-39
/
+19
|
\
\
\
\
|
*
|
|
|
tor-netdoc: Remove semver.md
Gabriela Moldovan
2023-08-23
1
-3
/
+0
|
*
|
|
|
tor-netdoc: Fix clippy lints.
Gabriela Moldovan
2023-08-23
2
-6
/
+6
|
*
|
|
|
tor-netdoc: Remove redundant `IntroPointDesc` struct.
Gabriela Moldovan
2023-08-23
3
-33
/
+16
*
|
|
|
|
ipt establisher API: pass a struct to new() (fmt)
Ian Jackson
2023-08-23
1
-6
/
+2
*
|
|
|
|
ipt establisher API: pass a struct to new()
Ian Jackson
2023-08-23
2
-20
/
+47
|
/
/
/
/
*
|
|
|
Merge branch 'hashx-bench' into 'main'
Ian Jackson
2023-08-23
1
-38
/
+63
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
hashx_cachegrind: Fix black_box location
Ian Jackson
2023-08-23
1
-2
/
+2
|
*
|
|
hashx_cachegrind: Make mk_c_equix not shuffle the HashX
Ian Jackson
2023-08-23
1
-8
/
+8
|
*
|
|
hashx_cachegrind: Make mk_rust not shuffle the HashXBuilder
Ian Jackson
2023-08-23
1
-10
/
+9
|
*
|
|
hashx_cachegrind: Introduce C_HASHX_OK alias
Ian Jackson
2023-08-23
1
-2
/
+5
|
*
|
|
hashx_cachegrind: Introduce bench_loop helper macro
Ian Jackson
2023-08-23
1
-24
/
+29
|
*
|
|
hashx_cachegrind: Introduce u32be helper function
Ian Jackson
2023-08-23
1
-4
/
+11
|
*
|
|
hashx_cachegrind: Introduce mk_c_equix helper macro
Ian Jackson
2023-08-23
1
-4
/
+9
|
*
|
|
hashx_cachegrind: Introduce mk_rust helper macro
Ian Jackson
2023-08-23
1
-8
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ipt-m' into 'main'
Ian Jackson
2023-08-23
10
-6
/
+1470
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-hsservice: Add a TODO for breaking up the big function
Ian Jackson
2023-08-23
1
-0
/
+2
|
*
|
tor-hsservice: timeout_track: Add some TODOs
Ian Jackson
2023-08-23
1
-0
/
+3
|
*
|
tor-hsservice: ipt-m: Add a TODO about code motion
Ian Jackson
2023-08-23
1
-0
/
+2
|
*
|
tor-hsservice: ipt-m: tests: Fix wrong comment
Ian Jackson
2023-08-23
1
-1
/
+1
|
*
|
Fix doc formatting.
gabi-250
2023-08-23
1
-1
/
+1
|
*
|
tor-hsservice: About half of an IPT Manager
Ian Jackson
2023-08-23
5
-2
/
+799
|
*
|
tor-hsservice: Expose the ipt_establish and publish modules
Ian Jackson
2023-08-23
1
-2
/
+2
|
*
|
tor-hsservice: Provide timeout tracking utilities - tests
Ian Jackson
2023-08-23
2
-2
/
+201
|
*
|
tor-hsservice: Provide timeout tracking utilities
Ian Jackson
2023-08-23
3
-0
/
+434
|
*
|
tor-rtmock: Relax Sync bound on spawned tasks in MockExecutor
Ian Jackson
2023-08-23
2
-2
/
+3
|
*
|
tor-rtmock: Expose time_until_next_timeout on MockRuntime
Ian Jackson
2023-08-23
2
-0
/
+26
*
|
|
Merge branch 'hashx_perf' into 'main'
Ian Jackson
2023-08-23
10
-389
/
+388
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hashx: Use a boxed slice for Program storage
Micah Elizabeth Scott
2023-08-21
1
-3
/
+3
|
*
|
hashx: Assembly buffer sizing and tidying
Micah Elizabeth Scott
2023-08-21
3
-34
/
+104
|
*
|
hashx: avoid surprising overhead of enum code() method
Micah Elizabeth Scott
2023-08-21
1
-3
/
+3
|
*
|
hashx: Rearrange destination register validator for performance
Micah Elizabeth Scott
2023-08-21
2
-12
/
+49
|
*
|
hashx: New approach to avoid memcpy in Program
Micah Elizabeth Scott
2023-08-21
7
-63
/
+49
|
*
|
hashx: Rewrite RegisterSet again to reduce CPU frontend stalls
Micah Elizabeth Scott
2023-08-21
6
-210
/
+103
|
*
|
hashx: new RegisterWriter format handles more cases transparently
Micah Elizabeth Scott
2023-08-21
3
-99
/
+112
*
|
|
arti-client: Fix a couple more typos.
Nick Mathewson
2023-08-22
2
-2
/
+2
*
|
|
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
4
-4
/
+4
*
|
|
arti::cfg tests: Use fold to make nightly clippy happier
Nick Mathewson
2023-08-22
1
-4
/
+5
*
|
|
Resolve a pair of warnings about redundant closures.
Nick Mathewson
2023-08-22
2
-3
/
+3
*
|
|
Merge branch 'netdir-todo-2-take-2' into 'main'
gabi-250
2023-08-22
3
-6
/
+186
|
\
\
\
|
*
|
|
tor-netdir: Use an owned HsBlindId instead of a reference.
Gabriela Moldovan
2023-08-22
2
-5
/
+5
[prev]
[next]