| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'arti-1.2.8-bumps' into 'main'arti-v1.2.8 | Nick Mathewson | 2024-09-30 | 60 | -614/+632 |
| |\ | |||||
| | * | 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 | 4 | -4/+4 |
| | * | Bump arti- and tor- crates to 0.23.0 | Nick Mathewson | 2024-09-30 | 48 | -433/+433 |
| | * | Minor bumps on non-tor/arti crates | Nick Mathewson | 2024-09-30 | 41 | -77/+77 |
| * | | Merge branch 'changelog-1.2.8' into 'main' | Nick Mathewson | 2024-09-30 | 2 | -2/+313 |
| |\ \ | |||||
| | * | | Update list of Tor employees in exclude_contributors | Nick Mathewson | 2024-09-30 | 1 | -1/+4 |
| | * | | changelog: dedup opara/Steven | Nick Mathewson | 2024-09-30 | 1 | -1/+1 |
| | * | | changelog: move and revise description of 2441. | Nick Mathewson | 2024-09-30 | 1 | -3/+4 |
| | * | | Apply 2 suggestion(s) to 1 file(s) | Nick Mathewson | 2024-09-30 | 1 | -1/+2 |
| | * | | Run update-md-links on changelog; remove some blank lines | Nick Mathewson | 2024-09-30 | 1 | -16/+7 |
| | * | | Initial changelog for 1.2.8 | Nick Mathewson | 2024-09-30 | 1 | -1/+316 |
| | |/ | |||||
| * | | Merge branch 'update-1.2.8' into 'main' | Nick Mathewson | 2024-09-30 | 1 | -221/+190 |
| |\ \ | |/ |/| | |||||
| | * | downgrade typed-index-collections to 3.1.0 | Nick Mathewson | 2024-09-30 | 1 | -2/+2 |
| | * | Run "cargo update" in preparation for 1.2.8 | Nick Mathewson | 2024-09-30 | 1 | -223/+192 |
| |/ | |||||
| * | Merge branch 'rpc-python' into 'main' | Nick Mathewson | 2024-09-26 | 8 | -8/+632 |
| |\ | |||||
| | * | python/arti_rpc: Add an initial pyproject.toml | Nick Mathewson | 2024-09-26 | 1 | -0/+23 |
| | * | python: Move arti_rpc package into new subdirectory | Nick Mathewson | 2024-09-26 | 5 | -1/+3 |
| | * | python: in README, prepend to PYTHONPATH. | Nick Mathewson | 2024-09-26 | 1 | -2/+1 |
| | * | Python: Readme fixes from @anonym | Nick Mathewson | 2024-09-26 | 1 | -3/+3 |
| | * | Add a scary README to the Python directory | Nick Mathewson | 2024-09-26 | 1 | -0/+47 |
| | * | Python: Add a quick RPC demo to show how the APIs work. | Nick Mathewson | 2024-09-26 | 1 | -0/+24 |
| | * | Python: Add a pythonic wrapper for arti-rpc-client-core | Nick Mathewson | 2024-09-26 | 2 | -0/+339 |
| | * | Python: Add a ctypes wrapper for arti-rpc-client-core | Nick Mathewson | 2024-09-26 | 1 | -0/+191 |
| | * | 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 | 66 | -79/+80 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | downgrade_dependencies: Add exception for ring 0.16 | Nick Mathewson | 2024-09-25 | 1 | -1/+2 |
| | * | | Use Rust 1.77 for our reproducible builds. | Nick Mathewson | 2024-09-25 | 2 | -2/+2 |
| | * | | Upgrade to rusqlite 0.32.1. | Nick Mathewson | 2024-09-25 | 2 | -15/+15 |
| | * | | Upgrade MSRV to 1.77 | Nick Mathewson | 2024-09-25 | 63 | -63/+63 |
| * | | | Merge branch 'upgrades-20240925' into 'main' | Nick Mathewson | 2024-09-26 | 61 | -218/+236 |
| |\ \ \ | |||||
| | * | | | Upgrade to derive_more version 1.0.0 | Nick Mathewson | 2024-09-25 | 61 | -215/+233 |
| | * | | | Upgrade to latest version of float-cmp. | Nick Mathewson | 2024-09-25 | 2 | -3/+3 |
| * | | | | Merge branch 'rpc_socks_ordering' into 'main' | gabi-250 | 2024-09-26 | 1 | -12/+12 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | rpclib: read SOCKS _after_ processing. | Nick Mathewson | 2024-09-25 | 1 | -12/+12 |
| * | | | | Merge branch 'rpc-meta-draft-typos' into 'main' | Nick Mathewson | 2024-09-25 | 1 | -7/+7 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | rpc-meta-draft.md: correct some minor typos | Jim Newsome | 2024-09-25 | 1 | -7/+7 |
| |/ / / | |||||
| * | | | 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 |
| * | | | | Merge branch 'fixup-features-09-25-2024' into 'main' | Nick Mathewson | 2024-09-25 | 7 | -6/+7 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Run fixup-features in preparation for upcoming release. | Nick Mathewson | 2024-09-25 | 7 | -6/+7 |
| |/ / / | |||||
| * | | | Merge branch 'update-axum' into 'main' | Nick Mathewson | 2024-09-24 | 3 | -125/+35 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | obfs4-checker: update axum to 0.7.6 | Steven Engler | 2024-09-24 | 3 | -125/+35 |
| |/ / | |||||
