]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
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...
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-12 Brian Warneruse the word 'codec' for erasure coding, for now. ...
2007-01-10 Brian WarnersendOnly: oops, I keep forgetting that you can't really...
2007-01-10 Brian Warnertest_system.py: exercise queen.Roster._lost_node too
2007-01-09 Brian Warnerworkqueue: more tests
2007-01-09 Brian Warnerworkqueue: more tests, coverage now at 63.4%, yay
2007-01-09 Brian Warnerworkqueue: more improvements, more tests
2007-01-09 Brian Warnerworkqueue: start adding tests
2007-01-09 Brian Warnerfigleaf.el: when converting to the elisp-readable forma...
2007-01-09 Brian Warnerfigleaf: delete coverage file (.figleaf) before each...
2007-01-08 Brian Warnerrename the new filetable code to 'filetree', since...
2007-01-07 Brian Warnerfigleaf.el: add some emacs22 comments
2007-01-07 Brian WarnerMakefile: add a default target to just build the tree
2007-01-06 Brian Warnerfix pyflakes warning in debugshell, by providing a...
2007-01-06 Brian Warneruse absolute import of 'allmydata.Crypto' rather than...
2007-01-06 Brian Warnerworkqueue: fix pyflakes warnings, code is still quite...
2007-01-06 Brian Warnerdebian: give incrementing version numbers to .deb packa...
2007-01-06 Brian Warnertest_encode_share.py: fix some pyflakes warnings
2007-01-06 Brian Warneradd some (disabled) encoder benchmarking code
2007-01-06 Brian Warnerchange Encoder to use py_ecc, now that it works
2007-01-06 Brian Warnerdisable figleaf tracing during py_ecc, since it takes...
2007-01-05 Brian Warnerencode.py: add some timing comments
2007-01-05 Brian Warneronly run a single (short) py_ecc test on slave3, since...
2007-01-05 Brian Warnerencoding: fix the last py_ecc problem, tests pass now
2007-01-05 Brian Warnerchange encode_new to use IEncoder
2007-01-05 Brian Warnerfix our use of py_ecc (set log2FieldSize=8 explicitly)
2007-01-05 Brian Warnerestablish IEncoder/IDecoder, create suitable interfaces...
2007-01-05 Brian Warnerfigleaf.el: announce annotation/deannotation
2007-01-05 Brian Warnermore pyflakes cleanups
2007-01-05 Brian Warnerfix pyflakes warnings in figleaf
2007-01-05 Zooko O'Whielacronxadd padding to segments and convert type from string...
2007-01-04 Brian Warnerimprove figleaf: fix some line-numbering bugs, add...
2007-01-04 Brian Warnermore figleaf emacs work: enable the minor mode, then...
2007-01-04 Brian Warnermodify figleaf2html to show module names instead of...
2007-01-04 Brian Warnermove figleaf2html and figleaf_htmlizer.py into our...
2007-01-04 Brian Warnerfigleaf: move a copy into allmydata.util.figleaf, updat...
2007-01-02 Brian Warneradd some experimental emacs test-coverage-annotation...
2007-01-02 Brian Warnercheckpoint work-in-progress for WorkQueue, a disk-persi...
2007-01-02 Brian Warnerfiletable_new: import py_ecc, make the tests get a...
2007-01-02 Brian Warneradd __init__ and setup.py glue for py_ecc, so we can...
2006-12-29 Zooko O'Whielacronxmake encode_new use py_ecc for real live erasure coding
2006-12-29 Zooko O'Whielacronximport mathutil from pyutil
2006-12-29 Zooko O'Whielacronximport py_ecc, a pure python fec by Emin Martinian...
2006-12-29 Zooko O'Whielacronxencode_new: fix a bug in subshare hashes and tidy-up...
2006-12-25 Brian Warnermore filetable_new tests
2006-12-24 Brian Warnerfiletable_new: fix the test
2006-12-24 Brian Warnercheckpointing new filetable work.. tests don't pass yet
2006-12-14 Brian Warnerfiletable: shuffle lines a bit to appease figleaf's...
2006-12-14 Brian Warnerencode: start to fix a few problems, still a lot of...
2006-12-14 Brian Warnermake initial simple encode_new test pass
2006-12-14 Brian WarnerMakefile: fix location of figleaf.excludes
2006-12-14 Brian WarnerMakefile: allow 'make test TEST=something.else'
2006-12-14 Brian WarnerMakefile: improve 'clean' target to remove debian/...
2006-12-14 Brian WarnerMakefile: add pyflakes target, only covering allmydata...
2006-12-14 Brian WarnerMakefile: add correct generated build/lib.linux-i686...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...
2006-12-14 Brian Warnerallmydata.Crypto: fix all internal imports
2006-12-14 Brian Warnerfirst cut at creating allmydata.Crypto, starting with...
2006-12-14 Brian Warnerrecord some WIP structure for filetable
2006-12-14 Brian Warnerfigleaf doesn't like the last line of a file to be...
2006-12-14 Brian Warnerstart work on new encoder, with merkle trees and subsha...
2006-12-13 Brian Warnermove debugshell.py into allmydata/
2006-12-07 Brian Warnerminor change to test buildbot triggering for new repository
2006-12-07 Brian Warnerfigleaf gets confused when the last line of a file...
2006-12-07 Brian Warnerwebish: improve download, now you can just append the...
2006-12-07 Brian Warneradd a basic read-only webfront test
2006-12-07 Brian Warnerallow webfront to use a strports port specification
2006-12-07 Brian Warneradd figleaf-output target
next