summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * dormancy: tor-client: Break initial dormancy out into a variableIan Jackson2022-08-161-1/+2
| * chanmgr: reconfigure_general: Rename fn and change typesIan Jackson2022-08-163-6/+35
| * channel params: ChannelsParamssUpdates: provide combine()Ian Jackson2022-08-161-0/+13
| * channel params: Add a missing comma.Ian Jackson2022-08-161-1/+1
| * channel params: Rename initial_update (from total_update)Ian Jackson2022-08-162-4/+4
| * tor-proto: padding::Parameters: Provide all_zeroesIan Jackson2022-08-161-0/+10
| * tor-proto: padding::Parameters::padding_negotiate_cellIan Jackson2022-08-161-1/+17
| * tor-proto: padding::Parameters: Provide default_reduced constructorIan Jackson2022-08-161-0/+12
| * chancell: PaddingNegotiate: Provide start_default and a Default implIan Jackson2022-08-161-0/+20
| * chancell: Introduce PaddingNegotiateCmdIan Jackson2022-08-161-5/+17
| * chancell: PaddingNegotiate: Provide two constructors, not oneIan Jackson2022-08-162-8/+21
| * chancell: PaddingNegotiate: Make EqIan Jackson2022-08-161-2/+2
| * channel padding: Add doc commentary with the channel padding planIan Jackson2022-08-162-0/+27
| * chanmgr: tests: Introduce new_test_channel_mapIan Jackson2022-08-161-6/+11
| * chanmgr: tests: Introsuce new_test_abstract_chanmgrIan Jackson2022-08-161-8/+9
| * channel: Centralise Channel::send_controlIan Jackson2022-08-161-14/+16
| * tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-162-7/+4
| * arti-client: TorClient constructor: add a blank lineIan Jackson2022-08-161-0/+1
* | Merge branch 'transient_circmgr_errors' into 'main'Nick Mathewson2022-08-162-15/+75
|\ \ | |/ |/|
| * Additionally, mark the LostUsablityRace error as a "reset".Nick Mathewson2022-08-161-1/+5
| * Mark some circuit-building errors as "transient".Nick Mathewson2022-08-162-15/+71
* | Clarify `REASON_DONE`Emptycup2022-08-161-1/+1
* | Merge branch 'hardening' into 'main'Nick Mathewson2022-08-156-3/+75
|\ \
| * | arti: Add support for process hardeningNick Mathewson2022-08-156-3/+75
| |/
* | Merge branch 'nightly_fix_rtt' into 'main'eta2022-08-151-1/+1
|\ \ | |/ |/|
| * Fix nightly CI: allow print_stderr in rtt tests.Nick Mathewson2022-08-111-1/+1
* | Add a semver note for TcpStream send conversion.Nick Mathewson2022-08-151-0/+1
* | tor-rtcompat: Require that TcpStream be SendIan Jackson2022-08-152-2/+2
|/
* Merge branch 'less_arti_surface' into 'main'Nick Mathewson2022-08-1110-20/+115
|\
| * Add a few dire warnings about main; make main_main experimental.Nick Mathewson2022-08-111-2/+31
| * Document more explicitly what "voiding a semver warranty" entailsNick Mathewson2022-08-112-2/+10
| * arti: `main_main` takes command-line arguments does not call exit()Nick Mathewson2022-08-112-3/+19
| * arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-119-12/+43
| * arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-112-3/+14
* | tor-congestion: implement the RTT estimation algorithm from prop#324eta2022-08-116-0/+519
* | tor-proto: Add a comment about the tor-proto layer.Nick Mathewson2022-08-101-0/+18
* | Clarify that tor-proto _does_ create timers.Nick Mathewson2022-08-101-4/+2
* | Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-1034-108/+448
|\ \
| * | Decrease the lifetimes for storing descriptors.Nick Mathewson2022-08-091-6/+29
| * | Merge branch 'fix-nightly-ci' into 'main'Nick Mathewson2022-08-091-1/+1
| |\ \
| | * | fix nighly citrinity-1686a2022-08-081-1/+1
| | |/
| * | Merge branch 'fix-android-runtime' into 'main'eta2022-08-093-12/+45
| |\ \
| | * | fix fs-misstrust on androidtrinity-1686a2022-08-083-12/+45
| | |/
| * / Update shellexpand, and switch to non-forkIan Jackson2022-08-051-1/+1
| |/
| * Implement establish rendezvous cellYuan Lyu2022-08-053-1/+80
| * Merge branch 'zeroize' into 'main'Nick Mathewson2022-08-0416-84/+228
| |\
| | * tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-014-17/+27
| | * tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-018-63/+65
| | * New SecretBuf type in tor-bytesNick Mathewson2022-08-014-0/+128
| | * Add TODO comments about unwanted copies.Nick Mathewson2022-08-011-0/+2