]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/log
tahoe-lafs/tahoe-lafs.git
17 years agoinitial file-table support, VirtualDrive service, rearrange Storage somewhat
Brian Warner [Mon, 4 Dec 2006 02:07:41 +0000 (19:07 -0700)]
initial file-table support, VirtualDrive service, rearrange Storage somewhat

17 years agomanhole: add more keybindings
Brian Warner [Mon, 4 Dec 2006 02:05:08 +0000 (19:05 -0700)]
manhole: add more keybindings

17 years agoimplement/test download, modify Storage to match
Brian Warner [Sun, 3 Dec 2006 10:01:43 +0000 (03:01 -0700)]
implement/test download, modify Storage to match

17 years agomake the system test work
Brian Warner [Sun, 3 Dec 2006 07:56:27 +0000 (00:56 -0700)]
make the system test work

17 years agoadd more logging
Brian Warner [Sun, 3 Dec 2006 07:53:53 +0000 (00:53 -0700)]
add more logging

17 years agoencode: delay completion until all our messages have been delivered
Brian Warner [Sun, 3 Dec 2006 07:53:38 +0000 (00:53 -0700)]
encode: delay completion until all our messages have been delivered

17 years agoclient: closures confuse me, late binding bites me yet again
Brian Warner [Sun, 3 Dec 2006 07:53:07 +0000 (00:53 -0700)]
client: closures confuse me, late binding bites me yet again

17 years agomake sure the StorageServer goes underneath the client's basedir
Brian Warner [Sun, 3 Dec 2006 07:52:28 +0000 (00:52 -0700)]
make sure the StorageServer goes underneath the client's basedir

17 years agoimproving system test, still broken, possibly a Foolscap problem
Brian Warner [Sun, 3 Dec 2006 03:32:08 +0000 (20:32 -0700)]
improving system test, still broken, possibly a Foolscap problem

17 years agomisc upload fixes and improvements
Brian Warner [Sun, 3 Dec 2006 03:31:43 +0000 (20:31 -0700)]
misc upload fixes and improvements

17 years agodeal with the face that peerids are always binary in tests
Brian Warner [Sun, 3 Dec 2006 03:31:02 +0000 (20:31 -0700)]
deal with the face that peerids are always binary in tests

17 years agoavoid race conditions and multiple-notify in the Roster
Brian Warner [Sun, 3 Dec 2006 03:29:09 +0000 (20:29 -0700)]
avoid race conditions and multiple-notify in the Roster

17 years agomake logging multiple nodes at once easier to follow
Brian Warner [Sun, 3 Dec 2006 03:27:50 +0000 (20:27 -0700)]
make logging multiple nodes at once easier to follow

17 years agorearrange node startup again, allowing Tub.registerReference to happen in startServic...
Brian Warner [Sun, 3 Dec 2006 02:37:31 +0000 (19:37 -0700)]
rearrange node startup again, allowing Tub.registerReference to happen in startService rather than in some later turn. Also add a 'local_ip' file with which you can override the published IP address of the node

17 years agobeginnings of a system test, with 5 nodes and a queen
Brian Warner [Sun, 3 Dec 2006 01:30:18 +0000 (18:30 -0700)]
beginnings of a system test, with 5 nodes and a queen

17 years agorearrange client setup, factor out common Node functionality, add Uploader service...
Brian Warner [Sun, 3 Dec 2006 01:27:18 +0000 (18:27 -0700)]
rearrange client setup, factor out common Node functionality, add Uploader service to client

17 years agoprototype encoder
Zooko O'Whielacronx [Sun, 3 Dec 2006 00:31:26 +0000 (17:31 -0700)]
prototype encoder

17 years agorearrange names, add more RemoteInterfaces to make tests pass again
Brian Warner [Sun, 3 Dec 2006 00:25:57 +0000 (17:25 -0700)]
rearrange names, add more RemoteInterfaces to make tests pass again

17 years agofix pyflakes warnings/errors
Brian Warner [Sat, 2 Dec 2006 23:28:46 +0000 (16:28 -0700)]
fix pyflakes warnings/errors

