tor/src
Nick Mathewson 4458fd0cd8 In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently
This is part of what's needed to build without warnings on mingw64:
it was warning about the cast from void* to long that happened in
the places we were using test_{n,}eq on pointers.

The alternative here would have been to broaden tt_int_op to accept
a long long or an intptr_t, but that's less correct (since pointers
aren't integers), and would hurt the portability of tinytest a
little.

Fixes part of 7260.
2012-11-02 14:32:05 -04:00
..
common Add a TOR_SOCKET_T_FORMAT construction for logging sockets. 2012-11-02 14:22:21 -04:00
config 4aff97cfc didn't update the 'last modified' timestamp 2012-09-22 06:11:05 -04:00
ext Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilation 2012-11-01 17:40:27 -04:00
or Add a TOR_SOCKET_T_FORMAT construction for logging sockets. 2012-11-02 14:22:21 -04:00
test In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently 2012-11-02 14:32:05 -04:00
tools Fix undefined reference to libm functions linking tor-fw-helper 2012-10-28 10:54:53 -04:00
win32 Compile (with warnings) with mingw64 2012-11-02 13:51:11 -04:00
include.am Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00