- Sep 27, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This commit just moves the code to two separate files. The geoip code still has a few needless dependencies on core/* and features/*.
-
Nick Mathewson authored
This is preparation for splitting geoip.c into stats and non-stats portions.
-
Nick Mathewson authored
It differs from the rest of the rephist code in that it's actually necessary for Tor to operate, so it should probably go somewhere else. I'm not sure where yet, so I'll leave it in the same directory, but give it its own file.
-
- Sep 26, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 25, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Make them only include the headers that they needed, and sort their headers while we're at it.
-
Nick Mathewson authored
Since this is completely core functionality, I'm putting it in core/mainloop, even though it depends on feature/hibernate. We'll have to sort that out in the future.
-
Nick Mathewson authored
(It turns out that some of the functions in router.h didn't even exist any more, so I just got to delete their declarations completely.)
-
Nick Mathewson authored
-
Nick Mathewson authored
Note that I haven't separated the headers yet (there's still an
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is preparation for having a routermode.h as well
-
Nick Mathewson authored
-
Nick Mathewson authored
This is also used by onion services, so it needs to go in another module.
-
rl1987 authored
-
- Sep 24, 2018
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Bug 27781; bugfix on 0.3.5.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
Because with arm on OpenSSL <1.1 we don't define USE_EVP_AES_CTR, we need to include crypto_util.h here.
-
Nick Mathewson authored
-
- Sep 22, 2018
-
-
Nick Mathewson authored
Fixes a stem test failure; bugfix on c7ce6b98. Bug not in any released Tor.
-
- Sep 21, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
cypherpunks authored
Missed in 667a6e8f.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Parts of this C file naturally belong in dircache, dirclient, and dircommon: so, move them there.
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
David Goulet authored
-