1. 26 12月, 2019 1 次提交
    • O
      config.c adjust config limits and mutable · 0c3fe52e
      Oran Agra 提交于
      - make lua-replicate-commands mutable (it never was, but i don't see why)
      - make tcp-backlog immutable (fix a recent refactory mistake)
      - increase the max limit of a few configs to match what they were before
      the recent refactory
      0c3fe52e
  2. 28 11月, 2019 1 次提交
    • O
      Converting more configs to use generic infra, and moving defaults to config.c · 18e72c5c
      Oran Agra 提交于
      Changes in behavior:
      - Change server.stream_node_max_entries from int64_t to long long, so that it can be used by the generic infra
      - standard error reply instead of "repl-backlog-size must be 1 or greater" and such
      - tls-port and a few TLS booleans were readable (config get) even when USE_OPENSSL was off (now they aren't)
      - syslog-enabled, syslog-ident, cluster-enabled, appendfilename, and supervised didn't have a get (now they do)
      - pidfile was initialized to NULL in InitServerConfig but had CONFIG_DEFAULT_PID_FILE in rewriteConfig (so the real default was "", but rewrite would cause it to be set), fixed the rewrite.
      - TLS config in server.h was uninitialized (if no tls config args were provided)
      
      Adding test for sanity and coverage
      18e72c5c
  3. 14 8月, 2018 1 次提交
  4. 12 8月, 2015 1 次提交
  5. 29 9月, 2014 1 次提交
  6. 12 2月, 2013 1 次提交
  7. 15 1月, 2013 1 次提交
  8. 07 4月, 2012 2 次提交
  9. 14 3月, 2012 1 次提交
  10. 23 1月, 2012 1 次提交
  11. 19 12月, 2011 1 次提交