1. 25 2月, 2014 22 次提交
  2. 20 2月, 2014 10 次提交
  3. 18 2月, 2014 4 次提交
  4. 17 2月, 2014 3 次提交
    • A
      Test: code to test server availability refactored. · 0886c98f
      antirez 提交于
      Some inline test moved into server_is_up procedure.
      Also find_available_port was moved into util since it is going
      to be used for the Sentinel test as well.
      0886c98f
    • A
      Get absoulte config file path before processig 'dir'. · 4237f14a
      antirez 提交于
      The code tried to obtain the configuration file absolute path after
      processing the configuration file. However if config file was a relative
      path and a "dir" statement was processed reading the config, the absolute
      path obtained was wrong.
      
      With this fix the absolute path is obtained before processing the
      configuration while the server is still in the original directory where
      it was executed.
      4237f14a
    • A
      Sentinel: better specify startup errors due to config file. · 5efee4f0
      antirez 提交于
      Now it logs the file name if it is not accessible. Also there is a
      different error for the missing config file case, and for the non
      writable file case.
      5efee4f0
  5. 13 2月, 2014 1 次提交