v2.1.0
tageda28e6fc89fc87bfe1acf9c1de3c9c5ac5b1a95
object 3299ed2412a2b27d88e04ce7c40416371507f8ec
authorEric Wong <normalperson@yhbt.net>
Sun, 12 Apr 2009 03:04:14 +0000 (11 20:04 -0700)
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.