tor/src
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
..
common Make expand_filename into a tor_strdup() alias on windows. 2010-02-22 12:42:31 -05:00
config Fix the path to the exit-notice file in torrc.sample 2010-02-08 23:36:01 +01:00
or Make expand_filename into a tor_strdup() alias on windows. 2010-02-22 12:42:31 -05:00
test Move CBT params into consensus. 2010-02-18 09:08:31 -08:00
tools Make expand_filename into a tor_strdup() alias on windows. 2010-02-22 12:42:31 -05:00
win32 prepare for 0.2.2.9-alpha 2010-02-22 00:20:55 -05:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00