summaryrefslogtreecommitdiff
path: root/src/session.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-3/+3
* --hashes option requires an argument to specify the algorithmJohn Wiegley2024-08-051-4/+4
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-3/+6
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Make explicit option a no-opCandyAngel2020-04-031-2/+3
* Revert "Use an std::set instead of an std::list to store the the journal file...John Wiegley2018-06-181-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* Use an std::set instead of an std::list to store the the journal file pathsJohannes Loher2017-12-291-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Item sorting should have access to the report scopeJohn Wiegley2017-01-041-3/+3
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Re-indent some code that was indented incorrectlyJohn Wiegley2015-07-301-41/+42
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-19/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Improve Embedded Python SupportELIPTUS2014-11-121-0/+5
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-3/+3
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-131-7/+9
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+5
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-0/+6
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Fixed problem finding the default priced file.Craig Earls2013-01-291-7/+8
* Merge pull request #107 from afh/pull/time_colonJohn Wiegley2013-01-291-1/+3
|\
| * Add --time-colon optionAlexis Hildebrandt2012-11-101-1/+3
* | Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-291-1/+5
* | change handling of standard inputJohann Klähn2013-01-171-1/+1
* | Revert "fix bug 788: behaviour of source_context for '-f -'"John Wiegley2013-01-161-1/+0
* | fix bug 788: behaviour of source_context for '-f -'Johann Klähn2013-01-151-0/+1
|/
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-4/+4
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
* Added option --day-breakJohn Wiegley2012-03-171-0/+3
* Fixed options processing of --value-exprJohn Wiegley2012-03-091-2/+5
* Added --value-expr optionJohn Wiegley2012-03-091-0/+2
* Added int and str value expression functionsJohn Wiegley2012-03-091-0/+19
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-0/+2
* Started writing Python unit testsJohn Wiegley2012-03-011-3/+36
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-6/+25
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* --explicit wasn't being handled correctlyJohn Wiegley2012-02-271-1/+3
* Added --check-payees optionJohn Wiegley2012-02-271-0/+3
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-0/+13
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+2
* Increase display precision of hours to 2 placesJohn Wiegley2010-12-121-1/+1
* Transactions no longer needed for budget/forecastJohn Wiegley2010-06-201-4/+6
* Added initial implementation of lot_*() functionsJohn Wiegley2010-06-141-1/+34
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-3/+1
* Restored min() and max() virtual functionsJohn Wiegley2010-06-131-0/+18
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-4/+3