]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/interfaces.py
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
2007-08-28 Brian Warnerdeletion phase3: add a sqlite database to track renew...
2007-08-28 Brian Warnerdeletion phase1: send renew/cancel-lease secrets, but...
2007-08-17 Brian Warnerdirnode: change the defined behavior of RIVirtualDriveS...
2007-08-15 Brian WarnerIDirectoryNode: add has_child() method
2007-07-25 Brian Warnerinterfaces: move signatures into docstrings, to reduce...
2007-07-24 Brian Warnerrefactor upload/encode, to split encrypt and encode...
2007-07-23 Brian Warnertruncate storage index to 128 bits, since it's derived...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-20 Brian Warnerupload: refactor to enable streaming upload. not all...
2007-07-16 Brian Warnerreduce MAX_SEGMENT_SIZE from 2MB to 1MB, to compensate...
2007-07-14 Brian Warnerinterfaces: increase ShareSize now that our default...
2007-07-13 Brian Warnermore #85 work, system test still fails
2007-07-13 Brian Warnerstorage: use one file per share instead of 7 (#85)...
2007-07-12 Brian Warnernote that setting k=1 is equivalent to replication
2007-07-12 Brian Warnerallow the introducer to set default encoding parameters...
2007-07-12 Brian Warnerinterfaces.py: increase RIVirtualDriveServer.list const...
2007-07-09 Brian Warnerstorage: wrap buckets in a local proxy
2007-07-07 Brian Warnerinterfaces: remove spurious 'self' from interface decla...
2007-07-07 Brian Warneradd IDirectoryNode.get_child_at_path
2007-07-03 Brian Warnerwebish: provide a valid Content-Length header on downloads
2007-07-03 Brian Warnerwebish: improve reporting of web download errors that...
2007-07-03 Brian Warnerwebish.py: handle errors during download better. Addres...
2007-06-29 Brian Warnerinterfaces.py: remove some unused 'pass' lines
2007-06-29 Brian Warnerchange IVirtualDrive.get_node_at_path to accept either...
2007-06-28 Brian Warnervdrive: add get_node_at_path(pathlist)
2007-06-28 Brian WarnerAdd the 'vdrive' service, for clients to access the...
2007-06-27 Brian Warnerdirnode: add build_manifest() and introduce 'refresh...
2007-06-27 Brian Warnerremove unused/obsoleted workqueue.py
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-15 Brian Warnermake new vdrive work, implement convenience wrapper...
2007-06-15 Brian Warnerrevamp vdrive: nodes with furls. tests still fail.
2007-06-10 Brian Warnerrename fileid/verifierid to plaintext_hash/crypttext_hash
2007-06-08 Brian Warnerhandle uri_extension with a non-bencode serialization...
2007-06-08 Brian Warnerrename thingA to 'uri extension'
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
2007-06-07 Brian Warnerfetch plaintext/crypttext merkle trees during download...
2007-06-07 Brian Warnerencode: add plaintext/crypttext merkle trees to the...
2007-06-02 Brian Warnermove validation data to thingA, URI has storage_index...
2007-05-30 Brian Warnercheck_memory: getting closer, now we have memusage...
2007-05-22 Zooko O'Whielacronxrename all "*PBURL*" to "*FURL*"
2007-05-22 Zooko O'Whielacronxraise constraint on FURLs from 150 chars to 1000 chars
2007-05-08 Brian WarnerUNDO: forget about old peers (closes #26)
2007-05-08 Brian Warnerforget about old peers (closes #26)
2007-04-30 Zooko O'Whielacronxglobally search and replace "mesh" with "grid" and...
2007-04-30 Zooko O'Whielacronxextirpate all references the "queen" and "metatracker"
2007-04-30 Zooko O'Whielacronxraise the limit on the number of hashes when retrieving...
2007-04-30 Zooko O'Whielacronxraise the limit on block hashes and share hashes from...
2007-04-27 Brian Warnerinterfaces: allow URIs to be up to 300 chars long,...
2007-04-26 Brian Warneradd RIClient.get_versions, in the hopes of enabling...
2007-04-18 Brian Warnerinterfaces.py: remove spurious 'pass' statements (which...
2007-04-14 Brian Warnerinterfaces: use explicit TupleOf and ChoiceOf constrain...
2007-04-04 Brian Warnerallmydata.interfaces: remove some of the placeholders...
2007-03-30 Brian Warnerfinish making the new encoder/decoder/upload/download...
2007-03-30 Brian Warnerswitch upload to use encode_new, fix a few things ...
2007-03-30 Zooko O'Whielacronxfinish storage server and write new download
2007-03-30 Zooko O'Whielacronxnew upload and storage server
2007-03-28 Brian Warnerupdate memory-footprint and share-size docs in ICodecEn...
2007-03-28 Brian Warnerdocument a proposed IDecoder interface, still pretty...
2007-03-28 Brian Warnerdocument IEncoder, add Encoder.set_landlords()
2007-03-28 Brian WarnerICodecEncoder: resolve some questions about the API...
2007-03-28 Brian Warnerupdate the docs on ICodecEncoder and ICodecDecoder
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2007-03-23 Zooko O'Whielacronxmerge incomplete stuff with other patches
2007-03-23 Zooko O'Whielacronxincomplete work to be finished elsewhere
2007-03-22 Zooko O'Whielacronxseparate queen's service of introduction-to-the-network...
2007-03-08 Brian Warneradd a local foolscap control interface, to upload/downl...
2007-03-06 Brian Warneradd some questions to allmydata.interfaces
2007-02-01 Zooko O'Whielacronxuse pyfec instead of py_ecc for erasure coding and...
2007-01-27 Brian Warnerfix some of the filetree/workqueue interface definitions
2007-01-24 Zooko O'Whielacronxupdate interfaces and docs for codec
2007-01-24 Brian Warnerfiletree: make delete() work
2007-01-22 Brian Warnerfiletree: change the way addpath works, now we add...
2007-01-21 Brian Warnerfiletree: add vdrive upload/download test, change workq...
2007-01-21 Brian Warnermove IWorkQueue into allmydata.interfaces, give Virtual...
2007-01-21 Brian Warnermove upload/download interfaces to allmydata.interfaces...
2007-01-17 Brian Warnerupdate URI format, include codec name
2007-01-16 Brian Warnerrearrange encode/upload, add URIs, switch to Replicatin...
2007-01-15 Brian Warneradd simple metadata (a single string) to the storage...
2007-01-12 Brian Warnerchange IEncoder to ICodecEncoder, to match the previous...
2007-01-05 Brian Warnerestablish IEncoder/IDecoder, create suitable interfaces...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...