aboutsummaryrefslogtreecommitdiffstats
path: root/src/note.c
Commit message (Expand)AuthorAgeFilesLines
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-144/+146
* Fix braces in if-else statementsLukas Fleischer2013-02-171-2/+2
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-122/+98
* Declare several parameters/variables constantLukas Fleischer2012-05-081-4/+4
* Add prototypes for hash table functionsLukas Fleischer2012-04-211-0/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Fix hash table issues with ISO C99Lukas Fleischer2012-02-191-3/+7
* Fix up strncat() usageLukas Fleischer2012-02-181-2/+2
* Split note file generation into separate functionLukas Fleischer2012-01-171-0/+19
* Do not cast unused return values to voidLukas Fleischer2011-11-021-1/+1
* Add a garbage collector for note filesLukas Fleischer2011-10-051-0/+113
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-10/+2
* Use hash-bashed file names in edit_note()Lukas Fleischer2011-10-051-11/+31
* Accept variable length note namesLukas Fleischer2011-10-051-3/+14
* Refactor out note deserializationLukas Fleischer2011-10-051-0/+9
* Refactor out note functionsLukas Fleischer2011-07-211-0/+90