Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Enable ASLR and permanent DEP for Windows executables | John Brooks | |
Fix for #2358 | |||
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-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. | |||
2010-10-20 | Remove redundant -Wpointer-sign CFLAG | Sebastian Hahn | |
-Wpointer-sign is implied with -Wall, which we use when building with --enable-gcc-warnings. | |||
2010-10-20 | Remove redundant -Wformat -Wformat-security CFLAGS | Sebastian Hahn | |
When configuring with --enable-gcc-warnings, we use -Wformat=2 which automatically enables the available -Wformat switches, so adding them again in the --enable-gcc-hardening case doesn't make sense.. | |||
2010-10-20 | Use ssp-buffer-size param when hardening | Sebastian Hahn | |
We used to enable ssp-buffer-size=1 only when building with --enable-gcc-warnings. That would result in warnings (and no protection for small arrays) when building with --enable-gcc-hardening without enabling warnings, too. Fixes bug 2031. Also remove an XXX: We now allow to build with -fstack-protector by using --enable-gcc-hardening. | |||
2010-10-11 | Fix MIPSpro and time_t signedness detection | Sebastian Hahn | |
3d6e2830876 silenced the autogen.sh warnings as it was supposed to, but introduced two bugs. Fix them. | |||
2010-10-11 | Fix warnings with new versions of autoconf | Sebastian Hahn | |
It looks like autoconf 2.68 introduced a bunch of new warnings when it didn't like the syntax you used or forgot to use AC_LANG_(SOURCE|PROGRAM). | |||
2010-10-01 | bump to 0.2.2.17-alpha-dev | Roger Dingledine | |
2010-09-30 | bump to 0.2.2.17-alpha | Roger Dingledine | |
2010-09-17 | bump to 0.2.2.16-alpha-dev | Roger Dingledine | |
2010-09-17 | best tor ever!tor-0.2.2.16-alpha | Roger Dingledine | |
2010-08-26 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | |
2010-08-26 | Use -Wno-system-headers on openbsd to resolve 2nd case of bug1848 | Nick Mathewson | |
2010-08-19 | Bump version to 0.2.2.15-alpha-dev | Nick Mathewson | |
2010-08-18 | bump to 0.2.2.15-alpha | Roger Dingledine | |
2010-07-13 | bump to 0.2.2.14-alpha-dev | Roger Dingledine | |
2010-07-12 | bump to 0.2.2.14-alphator-0.2.2.14-alpha | Roger Dingledine | |
2010-05-07 | Merge commit 'linus/master' | Roger Dingledine | |
2010-05-07 | Don't be bashistic. | Linus Nordberg | |
2010-05-07 | use ssp-buffer-size=1 to avoid Werror failures | Andy Isaacson | |
Build on Ubuntu 10.04 64-bit was failing: util.c: In function ‘parse_http_time’: util.c:1370: error: not protecting function: no buffer at least 8 bytes long We don't want to lose -Werror, and we don't care too much about the added overhead of protecting even small buffers, so let's simply turn on SSP for all buffers. Thanks to Jacob Appelbaum for the pointer and SwissTorExit for the original report. Signed-off-by: Andy Isaacson <adi@hexapodia.org> | |||
2010-05-07 | Add support for gcc compiler/linker hardening flags. | Jacob Appelbaum | |
This patch adds support for two new configure options: '--enable-gcc-hardening' This sets CFLAGS to include: "-D_FORTIFY_SOURCE=2 -fstack-protector-all" "-fwrapv -fPIE -Wstack-protector -Wformat -Wformat-security" "-Wpointer-sign" It sets LDFLAGS to include: "-pie" '--enable-linker-hardening' This sets LDFLAGS to include: " -z relro -z now" | |||
2010-05-05 | bump to 0.2.2.13-alpha-dev | Roger Dingledine | |
2010-04-24 | bump to 0.2.2.13-alphator-0.2.2.13-alpha | Roger Dingledine | |
2010-04-20 | bump to 0.2.2.12-alpha-dev | Roger Dingledine | |
2010-04-20 | bump to 0.2.2.12-alpha | Roger Dingledine | |
2010-04-19 | bump to 0.2.2.11-alpha-dev | Roger Dingledine | |
2010-04-15 | bump to 0.2.2.11-alphator-0.2.2.11-alpha | Roger Dingledine | |
2010-04-14 | Add --enable-static-zlib option | Sebastian Hahn | |
Works like the --enable-static-openssl/libevent options. Requires --with-zlib-dir to be set. Note that other dependencies might still pull in a dynamicly linked zlib, if you don't link them in statically too. | |||
2010-04-02 | Merge branch 'asprintf' | Nick Mathewson | |
2010-03-15 | bump to 0.2.1.25 | Roger Dingledine | |
it's perfect, let's ship it | |||
2010-03-09 | Don't require asciidoc when building Tor from a tarball | Sebastian Hahn | |
If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks. | |||
2010-03-08 | bump to 0.2.2.10-alpha-dev | Roger Dingledine | |
now's your chance to destabilize it | |||
2010-03-07 | prepare 0.2.2.10-alpha for releasetor-0.2.2.10-alpha | Roger Dingledine | |
2010-03-06 | clean up the 0.2.1.25 changelog | Roger Dingledine | |
2010-03-01 | Add configure switch to disable use of asciidoc | Sebastian Hahn | |
Also break the build if that switch isn't used and asciidoc isn't available. | |||
2010-02-25 | Add a tor_asprintf() function, and use it in a couple of places. | Nick Mathewson | |
asprintf() is a GNU extension that some BSDs have picked up: it does a printf into a newly allocated chunk of RAM. Our tor_asprintf() differs from standard asprintf() in that: - Like our other malloc functions, it asserts on OOM. - It works on windows. - It always sets its return-field. | |||
2010-02-22 | bump to 0.2.2.9-alpha-dev | Roger Dingledine | |
2010-02-22 | prepare for 0.2.2.9-alpha | Roger Dingledine | |
2010-02-21 | bump to 0.2.1.24 | Roger Dingledine | |
2010-02-18 | Bump version to 0.2.1.23-dev | Nick Mathewson | |
2010-02-12 | Remove the --enable-iphone option as needless. | Nick Mathewson | |
On or-talk, Marco Bonetti reports that recent iPhone SDKs build Tor fine without it. | |||
2010-02-13 | Remove the --enable-debug option for configure, it didn't do anything. | Sebastian Hahn | |