aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-10-27bump maint to 0.2.1.31Roger Dingledine
2011-05-11Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson
The tor_memcmp code is by Robert Ransom, and the tor_memeq code is by me. Both incorporate some ideas from DJB's stuff.
2011-03-28Fix configure.in zlib package names.Erinn Clark
2011-02-22Remove doc/spec/Makefile.in from list of generated filesNick Mathewson
2010-08-26Use -Wno-system-headers on openbsd to resolve 2nd case of bug1848Nick Mathewson
2010-03-15bump to 0.2.1.25Roger Dingledine
it's perfect, let's ship it
2010-03-06clean up the 0.2.1.25 changelogRoger Dingledine
2010-02-21bump to 0.2.1.24Roger Dingledine
2010-02-18Bump version to 0.2.1.23-devNick Mathewson
2010-02-12prepare for 0.2.1.23Roger Dingledine
2010-02-02Link libssl and libcrypto in the right order.Nick Mathewson
For most linking setups, this doesn't matter. But for some setups, when statically linking openssl, it does matter, since you need to link things with dependencies before you link things they depend on. Fix for bug 1237.
2010-01-24Add --enable-static-(openssl|libevent) optionsNick Mathewson
These options only work when using --with-(openssl|libevent)-dir to explicitly pick a libevent or openssl location.
2010-01-24New configure option: --enable-gcc-warnings-advisoryPeter Palfrader
the new configure option --enable-gcc-warnings-advisory enables all the gcc flags that --enable-gcc-warnings does with the exception of -Werror.
2010-01-19bump to 0.2.1.22, and give it a changelogtor-0.2.1.22Roger Dingledine
2009-12-21bump to 0.2.1.21 so we can releasetor-0.2.1.21Roger Dingledine
2009-10-15bump to 0.2.1.20tor-0.2.1.20Roger Dingledine
2009-07-28bump to 0.2.1.19tor-0.2.1.19Roger Dingledine
2009-07-24bump to 0.2.1.18tor-0.2.1.18Roger Dingledine
2009-07-07Bump version to 0.2.1.17-rc-devNick Mathewson
2009-07-07Bump version to 0.2.1.17-rctor-0.2.1.17-rcNick Mathewson
2009-06-20Bump version to 0.2.1.16-rc.devNick Mathewson
2009-06-20Bump version to 0.2.1.16-rctor-0.2.1.16-rcNick Mathewson
2009-05-25Bump version to 0.2.1.15-rc-dev.Nick Mathewson
2009-05-25bump to 0.2.1.15-rctor-0.2.1.15-rcRoger Dingledine
2009-04-29Bump 0.2.1 branch version to 0.2.1.14-rc-devNick 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