[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/release-0.2.2] Merge branch 'maint-0.2.2' into release-0.2.2
commit 4906afa94f3f16d6680a6b961def9c2b19910b58
Merge: 9aba603 7699014
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Sat Jan 15 21:55:19 2011 -0500
Merge branch 'maint-0.2.2' into release-0.2.2
changes/bug2317 | 9 +++++
doc/spec/dir-spec.txt | 8 +++-
doc/spec/path-spec.txt | 28 ++++++++++++++--
src/or/circuitbuild.c | 84 ++++++++++++++++++++++++++++++++++-------------
src/or/circuitbuild.h | 2 +
src/or/circuitlist.c | 4 ++-
src/or/connection_or.c | 8 ++--
src/or/dirvote.h | 3 --
src/or/networkstatus.c | 54 ++++++++++++++++++++++++------
src/or/networkstatus.h | 5 +--
src/or/or.h | 27 +++++++++++++++-
src/or/relay.c | 6 ++--
src/or/router.c | 2 +-
src/or/routerlist.c | 3 +-
src/or/routerparse.c | 3 +-
src/test/test_dir.c | 7 +++-
16 files changed, 193 insertions(+), 60 deletions(-)