summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some UTF-8 code that was having no effectkanreki2022-04-141-38/+5
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-0659-177/+177
* Avoid making references to nullKunht Kun2022-03-171-8/+24
* Avoid dereferencing null pointerKunht Kun2022-03-121-1/+2
* Ensure absolute path for includeKunht Kun2022-03-091-1/+1
* fileinfo_t: remove size memberMaximilian Eschenbacher2022-02-222-7/+2
* Revert "Use amount_width for balance report"John Wiegley2022-02-031-3/+3
* Use amount_width for balance reportVladimir Parfinenko2022-02-031-3/+3
* check that commodity format uses correct symbolChristopher Zimmermann2022-02-031-1/+4
* Revert "Revert "Revert "Change --invert to invert displayed amounts and total...John Wiegley2022-02-031-2/+1
* Revert "Revert "Revert "Compare price annotations using their textual renderi...John Wiegley2022-02-031-3/+1
* Revert "Revert "Compare price annotations using their textual rendering""John Wiegley2022-02-031-1/+3
* Revert "Revert "Change --invert to invert displayed amounts and totals, not a...John Wiegley2022-02-031-1/+2
* Use correct int return type for stream input operationskanreki2021-12-089-145/+107
* Fix --time-colon for negative time amountsRafael Ascensão2021-09-271-7/+3
* Fix silent errors when reading lines from input files.Austin Wise2021-08-241-2/+12
* Fix compilation with Boost 1.76Sam James2021-06-142-0/+4
* Escape all string values output by the lisp report.Richard M Kreuter2021-05-311-6/+6
* Fix amount tokenizer re: embedded minus sign.Donald Lam2021-05-021-2/+9
* Fix using day-of-week names for `xact` commandAlan Bram2021-04-101-13/+13
* Use Boost library to read argv as UTF-8 in WindowsDaniel Coonce2021-02-022-0/+9
* Create consistent buffer size.Daniel Coonce2021-02-022-2/+2
* Fix build for x86_64-w64-mingw32Daniel Coonce2021-02-023-4/+4
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-025-20/+66
* Replace if/else ladder in convert with loopKai Wohlfahrt2021-01-312-41/+19
* Add debit field to convert commandKai Wohlfahrt2021-01-312-8/+21
* compare_by_commodity: Always return the result of the recursive callChristoph Dittmann2021-01-301-6/+11
* format_t::truncate support wide charactersKuang-che Wu2021-01-172-10/+58
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-051-1/+5
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-1/+2
* Implement cryptographic access to files using GPGMEMichael Raitza2020-10-306-4/+378
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-5/+16
* Fix whitespace/tabsEmin Martinian2020-08-131-6/+6
* Make it so that the include directive sorts when using wildcards.Emin Martinian2020-08-131-4/+12
* Treat --depth like --collapse in registerRahix2020-07-211-1/+1
* collapse_posts: Use the existing accounts instead of tempsRahix2020-07-212-4/+12
* collapse_posts: Fix some postings getting lost when collapsingRahix2020-07-211-1/+1
* collapse_posts: Fix segfault when depth is too bigRahix2020-07-211-1/+1
* collapse_posts: Use --depth as the collapse_depthRahix2020-07-211-2/+8
* collapse_posts: Add a collapse_depth attributeRahix2020-07-212-6/+7
* first try for implementing --depth for registerjohannes@debussy2020-07-212-14/+32
* Use PAGER when environment variable is setMartin Michlmayr2020-06-181-10/+15
* Fix typos in commentsMartin Michlmayr2020-05-2110-11/+11
* Fix compilation warningMartin Michlmayr2020-05-181-1/+1
* Revert "Compare price annotations using their textual rendering"Martin Michlmayr2020-05-181-3/+1
* Revert "Change --invert to invert displayed amounts and totals, not amounts"Martin Michlmayr2020-05-181-2/+1
* Fix some typosMartin Michlmayr2020-05-161-1/+1
* Fix: library path issueHenrik Pingel2020-05-131-0/+1
* Revert "Correction to the way parens are parsed in query expressions"John Wiegley2020-05-072-47/+9
* Improve conditional for exclusive optionsMartin Michlmayr2020-05-071-1/+1