2007-01-27 |
Zooko O'Whielacronx | pyfec: delete m-k of the tempfiles at random in the... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: execute tests on import of test_pyfec.py only... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: weaken preconditions -- you can have up to 256... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: move benchmark code from test_pyfec.py into... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: add utility functions to encode into a bunch... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: trivial formatting tweak |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: remove (optimize) unused code |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: make README.txt much more detailed and rename... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | rename the C extension from "fec" to "_fec" |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Brian Warner | fix some of the filetree/workqueue interface definitions |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | pyfec: add precondition checks on the values of k and... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | pyfec: trivial formatting |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | add README.txt |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | pyfec: improve package metadata |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | add copyright notices, license, attributions |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | add dummy function to see how fast we can read in a... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Zooko O'Whielacronx | add benchmark |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Zooko O'Whielacronx | fix tests to not require pyutil and other tweaks |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Zooko O'Whielacronx | add utility method file_fec |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Zooko O'Whielacronx | use buffers as generic "read" buffers instead of char... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Zooko O'Whielacronx | allow any sequence as input, not just List |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Zooko O'Whielacronx | add warning of subtle gotcha that can happen with mutab... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Brian Warner | download: update all users to match Zooko's change... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zooko O'Whielacronx | update interfaces and docs for codec |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zooko O'Whielacronx | add comment |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zooko O'Whielacronx | nicer API -- you don't have to shuffle the shares into... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Zooko O'Whielacronx | stricter typing -- using unsigned char for indexes... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Brian Warner | hush pyflakes |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Brian Warner | filetree: make delete() work |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Zooko O'Whielacronx | pyfec v0.9 |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Brian Warner | Makefile: add target to count lines of code and TODOs |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Brian Warner | filetree: change the way addpath works, now we add... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | filetree: add vdrive upload/download test, change workq... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | queen.sendOnly: ignore DeadReferenceError too |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | move IWorkQueue into allmydata.interfaces, give Virtual... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | move upload/download interfaces to allmydata.interfaces... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | test_filetree: more vdrive._get_file_uri() coverage |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | filetree: mark leaf nodes by adding is_leaf_subtree... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Brian Warner | filetree: test NoSuchDirectoryError in vdrive.list() |
commit | commitdiff | tree | snapshot |
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 |
next |