summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-04-24bump to 0.2.2.36Roger Dingledine
2012-01-05Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-12-15Increment release to 0.2.2.35Nick Mathewson
2011-12-13Build with warnings and clang 3.0Sebastian Hahn
--enable-gcc-warnings enables two warnings that clang doesn't support, so the build fails. We had hoped clang 3.0 would add those, but it didn't, so let's just always disable those warnings when building with clang. We can still fix it later once they add support
2011-10-27bump maint-0.2.2 to 0.2.2.34-devRoger Dingledine
2011-10-26bump to 0.2.2.34Roger Dingledine
2011-09-13bump to 0.2.2.33Roger Dingledine
2011-09-09Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-09-09Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2Nick Mathewson
2011-09-07Look for correct "ar" to cross-compileNick Mathewson
For some reason, autoconf doesn't by default have an "AC_PROG_AR" for this -- possibly it's assumed that any "ar" you have will work everyplace. Fixes bug 3909; found by sid77. This fixes a build issue first present in fdbdb4dc1500, but the bug (of not using a correct ar) has been in every Tor version ever: it just didn't matter until then.
2011-08-30Check for lround with autoconf; fall back to rint.Nick Mathewson
2011-08-26bump to 0.2.2.32, prepare for releaseRoger Dingledine
2011-08-17bump to 0.2.2.31-rcRoger Dingledine
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2' into release-0.2.2Nick Mathewson
2011-08-10Ignore deprecation warnings on OS XSebastian Hahn
Starting with Lion, Apple decided to deprecate the system openssl. We can start requiring users to install their own openssl once OS X doesn't ship with it anymore.
2011-07-07bump to 0.2.2.30-rcRoger Dingledine
2011-06-20bump to 0.2.2.29-betaRoger Dingledine
2011-06-03prepare for tomorrow's releasetor-0.2.2.28-betaRoger Dingledine
2011-05-18bump to 0.2.2.27-betaRoger Dingledine
2011-05-16nickm wanted to call this one a beta, so a beta it isRoger Dingledine
because hey, if the new status tag breaks something, it's still an alpha after all. ;)
2011-05-16bump to 0.2.2.26-alphaRoger Dingledine
2011-05-13Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into ↵Nick Mathewson
bug3122_memcmp_022 Conflicts throughout. All resolved in favor of taking HEAD and adding tor_mem* or fast_mem* ops as appropriate. src/common/Makefile.am src/or/circuitbuild.c src/or/directory.c src/or/dirserv.c src/or/dirvote.c src/or/networkstatus.c src/or/rendclient.c src/or/rendservice.c src/or/router.c src/or/routerlist.c src/or/routerparse.c src/or/test.c
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-04-28Bump version to 0.2.2.25-alphator-0.2.2.25-alphaNick Mathewson
2011-04-04bump to 0.2.2.24-alphaRoger Dingledine
2011-04-01Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-03-28Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-03-28Fix configure.in zlib package names.Erinn Clark
2011-03-27Small tweaks for bug2698 bugfixSebastian Hahn
2011-03-27Fix libevent autoconf bug #2698Jacob Appelbaum
2011-03-18Remove superfluous -g -O2 compiler argumentSebastian Hahn
Autoconf adds -g -O2 by default, so adding it ourselves is not required. It also caused a warning with clang for every source file, so remove it here. Fixes last issue of ticket 2696.
2011-03-10Fix compilation under LLVM/clang with --enable-gcc-warningsSteven Murdoch
- When compiling using clang (2.9 or lower) do not enable -Wnormalized=id or -Woverride-init when --enable-gcc-warnings or --enable-gcc-warnings-advisory is set as these options are unsupported.
2011-03-08bump to 0.2.2.23-alphator-0.2.2.23-alphaRoger Dingledine
2011-02-25Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-02-22Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
Conflicts: configure.in
2011-02-22Remove doc/spec/Makefile.in from list of generated filesNick Mathewson
2011-02-12Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-02-03Enable ASLR and permanent DEP for Windows executablesJohn Brooks
Fix for #2358
2011-01-25bump to 0.2.2.22-alphaRoger Dingledine
2011-01-15bump to 0.2.2.21-alphaRoger Dingledine
2011-01-15Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-01-12Merge remote branch 'sebastian/bug2337' into maint-0.2.2Nick Mathewson
2011-01-12Fix a autoconf warningSebastian Hahn
2011-01-03Detect signed size_t and report an error at configure time.Nick Mathewson
2010-12-16bump to 0.2.2.20-alphaRoger Dingledine
2010-11-21bump to 0.2.2.19-alphaRoger Dingledine
2010-11-16new development versionRoger Dingledine
2010-11-16bump to 0.2.2.18-alphaRoger Dingledine
2010-11-10Remove everything related to os x expert packageSebastian Hahn
We decided to no longer ship expert packages for OS X because they're a lot of trouble to keep maintained and confuse users. For those who want a tor on OS X without Vidalia, macports is a fine option. Alternatively, building from source is easy, too. The polipo stuff that is still required for the Vidalia bundle build can now be found in the torbrowser repository, git://git.torproject.org/torbrowser.git.