| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | proxy: introduce new functions to write_all & flush/close | Muhammad Falak R Wani | 2021-12-15 | 1 | -42/+42 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'PendingRequest_remove_started_at' into 'main' | eta | 2021-12-15 | 2 | -12/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Remove unused started_at PendingRequest | Neel Chauhan | 2021-12-14 | 2 | -12/+2 | |
| * | | | | | tor-chanmgr: Fix happy eyeballs comment grammar in builder.rs | Neel Chauhan | 2021-12-14 | 1 | -3/+3 | |
| |/ / / / | ||||||
| * | / / | Actually decrement the stream-level SENDME window | eta | 2021-12-14 | 3 | -0/+35 | |
| | |/ / |/| | | ||||||
| * | | | Merge remote-tracking branch 'origin/mr/189' | Nick Mathewson | 2021-12-14 | 1 | -1/+14 | |
| |\ \ \ | ||||||
| | * | | | proxy: send SOCKS5 reply on failure cases | Muhammad Falak R Wani | 2021-12-11 | 1 | -1/+14 | |
| * | | | | Merge remote-tracking branch 'origin/mr/186' | Nick Mathewson | 2021-12-14 | 2 | -5/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | address lint warnings | Daniel Eades | 2021-12-09 | 1 | -1/+1 | |
| | * | | | | address lint warnings | Daniel Eades | 2021-12-09 | 1 | -4/+2 | |
| | |/ / / | ||||||
| * | / / | s/hidden/onion/g in code comments | Neel Chauhan | 2021-12-13 | 2 | -2/+2 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'reconfigure' into 'main' | eta | 2021-12-13 | 20 | -119/+689 | |
| |\ \ \ | ||||||
| | * | | | Fix Rustdoc errors. | Nick Mathewson | 2021-12-08 | 2 | -4/+4 | |
| | * | | | Test FsStateMgr::path(), and fix a bug in it. | Nick Mathewson | 2021-12-07 | 1 | -1/+8 | |
| | * | | | Add a few tests to tor-config. | Nick Mathewson | 2021-12-07 | 4 | -4/+71 | |
| | * | | | Make override_net_params take effect sooner. | Nick Mathewson | 2021-12-07 | 3 | -4/+37 | |
| | * | | | Oops: MutCfg shouldn't implement Clone. | Nick Mathewson | 2021-12-07 | 2 | -12/+7 | |
| | * | | | Sequence reconfiguration requests. | Nick Mathewson | 2021-12-07 | 1 | -8/+25 | |
| | * | | | Improve documentation of which config can change. | Nick Mathewson | 2021-12-07 | 1 | -0/+2 | |
| | * | | | Make much of DirMgrConfig reconfigurable. | Nick Mathewson | 2021-12-07 | 4 | -38/+94 | |
| | * | | | Make TorClient reconfigurable. | Nick Mathewson | 2021-12-07 | 2 | -15/+29 | |
| | * | | | Minor circuit predictor tweaks and comments. | Nick Mathewson | 2021-12-07 | 1 | -3/+11 | |
| | * | | | Make preemptive circuits reconfigurable. | Nick Mathewson | 2021-12-07 | 3 | -43/+79 | |
| | * | | | MutCfg: Add map_and_replace. | Nick Mathewson | 2021-12-07 | 1 | -0/+10 | |
| | * | | | Make circuit_timing reconfigurable. | Nick Mathewson | 2021-12-07 | 3 | -18/+26 | |
| | * | | | Add new configuration objects to reconfigure. | Nick Mathewson | 2021-12-07 | 2 | -5/+13 | |
| | * | | | Allow on-the-fly changing of path_rules | Nick Mathewson | 2021-12-07 | 7 | -20/+102 | |
| | * | | | MutCfg facility to help with reconfiguration. | Nick Mathewson | 2021-12-07 | 2 | -0/+68 | |
| | * | | | Sketch API for reconfiguration. | Nick Mathewson | 2021-12-07 | 11 | -16/+175 | |
| * | | | | Don't create circuits if the consensus is stale by over 72 hours | Neel Chauhan | 2021-12-12 | 2 | -0/+11 | |
| | |/ / |/| | | ||||||
| * | | | address lint warnings | Daniel Eades | 2021-12-09 | 1 | -8/+8 | |
| * | | | drop arcs before awaiting | Trinity Pointard | 2021-12-09 | 1 | -0/+1 | |
| * | | | fix nightly clippy errors | Trinity Pointard | 2021-12-09 | 8 | -32/+19 | |
| * | | | update rusqlite and revert minimal version change | Trinity Pointard | 2021-12-09 | 1 | -1/+1 | |
| * | | | Beautify some Vec->array code in tor-proto. | Nick Mathewson | 2021-12-08 | 1 | -6/+7 | |
| * | | | proxy: report an error if all listeners fail. | Nick Mathewson | 2021-12-08 | 1 | -1/+1 | |
| * | | | Resolve XXXXs in proxy.rs | Nick Mathewson | 2021-12-08 | 1 | -3/+3 | |
| * | | | Treat unrecognized SENDME versions as an error. | Nick Mathewson | 2021-12-08 | 1 | -2/+1 | |
| * | | | tor-bytes: Enable `subtle` and `mac` features in digest. | Nick Mathewson | 2021-12-08 | 1 | -1/+1 | |
| * | | | Merge remote-tracking branch 'origin/mr/183' | Nick Mathewson | 2021-12-08 | 1 | -9/+14 | |
| |\ \ \ | ||||||
| | * | | | Use a safer histogram rebuild algorithm. | Nick Mathewson | 2021-12-08 | 1 | -9/+14 | |
| * | | | | Merge remote-tracking branch 'origin/mr/180' | Nick Mathewson | 2021-12-08 | 1 | -11/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | In CryptInit, return a Result in initialize() | Neel Chauhan | 2021-12-08 | 1 | -11/+10 | |
| | | |/ / | |/| | | ||||||
| * | | | | tor-netdir: Resolve an XXXX about type ugliness | Nick Mathewson | 2021-12-08 | 3 | -5/+41 | |
| * | | | | Remove a XXXX comment in tor-llcrypto. | Nick Mathewson | 2021-12-08 | 1 | -1/+0 | |
| * | | | | Remove a couple of spec-related XXXXs in tor-netdir. | Nick Mathewson | 2021-12-08 | 1 | -2/+0 | |
| | |/ / |/| | | ||||||
| * | | | Change an XXX in pareto.rs: a ticket is now open. | Nick Mathewson | 2021-12-08 | 1 | -2/+3 | |
| * | | | Resolve an XXXX: timeout scaling _is_ documented | Nick Mathewson | 2021-12-08 | 1 | -1/+2 | |
| * | | | Upgrade to digest v0.10.0 | Nick Mathewson | 2021-12-07 | 12 | -44/+44 | |
| |/ / | ||||||
| * | | Make ClientTimeoutConfig members crate-private. | Nick Mathewson | 2021-12-07 | 1 | -3/+3 | |
