1. 05 Feb, 2020 1 commit
    • Oran Agra's avatar
      config.c verbose error replies for CONFIG SET, like config file parsing · ffdd0620
      Oran Agra authored
      We noticed that the error replies for the generic mechanism for enums
      are very verbose for config file parsing, but not for config set
      command.
      
      instead of replicating this code, i did a small refactoring to share
      code between CONFIG SET and config file parsing.
      
      and also renamed the enum group functions to be consistent with the
      naming of other types.
      ffdd0620
  2. 04 Feb, 2020 4 commits
  3. 03 Feb, 2020 3 commits
  4. 02 Feb, 2020 1 commit
  5. 30 Jan, 2020 2 commits
    • Salvatore Sanfilippo's avatar
      Merge pull request #6812 from guybe7/str_convert_fix · 53ac8c7d
      Salvatore Sanfilippo authored
      ld2string should fail if string contains \0 in the middle
      53ac8c7d
    • Guy Benoish's avatar
      ld2string should fail if string contains \0 in the middle · 2deb5551
      Guy Benoish authored
      This bug affected RM_StringToLongDouble and HINCRBYFLOAT.
      I added tests for both cases.
      
      Main changes:
      1. Fixed string2ld to fail if string contains \0 in the middle
      2. Use string2ld in getLongDoubleFromObject - No point of
         having duplicated code here
      
      The two changes above broke RM_SaveLongDouble/RM_LoadLongDouble
      because the long double string was saved with length+1 (An innocent
      mistake, but it's actually a bug - The length passed to
      RM_SaveLongDouble should not include the last \0).
      2deb5551
  6. 29 Jan, 2020 3 commits
  7. 15 Jan, 2020 2 commits
  8. 13 Jan, 2020 8 commits
  9. 10 Jan, 2020 7 commits
  10. 09 Jan, 2020 3 commits
  11. 08 Jan, 2020 6 commits