2007-01-21 |
Brian Warner | more filetree, workqueue-boxes now hold serialized... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | filetree: start testing IVirtualDrive, beginning with... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | filetree: put SubTreeMaker and NodeMaker in separate... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | more filetree work, more tests now pass |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | more filetree, it's actually starting to make sense now |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | filetable: oops, os.listdir() does not guarantee sorted... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | filetree: more tests, still very early |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | filetree: refactor INode serialization, start on tests |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | more filetree hacking, still too early to test |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | checkpont more filetree stuff |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Brian Warner | snapshot filetree work: fix pyflakes complaints |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Brian Warner | snapshot filetree work: it's getting close |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Brian Warner | rename bin/allmydata to bin/allmydata-tahoe, so the... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Brian Warner | download.py: fix IDownloader to take a URI |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Brian Warner | update roadmap |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian Warner | filetree.interfaces: remove not-really-code to improve... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian Warner | figleaf.el: add code to auto-enable the annotation... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | improve test coverage a bit |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | webish: present real URI in directory listing, not... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | split filetree_new.py up into smaller pieces, in a... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | update URI format, include codec name |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | Makefile: use absolute paths when setting PYTHONPATH |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | webish: add PBURL to the all-peers table on the welcome... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | encode_new.py: recent Foolscap accepts 'None' as a... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | webish: more verifierid-to-uri transition |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | vdrive/webish: finish verifierid/uri transition |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | upload: fix typo in debug messages |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | upload: rearrange peer-selection code to be more readab... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | oops, fix that NotEnoughPeersError instrumentation |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian Warner | add better error reporting to NotEnoughPeersError |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian Warner | change upload to push 2 shares instead of 3 |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian Warner | now that foolscap-0.0.7 accepts connect-to-self, allow... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian Warner | hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian Warner | rearrange encode/upload, add URIs, switch to Replicatin... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian Warner | add simple metadata (a single string) to the storage... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Brian Warner | change IEncoder to ICodecEncoder, to match the previous... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Brian Warner | use the word 'codec' for erasure coding, for now. ... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian Warner | sendOnly: oops, I keep forgetting that you can't really... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian Warner | test_system.py: exercise queen.Roster._lost_node too |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | workqueue: more tests |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | workqueue: more tests, coverage now at 63.4%, yay |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | workqueue: more improvements, more tests |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | workqueue: start adding tests |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | figleaf.el: when converting to the elisp-readable forma... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian Warner | figleaf: delete coverage file (.figleaf) before each... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian Warner | rename the new filetable code to 'filetree', since... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Brian Warner | figleaf.el: add some emacs22 comments |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Brian Warner | Makefile: add a default target to just build the tree |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | fix pyflakes warning in debugshell, by providing a... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | use absolute import of 'allmydata.Crypto' rather than... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | workqueue: fix pyflakes warnings, code is still quite... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | debian: give incrementing version numbers to .deb packa... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | test_encode_share.py: fix some pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | add some (disabled) encoder benchmarking code |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | change Encoder to use py_ecc, now that it works |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Brian Warner | disable figleaf tracing during py_ecc, since it takes... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | encode.py: add some timing comments |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | only run a single (short) py_ecc test on slave3, since... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | encoding: fix the last py_ecc problem, tests pass now |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | change encode_new to use IEncoder |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | fix our use of py_ecc (set log2FieldSize=8 explicitly) |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | establish IEncoder/IDecoder, create suitable interfaces... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | figleaf.el: announce annotation/deannotation |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | more pyflakes cleanups |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian Warner | fix pyflakes warnings in figleaf |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Zooko O'Whielacronx | add padding to segments and convert type from string... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian Warner | improve figleaf: fix some line-numbering bugs, add... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian Warner | more figleaf emacs work: enable the minor mode, then... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian Warner | modify figleaf2html to show module names instead of... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian Warner | move figleaf2html and figleaf_htmlizer.py into our... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian Warner | figleaf: move a copy into allmydata.util.figleaf, updat... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Brian Warner | add some experimental emacs test-coverage-annotation... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Brian Warner | checkpoint work-in-progress for WorkQueue, a disk-persi... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Brian Warner | filetable_new: import py_ecc, make the tests get a... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Brian Warner | add __init__ and setup.py glue for py_ecc, so we can... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Zooko O'Whielacronx | make encode_new use py_ecc for real live erasure coding |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Zooko O'Whielacronx | import mathutil from pyutil |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Zooko O'Whielacronx | import py_ecc, a pure python fec by Emin Martinian... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Zooko O'Whielacronx | encode_new: fix a bug in subshare hashes and tidy-up... |
commit | commitdiff | tree | snapshot |
2006-12-25 |
Brian Warner | more filetable_new tests |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Brian Warner | filetable_new: fix the test |
commit | commitdiff | tree | snapshot |
2006-12-24 |
Brian Warner | checkpointing new filetable work.. tests don't pass yet |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | filetable: shuffle lines a bit to appease figleaf's... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | encode: start to fix a few problems, still a lot of... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | make initial simple encode_new test pass |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | Makefile: fix location of figleaf.excludes |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | Makefile: allow 'make test TEST=something.else' |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | Makefile: improve 'clean' target to remove debian/... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | Makefile: add pyflakes target, only covering allmydata... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | Makefile: add correct generated build/lib.linux-i686... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | move all packages into src/, fix allmydata.Crypto build... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | allmydata.Crypto: fix all internal imports |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | first cut at creating allmydata.Crypto, starting with... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | record some WIP structure for filetable |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | figleaf doesn't like the last line of a file to be... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Brian Warner | start work on new encoder, with merkle trees and subsha... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Brian Warner | move debugshell.py into allmydata/ |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Brian Warner | minor change to test buildbot triggering for new repository |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Brian Warner | figleaf gets confused when the last line of a file... |
commit | commitdiff | tree | snapshot |
next |