Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2010-02-02 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | |
2010-02-02 | Link 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-28 | Fix building the tarball | Sebastian Hahn | |
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. | |||
2010-01-27 | Merge remote branch 'sebastian/manpage' | Nick Mathewson | |
2010-01-27 | Bump version to 0.2.2.8-alpha-dev | Nick Mathewson | |
2010-01-27 | Convert the Tor manpage to asciidoc. | Sebastian Hahn | |
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! | |||
2010-01-27 | Allow generating documentation from asciidoc in the Makefile | Sebastian Hahn | |
2010-01-26 | 0.2.2.8-alpha is coming out today sometimetor-0.2.2.8-alpha | Roger Dingledine | |
2010-01-24 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
Resolved conflicts in: configure.in src/or/Makefile.am src/tools/Makefile.am | |||
2010-01-24 | Add --enable-static-(openssl|libevent) options | Nick Mathewson | |
These options only work when using --with-(openssl|libevent)-dir to explicitly pick a libevent or openssl location. | |||
2010-01-24 | New configure option: --enable-gcc-warnings-advisory | Peter 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-19 | bump to 0.2.2.7-alphator-0.2.2.7-alpha | Roger Dingledine | |
2010-01-19 | bump to 0.2.1.22, and give it a changelogtor-0.2.1.22 | Roger Dingledine | |
2009-12-21 | bump to 0.2.1.21 so we can releasetor-0.2.1.21 | Roger Dingledine | |
2009-11-21 | bump to 0.2.2.6-alpha-dev | Roger Dingledine | |
2009-11-20 | Fix compilation on OSX 10.3. | Nick Mathewson | |
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. | |||
2009-11-19 | bump to 0.2.2.6-alphator-0.2.2.6-alpha | Roger Dingledine | |
2009-11-14 | Fix compilation with with bionic libc. | Jacob Appelbaum | |
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. | |||
2009-10-15 | bump to 0.2.1.20tor-0.2.1.20 | Roger Dingledine | |
2009-10-12 | bump to 0.2.2.5-alpha-dev | Roger Dingledine | |
2009-10-11 | bump to 0.2.2.5-alpha | Roger Dingledine | |
2009-10-10 | bump to 0.2.2.4-alpha | Roger Dingledine | |
2009-09-23 | Move testing code into new src/test directory. | Nick Mathewson | |
2009-09-23 | Bump version to 0.2.2.3-alpha-dev | Nick Mathewson | |
2009-09-22 | bump to 0.2.2.3-alpha, plus add a changelog for bug 1103 | Roger Dingledine | |
2009-09-21 | Bump version to 0.2.2.2-alpha-dev | Nick Mathewson | |
2009-09-21 | bump to 0.2.2.2-alpha | Roger Dingledine | |
2009-08-27 | bump to 0.2.2.1-alpha-dev | Roger Dingledine | |
2009-08-26 | bump to 0.2.2.1-alpha | Roger Dingledine | |
2009-08-26 | Merge commit 'karsten/proposal-166-impl-master' | Nick Mathewson | |
2009-08-20 | autoconf 2.59 appears not to support AC_PROG_SED | Roger Dingledine | |
2009-08-17 | Remove ./configure option for cell statistics. | Karsten Loesing | |
2009-08-17 | Remove ./configure option for entry and dir request statistics. | Karsten Loesing | |
2009-08-14 | Remove ./configure option for exit port statistics. | Karsten Loesing | |
2009-07-28 | bump to 0.2.1.19tor-0.2.1.19 | Roger Dingledine | |
2009-07-24 | bump to 0.2.1.18tor-0.2.1.18 | Roger Dingledine | |
2009-07-15 | Some tweaks to statistics. | Karsten Loesing | |
Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database. | |||
2009-07-07 | Merge commit 'karsten/entrystats-master' | Nick Mathewson | |
Conflicts: ChangeLog configure.in src/or/config.c src/or/or.h | |||
2009-07-07 | Bump version to 0.2.1.17-rc-dev | Nick Mathewson | |
2009-07-07 | Bump version to 0.2.1.17-rctor-0.2.1.17-rc | Nick Mathewson | |
2009-07-05 | If configured, write entry-node statistics to disk periodically. | Karsten Loesing | |
2009-07-05 | If configured, write cell statistics to disk periodically. | Karsten Loesing | |
2009-07-02 | If configured, write per-port exit statistics to disk periodically. | Karsten Loesing | |
[Original patch series from Karsten, revised and squashed by Nick] | |||
2009-06-20 | Bump version to 0.2.1.16-rc.dev | Nick Mathewson | |
2009-06-20 | Bump version to 0.2.1.16-rctor-0.2.1.16-rc | Nick Mathewson | |
2009-06-12 | Make Tor compile with Libevent 1.0 again. | Nick Mathewson | |