about summary refs log tree commit homepage
DateCommit message (Expand)
2009-03-02mogilefs-client 2.0.2 v2.0.2
2009-03-02Tasks to enforce permissions are set correctly
2009-02-26Update Manifest.txt with setup.rb
2009-02-26backend: don't blindly add "Error" to exception class names
2009-02-26backend: raise exceptions with the error message
2009-02-25README.txt: update documentation URL
2009-02-25mogilefs-client 2.0.1 v2.0.1
2009-02-25network: make verify_uris method more robust
2009-02-23Allow 'store_content' to be used with a streamable object
2009-02-23fix tests
2009-02-23Add setup.rb
2009-02-07test: workaround some concurrency issues in tests
2009-02-07backend: Allow TEST_DEAD_PORT to be set
2009-02-07test_util: cleanup forked servers
2009-02-07Rewrite tests to not use threads (1.9)
2009-02-07Force binary encoding on all objects
2009-02-07test_backend: 1.9 compatibility fixes
2009-02-07backend: Ruby 1.9-compatible url_escape
2009-02-07test/setup: don't blindly undefine default_test
2009-02-07MogileFS::Pool#use always returns nil
2009-02-02mogilefs-client 2.0.0 v2.0.0
2009-02-02backend: cleanup and simplify slightly
2009-01-28MogileFS::Mysql: refresh devices/domains on cache miss
2009-01-23GNUmakefile: add flog/flay targets
2009-01-23Remove unnecessary statements and temp variables
2009-01-23documentation updates
2009-01-23allow using the default class to store files
2009-01-06Enable test for db_backend
2009-01-06Manifest: add test/test_util.rb
2009-01-06test_backend: shorten timeout test
2009-01-06test_backend: race condition caused occasional test failures
2009-01-06syswrite_full: allow an optional timeout to be specified
2009-01-06Use syswrite_full where we previously used syswrite
2009-01-06Use syswrite_full when PUT-ing smaller files
2009-01-05Mysql: fix get_paths
2009-01-05Remove all trailing whitespace
2009-01-05Update Manifest, include Make target for generating it
2009-01-05mog: fix fallback to MOG_HOSTS env if MOG_TRACKERS is empty
2008-12-30Don't let size(key) get tricked by non-200 OK responses
2008-12-30Cleanup and document http_get_sock
2008-12-30new MogileFS::Network module, move verify_uris there
2008-12-29History: note that 2.0.0 is still a work-in-progress
2008-12-29sysrwloop: make sure descriptors are flushed and synced
2008-12-24GNUmakefile: allow "make test/test*.rb" to work
2008-12-24test_mogilefs: fix broken test case that was timing out
2008-12-24GNUmakefile: remove dependency on bash3
2008-12-24test_mogilefs: allow NR_CHUNKS to be overridable via env
2008-12-23shorten MogileFS__DbBackend test name
2008-12-23HTTPFile: handle multiple device failover correctly
2008-12-23MogileFS::MogileFS: simplify get_paths