Age | Commit message (Collapse) | Author |
|
|
|
This change also makes tor_ersatz_socketpair() follow the same
interface as socketpair() rather than tor_socketpair(), so it now
needs to be wrapped in the same code as socketpair() does.
|
|
I'm doing this because I want to make it a lower-level function
again, so that we can use it without linking in the rest of the
universe.
|
|
Fun fact: these files used to be called log.[ch] until we ran into
conflicts with systems having a log.h file. But now that we always
include "lib/log/log.h", we should be fine.
|
|
|
|
|
|
|
|
|
|
There are some additional changes to come: those points are marked
by XXXX.
|