summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | Resolve XXXXs in proxy.rsNick Mathewson2021-12-081-3/+3
* | | Treat unrecognized SENDME versions as an error.Nick Mathewson2021-12-081-2/+1
* | | tor-bytes: Enable `subtle` and `mac` features in digest.Nick Mathewson2021-12-081-1/+1
* | | Merge remote-tracking branch 'origin/mr/183'Nick Mathewson2021-12-081-9/+14
|\ \ \
| * | | Use a safer histogram rebuild algorithm.Nick Mathewson2021-12-081-9/+14
* | | | Merge remote-tracking branch 'origin/mr/180'Nick Mathewson2021-12-081-11/+10
|\ \ \ \
| * | | | In CryptInit, return a Result in initialize()Neel Chauhan2021-12-081-11/+10
| | |/ / | |/| |
* | | | tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-083-5/+41
* | | | Remove a XXXX comment in tor-llcrypto.Nick Mathewson2021-12-081-1/+0
* | | | Remove a couple of spec-related XXXXs in tor-netdir.Nick Mathewson2021-12-081-2/+0
| |/ / |/| |
* | | Change an XXX in pareto.rs: a ticket is now open.Nick Mathewson2021-12-081-2/+3
* | | Resolve an XXXX: timeout scaling _is_ documentedNick Mathewson2021-12-081-1/+2
* | | Upgrade to digest v0.10.0Nick Mathewson2021-12-0712-44/+44
|/ /
* | Make ClientTimeoutConfig members crate-private.Nick Mathewson2021-12-071-3/+3
* | Rename timeout_rules to stream_timeouts.Nick Mathewson2021-12-074-31/+36
* | Merge branch 'revised_preemptive_config' into 'main'eta2021-12-075-76/+99
|\ \
| * | Clarify names and docs for predictive circuits.Nick Mathewson2021-12-074-33/+56
| * | Rename circuits_preemptive to preemptive_circuitsNick Mathewson2021-12-075-46/+46
* | | Merge branch 'tlsconnector-wrapping' into 'main'eta2021-12-0710-76/+108
|\ \ \
| * | | Make TlsConnector wrap TCP connections, not create its owneta2021-12-0710-76/+108
| |/ /
* | | Merge branch 'bug252' into 'main'eta2021-12-075-15/+123
|\ \ \ | |/ / |/| |
| * | Rename ClientDNSConfig -> ClientTimeoutConfigNeel Chauhan2021-12-074-37/+43
| * | Improve ClientDNSConfig field commentsNeel Chauhan2021-12-031-3/+5