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
/
arti
/
src
/
socks.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-3
/
+4
*
Remove onion service descriptor-related errorkinds.
Nick Mathewson
2023-06-22
1
-4
/
+0
*
arti: Resolve TODO HS items related to extended SOCKS5 errors
Nick Mathewson
2023-06-22
1
-6
/
+8
*
New ErrorKind for invalid onion addresses
Nick Mathewson
2023-06-22
1
-0
/
+2
*
Remove ErrorKind::OnionService{Intro,Rend}Failed
Nick Mathewson
2023-06-22
1
-6
/
+0
*
Generate correct ErrorKinds for hsdesc decryption failures.
Nick Mathewson
2023-06-21
1
-2
/
+2
*
Add and use ErrorKinds for remaining onion service errors
Nick Mathewson
2023-06-21
1
-6
/
+12
*
arti: return prop304 extended socks5 reply codes for onion services
Nick Mathewson
2023-06-21
1
-0
/
+35
*
arti: Abbreviate SocksStatus and ErrorKind imports and refactor.
Nick Mathewson
2023-06-21
1
-7
/
+8
*
RPC: Suppress a warning to do with RPC and SOCKS
Ian Jackson
2023-06-13
1
-0
/
+1
*
arti: Interpret socks request to mean "lookup an RPC session"
Nick Mathewson
2023-06-05
1
-13
/
+104
*
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: tell the `arti` SOCKS code about an RpcMgr object.
Nick Mathewson
2023-06-05
1
-3
/
+26
*
Fix a local-only CPU DoS bug.
Nick Mathewson
2023-05-23
1
-0
/
+10
*
Use ErrorReport/Report for errors in warn! in arti
Ian Jackson
2023-01-30
1
-3
/
+4
*
resolve ip through socks by parsing them
trinity-1686a
2023-01-03
1
-15
/
+25
*
Spelling fixes and normalizations on some high-level crates
Nick Mathewson
2022-11-07
1
-1
/
+1
*
socksproto: Rename SocksHandshake to SocksProxyHandshake.
Nick Mathewson
2022-09-27
1
-1
/
+1
*
arti: Adjust severity on per-socks-request log.
Nick Mathewson
2022-08-25
1
-4
/
+6
*
arti: Move most public APIs behind `experimental-api`.
Nick Mathewson
2022-08-11
1
-2
/
+4
*
socksproto: Use fallible writers.
Nick Mathewson
2022-07-11
1
-10
/
+20
*
reply socks error on more codepath
trinity-1686a
2022-05-25
1
-48
/
+67
*
Apply `sensitive` in some info-level log messages.
Nick Mathewson
2022-05-06
1
-2
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-1
/
+1
*
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-1
/
+1
*
add isolation to dns requests
trinity-1686a
2022-03-16
1
-3
/
+3
*
accept boxed isolation in StreamPref::set_isolation_group
trinity-1686a
2022-03-16
1
-1
/
+1
*
replace IsolationMap with new Isolation trait
trinity-1686a
2022-03-16
1
-102
/
+14
*
add skeleton for DNS handling
trinity-1686a
2022-03-14
1
-2
/
+2
*
add udp to runtime
trinity-1686a
2022-03-14
1
-0
/
+537