aboutsummaryrefslogtreecommitdiffstats
path: root/src/note.c
Commit message (Expand)AuthorAgeFilesLines
* 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