2006-12-03 |
Brian Warner | encode: delay completion until all our messages have... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | client: closures confuse me, late binding bites me... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | make sure the StorageServer goes underneath the client... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | improving system test, still broken, possibly a Foolsca... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | misc upload fixes and improvements |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | deal with the face that peerids are always binary in... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | avoid race conditions and multiple-notify in the Roster |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | make logging multiple nodes at once easier to follow |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | rearrange node startup again, allowing Tub.registerRefe... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | beginnings of a system test, with 5 nodes and a queen |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | rearrange client setup, factor out common Node function... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Zooko O'Whielacronx | prototype encoder |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Brian Warner | rearrange names, add more RemoteInterfaces to make... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | fix pyflakes warnings/errors |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | standardize on keeping nodeids (and all other SHA1... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | improve RemoteInterface specifications |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | add RemoteInterfaces (foolscap schemas). some tests... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | change bucket writer protocol, give Encoder a RemoteRef... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Brian Warner | add the 'Denver Airport' design doc, for Chord-based... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | upload: add WriterProxy |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | split 'Bucket' into separate subclasses for read and... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | prevent reading unfinished buckets |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | implement upload peer selection |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | allow buckets written by previous runs to be read |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | added read and cross check to storage unit test, minor... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | added storage test |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | fix another read_attr bug |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | fix counting of bytes written |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | fix bug in bucketstore read/write _attr |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | manhole: ctrl-h is Backspace, not Delete. War Is Peace... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | fix test cases to not use camelCase |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | roadmap: connection management v1 milestone done |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add Client.permute_peers |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | fix up StorageServer so that unit tests will run again |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | rerecord all the storageserver patches in one go |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | added 'debugshell' module a convenient dumping ground... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | added run-client2 target to makefile |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Rob Kinninmont | added create_dirs makefile target to create initial... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Rob Kinninmont | update assertutil to use twisted log instead of amdlib Log |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Rob Kinninmont | pulled in assertutil and with it humanreadable from... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add ctrl-U and ctrl-H handling to our form of Manhole |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | change manhole setup for queen too |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | change manhole setup for client: create authorized_keys... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | set Client.nodeid to our (ascii, base32) tubid |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add Client.get_remote_service utility method |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | ignore all client-basedirNN directories |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | fix losing-client-connection handler |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | implement more Roster stuff: add_peer, lost_peer. Chang... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | start developing Roster, track all active peers |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add Manhole to queen (port 8021), also change manhole... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add Manhole functionality to the client: port 8022... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | point client.tac at yumyum's queen |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | add roadmap |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Brian Warner | remove that queen_host stuff |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | help the queen have a persistent PBURL, have the client... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | start on client what-is-my-ipaddress functionality |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | actually add tests |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | add test infrastructure, use 'make test' to run it... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | create a Makefile to drive things |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | add beginning queen code |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | add darcs boringfile |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | create a stub Storage service, start work on publishing it |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | have client running, no queen to connect to yet |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | start client framework |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Brian Warner | some pointless fussing about with sizes.py |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Zooko O'Whielacronx | fix bug in simulator graphing (still doesn't work though) |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Zooko O'Whielacronx | attempt to graph utilization with pyrrd (doesn't quite... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Zooko O'Whielacronx | make Simulator instance s global so that I can play... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Brian Warner | fix delete |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Brian Warner | added a simulator tool |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Warner | emit tables up to 1TiB |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Brian Warner | tool to generate an overhead/alacrity table for various... |
commit | commitdiff | tree | snapshot |
|