Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-25 | Make English more idiomatic in README. | John Zwinck | 1 | -31/+30 | |
2014-02-06 | Fixed num to string example. | antirez | 1 | -1/+1 | |
2014-02-06 | Fix broken markup hopefully. | antirez | 1 | -6/+6 | |
2014-02-06 | README: Add C highlight in example it was missing. | antirez | 1 | -0/+2 | |
2014-02-06 | Merge pull request #4 from dchest/patch-1 | Salvatore Sanfilippo | 1 | -1/+1 | |
Fix list item indentation | |||||
2014-02-06 | Merge pull request #2 from JuanitoFatas/patch/polish-readme | Salvatore Sanfilippo | 1 | -194/+292 | |
quick pass to polish readme. | |||||
2014-02-06 | Fix list item indentation | Dmitry Chestnykh | 1 | -1/+1 | |
2014-02-06 | SDS Header pointer math rewritten in a more elegant form. | antirez | 2 | -19/+19 | |
As suggested by unwind in the Hacker News site the calculation of "sh" could be improved. In his own words: "Since the entire idea is that the pointer on the left-hand side is to the type whose size should be subtracted, I think it's better not to repeat the type but to "lock it" to the pointer instead. This also (of course) means we can drop the parenthesis with sizeof, since those are only needed when its argument is a type name." | |||||
2014-02-06 | quick pass to polish readme. | Juanito Fatas | 1 | -194/+292 | |
2014-02-06 | Two examples fixed. | antirez | 1 | -3/+3 | |
2014-02-06 | README: fixed sdscatprintf() example. | antirez | 1 | -1/+1 | |
2014-02-06 | README: sentence improved in concatenating strings sec. | antirez | 1 | -1/+1 | |
2014-02-06 | README: advantages/disadvantages layout improved. | antirez | 1 | -5/+6 | |
2014-02-06 | README typo: filed -> field. | antirez | 1 | -1/+1 | |
2014-02-06 | Merge branch 'master' of github.com:antirez/sds | antirez | 1 | -19/+26 | |
2014-02-06 | README: fixed missing quote. | antirez | 1 | -1/+1 | |
2014-02-06 | Merge pull request #1 from frodsan/patch-1 | Salvatore Sanfilippo | 1 | -19/+26 | |
Fix markdown. | |||||
2014-02-06 | Fix markdown. | Francesco RodrĂguez | 1 | -19/+26 | |
2014-02-06 | Markdown list removed from README where it caused issues. | antirez | 1 | -10/+3 | |
2014-02-06 | Markdown fix try #2. | antirez | 1 | -0/+3 | |
2014-02-06 | README: fix markdown format for code after bullet list. | antirez | 1 | -0/+3 | |
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 | |
The original implementation of sdsjoin did not allowed a binary separator nor was able to handle sds strings contaning bianry data. sdsjoin() was modified to get a spearator length. sdsjoinsds() was added to join arrays of SDS strings. | |||||
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 | |
Low level functions and internals are still to document. | |||||
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 | |