| Commit message (Expand) | Author | Age |
... | |
* | write up a changelog file | Roger Dingledine | 2010-09-30 |
* | bump to 0.2.2.16-alpha-dev | Roger Dingledine | 2010-09-17 |
* | best tor ever! | Roger Dingledine | 2010-09-17 |
* | fold in the recent changes files | Roger Dingledine | 2010-09-16 |
* | merge changes files for upcoming release | Roger Dingledine | 2010-09-13 |
* | bump to 0.2.2.15-alpha | Roger Dingledine | 2010-08-18 |
* | fold in even more changelog entries | Roger Dingledine | 2010-08-18 |
* | explain the non-fix for bug 1776 | Roger Dingledine | 2010-08-18 |
* | bug 1776 isn't fixed. save its changelog entry for next time. | Roger Dingledine | 2010-08-18 |
* | Edit the changelog to reflect the fact that we are backing off on ending NORO... | Nick Mathewson | 2010-08-18 |
* | fold in the next set of changelog entries | Roger Dingledine | 2010-08-16 |
* | fold in the makefile.am changes entry | Roger Dingledine | 2010-08-13 |
* | changelog entry for f060b18e6c4 | Roger Dingledine | 2010-08-11 |
* | fold in most of the changes/foo files | Roger Dingledine | 2010-08-11 |
* | partial changelog for 0.2.2.15-alpha | Roger Dingledine | 2010-07-21 |
* | 0.2.2.14-alpha blurb | Roger Dingledine | 2010-07-13 |
* | bump to 0.2.2.14-alpha-dev | Roger Dingledine | 2010-07-13 |
* | guh. 'git commit' did not do what i expect. | Roger Dingledine | 2010-07-12 |
* | fold in the latest changes | Roger Dingledine | 2010-07-09 |
* | start an 0.2.2.14-alpha changelog | Roger Dingledine | 2010-06-29 |
* | Copy the release notes from 0.2.1.26 into the master ChangeLog | Nick Mathewson | 2010-06-11 |
* | put the blurb in 0.2.2.13-alpha | Roger Dingledine | 2010-05-05 |
* | bump to 0.2.2.13-alpha | Roger Dingledine | 2010-04-24 |
* | prepare the 0.2.2.13-alpha changelog | Roger Dingledine | 2010-04-23 |
* | blurbs for two recent alphas | Roger Dingledine | 2010-04-23 |
* | merge in the bug 1364 fix | Roger Dingledine | 2010-04-20 |
* | prepare for 0.2.2.12-alpha | Roger Dingledine | 2010-04-20 |
* | bump to 0.2.2.11-alpha-dev | Roger Dingledine | 2010-04-19 |
* | bump to 0.2.2.11-alpha | Roger Dingledine | 2010-04-15 |
* | gather together the 0.2.2.11-alpha changelog | Roger Dingledine | 2010-04-15 |
* | Merge branch 'maint-0.2.1'•••Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
| Roger Dingledine | 2010-04-03 |
|\ |
|
| * | give us a blurb; add stanza to the releasenotes | Roger Dingledine | 2010-03-16 |
| * | bump to 0.2.1.25•••it's perfect, let's ship it
| Roger Dingledine | 2010-03-15 |
* | | fold in the recent changelog entries | Roger Dingledine | 2010-04-02 |
* | | let people test the RefuseUnknownExits idea | Roger Dingledine | 2010-03-10 |
* | | blurbs for recent alphas | Roger Dingledine | 2010-03-08 |
* | | fix the tor-exit-notice.html file (bug 1295) | Roger Dingledine | 2010-03-08 |
* | | bump to 0.2.2.10-alpha-dev•••now's your chance to destabilize it
| Roger Dingledine | 2010-03-08 |
* | | prepare 0.2.2.10-alpha for release | Roger Dingledine | 2010-03-07 |
* | | Merge branch 'maint-0.2.1'•••Conflicts:
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
| Roger Dingledine | 2010-03-06 |
|\| |
|
| * | clean up the 0.2.1.25 changelog | Roger Dingledine | 2010-03-06 |
* | | Merge commit 'sebastian/manpage' | Nick Mathewson | 2010-03-04 |
|\ \ |
|
| * | | Add configure switch to disable use of asciidoc•••Also break the build if that switch isn't used and asciidoc isn't
available.
| Sebastian Hahn | 2010-03-01 |
| * | | Simplify asciidoc-helper•••We don't need sed for our string manipulation, so let's get rid of
it. Suggested by weasel.
| Sebastian Hahn | 2010-03-01 |
| * | | Ship the asciidoc-helper file in our tarballs•••Otherwise, the build process breaks when one of the .1.txt gets
a new mtime. Suggested by weasel.
| Sebastian Hahn | 2010-03-01 |
* | | | Merge commit 'origin/maint-0.2.1'•••Conflicts:
src/or/config.c
src/or/test.c
| Nick Mathewson | 2010-03-04 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Apply Roger's bug 1269 fix.•••From http://archives.seul.org/tor/relays/Mar-2010/msg00006.html :
As I understand it, the bug should show up on relays that don't set
Address to an IP address (so they need to resolve their Address
line or their hostname to guess their IP address), and their
hostname or Address line fails to resolve -- at that point they'll
pick a random 4 bytes out of memory and call that their address. At
the same time, relays that *do* successfully resolve their address
will ignore the result, and only come up with a useful address if
their interface address happens to be a public IP address.
| Nick Mathewson | 2010-03-04 |
* | | Fix a consensus-extension bug found by outofwords•••When the bandwidth-weights branch added the "directory-footer"
token, and began parsing the directory footer at the first
occurrence of "directory-footer", it made it possible to fool the
parsing algorithm into accepting unsigned data at the end of a
consensus or vote. This patch fixes that bug by treating the footer
as starting with the first "directory-footer" or the first
"directory-signature", whichever comes first.
| Nick Mathewson | 2010-02-27 |
* | | Merge remote branch 'origin/maint-0.2.1'•••Conflicts:
ChangeLog
src/or/routerparse.c
| Nick Mathewson | 2010-02-27 |
|\| |
|
| * | Properly handle non-terminated strings•••Treat strings returned from signed_descriptor_get_body_impl() as not
NUL-terminated. Since the length of the strings is available, this is
not a big problem.
Discovered by rieo.
| Sebastian Hahn | 2010-02-27 |