2007-03-09 |
Brian Warner | start work on a memory-measuring test tool |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Brian Warner | add test-pyfec target, not added to the main 'test... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Brian Warner | test_system.py: remove the lowered (20s) timeouts,... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | test_observer: improve test coverage |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | Makefile: add an upload-figleaf target, rather than... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | node.py: switch to using get_local_addresses_async... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | rearrange service startup a bit, now Node.startService... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | test_observer.py: remove the code that allows observers... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | add OneShotObserverList from the amdlib tree |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | control.py: fix get_memory_usage, add a sample client... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | iputil: switch to a scapy-inspired SIOCGIFADDR approach... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | iputil: use the subprocess module instead of os.popen |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | control: add RIControlClient, fix some pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | add a local foolscap control interface, to upload/downl... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | iputil: use explicit /sbin/ifconfig, to avoid depending... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | change node startup to put all local addresses in the... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | iputil: add get_local_addresses(), an attempt to enumer... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Brian Warner | util.iputil: try to survive not having a global network... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian Warner | add some questions to allmydata.interfaces |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Brian Warner | Makefile: update figleaf code to use INSTDIR instead... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian Warner | dummy line to show off buildbot |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Brian Warner | hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | update the use of the encoder API in download.py |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | fix purely syntactic merge conflict |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | use pyfec instead of py_ecc for erasure coding and... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | add mathutil.next_power_of_k() and mathutil.ave() |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | "make clean" recursively runs cleanup in subprojects... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | pyfec: version number bump to v0.99 |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | pyfec: add ACK and TODO |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | pyfec: add TODO |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | pyfec: fix typo in unit test |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Zooko O'Whielacronx | pyfec: fix preconditions and typing, remove unused... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Zooko O'Whielacronx | pyfec: licensing tweak |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian Warner | Makefile: $(PWD) doesn't always work, in particular... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Brian Warner | Makefile: parameterize 'trial' and 'python' to enable... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Brian Warner | Makefile: count-lines: ignore build/* files, also add... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Brian Warner | add new build/instdir directories to the boringfile |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | rename Crypto to allmydata.Crypto |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | cleanup new "instdir" on "make clean" |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: make it compatible with Python 2.4 as well as... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: silence compiler warnings, add -Wall to debugmod... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | change build system to use subpackages pristinely and... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: update performance measurements |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: merge conflict |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: fix docstring |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: fix preconditions, tighten internal C types... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: documentation and licensing |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Zooko O'Whielacronx | pyfec: COPYING |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Zooko O'Whielacronx | pyfec: add fec/__init__.py to import all the right... |
commit | commitdiff | tree | snapshot |
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 |
next |