| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge branch 'send' into 'main' | Alexander Færøy | 2023-03-30 | 1 | -2/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-circmgr: Make take_or_launch_stub_circuit future Send | Ian Jackson | 2023-03-30 | 1 | -2/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'ring' into 'main' | gabi-250 | 2023-03-30 | 1 | -7/+17 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tor-netdir: Implmeent HsDirRing::find_pos | Ian Jackson | 2023-03-30 | 1 | -2/+3 | |
| | * | | | | | tor-netdir: Make the hsdir ring be a TiVec | Ian Jackson | 2023-03-30 | 1 | -5/+14 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'upgrades-20220330' into 'main' | gabi-250 | 2023-03-30 | 3 | -89/+116 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Upgrade dependency to latest rusqlite. | Nick Mathewson | 2023-03-30 | 2 | -13/+13 | |
| | * | | | | | Upgrade dependency to latest async-native-tls. | Nick Mathewson | 2023-03-30 | 2 | -77/+104 | |
| |/ / / / / | ||||||
| * | | | | | Initial changelog draft for 1.1.3 | Nick Mathewson | 2023-03-30 | 1 | -0/+99 | |
| * | | | | | Merge branch 'async-utils' into 'main' | Nick Mathewson | 2023-03-29 | 14 | -211/+318 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Move functionality from tor_basic_utils to tor_async_utils | Nick Mathewson | 2023-03-29 | 12 | -211/+237 | |
| | * | | | | Make a new empty tor-async-utils crate. | Nick Mathewson | 2023-03-29 | 5 | -0/+81 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'blind' into 'main' | Ian Jackson | 2023-03-29 | 2 | -29/+34 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-hscrypto: key blinding: Use consistent terminology | Ian Jackson | 2023-03-28 | 1 | -10/+12 | |
| | * | | | | tor-llcrypto: key blinding: Use consistent terminology | Ian Jackson | 2023-03-28 | 1 | -19/+22 | |
| * | | | | | Merge branch 'hspre' into 'main' | Ian Jackson | 2023-03-29 | 8 | -14/+34 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Tidy up an unused import warning | Ian Jackson | 2023-03-28 | 1 | -1/+3 | |
| | * | | | | | Pass HS identity to hsclient connection function | Ian Jackson | 2023-03-28 | 2 | -2/+10 | |
| | * | | | | | Pass HsCircPool to hsclient connect function, not CircMgr (fmt) | Ian Jackson | 2023-03-28 | 1 | -5/+5 | |
| | * | | | | | Pass HsCircPool to hsclient connect function, not CircMgr | Ian Jackson | 2023-03-28 | 3 | -7/+11 | |
| | * | | | | | Add some missing imports | Ian Jackson | 2023-03-28 | 3 | -3/+9 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'fix-blockage-accessors' into 'main' | Ian Jackson | 2023-03-29 | 1 | -1/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti-client: add accessors for `Blockage` | eta | 2023-03-28 | 1 | -1/+13 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'hsdesc-encoder-generic-rng' into 'main' | Nick Mathewson | 2023-03-27 | 5 | -147/+131 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove hard-coded test certs. | Gabriela Moldovan | 2023-03-27 | 4 | -98/+86 | |
| | * | | | | | Make the HS encoder randomness source injectable. | Gabriela Moldovan | 2023-03-27 | 5 | -50/+46 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'idx' into 'main' | gabi-250 | 2023-03-27 | 2 | -68/+71 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-netdir: Use `pos` not `idx` in test network constructors | Ian Jackson | 2023-03-27 | 1 | -14/+14 | |
| | * | | | | tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt) | Ian Jackson | 2023-03-27 | 1 | -1/+4 | |
| | * | | | | tor-netdir: Use `hsdir_index` for hidden service directory hashval | Ian Jackson | 2023-03-27 | 1 | -11/+11 | |
| | * | | | | tor-netdir: eliminate ref to abolished MdEntry | Ian Jackson | 2023-03-27 | 1 | -2/+2 | |
| | * | | | | tor-netdir: Use `rsidx` consistent for `RouterStatusIdx` | Ian Jackson | 2023-03-27 | 2 | -42/+42 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'encode-hsdesc-blinded-keys' into 'main' | Nick Mathewson | 2023-03-27 | 5 | -29/+79 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Use the type system to enforce use of blinded keys. | Gabriela Moldovan | 2023-03-27 | 5 | -29/+79 | |
| |/ / / | ||||||
| * | | | Merge branch 'typos' into 'main' | Ian Jackson | 2023-03-27 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix typo | Dimitris Apostolou | 2023-03-24 | 1 | -1/+1 | |
| * | | | | Merge branch 'pt_config_build' into 'main' | Nick Mathewson | 2023-03-25 | 1 | -1/+57 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | tor_client: Add some example code for BridgeConfig. | Nick Mathewson | 2023-03-24 | 1 | -0/+49 | |
| | * | | | arti-client: Make TransportConfigListBuilder public. | Nick Mathewson | 2023-03-24 | 1 | -1/+8 | |
| |/ / / | ||||||
| * | | | Merge branch 'encode_hsdesc' into 'main' | Ian Jackson | 2023-03-24 | 16 | -71/+1257 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Use transparent structs instead of builders. | Gabriela Moldovan | 2023-03-24 | 4 | -100/+95 | |
| | * | | Refactor the inner doc tests to be more DRY. | Gabriela Moldovan | 2023-03-24 | 1 | -53/+55 | |
| | * | | Remove `NetdocText` and replace its uses with `String`. | Gabriela Moldovan | 2023-03-24 | 6 | -66/+21 | |
| | * | | Remove some unnecessary visibility restrictions. | Gabriela Moldovan | 2023-03-24 | 3 | -130/+74 | |
| | * | | Create a new `IntroPointDesc` type. | Gabriela Moldovan | 2023-03-24 | 2 | -21/+55 | |
| | * | | Use the less ambiguous inner/middle/outer terminology. | Gabriela Moldovan | 2023-03-24 | 3 | -17/+19 | |
| | * | | Add builder for encoding hidden service descriptors. | Gabi Moldovan | 2023-03-24 | 16 | -44/+1280 | |
| | * | | Define constants for `AuthClient` field lengths. | Gabriela Moldovan | 2023-03-24 | 2 | -7/+19 | |
| | * | | Implement `ItemArgument` for `String`. | Gabriela Moldovan | 2023-03-24 | 1 | -0/+6 | |
| |/ / | ||||||
| * | | Merge branch 'rpc-meta-draft' into 'main' | Ian Jackson | 2023-03-24 | 1 | -0/+568 | |
| |\ \ | ||||||
