tor/changes
Nick Mathewson 5c09431cc7 Never include pthread.h when building for Windows.
On Windows, we never use pthreads, since it doesn't usually exist,
and when it does it tends to be a little weirdly-behaved.  But some
mingw installations have a pthreads installed, so autoconf detects
pthread.h and tells us about it.  This would make us include
pthread.h, which could make for trouble when the iffy pthread.h
tried to include config.h.

This patch changes compat.h so that we never include pthread.h on
Windows.  Fixes bug 2313; bugfix on 0.1.0.1-rc.
2011-01-03 12:45:13 -05:00
..
annotations_fix Enforce multiplicity rules when parsing annotations. 2010-11-10 16:02:02 -05:00
bug1125 Add changes file for bug1125 2010-11-12 12:59:42 -05:00
bug1141 Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting interval 2010-08-17 11:55:39 -04:00
bug1840 Close a non-open OR connection *only* after KeepalivePeriod. 2010-09-03 11:32:35 -04:00
bug1981 actually retry bridges when your network goes away 2010-09-28 18:36:15 -04:00
bug2050 let unpublished bridges learn their ip address too 2010-11-11 11:26:42 -05:00
bug2190 Do not send Libevent log messages to a controller (0.2.1 backport) 2010-11-19 22:27:40 -05:00
bug2313 Never include pthread.h when building for Windows. 2011-01-03 12:45:13 -05:00
fix2204 Do not set the hostname TLS extension server-side; only client-side 2010-11-20 22:21:50 -05:00
gabelmoo-newip Change gabelmoo's IP address and ports. 2010-12-16 13:28:30 +01:00
geoip-dec2010 Update to the December 1 2010 Maxmind GeoLite Country database. 2010-12-08 17:59:40 +01:00
geoip-oct2010 Update to the October 1 2010 Maxmind GeoLite Country database. 2010-10-04 11:45:53 +02:00
geoip-sep2010 Update to the September 1 2010 Maxmind GeoLite Country database. 2010-09-08 11:03:26 +02:00
geoip-update-august2010 Update to the August 1 2010 Maxmind GeoLite Country database. 2010-08-03 13:04:09 +02:00
geoip-update-june2010 add changes file for geoip db update 2010-06-07 15:09:48 -04:00
maatuska-new-v3auth Add maatuska as eighth v3 directory authority. 2010-06-11 19:10:55 +02:00
mingw-openssl098m Fix compilation with mingw and OpenSSL 0.9.8m+ 2010-11-23 12:47:38 -05:00
misc-reason Backport END_STREAM_REASON_NOROUTE for client use. 2010-08-18 11:12:32 -04:00
new-geoip-db move to maxmind geoip db 2010-05-06 07:15:22 -04:00
openbsd-sysheaders Use -Wno-system-headers on openbsd to resolve 2nd case of bug1848 2010-08-26 19:03:51 +02:00
remove-debian Remove the debian directory from the main git repository 2010-08-04 12:21:48 -04:00
remove-website stop shipping doc/img and doc/website in the tarball 2010-11-23 00:03:50 -05:00
security_bug Add a changelog entry 2010-12-15 22:35:07 -05:00