2007-03-30 |
Brian Warner | finish making the new encoder/decoder/upload/download... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | add unit tests and fix bugs in upload |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | add new test for doing an encode/decode round trip... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | uri.py: share counts are not base32-encoded |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | upload: change _compute_uri a bit, get infile in a... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | switch upload to use encode_new, fix a few things ... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | test_encode: make sure encode_new can produce the data... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | chunk.py: remove unused non-tagged hash code |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | encode_new: use tagged (sha256) hashes everywhere |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | import fileutil, some of which came from amdlib.util... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | finish storage server and write new download |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | TODOs |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | new upload and storage server |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | add TODO |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Brian Warner | chunk.py: fix a pyflakes warning |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | update feisty packaging |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | first attempt at adding debian packaging support for... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | node creation: be willing to utilize a pre-existing... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | webish: add 'my nodeid' to the page |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | change HashTree to use new hashutil convenience methods... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Zooko O'Whielacronx | hashutil: convenience methods for tagged and encoded... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Zooko O'Whielacronx | change #!/usr/bin/python to #!/usr/bin/env python |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | debian: add python-nevow to the sid dependencies |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | debian: add python-twisted, python-nevow, python-pyopen... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | fix the sid debian packaging too |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | probably fix the debian dapper packaging to include... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Peter Secor | tahoe readme - updated to included all packages and... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | test_iputil: remove the test that only works on linux... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Brian Warner | introducer: add some comments about separating nodeid... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | hush pyflakes warnings in codec and test_codec |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | encode_new.py: rearrange methods into the order in... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | update memory-footprint and share-size docs in ICodecEn... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: more thanks to Brian |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | pyfec: fix another error path, combine the type-level... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | pyfec: fix some error-checking, add more unit tests |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | document a proposed IDecoder interface, still pretty... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | document IEncoder, add Encoder.set_landlords() |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | encode_new.py: add comments, make variable names more... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | added a README explaining how to get started and what... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | remove left-over early encode mechanism |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | switch to pyfec |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: correctly handle wrongly typed input by raising... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | fix test_codec and test_upload to handle current API |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: fix bug in easyfec |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: add easyfec wrapper which takes a single string... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: add documentation, assertion, licence information |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | pyfec: add benchmark measurement on my cool new MacBook Pro |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | update ReplicatingEncoder and decoder to match the... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | ICodecEncoder: resolve some questions about the API... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | update the docs on ICodecEncoder and ICodecDecoder |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | fix some python2.5 incompatibilities, and remove an... |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Zooko O'Whielacronx | add verbosity option to bench |
commit | commitdiff | tree | snapshot |
2007-03-28 |
Brian Warner | test_introducer: flushEventualQueue at the end of the... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian Warner | complete the Introducer changes, separate out vdrive... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Zooko O'Whielacronx | add link to mailing list |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Peter Secor | pyfec repository description of how to download the... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Zooko O'Whielacronx | merge incomplete stuff with other patches |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Zooko O'Whielacronx | incomplete work to be finished elsewhere |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian Warner | hush a pyflakes warning |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Zooko O'Whielacronx | separate queen's service of introduction-to-the-network... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Brian Warner | more work on a memory-footprint test program |
commit | commitdiff | tree | snapshot |
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 |
next |