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
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
tor-hsclient: Have descriptor_ensure take only &mut data.desc
Ian Jackson
2023-06-09
1
-6
/
+8
*
|
|
tor-hsclient: Move &mut Data out of Context, and pass &Context (fmt)
Ian Jackson
2023-06-09
1
-9
/
+1
*
|
|
tor-hsclient: Move &mut Data out of Context, and pass &Context
Ian Jackson
2023-06-09
1
-19
/
+12
*
|
|
tor-hsclient: export InvalidTarget
Ian Jackson
2023-06-09
1
-0
/
+1
*
|
|
tor-hsclient: Add a TODO for InvalidTarget error
Ian Jackson
2023-06-09
1
-0
/
+4
*
|
|
Merge branch 'report-trait-doc-fix' into 'main'
Alexander Færøy
2023-06-09
2
-0
/
+107
|
\
\
\
|
*
|
|
Rephrase error handling to reporting
Saksham Mittal
2023-06-08
1
-2
/
+2
|
*
|
|
Add error handling section in README
Saksham Mittal
2023-06-08
1
-0
/
+40
|
*
|
|
Add separate example with Report
Saksham Mittal
2023-06-08
1
-0
/
+67
|
|
/
/
*
|
|
Merge branch 'warning' into 'main'
Alexander Færøy
2023-06-09
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix a silly clippy warning
Ian Jackson
2023-06-08
1
-0
/
+1
|
|
/
/
*
|
|
tor-hscrypto: implement Rng.gen() for RendCookie
Ian Jackson
2023-06-09
2
-0
/
+7
*
|
|
tor-hscrypto: Break out REND_COOKIE_LEN
Ian Jackson
2023-06-09
1
-1
/
+4
|
|
/
|
/
|
*
|
Merge branch 'hsclient-feature' into 'main'
Alexander Færøy
2023-06-08
1
-1
/
+1
|
\
\
|
*
|
hs: Fix a feature name in arti-client
Nick Mathewson
2023-06-07
1
-1
/
+1
*
|
|
Expand docs for NetDirProvider
Ian Jackson
2023-06-08
1
-0
/
+7
|
|
/
|
/
|
*
|
Merge branch 'ipt_to_circtarget' into 'main'
Nick Mathewson
2023-06-07
7
-1
/
+158
|
\
\
|
|
/
|
/
|
|
*
hsclient: Create a CircTarget from an IntroPointDesc.
Nick Mathewson
2023-06-07
3
-1
/
+103
|
*
netdir, netdoc: Add accessors for protocol version status.
Nick Mathewson
2023-06-06
4
-0
/
+55
*
|
Merge branch 'access' into 'main'
Alexander Færøy
2023-06-06
1
-4
/
+69
|
\
|
|
*
hsdesc: Add minimal set of accessors for HsDesc and IntroPointDesc
Ian Jackson
2023-06-05
1
-0
/
+65
|
*
hsdesc docs: Don't imply that a thing has been done, which hasn't yet
Ian Jackson
2023-06-05
1
-1
/
+1
|
*
hsdesc docs: Use the definite article
Ian Jackson
2023-06-05
1
-3
/
+3
*
|
Merge branch 'remove_arrayref' into 'main'
Nick Mathewson
2023-06-06
16
-55
/
+64
|
\
\
|
*
|
tor-cell: remove use of arrayref
Nick Mathewson
2023-06-01
3
-7
/
+16
|
*
|
tor-llcrypto: remove use of arrayref
Nick Mathewson
2023-06-01
4
-19
/
+15
|
*
|
tor-netdoc: remove use of arrayref.
Nick Mathewson
2023-06-01
2
-4
/
+7
|
*
|
tor-proto: Remove use of arrayref.
Nick Mathewson
2023-06-01
3
-5
/
+10
|
*
|
tor-bytes: Remove use of arrayref
Nick Mathewson
2023-05-25
4
-20
/
+16
*
|
|
arti: Interpret socks request to mean "lookup an RPC session"
Nick Mathewson
2023-06-05
2
-14
/
+106
*
|
|
arti: Move SOCKS code for building StreamPrefs and getting a TorClient.
Nick Mathewson
2023-06-05
1
-12
/
+25
*
|
|
arti: Add an alias in the SOCKS code for per-conn isolatino info.
Nick Mathewson
2023-06-05
1
-4
/
+10
*
|
|
RPC: Note a possible API change in RpcMgr::new.
Nick Mathewson
2023-06-05
1
-0
/
+4
*
|
|
RPC: Make Session objects get a GlobalId.
Nick Mathewson
2023-06-05
1
-1
/
+7
*
|
|
RPC: tell the `arti` SOCKS code about an RpcMgr object.
Nick Mathewson
2023-06-05
3
-23
/
+78
*
|
|
RPC: Give out and accept GlobalIds for appropriate objects.
Nick Mathewson
2023-06-05
3
-11
/
+86
*
|
|
RPC: Let objects declare that they need a GlobalId.
Nick Mathewson
2023-06-05
1
-1
/
+17
*
|
|
RPC: Implement a "global identifier" for non-session-bound IDs
Nick Mathewson
2023-06-05
5
-8
/
+299
*
|
|
rpc: Slightly refactor GenIdx encoding.
Nick Mathewson
2023-06-05
3
-17
/
+27
*
|
|
rpc: Give RpcMgr a registry of connections.
Nick Mathewson
2023-06-05
3
-5
/
+68
*
|
|
rpc: Move Arc::new() to RpcMgr code.
Nick Mathewson
2023-06-05
2
-4
/
+4
*
|
|
tor-circmgr: send_control_message: Add reference to MR discussion
Ian Jackson
2023-06-05
1
-0
/
+2
*
|
|
tor-circmgr: send_control_message: Change a rename proposal
Ian Jackson
2023-06-05
1
-1
/
+1
*
|
|
tor-circmgr: send_control_message: Fix reference to circuit
Ian Jackson
2023-06-05
1
-1
/
+1
*
|
|
tor-circmgr: send_control_message: API change proposal
Ian Jackson
2023-06-05
1
-0
/
+21
*
|
|
tor-circmgr: Propose to rename `MetaCellDisposition::UninstallHandler`
Ian Jackson
2023-06-05
1
-0
/
+4
*
|
|
tor-circmgr: send_control_message: Clarify some corner cases
Ian Jackson
2023-06-05
2
-7
/
+34
|
|
/
|
/
|
*
|
Remove semver.md files from 1.1.5
Nick Mathewson
2023-06-01
6
-14
/
+0
*
|
Merge branch 'bump-versions-v115' into 'main'
arti-v1.1.5
Ian Jackson
2023-06-01
43
-306
/
+306
|
\
\
|
*
|
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
43
-306
/
+306
[prev]
[next]