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
...
|
*
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
|
*
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
3
-1
/
+69
*
|
Merge branch 'dirclient-testing' into 'main'
Nick Mathewson
2022-02-03
1
-1
/
+1
|
\
\
|
*
|
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
|
|
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
|
/
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-4
/
+4
*
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
2
-5
/
+13
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
2
-3
/
+5
*
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
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-5
/
+5
*
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
3
-36
/
+142
*
Move tracing setup into a separate module.
Nick Mathewson
2022-01-10
2
-43
/
+49
*
Merge branch 'minimize_deps' into 'main'
eta
2022-01-10
1
-9
/
+9
|
\
|
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-9
/
+9
*
|
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
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-5
/
+5
[prev]
[next]