summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | tor-dirmgr: Warn on a bug case.Nick Mathewson2021-12-161-2/+1
* | | | | Adjust comment to be accurate wrt #263.Nick Mathewson2021-12-161-3/+5
* | | | | Do not treat spawn failure as a fatal error.Nick Mathewson2021-12-151-12/+12
* | | | | Expand some comments about circuit expiration.Nick Mathewson2021-12-152-6/+14
* | | | | Merge remote-tracking branch 'origin/mr/169'Nick Mathewson2021-12-152-54/+105
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add spawn_expiration_task function in circuit managerYuan Lyu2021-12-152-54/+105
* | | | | Merge remote-tracking branch 'origin/mr/191'Nick Mathewson2021-12-152-23/+43
|\ \ \ \ \
| * | | | | In reactor, use enums on whether to destroy circuitsNeel Chauhan2021-12-141-11/+20
| * | | | | Methodize the destroy circuit reasonNeel Chauhan2021-12-142-22/+20
| * | | | | Handle TRUNCATED cellsNeel Chauhan2021-12-131-12/+9
| * | | | | Log on TRUNCATED cellNeel Chauhan2021-12-132-9/+25
| | |/ / / | |/| | |
* | | | | Merge branch 'check_put_return' into 'main'eta2021-12-153-25/+27
|\ \ \ \ \
| * | | | | Always check whether stream-level SENDMEs are expected.Nick Mathewson2021-12-143-25/+27
| |/ / / /
* | | | | Merge branch 'mfrw/proxy-flush-conns' into 'main'eta2021-12-151-42/+42
|\ \ \ \ \
| * | | | | proxy: introduce new functions to write_all & flush/closeMuhammad Falak R Wani2021-12-151-42/+42
| | |/ / / | |/| | |
* | | | | Merge branch 'PendingRequest_remove_started_at' into 'main'eta2021-12-152-12/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unused started_at PendingRequestNeel Chauhan2021-12-142-12/+2
* | | | | tor-chanmgr: Fix happy eyeballs comment grammar in builder.rsNeel Chauhan2021-12-141-3/+3
|/ / / /
* | / / Actually decrement the stream-level SENDME windoweta2021-12-143-0/+35
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/mr/189'Nick Mathewson2021-12-141-1/+14
|\ \ \
| * | | proxy: send SOCKS5 reply on failure casesMuhammad Falak R Wani2021-12-111-1/+14
* | | | Merge remote-tracking branch 'origin/mr/186'Nick Mathewson2021-12-142-5/+3
|\ \ \ \
| * | | | address lint warningsDaniel Eades2021-12-091-1/+1
| * | | | address lint warningsDaniel Eades2021-12-091-4/+2
| |/ / /
* | / / s/hidden/onion/g in code commentsNeel Chauhan2021-12-132-2/+2
| |/ / |/| |
* | | Merge branch 'reconfigure' into 'main'eta2021-12-1320-119/+689
|\ \ \
| * | | Fix Rustdoc errors.Nick Mathewson2021-12-082-4/+4
| * | | Test FsStateMgr::path(), and fix a bug in it.Nick Mathewson2021-12-071-1/+8
| * | | Add a few tests to tor-config.Nick Mathewson2021-12-074-4/+71
| * | | Make override_net_params take effect sooner.Nick Mathewson2021-12-073-4/+37
| * | | Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-072-12/+7
| * | | Sequence reconfiguration requests.Nick Mathewson2021-12-071-8/+25
| * | | Improve documentation of which config can change.Nick Mathewson2021-12-071-0/+2
| * | | Make much of DirMgrConfig reconfigurable.Nick Mathewson2021-12-074-38/+94
| * | | Make TorClient reconfigurable.Nick Mathewson2021-12-072-15/+29
| * | | Minor circuit predictor tweaks and comments.Nick Mathewson2021-12-071-3/+11
| * | | Make preemptive circuits reconfigurable.Nick Mathewson2021-12-073-43/+79
| * | | MutCfg: Add map_and_replace.Nick Mathewson2021-12-071-0/+10
| * | | Make circuit_timing reconfigurable.Nick Mathewson2021-12-073-18/+26
| * | | Add new configuration objects to reconfigure.Nick Mathewson2021-12-072-5/+13
| * | | Allow on-the-fly changing of path_rulesNick Mathewson2021-12-077-20/+102
| * | | MutCfg facility to help with reconfiguration.Nick Mathewson2021-12-072-0/+68
| * | | Sketch API for reconfiguration.Nick Mathewson2021-12-0711-16/+175
* | | | Don't create circuits if the consensus is stale by over 72 hoursNeel Chauhan2021-12-122-0/+11
| |/ / |/| |
* | | address lint warningsDaniel Eades2021-12-091-8/+8
* | | drop arcs before awaitingTrinity Pointard2021-12-091-0/+1
* | | fix nightly clippy errorsTrinity Pointard2021-12-098-32/+19
* | | update rusqlite and revert minimal version changeTrinity Pointard2021-12-091-1/+1
* | | Beautify some Vec->array code in tor-proto.Nick Mathewson2021-12-081-6/+7
* | | proxy: report an error if all listeners fail.Nick Mathewson2021-12-081-1/+1