| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tor-persist: Allow all dead code if not all features enabled | Ian Jackson | 2024-09-30 | 1 | -0/+3 | |
| | * | | | | tor-proto: Allow all dead code if not all features enabled | Ian Jackson | 2024-09-30 | 1 | -5/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'typed-index-approx' into 'main' | Nick Mathewson | 2024-09-30 | 1 | -1/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typed-index-collections versions to ~3.1.0 | Nick Mathewson | 2024-09-30 | 1 | -1/+3 | |
| * | | | | | Merge branch 'orport' into 'main' | opara | 2024-09-30 | 10 | -149/+1555 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-chanmgr: support multiple channels for a relay ID | Steven Engler | 2024-09-30 | 2 | -133/+292 | |
| | * | | | | | tor-linkspec: add `ListByRelayIds` | Steven Engler | 2024-09-23 | 3 | -13/+478 | |
| | * | | | | | tor-linkspec: impl `HasAddrs` for `&T` | Steven Engler | 2024-09-23 | 1 | -0/+7 | |
| | * | | | | | tor-basic-utils: add `n_key_list` macro | Steven Engler | 2024-09-23 | 3 | -0/+776 | |
| | * | | | | | tor-basic-utils: small doc changes to `n_key_set` | Steven Engler | 2024-09-23 | 1 | -3/+2 | |
| * | | | | | | Merge branch 'remove-semver' into 'main' | Nick Mathewson | 2024-09-30 | 9 | -22/+0 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Remove semver.md files from 1.2.8 | Nick Mathewson | 2024-09-30 | 9 | -22/+0 | |
| * | | | | | | Merge branch 'bug_1632' into 'main' | Nick Mathewson | 2024-09-30 | 3 | -38/+32 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | tor-llcrypto: replace simple_asn1 dependency with der_parser | Morgan | 2024-09-28 | 3 | -38/+32 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'silence-warning' into 'main' | gabi-250 | 2024-09-30 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | arti: Silence unused_mut warning. | Gabriela Moldovan | 2024-09-18 | 1 | -0/+1 | |
| * | | | | | | Run cargo update for {hashx,equix}/bench. | Gabriela Moldovan | 2024-09-30 | 2 | -100/+118 | |
| * | | | | | | Bump "arti" crate to 1.2.8 | Nick Mathewson | 2024-09-30 | 3 | -3/+3 | |
| * | | | | | | Bump arti- and tor- crates to 0.23.0 | Nick Mathewson | 2024-09-30 | 47 | -391/+391 | |
| * | | | | | | Minor bumps on non-tor/arti crates | Nick Mathewson | 2024-09-30 | 40 | -67/+67 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge branch 'rpc-python' into 'main' | Nick Mathewson | 2024-09-26 | 2 | -8/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpclib: Note a key property of RPC error returns. | Nick Mathewson | 2024-09-26 | 2 | -8/+7 | |
| * | | | | | | Merge branch 'reject_example' into 'main' | Jim Newsome | 2024-09-26 | 2 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti: add an example for onion service "reject" option | Nick Mathewson | 2024-09-26 | 2 | -0/+6 | |
| * | | | | | | | Merge branch 'arti-relay-bin' into 'main' | David Goulet | 2024-09-26 | 3 | -9/+34 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | arti: move 'relay' subcommand to 'subcommands::relay' module | Steven Engler | 2024-09-25 | 3 | -9/+34 | |
| * | | | | | | | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main' | David Goulet | 2024-09-26 | 59 | -60/+60 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Upgrade to rusqlite 0.32.1. | Nick Mathewson | 2024-09-25 | 1 | -1/+1 | |
| | * | | | | | | Upgrade MSRV to 1.77 | Nick Mathewson | 2024-09-25 | 59 | -59/+59 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge branch 'upgrades-20240925' into 'main' | Nick Mathewson | 2024-09-26 | 60 | -209/+203 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Upgrade to derive_more version 1.0.0 | Nick Mathewson | 2024-09-25 | 60 | -208/+202 | |
| | * | | | | | | Upgrade to latest version of float-cmp. | Nick Mathewson | 2024-09-25 | 1 | -1/+1 | |
| * | | | | | | | rpclib: read SOCKS _after_ processing. | Nick Mathewson | 2024-09-25 | 1 | -12/+12 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge branch 'socks_read_zero' into 'main' | Nick Mathewson | 2024-09-25 | 4 | -5/+30 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | socks users: copy the correct amount in our drain logic. | Nick Mathewson | 2024-09-24 | 2 | -2/+2 | |
| | * | | | | | | socks users: detect closed sockets. | Nick Mathewson | 2024-09-24 | 4 | -3/+28 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'rename_singleton_id' into 'main' | Jim Newsome | 2024-09-25 | 5 | -14/+14 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| | * | | | | rpc: Rename SingletonId to SingleIdResponse | Nick Mathewson | 2024-09-24 | 5 | -14/+14 | |
| * | | | | | Run fixup-features in preparation for upcoming release. | Nick Mathewson | 2024-09-25 | 6 | -5/+6 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge branch 'impl-prop-351' into 'main' | Nick Mathewson | 2024-09-24 | 1 | -124/+106 | |
| |\ \ \ \ | ||||||
| | * | | | | socks: Add a comment about interpreting legacy usernames. | Nick Mathewson | 2024-09-24 | 1 | -0/+5 | |
| | * | | | | socks: cleanups in interpret_socks_auth | Nick Mathewson | 2024-09-18 | 1 | -12/+22 | |
| | * | | | | prop351: comment Suggestions from @diziet. | Nick Mathewson | 2024-09-18 | 1 | -1/+4 | |
| | * | | | | Socks: isolate streams from different extended-socks formats | Nick Mathewson | 2024-09-18 | 1 | -3/+16 | |
| | * | | | | socks: Optimistically revise format to match torspec!280 | Nick Mathewson | 2024-09-10 | 1 | -43/+53 | |
| | * | | | | socks: update protocol documentation | Nick Mathewson | 2024-09-09 | 1 | -78/+9 | |
| | * | | | | socks: Implement proposal 351. | Nick Mathewson | 2024-09-09 | 1 | -40/+50 | |
| * | | | | | Merge branch 'impl-prop-351-client' into 'main' | Nick Mathewson | 2024-09-24 | 3 | -11/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpclib: Use prop351 protocol to open streams. | Nick Mathewson | 2024-09-18 | 3 | -11/+16 | |
| * | | | | | | Merge branch 'pessimistic' into 'main' | Nick Mathewson | 2024-09-24 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
