aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* Merge commit 'linus/master'Roger Dingledine2010-05-07
|\
| * Don't be bashistic.Linus Nordberg2010-05-07
| |
* | use ssp-buffer-size=1 to avoid Werror failuresAndy Isaacson2010-05-07
|/ | | | | | | | | | | | | | | | 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>
* Add support for gcc compiler/linker hardening flags.Jacob Appelbaum2010-05-07
| | | | | | | | | | | | | | | 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"
* bump to 0.2.2.13-alpha-devRoger Dingledine2010-05-05
|
* bump to 0.2.2.13-alphaRoger Dingledine2010-04-24
|
* bump to 0.2.2.12-alpha-devRoger Dingledine2010-04-20
|
* bump to 0.2.2.12-alphaRoger Dingledine2010-04-20
|
* bump to 0.2.2.11-alpha-devRoger Dingledine2010-04-19
|
* bump to 0.2.2.11-alphaRoger Dingledine2010-04-15
|
* Add --enable-static-zlib optionSebastian Hahn2010-04-14
| | | | | | | 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.
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Add a tor_asprintf() function, and use it in a couple of places.Nick Mathewson2010-02-25
| | | | | | | | | | | | | | | | | | | | 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.
* | Don't require asciidoc when building Tor from a tarballSebastian Hahn2010-03-09
| | | | | | | | | | | | If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks.
* | bump to 0.2.2.10-alpha-devRoger Dingledine2010-03-08
| | | | | | | | now's your chance to destabilize it
* | prepare 0.2.2.10-alpha for releaseRoger Dingledine2010-03-07
| |
* | Add configure switch to disable use of asciidocSebastian Hahn2010-03-01
|/ | | | | Also break the build if that switch isn't used and asciidoc isn't available.
* bump to 0.2.2.9-alpha-devRoger Dingledine2010-02-22
|
* prepare for 0.2.2.9-alphaRoger Dingledine2010-02-22
|
* Remove the --enable-iphone option as needless.Nick Mathewson2010-02-12
| | | | | On or-talk, Marco Bonetti reports that recent iPhone SDKs build Tor fine without it.
* Remove the --enable-debug option for configure, it didn't do anything.Sebastian Hahn2010-02-13
|
* Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-02
|\
| * Link libssl and libcrypto in the right order.Nick Mathewson2010-02-02
| | | | | | | | | | | | | | | | 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.
* | Fix building the tarballSebastian Hahn2010-01-28
| | | | | | | | | | | | | | This removes the Makefile.am from doc/design-paper and replaces it with a static Makefile. We don't need to call it during the normal Tor build process, as we don't need its targets normally. Keeping it around in case we want to rebuild the pdf or ps files later.
* | Merge remote branch 'sebastian/manpage'Nick Mathewson2010-01-27
|\ \
| * | Convert the Tor manpage to asciidoc.Sebastian Hahn2010-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | This should be a very faithful conversion, preserving as much of the layout of the old manpage as possible. This wasn't possible for the nt-service and the DataDirectory/state parts. See a later commit for some small cleanups. Tiago Faria helped with the asciidoc conversion, big thanks!
| * | Allow generating documentation from asciidoc in the MakefileSebastian Hahn2010-01-27
| | |
* | | Bump version to 0.2.2.8-alpha-devNick Mathewson2010-01-27
|/ /
* | 0.2.2.8-alpha is coming out today sometimeRoger Dingledine2010-01-26
| |
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-01-24
|\| | | | | | | | | | | | | Resolved conflicts in: configure.in src/or/Makefile.am src/tools/Makefile.am
| * Add --enable-static-(openssl|libevent) optionsNick Mathewson2010-01-24
| | | | | | | | | | These options only work when using --with-(openssl|libevent)-dir to explicitly pick a libevent or openssl location.
| * New configure option: --enable-gcc-warnings-advisoryPeter Palfrader2010-01-24
| | | | | | | | | | | | the new configure option --enable-gcc-warnings-advisory enables all the gcc flags that --enable-gcc-warnings does with the exception of -Werror.
| * bump to 0.2.1.22, and give it a changelogRoger Dingledine2010-01-19
| |
| * bump to 0.2.1.21 so we can releaseRoger Dingledine2009-12-21
| |
| * bump to 0.2.1.20Roger Dingledine2009-10-15
| |
| * bump to 0.2.1.19Roger Dingledine2009-07-28
| |
| * bump to 0.2.1.18Roger Dingledine2009-07-24
| |
| * Bump version to 0.2.1.17-rc-devNick Mathewson2009-07-07
| |
| * Bump version to 0.2.1.17-rcNick Mathewson2009-07-07
| |
| * Bump version to 0.2.1.16-rc.devNick Mathewson2009-06-20
| |
| * Bump version to 0.2.1.16-rcNick Mathewson2009-06-20
| |
| * Bump version to 0.2.1.15-rc-dev.Nick Mathewson2009-05-25
| |
| * bump to 0.2.1.15-rcRoger Dingledine2009-05-25
| |
| * Bump 0.2.1 branch version to 0.2.1.14-rc-devNick Mathewson2009-04-29
| |
* | bump to 0.2.2.7-alphaRoger Dingledine2010-01-19
| |
* | bump to 0.2.2.6-alpha-devRoger Dingledine2009-11-21
| |
* | Fix compilation on OSX 10.3.Nick Mathewson2009-11-20
| | | | | | | | | | | | | | | | | | | | On this OSX version, there is a stub mlockall() function that doesn't work, *and* the declaration for it is hidden by an '#ifdef _P1003_1B_VISIBLE'. This would make autoconf successfully find the function, but our code fail to build when no declaration was found. This patch adds an additional test for the declaration.
* | bump to 0.2.2.6-alphaRoger Dingledine2009-11-19
| |
* | Fix compilation with with bionic libc.Jacob Appelbaum2009-11-14
| | | | | | | | | | | | | | | | This fixes bug 1147: bionic doesn't have an actual implementation of mlockall(); mlockall() is merely in the headers but not actually in the library. This prevents Tor compilation with the bionic libc for Android handsets.
* | bump to 0.2.2.5-alpha-devRoger Dingledine2009-10-12
| |