Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-02-06 | README: add sequence numbers to advantages list. | antirez | 1 | -2/+2 |
2014-02-06 | README: first version of documentation is complete. | antirez | 1 | -0/+176 |
2014-02-06 | README: string quoting and tokenization documented. | antirez | 1 | -0/+125 |
2014-02-06 | Join functions improved. | antirez | 2 | -3/+16 |
2014-02-06 | sdscatrepr() test added. | antirez | 1 | -0/+7 |
2014-02-06 | indent README examples with 4 spaces. | antirez | 1 | -32/+38 |
2014-02-06 | README added, work in progress. | antirez | 1 | -0/+461 |
2014-02-06 | sdstrim() return type changed to void. | antirez | 2 | -4/+4 |
2014-02-03 | LICENSE file added. | antirez | 1 | -0/+24 |
2014-02-02 | .gitignore file added. | antirez | 2 | -0/+9 |
2014-02-02 | Test fixed to work with new sdsrange() API. | antirez | 2 | -6/+69 |
2014-02-02 | Use standard malloc() instead of zmalloc(). | antirez | 1 | -16/+16 |
2014-02-02 | Copyright year updated to 2014. | antirez | 2 | -4/+4 |
2014-02-02 | Forked from sds.c in Redis to create a standalone project. | antirez | 2 | -0/+982 |