]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
refactor: s/peer/server/ in immutable/upload, happinessutil.py, test_upload
authorBrian Warner <warner@lothar.com>
Sun, 27 Feb 2011 02:11:00 +0000 (19:11 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 27 Feb 2011 02:11:00 +0000 (19:11 -0700)
commitebfcb649f9c3d2400a75bf23acc653791ccafb0e
treee846d1a14c06b5756929e2b4e677b7235ac9ef95
parent9b9ea3f73995633b8b98fcc29be93df0467c9c3b
refactor: s/peer/server/ in immutable/upload, happinessutil.py, test_upload

No behavioral changes, just updating variable/method names and log messages.
The effects outside these three files should be minimal: some exception
messages changed (to say "server" instead of "peer"), and some internal class
names were changed. A few things still use "peer" to minimize external
changes, like UploadResults.timings["peer_selection"] and
happinessutil.merge_peers, which can be changed later.
src/allmydata/immutable/upload.py
src/allmydata/test/test_upload.py
src/allmydata/util/happinessutil.py