1. 28 Apr, 2014 2 commits
    • antirez's avatar
      Added new sdscatfmt() %u and %U format specifiers. · 2d76736a
      antirez authored
      This commit also fixes a bug in the implementation of sdscatfmt()
      resulting from stale references to the SDS string header after
      sdsMakeRoomFor() calls.
      2d76736a
    • antirez's avatar
      sdscatfmt() added to SDS library. · 53575c47
      antirez authored
      sdscatprintf() relies on printf() family libc functions and is sometimes
      too slow in critical code paths. sdscatfmt() is an alternative which is:
      
      1) Far less capable.
      2) Format specifier uncompatible.
      3) Faster.
      
      It is suitable to be used in those speed critical code paths such as
      CLIENT LIST output generation.
      53575c47
  2. 24 Apr, 2014 10 commits
  3. 23 Apr, 2014 5 commits
  4. 22 Apr, 2014 3 commits
  5. 18 Apr, 2014 3 commits
  6. 17 Apr, 2014 8 commits
  7. 16 Apr, 2014 6 commits
  8. 15 Apr, 2014 2 commits
  9. 14 Apr, 2014 1 commit