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
/
tor-circmgr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'safe_mul_dur_f64' into 'main'
eta
2021-12-07
4
-8
/
+67
|
\
\
|
*
|
Use a panic-free function to multiply timeouts.
Nick Mathewson
2021-12-06
4
-8
/
+67
*
|
|
Merge branch 'preemptive-config' into 'main'
eta
2021-12-07
5
-39
/
+162
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
5
-39
/
+162
|
|
/
*
/
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
2
-5
/
+2
|
/
*
Add a semicolon.
Nick Mathewson
2021-11-30
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
4
-31
/
+450
|
\
|
*
Add tests & address review commentary
eta
2021-11-30
4
-34
/
+269
|
*
Actually build preemptive circuits (and minor fixes)
eta
2021-11-29
3
-0
/
+43
|
*
Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptive
eta
2021-11-23
4
-26
/
+167
*
|
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
1
-0
/
+2
|
\
\
|
*
|
Ensure that all config sections have deny_unknown_fields
Nick Mathewson
2021-11-25
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'origin/mr/148'
Nick Mathewson
2021-11-29
1
-10
/
+2
|
\
\
\
|
*
|
|
In struct PendingEntry, remove circ_spec
Neel Chauhan
2021-11-28
1
-10
/
+2
|
|
/
/
*
|
|
tor-circmgr: Write a test for BadExit support.
Neel Chauhan
2021-11-29
1
-6
/
+20
*
|
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
8
-11
/
+12
*
|
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
|
/
/
*
/
Fix a few typos.
Nick Mathewson
2021-11-24
4
-7
/
+7
|
/
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-1
/
+1
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
For every* config type, make defaults consistent.
Nick Mathewson
2021-11-21
1
-7
/
+28
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+22
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+18
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
3
-16
/
+54
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
3
-76
/
+29
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-4
/
+6
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-4
/
+9
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Add a couple of pieces of missing documentation.
Nick Mathewson
2021-11-08
1
-1
/
+1
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
2
-4
/
+6
*
Remove all remaining dbg! instances.
Nick Mathewson
2021-11-04
1
-5
/
+0
*
Basic tests for readonly estimators, and estimator migration.
Nick Mathewson
2021-11-03
2
-2
/
+92
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-2
/
+4
*
Disable a check in exitpath
Nick Mathewson
2021-11-02
1
-1
/
+2
*
Allow clone-on-copy in tor-circmgr tests to fix a nightly-only clippy warning.
Nick Mathewson
2021-11-02
2
-0
/
+2
*
tor-circmgr: test ExitPathBuilder with guards.
Nick Mathewson
2021-11-02
1
-0
/
+103
*
tor-circmgr: test DirPathBuilder with GuardMgr.
Nick Mathewson
2021-11-02
1
-0
/
+40
*
tor-circmgr: testing for NoUsage and TimeoutTesting usage
Nick Mathewson
2021-11-02
1
-0
/
+24
*
tor-circmgr: tests for netwoks with no exits
Nick Mathewson
2021-11-02
2
-25
/
+76
*
tor-circmgr::usage: Add a few more tests.
Nick Mathewson
2021-11-02
1
-2
/
+66
*
Merge remote-tracking branch 'origin/mr/112'
Nick Mathewson
2021-10-29
1
-3
/
+37
|
\
|
*
Improve docs of more (potentially re-exported) arti-client types
eta
2021-10-29
1
-3
/
+37
*
|
Improve some documentation links
Nick Mathewson
2021-10-29
1
-1
/
+2
|
/
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-3
/
+9
*
Fix clippy warnings in tests.
Nick Mathewson
2021-10-28
1
-5
/
+5
*
Merge remote-tracking branch 'origin/mr/110'
Nick Mathewson
2021-10-28
1
-136
/
+233
|
\
|
*
tor_circmgr: Refactor and re-enable build_timeout() test
Nick Mathewson
2021-10-27
1
-136
/
+233
*
|
Mark request_retried test as ignored
Nick Mathewson
2021-10-28
1
-0
/
+1
|
/
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
1
-4
/
+0
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-2
/
+8
[prev]
[next]