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
...
*
|
|
Merge branch 'import' into 'main'
gabi-250
2023-08-23
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-proto: Make some imports more precise
Ian Jackson
2023-08-23
1
-1
/
+3
|
/
/
*
|
Merge branch 'fix' into 'main'
Nick Mathewson
2023-08-23
1
-0
/
+1
|
\
\
|
*
|
Rerun maint/add_warning
Ian Jackson
2023-08-23
1
-0
/
+1
|
/
/
*
|
Merge branch 'clippy' into 'main'
Ian Jackson
2023-08-23
207
-0
/
+207
|
\
\
|
*
|
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
206
-0
/
+206
|
*
|
clippy: Suppress needless_pass_by_value in tests
Ian Jackson
2023-08-23
1
-0
/
+1
*
|
|
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
*
|
|
|
|
Merge branch 'ipt-e' into 'main'
Nick Mathewson
2023-08-23
2
-24
/
+47
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
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
11
-6
/
+1475
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
6
-2
/
+800
|
*
|
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
3
-2
/
+203
|
*
|
tor-hsservice: Provide timeout tracking utilities
Ian Jackson
2023-08-23
4
-0
/
+436
|
*
|
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
*
|
|
Merge branch 'spelling' into 'main'
Nick Mathewson
2023-08-22
9
-11
/
+11
|
\
\
\
|
*
|
|
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
7
-9
/
+9
|
/
/
/
*
|
|
Merge branch 'nightly-warnings-20230822' into 'main'
Nick Mathewson
2023-08-22
3
-7
/
+8
|
\
\
\
|
*
|
|
arti::cfg tests: Use fold to make nightly clippy happier
Nick Mathewson
2023-08-22
1
-4
/
+5
[prev]
[next]