Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | bump maint to 0.2.1.31 | Roger Dingledine | |
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-03-28 | Fix configure.in zlib package names. | Erinn Clark | |
2011-02-22 | Remove doc/spec/Makefile.in from list of generated files | Nick Mathewson | |
2010-08-26 | Use -Wno-system-headers on openbsd to resolve 2nd case of bug1848 | Nick Mathewson | |
2010-03-15 | bump to 0.2.1.25 | Roger Dingledine | |
it's perfect, let's ship it | |||
2010-03-06 | clean up the 0.2.1.25 changelog | 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 | prepare for 0.2.1.23 | Roger Dingledine | |
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-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.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-10-15 | bump to 0.2.1.20tor-0.2.1.20 | Roger Dingledine | |
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-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-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-05-25 | Bump version to 0.2.1.15-rc-dev. | Nick Mathewson | |
2009-05-25 | bump to 0.2.1.15-rctor-0.2.1.15-rc | Roger Dingledine | |
2009-04-29 | Bump 0.2.1 branch version to 0.2.1.14-rc-dev | Nick Mathewson | |
2009-04-12 | bump to 0.2.1.14-rc | Roger Dingledine | |
svn:r19306 | |||
2009-03-09 | bump to 0.2.1.13-alpha-dev | Roger Dingledine | |
svn:r18830 | |||
2009-03-09 | bump to 0.2.1.13-alpha | Roger Dingledine | |
svn:r18814 | |||
2009-03-08 | Build correctly from outside main source tree. Patch from Michael Gold. | Nick Mathewson | |
svn:r18809 | |||
2009-03-06 | Remove contrib/tor.wxs from AC_CONFIG_FILES. The file is gone. | Karsten Loesing | |
svn:r18791 | |||
2009-02-09 | Use prctl to reenable core dumps when we have setuid to a non-root user. | Nick Mathewson | |
svn:r18449 | |||
2009-02-09 | Bump version to 0.2.1.12-alpha-dev | Nick Mathewson | |
svn:r18448 | |||
2009-02-09 | bump to 0.2.1.12-alpha | Roger Dingledine | |
svn:r18429 | |||
2009-01-31 | When building with GCC, use -fno-strict-aliasing | Nick Mathewson | |
GCC's interpretation of the C99 aliasing rules, to be charitable, creates a dialect of C intended for a better programmers than I am certain of my ability to be in all times. I just spent 2 hours tracking down a platform-hyperspecific libevent bug that turned out to be because of this, and darned if I ever want to do *that* again. One of Linus's recent rants will give you a picture of why GCC's behavior here can lead to fun surprises in your binaries: http://lwn.net/Articles/316126/ svn:r18351 | |||
2009-01-22 | Do not use == in our shell code; = is standard. | Nick Mathewson | |
svn:r18239 | |||
2009-01-21 | get ready for more development | Roger Dingledine | |
svn:r18200 | |||
2009-01-20 | bump to 0.2.1.11-alpha, clean up changelogtor-0.2.1.11-alpha | Roger Dingledine | |
svn:r18192 | |||
2009-01-20 | Add a better (non-locale-having) ctypes implementation to avoid protocol and ↵ | Nick Mathewson | |
parsing mismatches on different platforms. svn:r18189 | |||
2009-01-15 | This patch changes the default location where config and data files | Nick Mathewson | |
are stored when the --enable-local-appdata option is configured. This changes the Windows path from %APPDATA% to a host local %USERPROFILE%\Local Settings\Application Data\ path (aka, LOCAL_APPDATA). Patch from coderman. svn:r18122 | |||
2009-01-07 | Check that Libevent header version matches Libevent library version. | Nick Mathewson | |
Unfortunately, old Libevents don't _put_ a version in their headers, so this can get a little tricky. Fortunately, the only binary-compatibility issue we care about is the size of struct event. Even more fortunately, Libevent 2.0 will let us keep binary compatiblity forever by letting us decouple ourselves from the structs, if we like. svn:r18014 | |||
2009-01-06 | ok, all set to destabilize it again | Roger Dingledine | |
svn:r17980 | |||
2009-01-06 | bump to 0.2.1.10-alpha, reorganize the changelogtor-0.2.1.10-alpha | Roger Dingledine | |
svn:r17974 | |||
2009-01-02 | Only set sin_len/sin6_len when they exist. | Nick Mathewson | |
svn:r17851 | |||
2008-12-26 | Bump version to 0.2.1.9-alpha-dev | Nick Mathewson | |
svn:r17787 | |||
2008-12-25 | prepare for 0.2.1.9-alpha | Roger Dingledine | |
svn:r17778 | |||
2008-12-18 | Make cell pools always-on. | Nick Mathewson | |
svn:r17692 | |||
2008-12-11 | Remove a few no-longer-used checks from configure.in | Nick Mathewson | |
svn:r17604 | |||
2008-12-09 | Bump version to 0.2.1.8-alpha-dev | Nick Mathewson | |
svn:r17537 | |||
2008-12-08 | bump to 0.2.1.8-alpha | Roger Dingledine | |
svn:r17521 | |||
2008-11-29 | add coderman's wix scripts to make a windows msi installer. | Roger Dingledine | |
svn:r17408 |