Age | Commit message (Collapse) | Author |
|
I'm not removing the weak_rng code itself yet, since it is possible
that we will want to revert one of these.
|
|
The subsystems API makes this really simple, fortunately.
Closes ticket 29536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
malloc_options needs to be declared extern (and declaring it extern
means we need to initialize it separately)
Fixes bug 29145; bugfix on 0.2.9.3-alpha
Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: José M. Guisado <guigom@riseup.net>
|
|
|
|
Closes #29508
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
|
|
|
|
|
|
until #29298 is implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 28614; bugfix on 0.4.0.1-alpha when we started mmapping
the consensus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will help us out on windows now that we mmap files. Fixes part
of ticket 28614.
|
|
|