about summary refs log tree commit homepage
tag namev2.1.0 (eda28e6fc89fc87bfe1acf9c1de3c9c5ac5b1a95)
tag date2009-04-11 20:04:14 -0700
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 3299ed2412...
downloadmogilefs-client-2.1.0.tar.gz
mogilefs-client 2.1.0
= 2.1.0
* MySQL interface returns integer length and devcount (API change)
* Ensure store_{content,file} always returns size (API fix)
* Add get_uris API method
* Respect timeout when doing get_file_data
* MySQL interface filters out URLs for down/dead hosts/devices
* Really remove all NFS support
* get_file in slurp mode slurps all output correctly

Eric Wong (18):
      tests: retry random ports correctly
      test_mogilefs: fix race conditions
      MySQL interface returns integer length and devcount
      Respect timeout when doing get_file_data
      Unify internal HTTP GET/HEAD methods
      Close socket we create before raising exceptions
      Compact get_paths output so we don't have nils
      Really remove all NFS support
      README: add a note about emailing me
      Extra checking for full_timeout in sysread_full
      Add get_uris API method
      verify_uris: use write_nonblock instead of syswrite
      README: add links to the repo.or.cz mirror
      mysql: filter out URLs for down/dead hosts/devices
      mog: small cleanup
      Ensure store_{content,file} always returns size
      GNUmakefile: better logging/output control
      mogilefs-client 2.1.0

godfat (1):
      call IO.select([sock]) if sock is not ready.