tor/src/common
Nick Mathewson 1a52e39c22 Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.
From the code:
   zlib 1.2.4 and 1.2.5 do some "clever" things with macros.  Instead of
   saying "(defined(FOO) ? FOO : 0)" they like to say "FOO-0", on the theory
   that nobody will care if the compile outputs a no-such-identifier warning.

   Sorry, but we like -Werror over here, so I guess we need to define these.
   I hope that zlib 1.2.6 doesn't break these too.

Possible fix for bug 1526.
2010-06-22 23:25:08 -04:00
..
address.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
address.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
aes.c Update Tor Project copyright years 2010-02-27 17:14:21 -05: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.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
compat.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
container.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
container.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
crypto.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
crypto.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
ht.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
log.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
log.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
Makefile.am r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200 2008-07-25 14:43:24 +00:00
memarea.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
memarea.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
mempool.c Update Tor Project copyright years 2010-02-27 17:14:21 -05: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
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
test.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
torgzip.c Fix zlib macro brokenness on osx with zlib 1.2.4 and higher. 2010-06-22 23:25:08 -04:00
torgzip.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
torint.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
tortls.c Fix renegotiation on OpenSSL versions that backport RFC5746. 2010-04-13 15:05:03 -04:00
tortls.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
util.c Update Tor Project copyright years 2010-02-27 17:14:21 -05:00
util.h Update Tor Project copyright years 2010-02-27 17:14:21 -05:00