| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | docs: added using tor guide for review | Lulu Nwenyi | 2023-11-09 | 1 | -0/+43 | |
| | | |/ / | ||||||
| | | * | | Merge branch 'skeleton' into 'main' | oluchinwenyi | 2023-11-03 | 50 | -1/+13295 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Doc Project Skeleton See merge request tpo/core/arti-doc-project-2023!10 | |||||
| | | | * | | docs: Doc Project Skeleton | oluchinwenyi | 2023-11-03 | 50 | -1/+13295 | |
| | | |/ / | ||||||
| | | * | | docs: Add new file. Re-adding readme. | harleta | 2023-08-16 | 1 | -0/+8 | |
| | | | | | ||||||
| | | * | | docs: Update 2 files | harleta | 2023-08-16 | 2 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | | | | - /weekly-updates/august-2nd-meeting-recap-and-updates.md - /README.md | |||||
| | | * | | docs: Update file august-2nd-meeting-recap-and-updates.md | harleta | 2023-08-02 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | docs: Update README.md | Gaba | 2023-08-02 | 1 | -3/+3 | |
| | | | | | ||||||
| | | * | | docs: Update file README.md | Gaba | 2023-08-02 | 1 | -89/+5 | |
| | | | | | ||||||
| | | * | | docs: Initial commit | Gaba | 2023-08-02 | 1 | -0/+92 | |
| | | / | ||||||
| * | | | Merge branch 'rpc-docs-1' into 'main' | Nick Mathewson | 2025-01-30 | 13 | -133/+747 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve and write a bunch of RPC documentation Closes #1520, #1527, and #1296 See merge request tpo/core/arti!2748 | |||||
| | * | | | tweak cbindgen documentation. | Nick Mathewson | 2025-01-29 | 2 | -4/+9 | |
| | | | | | ||||||
| | * | | | rpc.py: Copy stream caveats. | Nick Mathewson | 2025-01-29 | 1 | -2/+20 | |
| | | | | | ||||||
| | * | | | rpc.py: New preamble document | Nick Mathewson | 2025-01-29 | 1 | -3/+6 | |
| | | | | | ||||||
| | * | | | rpc-book: remove/update some obsolete stuff from rpc-meta-spec. | Nick Mathewson | 2025-01-29 | 1 | -42/+7 | |
| | | | | | ||||||
| | * | | | rpc-book: User-facing documentation for message format. | Nick Mathewson | 2025-01-29 | 2 | -0/+219 | |
| | | | | | ||||||
| | * | | | rpc-book: Add a getting-started document. | Nick Mathewson | 2025-01-29 | 2 | -0/+183 | |
| | | | | | ||||||
| | * | | | rpcbook: Add a "basic concepts" section. | Nick Mathewson | 2025-01-29 | 2 | -1/+124 | |
| | | | | | ||||||
| | * | | | rpc-book: Write an "about" README. | Nick Mathewson | 2025-01-29 | 2 | -2/+43 | |
| | | | | | ||||||
| | * | | | rpc-meta-spec: Remove obsolete sketch of method list. | Nick Mathewson | 2025-01-29 | 2 | -75/+10 | |
| | | | | | ||||||
| | * | | | Set up the RPC directory to use mdbook. | Nick Mathewson | 2025-01-29 | 5 | -2/+41 | |
| | | | | | ||||||
| | * | | | rpc-book: rename "sketch"/"draft" files. | Nick Mathewson | 2025-01-29 | 3 | -0/+4 | |
| | | | | | ||||||
| | * | | | rpclib: Update cbindgen documentation. | Nick Mathewson | 2025-01-29 | 2 | -17/+96 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'rpc_collect_decline_errors' into 'main' | Nick Mathewson | 2025-01-29 | 4 | -49/+286 | |
| |\ \ \ | |/ / |/| | | | | | | | | rpclib: Remember the origin of each failed connect attempt See merge request tpo/core/arti!2744 | |||||
| | * | | rpclib: Rename ConnPtSource to ConnPtOrigin. | Nick Mathewson | 2025-01-29 | 1 | -11/+11 | |
| | | | | ||||||
| | * | | rpclib: Rename WithinDir.{expanded => file}. | Nick Mathewson | 2025-01-29 | 1 | -3/+6 | |
| | | | | ||||||
| | * | | rpclib: Move from_env_string_elt onto SearchLocation. | Nick Mathewson | 2025-01-29 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | rpclib: Implement accessors for ConnectFailure | Nick Mathewson | 2025-01-29 | 3 | -3/+23 | |
| | | | | ||||||
| | * | | rpclib: Implement Display for ConnPtDescription | Nick Mathewson | 2025-01-29 | 1 | -4/+51 | |
| | | | | ||||||
| | * | | rpclib: New combined error type for RPC connect failures. | Nick Mathewson | 2025-01-29 | 3 | -9/+52 | |
| | | | | | | | | | | | | | | | | This type explains where every error came from, and explains why each declined connect point was declined. | |||||
| | * | | rpclib: Pipe connect-point locations through our loading process. | Nick Mathewson | 2025-01-29 | 1 | -22/+77 | |
| | | | | ||||||
| | * | | rpclib: Keep track of where each SearchEntry comes from. | Nick Mathewson | 2025-01-29 | 1 | -24/+91 | |
| |/ / | | | | | | | Subsequent commits will pipe this information forward to our errors. | |||||
| * | | Merge branch 'rpcserver-more-todos' into 'main' | Nick Mathewson | 2025-01-28 | 5 | -81/+14 | |
| |\ \ | | | | | | | | | | | | | arti-rpcserver: Resolve various TODO RPC items. See merge request tpo/core/arti!2745 | |||||
| | * | | rpcserver: Remove a stale TODO. (RpcMgr works.) | Nick Mathewson | 2025-01-28 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | rpcserver: Remove stale TODO about authentication | Nick Mathewson | 2025-01-28 | 1 | -3/+0 | |
| | | | | | | | | | | | | | (This TODO dates back to the point before we had sessions.) | |||||
| | * | | rpcserver: Improve conversion of authentication error. | Nick Mathewson | 2025-01-28 | 2 | -7/+14 | |
| | | | | ||||||
| | * | | rpc-meta: remove mentions of auth:get_rpc_protocol | Nick Mathewson | 2025-01-28 | 1 | -8/+0 | |
| | | | | | | | | | | | | | It hasn't existed in a while. | |||||
| | * | | rpc: Remove auth:query. | Nick Mathewson | 2025-01-28 | 2 | -58/+0 | |
| | | | | | | | | | | | | | | | | Nothing uses it; its role in negotiation has been replaced by the connect-point design. | |||||
| | * | | rpcserver: Remove a stale TODO about ConnectionId. | Nick Mathewson | 2025-01-28 | 1 | -3/+0 | |
| | | | | | | | | | | | | | Other parts of the crate no longer look at the .0 field directly. | |||||
| * | | | Merge branch 'changelog-style' into 'main' | Nick Mathewson | 2025-01-28 | 2 | -1/+329 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Write a styleguide for our CHANGELOG.md. See merge request tpo/core/arti!2616 | |||||
| | * | | | changelog stype: mention format_md_links. | Nick Mathewson | 2025-01-28 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | changelog template: wording fix and clarification from gabi | Nick Mathewson | 2025-01-28 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | changelog style: promote terseness | Nick Mathewson | 2025-01-28 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | changelog style: allow bare-noun style sometimes. | Nick Mathewson | 2025-01-28 | 1 | -3/+10 | |
| | | | | | ||||||
| | * | | | changelog style: text from @diziet about audience | Nick Mathewson | 2025-01-28 | 1 | -0/+8 | |
| | | | | | ||||||
| | * | | | changelog template: promote deprecated-functionality section | Nick Mathewson | 2025-01-28 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | changelog template: Clarify "network changes" | Nick Mathewson | 2025-01-28 | 1 | -1/+6 | |
| | | | | | ||||||
| | * | | | changelog style: text from @arma. | Nick Mathewson | 2025-01-28 | 1 | -1/+16 | |
| | | | | | ||||||
| | * | | | Changelog template: typo fix from @gabi-250. | Nick Mathewson | 2025-01-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Release.md: Suggestions from Diziet about style guide | Nick Mathewson | 2025-01-28 | 2 | -7/+18 | |
| | | | | | ||||||
| | * | | | Write a styleguide for our CHANGELOG.md. | Nick Mathewson | 2025-01-28 | 2 | -1/+275 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | This is based in part on the C Tor changelog standards, in part on an old hacking styleguide I found, and in part on past changelogs. It also includes a template to help start a new changelog. | |||||
