aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize variables in non-interactive mode in all casesLars Henriksen2018-08-191-3/+1
* Use a path instead of a file for -C optionQuentin Hibon2018-08-051-5/+5
* Add option to specify the configuration file usedQuentin Hibon2018-05-281-4/+10
* Allow for passing negative arguments to -dLukas Fleischer2017-12-131-10/+14
* Check for optional argument to -s optionLars Henriksen2017-08-121-0/+2
* Update copyright rangesLukas Fleischer2017-01-121-2/+2
* Do not start the daemon more than onceLukas Fleischer2016-10-191-0/+1
* Always use memory management wrappersLukas Fleischer2016-10-131-2/+2
* Support format strings when dumping imported itemsLukas Fleischer2016-02-111-6/+23
* Support format specifiers in grep modeLukas Fleischer2016-02-051-7/+24
* Refactor grep modeLukas Fleischer2016-02-051-2/+7
* Update copyright rangesLukas Fleischer2016-01-301-2/+2
* Fix behavior of --todo with an optional argumentLukas Fleischer2016-01-281-0/+2
* args.c: Revise help/usage/version outputLukas Fleischer2016-01-281-86/+33
* Add a --daemon command-line parameterLukas Fleischer2016-01-281-3/+11
* Export item UIDs upon requestLukas Fleischer2016-01-151-2/+7
* Add --list-imported command line optionLukas Fleischer2016-01-131-1/+7
* Add command line option to suppress dialogsLukas Fleischer2016-01-131-1/+5
* Implement filter modeLukas Fleischer2016-01-131-4/+8
* Add an option to filter by object hashLukas Fleischer2016-01-131-1/+6
* Use time_t instead of long in several placesLukas Fleischer2015-02-241-5/+6
* Use date_sec_change() for adding day deltasLukas Fleischer2015-02-221-4/+4
* Use LONG_MAX for invalid dates in parse_datearg()Lukas Fleischer2015-02-221-3/+3
* Update copyright rangesLukas Fleischer2015-02-071-2/+2
* Handle dates past January 19th, 2038Lukas Fleischer2015-02-071-2/+2
* Add io_load_data() wrapperLukas Fleischer2014-10-101-10/+5
* Fix parsing of times in parse_datetimearg()Lukas Fleischer2014-08-091-2/+2
* Extend date formats for filtersLukas Fleischer2014-08-091-14/+48
* Add --filter-{start,end}-rangeLukas Fleischer2014-08-081-0/+48
* Add a grep modeLukas Fleischer2014-08-071-3/+18
* args.c: Reword error messagesLukas Fleischer2014-08-061-14/+14
* Use backwards-compatible out format for queriesLukas Fleischer2014-08-061-10/+13
* Do not use filters in GC or import modeLukas Fleischer2014-08-061-4/+4
* Rework command line argument handlingLukas Fleischer2014-08-061-431/+164
* Allow for filtering TODO itemsLukas Fleischer2014-08-061-6/+28
* Add a query modeLukas Fleischer2014-08-061-6/+69
* Add pattern filter optionLukas Fleischer2014-08-061-33/+31
* Add item filtersLukas Fleischer2014-08-061-7/+118
* Allow for merging data files when reloadingLukas Fleischer2014-07-161-2/+2
* Fix segmentation faultLukas Fleischer2014-06-251-1/+1
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-181-1/+1
* ui-day: Large-scale refactoringLukas Fleischer2014-05-181-1/+3
* Add -l/--limit optionWilliam Pettersson2013-07-161-16/+39
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-541/+566
* Fix braces in if-else statementsLukas Fleischer2013-02-171-4/+5
* Update copyright rangesLukas Fleischer2013-02-041-2/+2
* io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-16/+16
* args.c: Several minor simplificationsLukas Fleischer2012-11-251-27/+13
* Merge branch 'maint'Lukas Fleischer2012-11-231-5/+5
|\
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-5/+5