- Feb 28, 2018
-
-
Isis Lovecruft authored
-
Isis Lovecruft authored
These won't/shouldn't ever be called from C, so there's no reason to preserve naming.
-
Isis Lovecruft authored
-
- Feb 27, 2018
-
-
Isis Lovecruft authored
-
- Jan 22, 2018
-
-
Chelsea Holland Komlo authored
-
- Dec 22, 2017
-
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
- Dec 21, 2017
-
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
Allows an optional no-op for testing purposes
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Using tt_assert in these helpers was implying to scan-build that our 'new' functions might be returning NULL, which in turn would make it warn about null-pointer use.
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This would only show up on systems like windows where monotime_t and monotime_coarse_t are different types.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This way it will match the insert queue in 029 and later.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We've been seeing problems with destroy cells queues taking up a huge amount of RAM. We can mitigate this, since while a full packed destroy cell takes 514 bytes, we only need 5 bytes to remember a circuit ID and a reason. Fixes bug 24666. Bugfix on 0.2.5.1-alpha, when destroy cell queues were introduced.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
With extra_space negative, it means that the "notsent" queue is quite large so we must consider that value with the current computed tcp_space. If we end up to have negative space, we should not add more data to the kernel since the notsent queue is just too filled up. Fixes #24665 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
Spotted by coverity scan as 1426749 and 1426750 Bug not in any released Tor.
-
- Dec 20, 2017
-
-
Nick Mathewson authored
-