aboutsummaryrefslogtreecommitdiffstats
path: root/sds.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-06SDS Header pointer math rewritten in a more elegant form.antirez1-17/+17
2014-02-06Join functions improved.antirez1-2/+14
2014-02-06sdscatrepr() test added.antirez1-0/+7
2014-02-06sdstrim() return type changed to void.antirez1-3/+3
2014-02-02Test fixed to work with new sdsrange() API.antirez1-6/+12
2014-02-02Use standard malloc() instead of zmalloc().antirez1-16/+16
2014-02-02Copyright year updated to 2014.antirez1-2/+2
2014-02-02Forked from sds.c in Redis to create a standalone project.antirez1-0/+882