]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-02-01 Zooko O'Whielacronxfix purely syntactic merge conflict
2007-02-01 Zooko O'Whielacronxuse pyfec instead of py_ecc for erasure coding and...
2007-02-01 Zooko O'Whielacronxadd mathutil.next_power_of_k() and mathutil.ave()
2007-02-01 Zooko O'Whielacronx"make clean" recursively runs cleanup in subprojects...
2007-02-01 Zooko O'Whielacronxpyfec: version number bump to v0.99
2007-02-01 Zooko O'Whielacronxpyfec: add ACK and TODO
2007-02-01 Zooko O'Whielacronxpyfec: add TODO
2007-02-01 Zooko O'Whielacronxpyfec: fix typo in unit test
2007-02-01 Zooko O'Whielacronxpyfec: fix preconditions and typing, remove unused...
2007-01-31 Zooko O'Whielacronxpyfec: licensing tweak
2007-02-01 Brian WarnerMakefile: $(PWD) doesn't always work, in particular...
2007-02-01 Brian WarnerMakefile: parameterize 'trial' and 'python' to enable...
2007-01-31 Brian WarnerMakefile: count-lines: ignore build/* files, also add...
2007-01-31 Brian Warneradd new build/instdir directories to the boringfile
2007-01-30 Zooko O'Whielacronxrename Crypto to allmydata.Crypto
2007-01-30 Zooko O'Whielacronxcleanup new "instdir" on "make clean"
2007-01-30 Zooko O'Whielacronxpyfec: make it compatible with Python 2.4 as well as...
2007-01-30 Zooko O'Whielacronxpyfec: silence compiler warnings, add -Wall to debugmod...
2007-01-30 Zooko O'Whielacronxchange build system to use subpackages pristinely and...
2007-01-30 Zooko O'Whielacronxpyfec: update performance measurements
2007-01-30 Zooko O'Whielacronxpyfec: merge conflict
2007-01-30 Zooko O'Whielacronxpyfec: fix docstring
2007-01-30 Zooko O'Whielacronxpyfec: fix preconditions, tighten internal C types...
2007-01-30 Zooko O'Whielacronxpyfec: documentation and licensing
2007-01-30 Zooko O'Whielacronxpyfec: COPYING
2007-01-27 Zooko O'Whielacronxpyfec: add fec/__init__.py to import all the right...
2007-01-27 Zooko O'Whielacronxpyfec: delete m-k of the tempfiles at random in the...
2007-01-27 Zooko O'Whielacronxpyfec: execute tests on import of test_pyfec.py only...
2007-01-27 Zooko O'Whielacronxpyfec: weaken preconditions -- you can have up to 256...
2007-01-27 Zooko O'Whielacronxpyfec: move benchmark code from test_pyfec.py into...
2007-01-27 Zooko O'Whielacronxpyfec: add utility functions to encode into a bunch...
2007-01-27 Zooko O'Whielacronxpyfec: trivial formatting tweak
2007-01-27 Zooko O'Whielacronxpyfec: remove (optimize) unused code
2007-01-27 Zooko O'Whielacronxpyfec: make README.txt much more detailed and rename...
2007-01-27 Zooko O'Whielacronxrename the C extension from "fec" to "_fec"
2007-01-27 Brian Warnerfix some of the filetree/workqueue interface definitions
2007-01-26 Zooko O'Whielacronxpyfec: add precondition checks on the values of k and...
2007-01-26 Zooko O'Whielacronxpyfec: trivial formatting
2007-01-26 Zooko O'Whielacronxadd README.txt
2007-01-26 Zooko O'Whielacronxpyfec: improve package metadata
2007-01-26 Zooko O'Whielacronxadd copyright notices, license, attributions
2007-01-26 Zooko O'Whielacronxadd dummy function to see how fast we can read in a...
2007-01-26 Zooko O'Whielacronxadd benchmark
2007-01-25 Zooko O'Whielacronxfix tests to not require pyutil and other tweaks
2007-01-25 Zooko O'Whielacronxadd utility method file_fec
2007-01-25 Zooko O'Whielacronxuse buffers as generic "read" buffers instead of char...
2007-01-25 Zooko O'Whielacronxallow any sequence as input, not just List
2007-01-25 Zooko O'Whielacronxadd warning of subtle gotcha that can happen with mutab...
2007-01-25 Brian Warnerdownload: update all users to match Zooko's change...
2007-01-24 Zooko O'Whielacronxupdate interfaces and docs for codec
2007-01-24 Zooko O'Whielacronxadd comment
2007-01-24 Zooko O'Whielacronxnicer API -- you don't have to shuffle the shares into...
2007-01-24 Zooko O'Whielacronxstricter typing -- using unsigned char for indexes...
2007-01-24 Brian Warnerhush pyflakes
2007-01-24 Brian Warnerfiletree: make delete() work
2007-01-23 Zooko O'Whielacronxpyfec v0.9
2007-01-22 Brian WarnerMakefile: add target to count lines of code and TODOs
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 Warnerqueen.sendOnly: ignore DeadReferenceError too
2007-01-21 Brian Warnermove IWorkQueue into allmydata.interfaces, give Virtual...
2007-01-21 Brian Warnermove upload/download interfaces to allmydata.interfaces...
2007-01-21 Brian Warnertest_filetree: more vdrive._get_file_uri() coverage
2007-01-21 Brian Warnerfiletree: mark leaf nodes by adding is_leaf_subtree...
2007-01-21 Brian Warnerfiletree: test NoSuchDirectoryError in vdrive.list()
2007-01-21 Brian Warnermore filetree, workqueue-boxes now hold serialized...
2007-01-21 Brian Warnerfiletree: start testing IVirtualDrive, beginning with...
2007-01-21 Brian Warnerfiletree: put SubTreeMaker and NodeMaker in separate...
2007-01-20 Brian Warnermore filetree work, more tests now pass
2007-01-20 Brian Warnermore filetree, it's actually starting to make sense now
2007-01-20 Brian Warnerfiletable: oops, os.listdir() does not guarantee sorted...
2007-01-20 Brian Warnerfiletree: more tests, still very early
2007-01-20 Brian Warnerfiletree: refactor INode serialization, start on tests
2007-01-20 Brian Warnermore filetree hacking, still too early to test
2007-01-20 Brian Warnercheckpont more filetree stuff
2007-01-19 Brian Warnersnapshot filetree work: fix pyflakes complaints
2007-01-19 Brian Warnersnapshot filetree work: it's getting close
2007-01-20 Brian Warnerrename bin/allmydata to bin/allmydata-tahoe, so the...
2007-01-19 Brian Warnerdownload.py: fix IDownloader to take a URI
2007-01-19 Brian Warnerupdate roadmap
2007-01-18 Brian Warnerfiletree.interfaces: remove not-really-code to improve...
2007-01-18 Brian Warnerfigleaf.el: add code to auto-enable the annotation...
2007-01-17 Brian Warnerimprove test coverage a bit
2007-01-17 Brian Warnerwebish: present real URI in directory listing, not...
2007-01-17 Brian Warnersplit filetree_new.py up into smaller pieces, in a...
2007-01-17 Brian Warnerhush pyflakes warnings
2007-01-17 Brian Warnerupdate URI format, include codec name
2007-01-17 Brian WarnerMakefile: use absolute paths when setting PYTHONPATH
2007-01-17 Brian Warnerwebish: add PBURL to the all-peers table on the welcome...
2007-01-17 Brian Warnerencode_new.py: recent Foolscap accepts 'None' as a...
2007-01-17 Brian Warnerwebish: more verifierid-to-uri transition
2007-01-17 Brian Warnervdrive/webish: finish verifierid/uri transition
2007-01-17 Brian Warnerupload: fix typo in debug messages
2007-01-17 Brian Warnerupload: rearrange peer-selection code to be more readab...
2007-01-17 Brian Warneroops, fix that NotEnoughPeersError instrumentation
2007-01-17 Brian Warneradd better error reporting to NotEnoughPeersError
2007-01-16 Brian Warnerchange upload to push 2 shares instead of 3
2007-01-16 Brian Warnernow that foolscap-0.0.7 accepts connect-to-self, allow...
2007-01-16 Brian Warnerhush pyflakes warnings
2007-01-16 Brian Warnerrearrange encode/upload, add URIs, switch to Replicatin...
next