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
/
arti
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add skeleton for DNS handling
trinity-1686a
2022-03-14
2
-8
/
+90
*
add udp to runtime
trinity-1686a
2022-03-14
3
-10
/
+69
*
arti library crate: Add another note about panicking
Ian Jackson
2022-03-11
1
-0
/
+4
*
arti library crate: re-add clippy lints
Ian Jackson
2022-03-11
1
-0
/
+33
*
arti library crate: Add note about panicking
Ian Jackson
2022-03-11
1
-0
/
+4
*
arti: Make main module entrypoints pub
Ian Jackson
2022-03-11
6
-14
/
+14
*
arti: Provide some rubric docs.
Ian Jackson
2022-03-11
1
-0
/
+8
*
arti: Move all code from binary crate to library crate
Ian Jackson
2022-03-11
2
-261
/
+269
*
Add config paths table in `arti` docs
Lennart Kloock
2022-03-04
2
-5
/
+16
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-6
/
+6
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-03-01
1
-1
/
+15
*
|
Merge branch 'main'
Ian Jackson
2022-03-01
2
-2
/
+19
|
\
\
|
*
|
Split "static" into sqlite and native-tls features.
Nick Mathewson
2022-02-25
2
-2
/
+19
*
|
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-1
/
+1
|
/
/
*
|
Bump minimum tokio to 1.7, since tokio-util now needs that.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
3
-1
/
+4
*
|
Upgrade dependency to new version of rlimit.
Nick Mathewson
2022-02-25
2
-2
/
+2
*
|
Merge branch 'socks-version-is-http' into 'main'
eta
2022-02-24
1
-1
/
+36
|
\
\
|
|
/
|
/
|
|
*
use less magic in http check
trinity-1686a
2022-02-24
1
-2
/
+4
|
*
make arti return a web page when receiving http request on socks port
trinity-1686a
2022-02-23
1
-1
/
+34
*
|
Merge branch 'client_builder' into 'main'
Nick Mathewson
2022-02-23
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make a TorClientBuilder API.
Nick Mathewson
2022-02-18
1
-1
/
+4
*
|
Merge branch 'error-report' into 'main'
Nick Mathewson
2022-02-22
2
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Bump anyhow minimal version to 1.0.23
Ian Jackson
2022-02-18
1
-1
/
+1
|
*
Placate clippy
Ian Jackson
2022-02-18
1
-1
/
+2
|
*
Add a missing anyhow context() call
Ian Jackson
2022-02-18
1
-2
/
+2
|
*
Provide error reporter and use it in the arti binary
Ian Jackson
2022-02-18
2
-1
/
+6
*
|
arti cli: Add some anyhow context() calls
Ian Jackson
2022-02-18
1
-5
/
+8
*
|
arti cli: socks proxy: Start listening immedately
Ian Jackson
2022-02-18
1
-4
/
+7
*
|
arti cli: Do config watch setup before entering future select
Ian Jackson
2022-02-18
1
-3
/
+3
|
/
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-1
/
+1
|
\
|
*
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
1
-1
/
+1
*
|
Fix compilation on main
Nick Mathewson
2022-02-17
1
-1
/
+2
*
|
arti: create TorClient first, then bootstrap.
Nick Mathewson
2022-02-15
1
-4
/
+3
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Merge branch 'eta/unbootstrapped-clients' into 'main'
Nick Mathewson
2022-02-11
1
-1
/
+1
|
\
|
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-1
/
+1
*
|
Try to resolve the "Truncated" error in tor-socksproto
Nick Mathewson
2022-02-11
1
-3
/
+3
|
/
*
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
1
-3
/
+3
*
Properly linkify two doc comment xrefs to issues
Ian Jackson
2022-02-04
1
-2
/
+2
*
Merge branch 'ticket270' into 'main'
Nick Mathewson
2022-02-03
3
-13
/
+227
|
\
|
*
Document that `notify` behavior is strange with symlinks
Nick Mathewson
2022-02-03
1
-0
/
+5
|
*
Avoid a potential infinite loop in configuration-watching
Nick Mathewson
2022-02-03
1
-2
/
+5
|
*
Treat rescan events as meaning "reload configuration".
Nick Mathewson
2022-02-03
1
-2
/
+2
|
*
Add a couple of TODOs about configuration-watching.
Nick Mathewson
2022-02-02
1
-0
/
+7
|
*
Before reloading configuration, drain all pending file changes
Nick Mathewson
2022-02-02
1
-0
/
+8
|
*
Refactor file-watching code to watch parent directories.
Nick Mathewson
2022-02-02
1
-8
/
+105
|
*
arti: Limit mut-ness of cfg_sources to one block.
Nick Mathewson
2022-02-02
1
-12
/
+16
[prev]
[next]