| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | state_dir: Remove a now-unused allow | Ian Jackson | 2024-01-25 | 1 | -1/+0 | |
| | * | | | state_dir: Replace InstanceIdString with Slug and SlugRef | Ian Jackson | 2024-01-25 | 1 | -44/+14 | |
| | * | | | state_dir: Abolish now-obsolete Slug trait rename | Ian Jackson | 2024-01-25 | 1 | -5/+3 | |
| | * | | | slugs: Provide TryIntoSlug, and replace state_dir::Slug with it | Ian Jackson | 2024-01-25 | 2 | -47/+48 | |
| * | | | | Merge branch 'tempdir' into 'main' | Ian Jackson | 2024-01-25 | 10 | -70/+153 | |
| |\ \ \ \ | ||||||
| | * | | | | test-temp-dir: Plan when we think we'll do 1.x | Ian Jackson | 2024-01-25 | 1 | -0/+1 | |
| | * | | | | test-temp-dir: Drop a TODO/allow | Ian Jackson | 2024-01-25 | 1 | -3/+0 | |
| | * | | | | test-temp-dir: Update docs for it being a crate | Ian Jackson | 2024-01-25 | 1 | -5/+5 | |
| | * | | | | test-temp-dir: Improve the docs and fix broken links | Ian Jackson | 2024-01-25 | 1 | -9/+22 | |
| | * | | | | test-temp-dir: New crate | Ian Jackson | 2024-01-25 | 10 | -67/+139 | |
| * | | | | | Merge branch 'slug4' into 'main' | gabi-250 | 2024-01-25 | 1 | -0/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | slug: Implement the AsRefs for Slug as well as for SlugRef | Ian Jackson | 2024-01-25 | 1 | -0/+5 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'slug3' into 'main' | gabi-250 | 2024-01-25 | 1 | -0/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | slug: Fix maint/check_doc_features | Ian Jackson | 2024-01-25 | 1 | -0/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'rustls' into 'main' | Ian Jackson | 2024-01-25 | 3 | -56/+62 | |
| |\ \ \ \ | ||||||
| | * | | | | Upgrade to futures-rustls and rustls 0.22. | Nick Mathewson | 2024-01-25 | 3 | -56/+62 | |
| * | | | | | Merge branch '1237_fixes' into 'main' | Ian Jackson | 2024-01-25 | 1 | -7/+38 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Remove a comment about distinguishing errors | Nick Mathewson | 2024-01-24 | 1 | -2/+3 | |
| | * | | | | hss: Comment on use of CircProto error in MsgHandler. | Nick Mathewson | 2024-01-24 | 1 | -2/+12 | |
| | * | | | | hss: Report failures to send rendezvous requests | Nick Mathewson | 2024-01-24 | 1 | -3/+23 | |
| * | | | | | Merge branch 'replay' into 'main' | Ian Jackson | 2024-01-25 | 5 | -42/+291 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-hsservice: replay: partial write test - commentary | Ian Jackson | 2024-01-25 | 1 | -0/+29 | |
| | * | | | | | tor-hsservice: replay: partial write test | Ian Jackson | 2024-01-25 | 1 | -2/+114 | |
| | * | | | | | tor-hsservice: replay: partial write test, skeleton | Ian Jackson | 2024-01-25 | 3 | -0/+42 | |
| | * | | | | | test_temp_dir: Split up .used_by (fmt) | Ian Jackson | 2024-01-25 | 1 | -4/+1 | |
| | * | | | | | test_temp_dir: Split up .used_by | Ian Jackson | 2024-01-25 | 3 | -14/+37 | |
| | * | | | | | tor-hsservice: Recover from partial writes | Ian Jackson | 2024-01-25 | 1 | -2/+29 | |
| | * | | | | | tor-hsservice: replay: Introduce an EH IEFE (fmt) | Ian Jackson | 2024-01-25 | 1 | -2/+1 | |
| | * | | | | | tor-hsservice: replay: Introduce an EH IEFE | Ian Jackson | 2024-01-25 | 1 | -7/+11 | |
| | * | | | | | tor-hsservice: replay: Combine PersistFile | Ian Jackson | 2024-01-25 | 1 | -16/+25 | |
| | * | | | | | tor-hsservice: replay: Break out truncate_to_multiple | Ian Jackson | 2024-01-25 | 1 | -8/+13 | |
| | * | | | | | tor-hsservice: replay: Break up a paragraph | Ian Jackson | 2024-01-25 | 1 | -1/+3 | |
| * | | | | | | Merge branch 'slug' into 'main' | Ian Jackson | 2024-01-25 | 4 | -0/+387 | |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | | | ||||||
| | * | | | | tor_persist::slug: Abolish ForbiddenOnWindows on non-Windows | Ian Jackson | 2024-01-25 | 1 | -21/+9 | |
| | * | | | | Introduce tor_persist::slug module | Ian Jackson | 2024-01-25 | 4 | -0/+399 | |
| * | | | | | Merge branch 'reconfig-weak-refs' into 'main' | gabi-250 | 2024-01-25 | 2 | -10/+23 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | arti: Only exit if all the modules have been dropped. | Gabriela Moldovan | 2024-01-25 | 1 | -7/+8 | |
| | * | | | | arti: Use Weak references for the reconfigurable modules (fmt). | Gabriela Moldovan | 2024-01-25 | 1 | -6/+1 | |
| | * | | | | arti: Use Weak references for the reconfigurable modules. | Gabriela Moldovan | 2024-01-25 | 2 | -5/+22 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'doc-link-fix' into 'main' | Nick Mathewson | 2024-01-25 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | tor-hsservice: Fix a broken doc link. | Gabriela Moldovan | 2024-01-25 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge branch 'publisher_consts' into 'main' | gabi-250 | 2024-01-25 | 2 | -34/+66 | |
| |\ \ \ | ||||||
| | * | | | Typo fixes. | gabi-250 | 2024-01-24 | 1 | -2/+2 | |
| | * | | | hss: Use estimator to determine a timeout for an hsdir upload | Nick Mathewson | 2024-01-24 | 2 | -5/+29 | |
| | * | | | hss: Revise timeout code for upload attempts | Nick Mathewson | 2024-01-24 | 1 | -30/+34 | |
| | * | | | hss: Downgrade comments on some publisher constants. | Nick Mathewson | 2024-01-24 | 1 | -5/+9 | |
| * | | | | Merge branch 'state' into 'main' | Ian Jackson | 2024-01-24 | 9 | -64/+163 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-persist: state_dir: Demote anyhow to dev dep | Ian Jackson | 2024-01-24 | 1 | -2/+2 | |
| | * | | | | tor-persist: load_store: More documentation | Ian Jackson | 2024-01-24 | 1 | -3/+29 | |
| | * | | | | Fix doc comments. | Nick Mathewson | 2024-01-24 | 2 | -2/+2 | |