17 years agostandardize on keeping nodeids (and all other SHA1-derived values as binary everywher...
Brian Warner [Sat, 2 Dec 2006 23:26:26 +0000 (16:26 -0700)]
standardize on keeping nodeids (and all other SHA1-derived values as binary everywhere, only doing idlib.b2a() when interacting with a human or the filesystem

17 years agoimprove RemoteInterface specifications
Brian Warner [Sat, 2 Dec 2006 23:03:09 +0000 (16:03 -0700)]
improve RemoteInterface specifications

17 years agoadd RemoteInterfaces (foolscap schemas). some tests break.
Brian Warner [Sat, 2 Dec 2006 02:17:50 +0000 (19:17 -0700)]
add RemoteInterfaces (foolscap schemas). some tests break.

17 years agochange bucket writer protocol, give Encoder a RemoteReference instead of a file-like...
Brian Warner [Sat, 2 Dec 2006 02:17:26 +0000 (19:17 -0700)]
change bucket writer protocol, give Encoder a RemoteReference instead of a file-like object

17 years agoadd the 'Denver Airport' design doc, for Chord-based peer selection
Brian Warner [Sat, 2 Dec 2006 02:09:14 +0000 (19:09 -0700)]
add the 'Denver Airport' design doc, for Chord-based peer selection

17 years agoupload: add WriterProxy
Brian Warner [Fri, 1 Dec 2006 11:06:11 +0000 (04:06 -0700)]
upload: add WriterProxy

17 years agosplit 'Bucket' into separate subclasses for read and write
Rob Kinninmont [Fri, 1 Dec 2006 10:04:54 +0000 (03:04 -0700)]
split 'Bucket' into separate subclasses for read and write

17 years agoprevent reading unfinished buckets
Rob Kinninmont [Fri, 1 Dec 2006 09:48:27 +0000 (02:48 -0700)]
prevent reading unfinished buckets

17 years agoimplement upload peer selection
Brian Warner [Fri, 1 Dec 2006 09:54:28 +0000 (02:54 -0700)]
implement upload peer selection

17 years agoallow buckets written by previous runs to be read
Rob Kinninmont [Fri, 1 Dec 2006 09:45:55 +0000 (02:45 -0700)]
allow buckets written by previous runs to be read

17 years agoadded read and cross check to storage unit test, minor cleanups
Rob Kinninmont [Fri, 1 Dec 2006 09:21:11 +0000 (02:21 -0700)]
added read and cross check to storage unit test, minor cleanups

17 years agoadded storage test
Rob Kinninmont [Fri, 1 Dec 2006 05:38:42 +0000 (22:38 -0700)]
added storage test

17 years agofix another read_attr bug
Rob Kinninmont [Fri, 1 Dec 2006 03:49:07 +0000 (20:49 -0700)]
fix another read_attr bug

17 years agofix counting of bytes written
Rob Kinninmont [Fri, 1 Dec 2006 03:37:36 +0000 (20:37 -0700)]
fix counting of bytes written

17 years agofix bug in bucketstore read/write _attr
Rob Kinninmont [Fri, 1 Dec 2006 03:36:57 +0000 (20:36 -0700)]
fix bug in bucketstore read/write _attr

17 years agomanhole: ctrl-h is Backspace, not Delete. War Is Peace, Freedom Is Slavery, etc
Brian Warner [Fri, 1 Dec 2006 03:32:13 +0000 (20:32 -0700)]
manhole: ctrl-h is Backspace, not Delete. War Is Peace, Freedom Is Slavery, etc

17 years agofix test cases to not use camelCase
Brian Warner [Fri, 1 Dec 2006 03:20:00 +0000 (20:20 -0700)]
fix test cases to not use camelCase

17 years agoroadmap: connection management v1 milestone done
Brian Warner [Fri, 1 Dec 2006 03:19:24 +0000 (20:19 -0700)]
roadmap: connection management v1 milestone done

17 years agoadd Client.permute_peers
Brian Warner [Fri, 1 Dec 2006 03:18:51 +0000 (20:18 -0700)]
add Client.permute_peers

17 years agofix up StorageServer so that unit tests will run again
Brian Warner [Fri, 1 Dec 2006 03:18:29 +0000 (20:18 -0700)]
fix up StorageServer so that unit tests will run again

17 years agorerecord all the storageserver patches in one go
Rob Kinninmont [Fri, 1 Dec 2006 03:14:23 +0000 (20:14 -0700)]
rerecord all the storageserver patches in one go

darcs was dying trying to deal with the conflict resolution patches.

this adds a (very rough) bucketstore and storageserver.
probably needs lots of work both in api and implementation.

17 years agoadded 'debugshell' module a convenient dumping ground for tools for manhole environment
Rob Kinninmont [Fri, 1 Dec 2006 02:53:08 +0000 (19:53 -0700)]
added 'debugshell' module a convenient dumping ground for tools for manhole environment

17 years agoadded run-client2 target to makefile
Rob Kinninmont [Fri, 1 Dec 2006 02:51:19 +0000 (19:51 -0700)]
added run-client2 target to makefile

17 years agoadded create_dirs makefile target to create initial dirs
Rob Kinninmont [Fri, 1 Dec 2006 00:16:06 +0000 (17:16 -0700)]
added create_dirs makefile target to create initial dirs

17 years agoupdate assertutil to use twisted log instead of amdlib Log
Rob Kinninmont [Thu, 30 Nov 2006 22:24:08 +0000 (15:24 -0700)]
update assertutil to use twisted log instead of amdlib Log

17 years agopulled in assertutil and with it humanreadable from amdlib.util
Rob Kinninmont [Thu, 30 Nov 2006 22:22:25 +0000 (15:22 -0700)]
pulled in assertutil and with it humanreadable from amdlib.util

17 years agoadd ctrl-U and ctrl-H handling to our form of Manhole
Brian Warner [Fri, 1 Dec 2006 02:45:43 +0000 (19:45 -0700)]
add ctrl-U and ctrl-H handling to our form of Manhole

17 years agochange manhole setup for queen too
Brian Warner [Fri, 1 Dec 2006 02:38:38 +0000 (19:38 -0700)]
change manhole setup for queen too

17 years agochange manhole setup for client: create authorized_keys.8022 (or other portnum)
Brian Warner [Fri, 1 Dec 2006 02:34:25 +0000 (19:34 -0700)]
change manhole setup for client: create authorized_keys.8022 (or other portnum)

17 years agoset Client.nodeid to our (ascii, base32) tubid
Brian Warner [Fri, 1 Dec 2006 02:20:17 +0000 (19:20 -0700)]
set Client.nodeid to our (ascii, base32) tubid

17 years agoadd Client.get_remote_service utility method
Brian Warner [Fri, 1 Dec 2006 01:17:36 +0000 (18:17 -0700)]
add Client.get_remote_service utility method

17 years agoignore all client-basedirNN directories
Brian Warner [Fri, 1 Dec 2006 01:17:26 +0000 (18:17 -0700)]
ignore all client-basedirNN directories

17 years agofix losing-client-connection handler
Brian Warner [Fri, 1 Dec 2006 01:13:46 +0000 (18:13 -0700)]
fix losing-client-connection handler

17 years agoimplement more Roster stuff: add_peer, lost_peer. Changed Client service registration...
Brian Warner [Fri, 1 Dec 2006 01:09:57 +0000 (18:09 -0700)]
implement more Roster stuff: add_peer, lost_peer. Changed Client service registration scheme.

17 years agostart developing Roster, track all active peers
Brian Warner [Fri, 1 Dec 2006 00:43:15 +0000 (17:43 -0700)]
start developing Roster, track all active peers

17 years agoadd Manhole to queen (port 8021), also change manhole namespace to just have 'app...
Brian Warner [Fri, 1 Dec 2006 00:30:45 +0000 (17:30 -0700)]
add Manhole to queen (port 8021), also change manhole namespace to just have 'app' (for both queen and client)

17 years agoadd Manhole functionality to the client: port 8022, add an authorized_keys file to...
Brian Warner [Fri, 1 Dec 2006 00:26:41 +0000 (17:26 -0700)]
add Manhole functionality to the client: port 8022, add an authorized_keys file to the client's basedir to enable it

17 years agopoint client.tac at yumyum's queen
Brian Warner [Fri, 1 Dec 2006 00:16:31 +0000 (17:16 -0700)]
point client.tac at yumyum's queen

17 years agoadd roadmap
Brian Warner [Fri, 1 Dec 2006 00:16:19 +0000 (17:16 -0700)]
add roadmap

17 years agoremove that queen_host stuff
Brian Warner [Fri, 1 Dec 2006 00:13:40 +0000 (17:13 -0700)]
remove that queen_host stuff

17 years agohelp the queen have a persistent PBURL, have the client connect to it
Brian Warner [Thu, 30 Nov 2006 23:39:38 +0000 (16:39 -0700)]
help the queen have a persistent PBURL, have the client connect to it

17 years agostart on client what-is-my-ipaddress functionality
Brian Warner [Thu, 30 Nov 2006 23:23:39 +0000 (16:23 -0700)]
start on client what-is-my-ipaddress functionality

17 years agoactually add tests
Brian Warner [Thu, 30 Nov 2006 23:23:01 +0000 (16:23 -0700)]
actually add tests

17 years agoadd test infrastructure, use 'make test' to run it, please run before pushing
Brian Warner [Thu, 30 Nov 2006 22:55:26 +0000 (15:55 -0700)]
add test infrastructure, use 'make test' to run it, please run before pushing

17 years agocreate a Makefile to drive things
Brian Warner [Thu, 30 Nov 2006 22:40:05 +0000 (15:40 -0700)]
create a Makefile to drive things

17 years agoadd beginning queen code
Brian Warner [Thu, 30 Nov 2006 22:39:24 +0000 (15:39 -0700)]
add beginning queen code

17 years agoadd darcs boringfile
Brian Warner [Thu, 30 Nov 2006 22:37:33 +0000 (15:37 -0700)]
add darcs boringfile

17 years agocreate a stub Storage service, start work on publishing it
Brian Warner [Thu, 30 Nov 2006 22:29:52 +0000 (15:29 -0700)]
create a stub Storage service, start work on publishing it

17 years agohave client running, no queen to connect to yet
Brian Warner [Thu, 30 Nov 2006 22:27:06 +0000 (15:27 -0700)]
have client running, no queen to connect to yet

17 years agostart client framework
Brian Warner [Thu, 30 Nov 2006 22:14:47 +0000 (15:14 -0700)]
start client framework

17 years agosome pointless fussing about with sizes.py
Brian Warner [Thu, 30 Nov 2006 22:14:39 +0000 (15:14 -0700)]
some pointless fussing about with sizes.py

17 years agofix bug in simulator graphing (still doesn't work though)
Zooko O'Whielacronx [Wed, 29 Nov 2006 18:42:07 +0000 (11:42 -0700)]
fix bug in simulator graphing (still doesn't work though)

17 years agoattempt to graph utilization with pyrrd (doesn't quite work)
Zooko O'Whielacronx [Wed, 29 Nov 2006 11:38:28 +0000 (04:38 -0700)]
attempt to graph utilization with pyrrd (doesn't quite work)

17 years agomake Simulator instance s global so that I can play with it in "python -i" after...
Zooko O'Whielacronx [Wed, 29 Nov 2006 11:28:51 +0000 (04:28 -0700)]
make Simulator instance s global so that I can play with it in "python -i" after main() has exited

17 years agofix delete
Brian Warner [Wed, 29 Nov 2006 00:10:49 +0000 (17:10 -0700)]
fix delete

17 years agoadded a simulator tool
Brian Warner [Tue, 28 Nov 2006 23:27:08 +0000 (16:27 -0700)]
added a simulator tool

17 years agoemit tables up to 1TiB
Brian Warner [Sun, 22 Oct 2006 03:39:12 +0000 (20:39 -0700)]
emit tables up to 1TiB

17 years agotool to generate an overhead/alacrity table for various hashing schemes
Brian Warner [Sun, 22 Oct 2006 03:10:04 +0000 (20:10 -0700)]
tool to generate an overhead/alacrity table for various hashing schemes