| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Introduce a constant for the length of the output of hs_mac() | Nick Mathewson | 2023-03-01 | 2 | -5/+8 | |
| | * | | | tor-bytes: Clarify that Cursor is not a good thing, and could be neater. | Nick Mathewson | 2023-03-01 | 1 | -2/+11 | |
| | * | | | tor-cell: Rename EstablishIntro{Body => Details} | Nick Mathewson | 2023-03-01 | 2 | -12/+12 | |
| | * | | | clarify results of misusing cursors | Ian Jackson | 2023-03-01 | 1 | -2/+2 | |
| | * | | | tor-cell: Fix compilation for fuzzers | Nick Mathewson | 2023-03-01 | 3 | -4/+5 | |
| | * | | | tor-cell: Make EstablishIntro do signatures | Nick Mathewson | 2023-03-01 | 3 | -60/+302 | |
| | * | | | tor-bytes: impl Readable and Writeable for CtByteArray. | Nick Mathewson | 2023-02-28 | 2 | -0/+19 | |
| | * | | | Expose a little new functionality from tor-llcrypto. | Nick Mathewson | 2023-02-28 | 2 | -0/+11 | |
| | * | | | tor-bytes: Add cursor functionality to Reader | Nick Mathewson | 2023-02-28 | 2 | -0/+62 | |
| * | | | | Merge branch 'more_hs_msgs' into 'main' | Nick Mathewson | 2023-03-01 | 8 | -64/+227 | |
| |\| | | | |/ / |/| | | ||||||
| | * | | Change several cfgs to refer to new feature names. | Nick Mathewson | 2023-02-28 | 3 | -17/+17 | |
| | * | | Mark new tests as onion-service-only | Nick Mathewson | 2023-02-28 | 1 | -0/+3 | |
| | * | | tor-cell: Support extensions in INTRODUCE{1,2} | Nick Mathewson | 2023-02-28 | 2 | -22/+26 | |
| | * | | tor-cell: Implement IntroduceAck and IntroEstablished | Nick Mathewson | 2023-02-28 | 2 | -19/+104 | |
| | * | | tor-cell: Implement rendezvous1 and rendezvous2. | Nick Mathewson | 2023-02-28 | 2 | -4/+60 | |
| | * | | caret: work correctly when there are no defined variants. | Nick Mathewson | 2023-02-28 | 1 | -2/+4 | |
| | * | | hscrypto: Make several types Readable+Writeable | Nick Mathewson | 2023-02-28 | 3 | -0/+13 | |
| * | | | Merge branch 'check_env' into 'main' | Ian Jackson | 2023-03-01 | 3 | -24/+134 | |
| |\ \ \ | ||||||
| | * | | | doc: mention `maint/check_env` in CONTRIBUTING.md | Emil Engler | 2023-02-24 | 1 | -1/+12 | |
| | * | | | maint: remove the dependency check from coverage | Emil Engler | 2023-02-24 | 1 | -23/+0 | |
| | * | | | maint: add a full dependency check | Emil Engler | 2023-02-24 | 1 | -0/+122 | |
| * | | | | Merge branch 'main' into 'main' | Ian Jackson | 2023-02-28 | 2 | -8/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Use humantime in tor-guardmgr | Saksham Mittal | 2023-02-27 | 1 | -3/+3 | |
| | * | | | | Use humantime in tor-checkable | Saksham Mittal | 2023-02-27 | 1 | -5/+8 | |
| * | | | | | Merge branch 'changes' into 'main' | Ian Jackson | 2023-02-28 | 1 | -5/+0 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Remove unnecessary warning from arti-hyper/README | Saksham Mittal | 2023-02-28 | 1 | -5/+0 | |
| |/ / / / | ||||||
| * | | | | Remove semver.md files now that 1.1.2 is out. | Nick Mathewson | 2023-02-28 | 8 | -21/+0 | |
| * | | | | Merge branch 'bump_versions' into 'main'arti-v1.1.2 | Nick Mathewson | 2023-02-28 | 31 | -202/+202 | |
| |\ \ \ \ | ||||||
| | * | | | | Follow-on patchlevel bumps for crates with changed dependencies | Nick Mathewson | 2023-02-28 | 6 | -9/+9 | |
| | * | | | | Patchlevel bumps for remaining changed crates. | Nick Mathewson | 2023-02-28 | 30 | -142/+142 | |
| | * | | | | Bump tor-units version for breaking change. | Nick Mathewson | 2023-02-28 | 10 | -10/+10 | |
| | * | | | | Bump patch-versions for breaking changes in tor-hs{crypto,client} | Nick Mathewson | 2023-02-28 | 9 | -11/+11 | |
| | * | | | | Bump minor versions for significant breaking changes. | Nick Mathewson | 2023-02-28 | 13 | -30/+30 | |
| * | | | | | Merge branch 'changelog' into 'main' | Nick Mathewson | 2023-02-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | CHANGELOG: Fix typo | Ian Jackson | 2023-02-28 | 1 | -1/+1 | |
| * | | | | | Update CHANGELOG to reflect merging !1033. | Nick Mathewson | 2023-02-28 | 1 | -3/+3 | |
| * | | | | | Merge branch 'hs-naming' into 'main' | Nick Mathewson | 2023-02-28 | 25 | -92/+93 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-hsservice: Fix an erroneous reference to an hs-client feature | Ian Jackson | 2023-02-28 | 1 | -1/+1 | |
| | * | | | | Rename onion-* cargo features to hs-* in tor-* crates | Ian Jackson | 2023-02-28 | 25 | -92/+93 | |
| * | | | | | Mostly wrap up the CHANGELOG for 1.1.2 | Nick Mathewson | 2023-02-28 | 1 | -9/+72 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'cmd_checker' into 'main' | Nick Mathewson | 2023-02-27 | 8 | -102/+273 | |
| |\ \ \ \ | ||||||
| | * | | | | proto: Tweak documentation and names around CmdChecker. | Nick Mathewson | 2023-02-27 | 5 | -9/+33 | |
| | * | | | | tor-proto: Rename end_received. | Nick Mathewson | 2023-02-17 | 2 | -8/+9 | |
| | * | | | | Use CmdChecker in our stream handling code. | Nick Mathewson | 2023-02-17 | 4 | -96/+92 | |
| | * | | | | tor-proto: Introduce CmdChecker, and define it for our streams. | Nick Mathewson | 2023-02-17 | 4 | -0/+150 | |
| * | | | | | changelog: document another internal API break. | Nick Mathewson | 2023-02-27 | 1 | -0/+2 | |
| * | | | | | Begin a changelog for 1.1.2 | Nick Mathewson | 2023-02-27 | 1 | -0/+88 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge branch 'zlib' into 'main' | Ian Jackson | 2023-02-27 | 1 | -2/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | maint/check_licensse: Placate shellcheck | Ian Jackson | 2023-02-24 | 1 | -1/+1 | |
| | * | | | | maint/check_licensse: Approve Zlib licence | Ian Jackson | 2023-02-24 | 1 | -0/+1 | |
