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-client
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
2
-4
/
+58
*
|
drop arcs before awaiting
Trinity Pointard
2021-12-09
1
-0
/
+1
*
|
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-15
/
+10
|
/
*
Make ClientTimeoutConfig members crate-private.
Nick Mathewson
2021-12-07
1
-3
/
+3
*
Rename timeout_rules to stream_timeouts.
Nick Mathewson
2021-12-07
2
-17
/
+18
*
Merge branch 'revised_preemptive_config' into 'main'
eta
2021-12-07
1
-13
/
+13
|
\
|
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
1
-13
/
+13
*
|
Merge branch 'bug252' into 'main'
eta
2021-12-07
3
-13
/
+90
|
\
\
|
|
/
|
/
|
|
*
Rename ClientDNSConfig -> ClientTimeoutConfig
Neel Chauhan
2021-12-07
2
-26
/
+29
|
*
Improve ClientDNSConfig field comments
Neel Chauhan
2021-12-03
1
-3
/
+5
|
*
Make DNS fields in arti-client/src/client.rs configurable
Neel Chauhan
2021-12-03
3
-13
/
+85
*
|
Merge branch 'preemptive-config' into 'main'
eta
2021-12-07
1
-2
/
+21
|
\
\
|
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-2
/
+21
|
|
/
*
/
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
|
/
*
Add constructor for TorAddr, to enforce port != 0
Nick Mathewson
2021-11-30
1
-24
/
+30
*
Merge remote-tracking branch 'origin/mr/156'
Nick Mathewson
2021-11-30
1
-2
/
+5
|
\
|
*
arti-client: Reject Port 0 when parsing address:port combos
Neel Chauhan
2021-11-29
1
-2
/
+5
*
|
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
1
-1
/
+31
|
\
\
|
*
|
Actually build preemptive circuits (and minor fixes)
eta
2021-11-29
1
-1
/
+31
*
|
|
Merge branch 'readme_fixes'
Nick Mathewson
2021-11-30
2
-2
/
+7
|
\
\
\
|
*
|
|
Example needs to be the same as the readme
dagon
2021-11-30
2
-46
/
+29
|
*
|
|
MR review feedback
dagon
2021-11-30
2
-3
/
+11
|
*
|
|
fix arti-client doc example
dagon
2021-11-30
1
-25
/
+39
|
*
|
|
run ./maint/readmes.sh
dagon
2021-11-29
1
-2
/
+2
*
|
|
|
Fix a documentation link.
Nick Mathewson
2021-11-30
1
-2
/
+3
*
|
|
|
Fix a bad rustdoc reference.
Nick Mathewson
2021-11-29
1
-1
/
+1
*
|
|
|
Merge branch 'simplify_config_helpers' into 'main'
eta
2021-11-29
4
-37
/
+32
|
\
\
\
\
|
*
|
|
|
Change sane_defaults() and with_directories()
Nick Mathewson
2021-11-29
4
-37
/
+32
*
|
|
|
|
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-9
/
+9
|
/
/
/
/
*
|
|
|
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
1
-28
/
+109
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Document StorageConfig defaults better.
Nick Mathewson
2021-11-29
1
-3
/
+17
|
*
|
|
Add basic tests for high-level builders
Nick Mathewson
2021-11-25
1
-3
/
+52
|
*
|
|
Impl and test Default for high-level configs
Nick Mathewson
2021-11-25
1
-0
/
+20
|
*
|
|
Ensure that all config sections have deny_unknown_fields
Nick Mathewson
2021-11-25
1
-0
/
+1
|
*
|
|
Make directory accessors crate-private.
Nick Mathewson
2021-11-25
1
-4
/
+2
|
*
|
|
Define defaults for StorageConfig
Nick Mathewson
2021-11-25
1
-19
/
+18
|
|
/
/
*
|
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
2
-2
/
+3
*
|
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
|
/
/
*
|
Resolve a pair of rustdoc warnings.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
|
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
2
-4
/
+4
*
|
Fix a few typos.
Nick Mathewson
2021-11-24
2
-2
/
+2
|
/
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-10
/
+159
*
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
-0
/
+1
*
Rename .gitignore APP_FOO to ARTI_FOO.
Nick Mathewson
2021-11-21
1
-1
/
+1
*
Give CfgPath an alternative inner representation.
Nick Mathewson
2021-11-21
1
-12
/
+2
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+16
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+7
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
3
-51
/
+86
*
Lower StorageConfig to arti-client crate
Nick Mathewson
2021-11-21
1
-3
/
+39
[prev]
[next]