aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2009-04-29Command-line option to dump SHA1 digests of all source files.Nick Mathewson
Now, when you call tor --digests, it dumps the SHA1 digest of each source file that Tor was built with. We support both 'sha1sum' and 'openssl sha1'. If the user is building from a tarball and they haven't edited anything, they don't need any program that calculates SHA1. If they _have_ modified a file but they don't have a program to calculate SHA1, we try to build so we do not output digests.
2009-04-29Bump master version to 0.2.2.0-alpha-dev.Nick Mathewson
2009-04-12bump to 0.2.1.14-rcRoger Dingledine
svn:r19306
2009-03-09bump to 0.2.1.13-alpha-devRoger Dingledine
svn:r18830
2009-03-09bump to 0.2.1.13-alphaRoger Dingledine
svn:r18814
2009-03-08Build correctly from outside main source tree. Patch from Michael Gold.Nick Mathewson
svn:r18809
2009-03-06Remove contrib/tor.wxs from AC_CONFIG_FILES. The file is gone.Karsten Loesing
svn:r18791
2009-02-09Use prctl to reenable core dumps when we have setuid to a non-root user.Nick Mathewson
svn:r18449
2009-02-09Bump version to 0.2.1.12-alpha-devNick Mathewson
svn:r18448
2009-02-09bump to 0.2.1.12-alphaRoger Dingledine
svn:r18429
2009-01-31When building with GCC, use -fno-strict-aliasingNick Mathewson
GCC's interpretation of the C99 aliasing rules, to be charitable, creates a dialect of C intended for a better programmers than I am certain of my ability to be in all times. I just spent 2 hours tracking down a platform-hyperspecific libevent bug that turned out to be because of this, and darned if I ever want to do *that* again. One of Linus's recent rants will give you a picture of why GCC's behavior here can lead to fun surprises in your binaries: http://lwn.net/Articles/316126/ svn:r18351
2009-01-22Do not use == in our shell code; = is standard.Nick Mathewson
svn:r18239
2009-01-21get ready for more developmentRoger Dingledine
svn:r18200
2009-01-20bump to 0.2.1.11-alpha, clean up changelogtor-0.2.1.11-alphaRoger Dingledine
svn:r18192
2009-01-20Add a better (non-locale-having) ctypes implementation to avoid protocol and ↵Nick Mathewson
parsing mismatches on different platforms. svn:r18189
2009-01-15This patch changes the default location where config and data filesNick Mathewson
are stored when the --enable-local-appdata option is configured. This changes the Windows path from %APPDATA% to a host local %USERPROFILE%\Local Settings\Application Data\ path (aka, LOCAL_APPDATA). Patch from coderman. svn:r18122
2009-01-07Check that Libevent header version matches Libevent library version.Nick Mathewson
Unfortunately, old Libevents don't _put_ a version in their headers, so this can get a little tricky. Fortunately, the only binary-compatibility issue we care about is the size of struct event. Even more fortunately, Libevent 2.0 will let us keep binary compatiblity forever by letting us decouple ourselves from the structs, if we like. svn:r18014
2009-01-06ok, all set to destabilize it againRoger Dingledine
svn:r17980
2009-01-06bump to 0.2.1.10-alpha, reorganize the changelogtor-0.2.1.10-alphaRoger Dingledine
svn:r17974
2009-01-02Only set sin_len/sin6_len when they exist.Nick Mathewson
svn:r17851
2008-12-26Bump version to 0.2.1.9-alpha-devNick Mathewson
svn:r17787
2008-12-25prepare for 0.2.1.9-alphaRoger Dingledine
svn:r17778
2008-12-18Make cell pools always-on.Nick Mathewson
svn:r17692
2008-12-11Remove a few no-longer-used checks from configure.inNick Mathewson
svn:r17604
2008-12-09Bump version to 0.2.1.8-alpha-devNick Mathewson
svn:r17537
2008-12-08bump to 0.2.1.8-alphaRoger Dingledine
svn:r17521
2008-11-29add coderman's wix scripts to make a windows msi installer.Roger Dingledine
svn:r17408
2008-11-26Use fcntl for file locking when flock() is not available.Nick Mathewson
svn:r17391
2008-11-09bump to 0.2.1.7-alpha-devRoger Dingledine
svn:r17229
2008-11-08bump to 0.2.1.7-alphator-0.2.1.7-alphaRoger Dingledine
svn:r17217
2008-11-07Patch from Jacob Appelbaum and me to make User option more robust, properly ↵Steven Murdoch
set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
2008-11-05Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.Nick Mathewson
svn:r17190
2008-10-01time for another alpha-dev cycleRoger Dingledine
svn:r17023
2008-09-30bump to 0.2.1.6-alpha, and note that the exclude*nodes configtor-0.2.1.6-alphaRoger Dingledine
discussion hasn't finished. svn:r17011
2008-09-08Fix a variable handling mistake when testing for libevent functions in ↵Nick Mathewson
configure.in. Found by Riastradh. svn:r16793
2008-09-01Add a lockfile to the Tor data directory to avoid situations where two Tors ↵Nick Mathewson
start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. svn:r16722
2008-09-01bump to 0.2.1.5-alpha-devRoger Dingledine
svn:r16715
2008-08-31bump to 0.2.1.5-alphator-0.2.1.5-alphaRoger Dingledine
svn:r16708
2008-08-22 r17853@tombo: nickm | 2008-08-22 12:55:00 -0400Nick Mathewson
Oops. We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave". svn:r16625
2008-08-07Oops. On recent linux kernels we were not detecting the ↵Nick Mathewson
linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that. svn:r16460
2008-08-05bump to 0.2.1.4-alpha-dev, add a future todo itemRoger Dingledine
svn:r16440
2008-08-05get closer to a releaseRoger Dingledine
svn:r16408
2008-08-03bump to 0.2.1.3-alphator-0.2.1.3-alphaRoger Dingledine
svn:r16369
2008-07-09bump svn version to 0.2.1.2-alpha-devNick Mathewson
svn:r15806
2008-07-07Patch from coderman: detect transparent proxy header correctly on some linux ↵Nick Mathewson
versions. svn:r15726
2008-07-05Remove spurious "netintet" check from configure.inNick Mathewson
svn:r15672
2008-06-20prepare for the 0.2.1.2-alpha release. we will tagRoger Dingledine
sometime today. get your fixes in soon. :) svn:r15371
2008-06-13Bump version to 0.2.1.1-alpha-devNick Mathewson
svn:r15223
2008-06-13bump to 0.2.1.1-alphaRoger Dingledine
svn:r15187
2008-06-11 r16171@tombo: nickm | 2008-06-11 13:47:41 -0400Nick Mathewson
Lower number of syscalls used to write data to ordinary sockets through use of writev. Disabled till I have time to test it. svn:r15133