summaryrefslogtreecommitdiff
path: root/src/note.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-10-13Always use memory management wrappersLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-22Refactor new_tempfile()Lukas Fleischer
2014-07-22Replace several uses of snprintf() by asprintf()Lukas Fleischer
2014-07-16Refactor wins_launch_external()Lukas Fleischer
2014-07-08Make sure that tmppath is always NULL-terminatedLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-21Add prototypes for hash table functionsLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2012-01-17Split note file generation into separate functionLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-10-05Add a garbage collector for note filesLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-10-05Use hash-bashed file names in edit_note()Lukas Fleischer
2011-10-05Accept variable length note namesLukas Fleischer
2011-10-05Refactor out note deserializationLukas Fleischer
2011-07-21Refactor out note functionsLukas Fleischer