about summary refs log tree commit homepage
path: root/lib/mogilefs.rb
DateCommit message (Expand)
2019-01-02update URLs to point to wiki
2015-06-25doc: avoid inadvertantly documenting the Process class
2015-05-28avoid defineclass instructions for empty classes
2015-05-27use monotonic clock if possible on Ruby 2.1+
2012-10-31net-http-persistent usage respects timeouts
2012-10-31avoid documenting internal constant (NHP)
2012-10-24optionally use net-http-persistent for StringIO
2012-02-28doc: update to not refer to MogileFS 2.55 specifically
2011-12-11misc. documentation improvements
2011-12-10rename "Put" namespace to "NewFile"
2011-12-08reorganize largefile support code
2011-12-07new_file gains a :largefile => :chunked option
2011-11-18mogilefs: documentation update
2011-11-18make MogileFS.io= an accessor
2011-11-12fix misnamed exceptions
2011-11-11Merge remote-tracking branch 'origin/pipeline'
2011-11-11auto-generate mogilefs/version from git
2011-11-11initial pipeline API
2011-11-10doc: misc updates
2011-11-10documentation/packaging updates
2011-11-10backend: more descriptive error for backends being unreachable
2011-11-07avoid circular requires
2011-11-05redo IO.copy_stream usage
2011-11-05make EmptyPathError more descriptive
2011-11-05rename httpfile => http_file
2011-01-12mogilefs-client 2.2.0 v2.2.0
2010-02-19bump VERSION to 3.0.0pre
2009-11-20set encoding: binary for all files
2009-04-11mogilefs-client 2.1.0 v2.1.0
2009-03-02mogilefs-client 2.0.2 v2.0.2
2009-02-25mogilefs-client 2.0.1 v2.0.1
2008-12-23Remove NFS support
2008-12-22Replace TCPSocket + timeout code with Socket + IO.select
2008-12-10initial bigfile read support
2008-10-15Start working on v2.0.0 entry and notes
2008-10-15Replace the last of the ad-hoc RuntimeError exceptions
2008-10-15Backend: convert socket/invalid response errors to exceptions
2008-10-15Raise MogileFS::ReadOnly error for readonly instances
2008-10-15create MogileFS::Error class to base our other errors off of
2008-10-02Version 1.3.1 v1.3.1
2008-09-18Version 1.3.0 v1.3.0
2008-03-21Import mogilefs-client converted to Hoe.