Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | bump to 0.2.2.36 | Roger Dingledine | |
2012-01-05 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-12-15 | Increment release to 0.2.2.35 | Nick Mathewson | |
2011-12-13 | Build with warnings and clang 3.0 | Sebastian 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-27 | bump maint-0.2.2 to 0.2.2.34-dev | Roger Dingledine | |
2011-10-26 | bump to 0.2.2.34 | Roger Dingledine | |
2011-09-13 | bump to 0.2.2.33 | Roger Dingledine | |
2011-09-09 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-09-09 | Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2 | Nick Mathewson | |
2011-09-07 | Look for correct "ar" to cross-compile | Nick 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-30 | Check for lround with autoconf; fall back to rint. | Nick Mathewson | |
2011-08-26 | bump to 0.2.2.32, prepare for release | Roger Dingledine | |
2011-08-17 | bump to 0.2.2.31-rc | Roger Dingledine | |
2011-08-17 | Merge remote-tracking branch 'origin/maint-0.2.2' into release-0.2.2 | Nick Mathewson | |
2011-08-10 | Ignore deprecation warnings on OS X | Sebastian 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-07 | bump to 0.2.2.30-rc | Roger Dingledine | |
2011-06-20 | bump to 0.2.2.29-beta | Roger Dingledine | |
2011-06-03 | prepare for tomorrow's releasetor-0.2.2.28-beta | Roger Dingledine | |
2011-05-18 | bump to 0.2.2.27-beta | Roger Dingledine | |
2011-05-16 | nickm wanted to call this one a beta, so a beta it is | Roger Dingledine | |
because hey, if the new status tag breaks something, it's still an alpha after all. ;) | |||
2011-05-16 | bump to 0.2.2.26-alpha | Roger Dingledine | |
2011-05-13 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-05-11 | Merge 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-11 | Add 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-28 | Bump version to 0.2.2.25-alphator-0.2.2.25-alpha | Nick Mathewson | |
2011-04-04 | bump to 0.2.2.24-alpha | Roger Dingledine | |
2011-04-01 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-03-28 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-28 | Fix configure.in zlib package names. | Erinn Clark | |
2011-03-27 | Small tweaks for bug2698 bugfix | Sebastian Hahn | |
2011-03-27 | Fix libevent autoconf bug #2698 | Jacob Appelbaum | |
2011-03-18 | Remove superfluous -g -O2 compiler argument | Sebastian 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-10 | Fix compilation under LLVM/clang with --enable-gcc-warnings | Steven 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-08 | bump to 0.2.2.23-alphator-0.2.2.23-alpha | Roger Dingledine | |
2011-02-25 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-02-22 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
Conflicts: configure.in | |||
2011-02-22 | Remove doc/spec/Makefile.in from list of generated files | Nick Mathewson | |
2011-02-12 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-02-03 | Enable ASLR and permanent DEP for Windows executables | John Brooks | |
Fix for #2358 | |||
2011-01-25 | bump to 0.2.2.22-alpha | Roger Dingledine | |
2011-01-15 | bump to 0.2.2.21-alpha | Roger Dingledine | |
2011-01-15 | Merge branch 'maint-0.2.2' into release-0.2.2 | Roger Dingledine | |
2011-01-12 | Merge remote branch 'sebastian/bug2337' into maint-0.2.2 | Nick Mathewson | |
2011-01-12 | Fix a autoconf warning | Sebastian Hahn | |
2011-01-03 | Detect signed size_t and report an error at configure time. | Nick Mathewson | |
2010-12-16 | bump to 0.2.2.20-alpha | Roger Dingledine | |
2010-11-21 | bump to 0.2.2.19-alpha | Roger Dingledine | |
2010-11-16 | new development version | Roger Dingledine | |
2010-11-16 | bump to 0.2.2.18-alpha | Roger Dingledine | |
2010-11-10 | Remove everything related to os x expert package | Sebastian 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. |