| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | netdoc-builder api: Fix typo | Ian Jackson | 2023-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | netdoc-builder api: Clarify ItemEncoder.objects content | Ian Jackson | 2023-01-20 | 1 | -0/+4 | |
| | | ||||||
| * | netdoc-builder api: In internal notes don't promise not to eagerly add | Ian Jackson | 2023-01-20 | 1 | -1/+2 | |
| | | ||||||
| * | netdoc-builder api: Rename internal Builder to Encoder | Ian Jackson | 2023-01-20 | 1 | -15/+16 | |
| | | | | | | This seems clearer now and also it solves the name clash with the `NetdocBuilder` trait. | |||||
| * | netdoc-builder api: Get rid of Item, and error rework | Ian Jackson | 2023-01-20 | 1 | -6/+45 | |
| | | ||||||
| * | netdoc-builder api: Add example of use | Ian Jackson | 2023-01-20 | 1 | -0/+18 | |
| | | ||||||
| * | NetdocBuilder: Improvements apropos review | Ian Jackson | 2023-01-20 | 1 | -4/+30 | |
| | | ||||||
| * | Improved pseudocode commentary | Nick Mathewson | 2023-01-20 | 1 | -2/+3 | |
| | | ||||||
| * | RFC netdoc builder API | Ian Jackson | 2023-01-20 | 1 | -0/+119 | |
| | | ||||||
| * | Update comments based on feedback | Nick Mathewson | 2023-01-17 | 1 | -4/+17 | |
| | | ||||||
| * | Apply 1 suggestion(s) to 1 file(s) | Ian Jackson | 2023-01-13 | 1 | -0/+4 | |
| | | ||||||
| * | Apply 1 suggestion(s) to 1 file(s) | Ian Jackson | 2023-01-13 | 1 | -0/+4 | |
| | | ||||||
| * | Sketch for some options and design issues around FFI/RPC | Nick Mathewson | 2023-01-13 | 1 | -0/+220 | |
| | | | | | | | This is just a beginning, but hopefully we can expand it with more information and options, and then use it to get everybody in our nascent FFI/RPC working group on the same page. | |||||
| * | Merge branch 'hilev_docs' into 'main' | Nick Mathewson | 2023-01-06 | 1 | -6/+119 | |
| |\ | | | | | | | | | | | | | Architecture: More high-level documentation and diagrams. Closes #624 See merge request tpo/core/arti!963 | |||||
| | * | Architecture.md: Move title outside of diagram | Nick Mathewson | 2023-01-06 | 1 | -3/+2 | |
| | | | | | | | | | Apparently, Mermaid 9.1 did not support this. | |||||
| | * | Architecture: More high-level documentation and diagrams. | Nick Mathewson | 2023-01-05 | 1 | -6/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | Specifically, I'm adding a high-level MDD (simplified for clarity). I'm also adding a diagram of the object relations among our manager types. (There are also communications that happen via channels, but those aren't discussed here.) That part closes #624. There is probably more to say here, but this should form a scaffold we can build on. | |||||
| * | | Add a protocol overview for onion services. | Nick Mathewson | 2023-01-06 | 1 | -0/+180 | |
| |/ | ||||||
| * | doc: update the crate list in Architecture.md | Emil Engler | 2022-12-20 | 1 | -89/+37 | |
| | | | | | | | This commit updates the crate list in Architecture.md. Because of the previous commit, which introduced consistency to these files, it was possible to generate it fairly easy with a tiny Perl script. | |||||
| * | Add another step to the release process | Nick Mathewson | 2022-12-10 | 1 | -0/+2 | |
| | | ||||||
| * | Move developer-facing documentation into a doc/dev subdir | Nick Mathewson | 2022-12-05 | 11 | -0/+0 | |
| | | | | | Closes #576. | |||||
| * | Update bridges.md a littlearti-v1.1.0 | Nick Mathewson | 2022-11-30 | 1 | -4/+5 | |
| | | ||||||
| * | Add a quick "how to use bridges" explanation document. | Nick Mathewson | 2022-11-30 | 1 | -0/+55 | |
| | | ||||||
| * | Check more targets | trinity-1686a | 2022-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Add September values to heap_and_download_size.md. | Alexander Færøy | 2022-10-25 | 1 | -2/+26 | |
| | | ||||||
| * | Add Methodologies section to our Heap and Download Size document. | Alexander Færøy | 2022-10-25 | 1 | -0/+11 | |
| | | ||||||
| * | Add missing data from October from Nick. | Alexander Færøy | 2022-10-25 | 1 | -3/+2 | |
| | | ||||||
| * | Update heap and download size metrics for October | Alexander Færøy | 2022-10-25 | 1 | -3/+43 | |
| | | | | | | This patch updates the heap_and_download_size.md file with numbers from October 2022 for our Sponsor 101 deliverables. | |||||
| * | Fix various typos (using typos tool and hand-inspection) | Nick Mathewson | 2022-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Abolish maint/readmes | Ian Jackson | 2022-10-12 | 1 | -1/+0 | |
| | | | | | This is not needed any more | |||||
| * | Add a reminder to remove semver.md after release. | Nick Mathewson | 2022-09-07 | 1 | -0/+2 | |
| | | ||||||
| * | Merge branch 'bridge_writeup' into 'main' | Nick Mathewson | 2022-08-26 | 1 | -0/+243 | |
| |\ | | | | | | | | | Overview of issues with bridges in 1.1.0 See merge request tpo/core/arti!686 | |||||
| | * | Qualify a few statements about bridges. | Nick Mathewson | 2022-08-26 | 1 | -4/+11 | |
| | | | ||||||
| | * | Remove first person: Now my opinions are facts. ;) | Nick Mathewson | 2022-08-26 | 1 | -4/+4 | |
| | | | ||||||
| | * | Overview of issues with bridges in 1.1.0 | Nick Mathewson | 2022-08-23 | 1 | -0/+236 | |
| | | | ||||||
| * | | Note tickets for TODO items. | Nick Mathewson | 2022-08-25 | 1 | -7/+4 | |
| | | | | | | | | | Also remove controversial paragraph that is now maybe a bug. | |||||
| * | | Apply 1 suggestion(s) to 1 file(s) | eta | 2022-08-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | First draft of "what is sensitive" document | Nick Mathewson | 2022-08-23 | 1 | -0/+113 | |
| |/ | ||||||
| * | doc/Compatibility.md: tick the box for link protocol 5 | Ian Jackson | 2022-08-17 | 1 | -1/+1 | |
| | | | | | | We do this now. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2828364 | |||||
| * | Merge branch 'zeroize' into 'main' | Nick Mathewson | 2022-08-04 | 1 | -0/+76 | |
| |\ | | | | | | | | | | | | | Revise our handling of the zeroize trait Closes #254 See merge request tpo/core/arti!655 | |||||
| | * | ZeroizeStrategy.md: Clarify which list we're referring to. | Nick Mathewson | 2022-08-04 | 1 | -4/+4 | |
| | | | ||||||
| | * | Initial document describing our plans for zeroize | Nick Mathewson | 2022-08-01 | 1 | -0/+76 | |
| | | | ||||||
| * | | Fix typos | Dimitris Apostolou | 2022-08-01 | 1 | -1/+1 | |
| |/ | ||||||
| * | Checkpoint metrics and discussions on Sponsor 101 metrics | Nick Mathewson | 2022-07-22 | 1 | -0/+213 | |
| | | | | | | | | These metrics are primarily concerned about heap usage and download size. I've worked on them for our latest report, and I want to check them in someplace so we don't forget them the next time we want to run these. | |||||
| * | Update semver_status.md with new procedure. | Nick Mathewson | 2022-05-27 | 1 | -13/+35 | |
| | | | | | | | | Now (per discussion on #471) we use one file per crate. I've tried to be more explicit about the format to use, and what to add when. | |||||
| * | Clear out 0.4.0 semver-status | Nick Mathewson | 2022-05-27 | 1 | -52/+3 | |
| | | ||||||
| * | Merge branch 'config-split' into 'main' | Ian Jackson | 2022-05-26 | 1 | -0/+6 | |
| |\ | | | | | | | | | | | | | Break TorClientConfig out of ArtiConfig and warn on unknown config keys Closes #459 and #417 See merge request tpo/core/arti!529 | |||||
| | * | semvar_status: Document config changes | Ian Jackson | 2022-05-24 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge branch 'support_policy' into 'main' | Nick Mathewson | 2022-05-25 | 1 | -0/+172 | |
| |\ \ | |/ |/| | | | | | | | | | Initial draft policy on supported platforms and dependencies Closes #379 See merge request tpo/core/arti!513 | |||||
| | * | Apply clarifications to SupportPolicy.md from @Diziet | Ian Jackson | 2022-05-24 | 1 | -3/+3 | |
| | | | ||||||
| | * | Clarify which releases get advisories. | Nick Mathewson | 2022-05-20 | 1 | -0/+2 | |
| | | | ||||||
