Age | Commit message (Expand) | Author |
2016-03-27 | Do not assume that days always have 86400 seconds | Lukas Fleischer |
2016-02-15 | Improve ordering of appointments/events | Lukas Fleischer |
2016-01-30 | Update copyright ranges | Lukas Fleischer |
2016-01-13 | Add an option to filter by object hash | Lukas Fleischer |
2016-01-13 | Add long format specifiers "raw" and "hash" | Lukas Fleischer |
2016-01-13 | Implement {apoint,event,todo}_tostr() | Lukas Fleischer |
2015-05-20 | Add support for --filter-end-* to events | Lukas Fleischer |
2015-02-07 | Update copyright ranges | Lukas Fleischer |
2014-08-06 | Add pattern filter option | Lukas Fleischer |
2014-08-06 | Add item filters | Lukas Fleischer |
2013-04-14 | Use tabs instead of spaces for indentation | Lukas Fleischer |
2013-02-27 | Validate date/time when scanning items | Lukas Fleischer |
2013-02-04 | Update copyright ranges | Lukas Fleischer |
2012-11-23 | Merge branch 'maint' | Lukas Fleischer |
2012-11-22 | Replace localtime() with localtime_r() | Lukas Fleischer |
2012-07-07 | Remove the erase flag and legacy deletion code | Lukas Fleischer |
2012-07-07 | Refactor note removal | Lukas Fleischer |
2012-07-06 | Refactor *_dup() | Lukas Fleischer |
2012-06-30 | Remove legacy cut/paste code | Lukas Fleischer |
2012-06-30 | Revise cut/pasting | Lukas Fleischer |
2012-06-30 | Make *_free() public | Lukas Fleischer |
2012-06-30 | Revise *_delete{,_bynum}() | Lukas Fleischer |
2012-06-30 | Allow passing more complex data to list callbacks | Lukas Fleischer |
2012-06-30 | Remove unused functions | Lukas Fleischer |
2012-05-21 | Switch to Linux kernel coding style | Lukas Fleischer |
2012-04-06 | Miscellaneous small code cleanups | Lukas Fleischer |
2012-03-26 | Update copyright ranges | Lukas Fleischer |
2012-02-18 | Trap fgets() failure in *_scan() | Lukas Fleischer |
2011-11-02 | Remove parentheses from return statements | Lukas Fleischer |
2011-11-02 | Do not cast unused return values to void | Lukas Fleischer |
2011-10-21 | Make events start on 00:00 (12:00 a.m.) | Lukas Fleischer |
2011-10-21 | src/event.c: Fix event_inday() | Lukas Fleischer |
2011-10-05 | Do not unlink() note files on note removal | Lukas Fleischer |
2011-06-09 | Fix whitespace issues | Lukas Fleischer |
2011-04-22 | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer |
2011-04-19 | Use generic lists for events. | Lukas Fleischer |
2011-04-05 | Compare pointers to "NULL" instead of "0". | Lukas Fleischer |
2011-03-14 | Overall indentation fixes. | Lukas Fleischer |
2011-03-04 | Update website links to match the new URL. | Lukas Fleischer |
2011-03-04 | Update mail addresses to match the new mailing lists. | Lukas Fleischer |
2011-03-03 | Remove CVS "$Id" headers. | Lukas Fleischer |
2011-03-03 | Fixed file permissions. | Lukas Fleischer |
2010-03-20 | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot |
2009-07-19 | Make use of erase_note() whenever possible. | Frederic Culot |
2009-07-05 | Switch to BSD license. | Frederic Culot |
2009-05-22 | The buffer should be allocated dynamically, but I am quite busy right now :'(... | Frederic Culot |
2009-01-03 | more code cleanup | Frederic Culot |
2009-01-02 | various bugfixes | Frederic Culot |
2009-01-01 | cut/paste feature aded | Frederic Culot |
2008-12-28 | Added wrappers around libc's memory management functions, to easily debug mem... | Frederic Culot |