tor/src/common
Nick Mathewson 14bc4dcc22 Rename log.h to torlog.h
This should make us conflict less with system files named "log.h".
Yes, we shouldn't have been conflicting with those anyway, but some
people's compilers act very oddly.

The actual change was done with one "git mv", by editing
Makefile.am, and running
   find . -name '*.[ch]' | xargs perl -i -pe 'if (/^#include.*\Wlog.h/) {s/log.h/torlog.h/; }'
2010-07-09 22:05:38 -04:00
..
address.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
address.h Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00
aes.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
aes.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
ciphers.inc fix a few typos, and give the bootstrap phase stuff a changelog entry. 2008-06-13 04:26:05 +00:00
compat_libevent.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
compat_libevent.h Use Libevent 2.0's periodic timers where available. 2010-06-25 15:31:46 -04:00
compat.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
compat.h moved wince related includes and defs to compat.h where possible, removed unused/redundant wince includes 2010-05-24 11:46:54 -04:00
container.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
container.h Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00
crypto.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
crypto.h Add a function to return a double in range [0,1). 2010-06-22 21:30:26 -04:00
ht.h Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00
log.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
Makefile.am Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
memarea.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
memarea.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
mempool.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
mempool.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
OpenBSD_malloc_Linux.c Fix the rest of the GCC warnings on OpenBSD_malloc_linux.c 2008-07-06 18:33:35 +00:00
sha256.c Update copyright dates for files not in maint-0.2.1 2010-02-27 17:19:00 -05:00
strlcat.c r8860@totoro: nickm | 2006-10-03 14:48:33 -0400 2006-10-03 19:00:07 +00:00
strlcpy.c Remove svn $Id$s from our source, and remove tor --version --version. 2009-01-04 00:35:51 +00:00
torgzip.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
torgzip.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
torint.h Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00
torlog.h Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
tortls_states.h Update copyright dates for files not in maint-0.2.1 2010-02-27 17:19:00 -05:00
tortls.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
tortls.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
util_codedigest.c Include the *_sha1.i files in their own *_codedigest.c files. 2009-05-08 12:35:36 -04:00
util.c Rename log.h to torlog.h 2010-07-09 22:05:38 -04:00
util.h Merge remote branch 'origin/maint-0.2.1' 2010-02-27 17:16:31 -05:00