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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
1
-1
/
+5
*
|
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
2
-13
/
+226
|
\
|
*
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
|
*
Detect changes in non-client configuration sections too
Nick Mathewson
2022-02-01
2
-17
/
+30
|
*
Make configuration-watching configurable and off-by-default.
Nick Mathewson
2022-02-01
1
-2
/
+11
|
*
Reload configuration when our configuration files change.
Nick Mathewson
2022-02-01
2
-1
/
+68
*
|
Merge branch 'typos' into 'main'
eta
2022-02-03
1
-1
/
+1
|
\
\
|
*
|
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
|
|
/
*
/
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-2
/
+2
|
/
*
Un-Arc<> TorClient in the arti crate
Nick Mathewson
2022-02-01
2
-8
/
+5
*
arti_config: Refactor configuration sources into a struct
Nick Mathewson
2022-02-01
1
-19
/
+24
*
Make max_file_limit configurable
Neel Chauhan
2022-01-28
2
-12
/
+5
*
arti: be more careful to use the user-selected runtime
Nick Mathewson
2022-01-26
1
-4
/
+11
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-2
/
+2
*
Make current/create functions into runtime member functions.
Nick Mathewson
2022-01-26
1
-3
/
+5
*
StreamPrefs: Re-alphabetise imports following rename
Ian Jackson
2022-01-21
1
-1
/
+1
*
StreamPrefs: rename from ConnectPrefs
Ian Jackson
2022-01-21
1
-3
/
+3
*
connection preferences: Take ConnectPrefs by reference
Ian Jackson
2022-01-19
1
-3
/
+3
*
Apply suggestions to better describe the purpose of LogGuards.
Ian Jackson
2022-01-10
1
-4
/
+5
*
Tracing configuration for logfiles, per-target filters
Nick Mathewson
2022-01-10
2
-36
/
+141
*
Move tracing setup into a separate module.
Nick Mathewson
2022-01-10
2
-43
/
+49
*
Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect
Neel Chauhan
2022-01-08
1
-3
/
+5
*
Move a comment to the right place.
Nick Mathewson
2022-01-06
1
-4
/
+2
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-2
/
+4
*
proxy: introduce new functions to write_all & flush/close
Muhammad Falak R Wani
2021-12-15
1
-42
/
+42
*
proxy: send SOCKS5 reply on failure cases
Muhammad Falak R Wani
2021-12-11
1
-1
/
+14
*
proxy: report an error if all listeners fail.
Nick Mathewson
2021-12-08
1
-1
/
+1
*
Resolve XXXXs in proxy.rs
Nick Mathewson
2021-12-08
1
-3
/
+3
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-0
/
+1
[prev]
[next]