tor/src/core
Nick Mathewson f25323fe3f Fix socket accounting with ORConn sockets.
When we close a socket via tor_tls_free(), we previously had no way
for our socket accounting logic to learn about it.  This meant that
the socket accounting code would think we had run out of sockets,
and freak out.

Fixes bug 27795; bugfix on 0.3.5.1-alpha.
2018-09-20 12:52:29 -04:00
..
crypto Rename crypto.c to crypto_cipher.c (since that's all it still has.) 2018-07-11 14:12:36 -04:00
mainloop Fix socket accounting with ORConn sockets. 2018-09-20 12:52:29 -04:00
or Split most of dirserv.c into several new modules 2018-09-20 11:07:42 -04:00
proto Avoid a use-after-null-check in proto_socks.c 2018-07-16 07:51:11 -04:00
include.am Split most of dirserv.c into several new modules 2018-09-20 11:07:42 -04:00