aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-06README: Add C highlight in example it was missing.antirez1-0/+2
2014-02-06Merge pull request #4 from dchest/patch-1Salvatore Sanfilippo1-1/+1
2014-02-06Merge pull request #2 from JuanitoFatas/patch/polish-readmeSalvatore Sanfilippo1-194/+292
2014-02-06Fix list item indentationDmitry Chestnykh1-1/+1
2014-02-06SDS Header pointer math rewritten in a more elegant form.antirez2-19/+19
2014-02-06quick pass to polish readme.Juanito Fatas1-194/+292
2014-02-06Two examples fixed.antirez1-3/+3
2014-02-06README: fixed sdscatprintf() example.antirez1-1/+1
2014-02-06README: sentence improved in concatenating strings sec.antirez1-1/+1
2014-02-06README: advantages/disadvantages layout improved.antirez1-5/+6
2014-02-06README typo: filed -> field.antirez1-1/+1
2014-02-06Merge branch 'master' of github.com:antirez/sdsantirez1-19/+26
2014-02-06README: fixed missing quote.antirez1-1/+1
2014-02-06Merge pull request #1 from frodsan/patch-1Salvatore Sanfilippo1-19/+26
2014-02-06Fix markdown.Francesco RodrĂ­guez1-19/+26
2014-02-06Markdown list removed from README where it caused issues.antirez1-10/+3
2014-02-06Markdown fix try #2.antirez1-0/+3
2014-02-06README: fix markdown format for code after bullet list.antirez1-0/+3
2014-02-06README: add sequence numbers to advantages list.antirez1-2/+2
2014-02-06README: first version of documentation is complete.antirez1-0/+176
2014-02-06README: string quoting and tokenization documented.antirez1-0/+125
2014-02-06Join functions improved.antirez2-3/+16
2014-02-06sdscatrepr() test added.antirez1-0/+7
2014-02-06indent README examples with 4 spaces.antirez1-32/+38
2014-02-06README added, work in progress.antirez1-0/+461
2014-02-06sdstrim() return type changed to void.antirez2-4/+4
2014-02-03LICENSE file added.antirez1-0/+24
2014-02-02.gitignore file added.antirez2-0/+9
2014-02-02Test fixed to work with new sdsrange() API.antirez2-6/+69
2014-02-02Use standard malloc() instead of zmalloc().antirez1-16/+16
2014-02-02Copyright year updated to 2014.antirez2-4/+4
2014-02-02Forked from sds.c in Redis to create a standalone project.antirez2-0/+982