Brian Warner
|
70e7961088
|
storage.py: more test coverage, make sure leases survive resizing
|
2007-10-31 12:07:47 -07:00 |
|
Brian Warner
|
948e6b34dd
|
storage.py: improve test coverage even more
|
2007-10-31 01:44:01 -07:00 |
|
Brian Warner
|
4bd739435f
|
storage.py: more mutable-slot coverage, renewing/cancelling leases
|
2007-10-31 01:31:56 -07:00 |
|
Brian Warner
|
256ef1bf53
|
mutable slots: add some test coverage for lease-addition
|
2007-10-31 00:38:30 -07:00 |
|
Brian Warner
|
68d3d62002
|
mutable slots: finish up basic coding on server-side containers, add some tests. Remove all caching from MutableShareFile.
|
2007-10-31 00:10:40 -07:00 |
|
Brian Warner
|
b24c2925e8
|
checkpointing mutable-file work. Storage layer is 80% in place.
|
2007-10-30 19:47:36 -07:00 |
|
Brian Warner
|
8451b485a4
|
storage: fill alreadygot= with all known shares for the given storageindex, not just the ones they asked about
|
2007-09-17 00:48:40 -07:00 |
|
Brian Warner
|
d628d5f503
|
storage: remove the leftover incoming/XYZ/ directory when we're done with it
|
2007-09-15 14:34:04 -07:00 |
|
Brian Warner
|
277e720f7c
|
storage: add version number to share data. Closes #90.
|
2007-09-04 09:00:24 -07:00 |
|
Brian Warner
|
85f3107b12
|
storage: handle simultanous uploads: add a lease for the pre-empted client
|
2007-09-02 14:57:49 -07:00 |
|
Brian Warner
|
0fe1205789
|
storage: replace sqlite with in-share lease records
|
2007-09-02 14:47:15 -07:00 |
|
Brian Warner
|
2a63fe8b01
|
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/*
|
2007-08-27 23:41:40 -07:00 |
|
Brian Warner
|
739ae1ccde
|
deletion phase1: send renew/cancel-lease secrets, but my_secret is fake, and the StorageServer discards them
|
2007-08-27 17:28:51 -07:00 |
|
Brian Warner
|
c6f52e379a
|
rename storageserver.py to just storage.py, since it has both server and client sides now
|
2007-07-13 17:25:45 -07:00 |
|
Brian Warner
|
7589a8ee82
|
storage: we must truncate short segments. Now most tests pass (except uri_extension)
|
2007-07-13 16:38:25 -07:00 |
|
Brian Warner
|
1f8e407d9c
|
more #85 work, system test still fails
|
2007-07-13 15:09:01 -07:00 |
|
Brian Warner
|
cd8648d39b
|
storage: use one file per share instead of 7 (#85). work-in-progress, tests still fail
|
2007-07-13 14:04:49 -07:00 |
|
Brian Warner
|
a1c97aa0be
|
storageserver: include metadata in the sizelimit, at least after the bucket has been closed
|
2007-07-03 17:38:49 -07:00 |
|
Brian Warner
|
c80ea7d693
|
storageserver: implement size limits. No code to enable them yet, though
|
2007-07-03 17:08:02 -07:00 |
|
Brian Warner
|
91d72bb504
|
test_storage: test StorageServer code too: allocation, lookup, multiple-writer behavior
|
2007-04-18 15:42:34 -07:00 |
|
Brian Warner
|
008e418523
|
storageserver: assert that blocks are written in-order, clean up tests a bit
|
2007-04-17 20:21:05 -07:00 |
|
Brian Warner
|
e040b85f5d
|
test_storage: add (failing) test of the BucketWriter/BucketReader implementation
|
2007-04-17 20:03:44 -07:00 |
|
Brian Warner
|
7cd9ef3bbf
|
finish making the new encoder/decoder/upload/download work
|
2007-03-30 16:50:50 -07:00 |
|
Brian Warner
|
78d19c271c
|
rearrange service startup a bit, now Node.startService() returns a Deferred that fires when the tub is actually ready, and there is also a Node.when_tub_ready() hook. This allows get_local_addresses() to be slow and not break everything. Changed all necessary test cases to accomodate this slow startup.
|
2007-03-08 15:10:36 -07:00 |
|
Brian Warner
|
78a9e815c5
|
add simple metadata (a single string) to the storage protocol
|
2007-01-15 14:01:22 -07:00 |
|
Brian Warner
|
3490378551
|
move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything
|
2006-12-14 03:39:50 -07:00 |
|