summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2024-09-302-100/+118
| * | | | | | Bump "arti" crate to 1.2.8Nick Mathewson2024-09-304-4/+4
| * | | | | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-3048-433/+433
| * | | | | | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-3041-77/+77
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'changelog-1.2.8' into 'main'Nick Mathewson2024-09-302-2/+313
|\ \ \ \ \ \
| * | | | | | Update list of Tor employees in exclude_contributorsNick Mathewson2024-09-301-1/+4
| * | | | | | changelog: dedup opara/StevenNick Mathewson2024-09-301-1/+1
| * | | | | | changelog: move and revise description of 2441.Nick Mathewson2024-09-301-3/+4
| * | | | | | Apply 2 suggestion(s) to 1 file(s)Nick Mathewson2024-09-301-1/+2
| * | | | | | Run update-md-links on changelog; remove some blank linesNick Mathewson2024-09-301-16/+7
| * | | | | | Initial changelog for 1.2.8Nick Mathewson2024-09-301-1/+316
| |/ / / / /
* | | | | | Merge branch 'update-1.2.8' into 'main'Nick Mathewson2024-09-301-221/+190
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | downgrade typed-index-collections to 3.1.0Nick Mathewson2024-09-301-2/+2
| * | | | | Run "cargo update" in preparation for 1.2.8Nick Mathewson2024-09-301-223/+192
|/ / / / /
* | | | | Merge branch 'rpc-python' into 'main'Nick Mathewson2024-09-268-8/+632
|\ \ \ \ \
| * | | | | python/arti_rpc: Add an initial pyproject.tomlNick Mathewson2024-09-261-0/+23
| * | | | | python: Move arti_rpc package into new subdirectoryNick Mathewson2024-09-265-1/+3
| * | | | | python: in README, prepend to PYTHONPATH.Nick Mathewson2024-09-261-2/+1
| * | | | | Python: Readme fixes from @anonymNick Mathewson2024-09-261-3/+3
| * | | | | Add a scary README to the Python directoryNick Mathewson2024-09-261-0/+47
| * | | | | Python: Add a quick RPC demo to show how the APIs work.Nick Mathewson2024-09-261-0/+24
| * | | | | Python: Add a pythonic wrapper for arti-rpc-client-coreNick Mathewson2024-09-262-0/+339
| * | | | | Python: Add a ctypes wrapper for arti-rpc-client-coreNick Mathewson2024-09-261-0/+191
| * | | | | rpclib: Note a key property of RPC error returns.Nick Mathewson2024-09-262-8/+7
* | | | | | Merge branch 'reject_example' into 'main'Jim Newsome2024-09-262-0/+6
|\ \ \ \ \ \
| * | | | | | arti: add an example for onion service "reject" optionNick Mathewson2024-09-262-0/+6
* | | | | | | Merge branch 'arti-relay-bin' into 'main'David Goulet2024-09-263-9/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | arti: move 'relay' subcommand to 'subcommands::relay' moduleSteven Engler2024-09-253-9/+34
* | | | | | | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-2666-79/+80
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | downgrade_dependencies: Add exception for ring 0.16Nick Mathewson2024-09-251-1/+2
| * | | | | | Use Rust 1.77 for our reproducible builds.Nick Mathewson2024-09-252-2/+2
| * | | | | | Upgrade to rusqlite 0.32.1.Nick Mathewson2024-09-252-15/+15
| * | | | | | Upgrade MSRV to 1.77Nick Mathewson2024-09-2563-63/+63
* | | | | | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-2661-218/+236
|\ \ \ \ \ \ \
| * | | | | | | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-2561-215/+233
| * | | | | | | Upgrade to latest version of float-cmp.Nick Mathewson2024-09-252-3/+3
* | | | | | | | Merge branch 'rpc_socks_ordering' into 'main'gabi-2502024-09-261-12/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | rpclib: read SOCKS _after_ processing.Nick Mathewson2024-09-251-12/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'rpc-meta-draft-typos' into 'main'Nick Mathewson2024-09-251-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rpc-meta-draft.md: correct some minor typosJim Newsome2024-09-251-7/+7
|/ / / / / /
* | | | | | Merge branch 'socks_read_zero' into 'main'Nick Mathewson2024-09-254-5/+30
|\ \ \ \ \ \
| * | | | | | socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-242-2/+2
| * | | | | | socks users: detect closed sockets.Nick Mathewson2024-09-244-3/+28
* | | | | | | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-255-14/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-245-14/+14
* | | | | | Merge branch 'fixup-features-09-25-2024' into 'main'Nick Mathewson2024-09-257-6/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-257-6/+7
|/ / / / /
* | | | | Merge branch 'update-axum' into 'main'Nick Mathewson2024-09-243-125/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | obfs4-checker: update axum to 0.7.6Steven Engler2024-09-243-125/+35
|/ / / /
* | | | Merge branch 'main' into 'main'opara2024-09-246-5/+230
|\ \ \ \