aboutsummaryrefslogtreecommitdiffstats
path: root/src/note.c
Commit message (Expand)AuthorAgeFilesLines
* Extend use of note file for iCal importLars Henriksen2020-04-281-6/+1
* Fix missing EOL in imported noteLars Henriksen2020-03-271-1/+6
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Always NUL-terminate buffer in note_gc()Lukas Fleischer2018-05-261-0/+1
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Always use memory management wrappersLukas Fleischer2016-10-131-5/+5
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Refactor new_tempfile()Lukas Fleischer2014-07-221-9/+8
* Replace several uses of snprintf() by asprintf()Lukas Fleischer2014-07-221-9/+15
* Refactor wins_launch_external()Lukas Fleischer2014-07-161-2/+5
* Make sure that tmppath is always NULL-terminatedLukas Fleischer2014-07-081-0/+1
* 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