tor/src/tools
Nick Mathewson d35b8dc582 Make expand_filename into a tor_strdup() alias on windows.
On Windows, we don't have a notion of ~ meaning "our homedir", so we
were deliberately using an #ifdef to avoid calling expand_filename()
in multiple places.  This is silly: The right place to turn a function
into a no-op on a single platform is in the function itself, not in
every single call-site.
2010-02-22 12:42:31 -05:00
..
Makefile.am Merge commit 'origin/maint-0.2.1' 2010-01-24 15:03:45 -05:00
tor-checkkey.c Make expand_filename into a tor_strdup() alias on windows. 2010-02-22 12:42:31 -05:00
tor-gencert.c Make tor-gencert build on Android 2009-09-29 00:53:43 -04:00
tor-resolve.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00