| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | |
| | | | |
RpcInvocable will only be implemented on types whose output
can be serialized.
|
| | | | |
| | | |
| | | |
| | | | |
This is part of work on #1403.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will allow us to create dispatchable methods that are only
invoked from inside the arti code, and are not themselves
serializable.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Provide and run script for making/checking link blocks in CHANGELOG.md
Closes #1388
See merge request tpo/core/arti!2126
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As per
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3030954
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Suggested here
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026423
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As per
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026420
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 4e89a891206ec8e732bb33ae59844d6afe393333.
As per
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026424
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This add link definitions that are missing, and deletes ones that are
unused.
This is precisely the results of
maint/update-md-links CHANGELOG.md
I have given it a cursory human review.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This varied wildly.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We had conflicting definitions of these links.
I have not gone through and changed *all* the crate links, just the
ones that had multiple conflicting definitions.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We had conflicting definitions of these links.
I have not gone through and changed *all* the crate links, just the
ones that had multiple conflicting definitions.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This link target definition was included in the entry for 1.1.6, but
that anchor text in that entry has a URL for a ticket, so the
definition is not used (in that entry).
The same link anchor is defined differently several times elsewhere.
So just drop this one.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
My more pernickety script hates the extra spaces.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I'm not sure if Markdown tolerates this being broken across a line,
but our scripting is going to have trouble with it.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This tells us how to break the file into pieces.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will be used by gen_md_links, instead of the regexp-based ad-hoc
parser there.
The existing parser gets wrong things like " `#[must_use]` ",
thinking that's a link.
Use a proper Markdown parser. But, we must commit some abuse, sadly.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I was going to want to call this from another program with a filename,
which meant I needed to unparse the arguments, which meant I wanted a
competent parser to feed things to.
As it happens my caller doesn't use this any more, but let's keep the
improvement anyway.
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
tor-circmgr: Replace STUB/STUB+ terminology with SHORT/EXTENDED.
Closes #1339
See merge request tpo/core/arti!2161
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The previous STUB/STUB+ terminology was confusing, because STUB and
STUB+ are both "circuit stubs" (but STUB is shorter than STUB+).
Closes #1339
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
Part of #1339
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
proto: Explicitly enforce maxima on SENDME windows.
See merge request tpo/core/arti!2150
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
No actual bug here, just technical debt:
For `SendWindow`s, our tag system already ensured that we rejected
any SENDME that didn't correspond to an appropriate drain. Still,
it doesn't hurt to check.
For `RecvWindow`s, it would have been a protocol violation if we
ever did this, but it makes sense to make it an internal error if we
try.
Part of #1383.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Forbid script suffixes
See merge request tpo/core/arti!2153
|
| | | | | | | |
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
RPC: Enforce method name format.
Closes #823
See merge request tpo/core/arti!2149
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(We don't give an error about unrecognized namespaces (for now),
since we have no way to opt in to them.)
|