about summary refs log tree commit homepage
DateCommit message (Expand)
2011-11-11list_keys/each_key: better handling of verbose listings pipeline
2011-11-11pipeline: make errors easier to debug by including the request
2011-11-11initial pipeline API
2011-11-11test/test_backend: fix broken escaping test
2011-11-11Rakefile: packaging updates
2011-11-11url_unescape: fix ordering of "+" => " " of swap
2011-11-10backend: factor out dispatch unlocked
2011-11-10doc: misc updates
2011-11-10admin: use Object#__send__ since Object#send can be overwritten
2011-11-10backend: avoid eval for defining error classes
2011-11-10Revert "Compact get_paths output so we don't have nils"
2011-11-10mogilefs/mogilefs: make @domain an accessor
2011-11-10get_paths defaults to noverify: true
2011-11-10test_http_reader: fix stupid/broken assertion
2011-11-10test/test_http_reader: fix unused var warning
2011-11-10documentation/packaging updates
2011-11-10backend: more descriptive error for backends being unreachable
2011-11-10ensure get_file_data users notice truncated responses
2011-11-10socket/pure_ruby: swap IO#wait for IO#select
2011-11-10test: set Thread.abort_on_exception= true
2011-11-10backend: fix idempotent retry logic
2011-11-09fix warnings, oops
2011-11-09backend: automatically retry on idempotent commands
2011-11-09avoid NilMethodError if get_file_data is passed an invalid key
2011-11-08Rakefile: remove ZenTest test dependency
2011-11-08get_file_data supports offset and count
2011-11-08update Manifest (ugh)
2011-11-08get_paths: expand and improve tests
2011-11-08get_uri: object allocation reduction
2011-11-08test/aggregate: not all Ruby implementations support "-n" well
2011-11-08test/exec: remove "uuid" gem dependency on 1.8
2011-11-08copy_stream (1.8) fix close issue
2011-11-08bigfile: explicitly close HTTPReader socket
2011-11-08http_reader: remove support for overriding http_method
2011-11-08split deprecated paths_size to its own file
2011-11-08http_* shorter error message for failures
2011-11-08backend: revert 1.8 splat breakage
2011-11-08get_file_data: avoid exposing users to copy_stream invocation
2011-11-08backend: small garbage reduction for url_decode
2011-11-08size/list_keys improvements
2011-11-08test/integration: skip dummy test with minitest
2011-11-08tests: migrate tests for modifying classes to test_fresh
2011-11-08mog: "ls -l" shows full key name
2011-11-08Fix Ruby 1.8 compatibility
2011-11-08add support for the file_debug command
2011-11-08add file_info command support and test
2011-11-08tests: include test for opening FIFO paths
2011-11-08Disable retries when storing non-rewindable data
2011-11-07http_reader: fix usage with pure sockets
2011-11-07avoid circular requires