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