about summary refs log tree commit homepage
DateCommit message (Expand)
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
2008-12-23Add GNU Makefile for running tests in a parallel
2008-12-23test/setup: remove rubygems and zentest assertions
2008-12-23test_client: make this work outside of "rake test"
2008-12-23backend: remove pointless connect_to method
2008-12-23test/setup: EACCES, not EACCES_S_
2008-12-23Make sure select(2) calls are IO.select
2008-12-23backend: remember to require 'thread' here
2008-12-23test/setup: TempServer saner port acquiry
2008-12-23Remove NFS support
2008-12-22HTTPFile: rename bigfile accessor to big_io
2008-12-22MogileFS::HTTPFile: support TCP_CORK on Linux
2008-12-22Create all sockets with TCP_NODELAY
2008-12-22Replace TCPSocket + timeout code with Socket + IO.select
2008-12-22test: remove FakeSocket code
2008-12-18Allow MogileFS::MogileFS to use :db_backend => MogileFS::Mysql
2008-12-18MogileFS::Mysql: sleep() is MogileFS::Backend-compatible
2008-12-18test: move mocks from test_mysql to test/setup
2008-12-18test_mysql: remove unnecessary requires
2008-12-18MogileFS::Mysql: start making this a backend for MogileFS::MogileFS
2008-12-18MogileFS::Mysql: list_keys returns nil if nothing was found