index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for --hashes=sha512_256 as another algorithm
John Wiegley
2024-08-05
1
-5
/
+2
*
--hashes option requires an argument to specify the algorithm
John Wiegley
2024-08-05
1
-2
/
+17
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
1
-0
/
+3
*
Use #pragma once
Alexis Hildebrandt
2023-04-10
1
-4
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Change header guard names to use `INCLUDED_` prefix
Phil Newton
2022-04-06
1
-3
/
+3
*
Revert "Use an std::set instead of an std::list to store the the journal file...
John Wiegley
2018-06-18
1
-2
/
+2
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
don't add paths to files, if there is already a path that points to the same ...
Johannes Loher
2017-12-29
1
-1
/
+11
*
Use an std::set instead of an std::list to store the the journal file paths
Johannes Loher
2017-12-29
1
-2
/
+2
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
[ledger] Remove --cache option
Alexis Hildebrandt
2015-02-18
1
-2
/
+0
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Improve Embedded Python Support
ELIPTUS
2014-11-12
1
-0
/
+2
*
Adding option --no-aliases to completely disable alias expansion
Peter Feigl
2014-02-26
1
-0
/
+2
*
Adding option --recursive-aliases, adding documentation to man-page and manual
Peter Feigl
2014-02-26
1
-0
/
+2
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Add --time-colon option
Alexis Hildebrandt
2012-11-10
1
-0
/
+5
*
Added option --day-break
John Wiegley
2012-03-17
1
-0
/
+2
*
Fixed options processing of --value-expr
John Wiegley
2012-03-09
1
-2
/
+2
*
Added --value-expr option
John Wiegley
2012-03-09
1
-0
/
+3
*
Reworked the way that options are handled
John Wiegley
2012-03-09
1
-11
/
+7
*
Added int and str value expression functions
John Wiegley
2012-03-09
1
-0
/
+2
*
Use unique_ptr instead of std::auto_ptr
John Wiegley
2012-03-05
1
-2
/
+2
*
Allow --options to be added by the user in Python
John Wiegley
2012-03-01
1
-0
/
+1
*
Started writing Python unit tests
John Wiegley
2012-03-01
1
-1
/
+3
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-0
/
+3
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Added --check-payees option
John Wiegley
2012-02-27
1
-0
/
+2
*
Added new account/payee/commodity directives
John Wiegley
2012-02-27
1
-0
/
+6
*
Scopes can now provide a description of themselves
John Wiegley
2010-06-24
1
-0
/
+4
*
Added initial implementation of lot_*() functions
John Wiegley
2010-06-14
1
-0
/
+3
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-2
/
+1
*
Restored min() and max() virtual functions
John Wiegley
2010-06-13
1
-0
/
+2
*
Completely reworked argument passing in expressions
John Wiegley
2010-06-13
1
-4
/
+3
*
account(NAME) function can lookup account objects
John Wiegley
2010-06-13
1
-0
/
+2
*
Untabified all source files
John Wiegley
2010-06-11
1
-3
/
+3
*
A little bit of code cleanup
John Wiegley
2010-06-04
1
-1
/
+0
*
Changed --european option to --decimal-comma
John Wiegley
2010-06-01
1
-3
/
+3
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
session_t now holds a std::auto_prt<journal_t>
John Wiegley
2009-11-12
1
-3
/
+3
*
Removed a bunch of empty comments
John Wiegley
2009-11-08
1
-9
/
+0
*
Renamed --set-reported-account to just --account
John Wiegley
2009-11-06
1
-2
/
+2
*
Moved journal reading code into journal_t
John Wiegley
2009-11-05
1
-8
/
+0
*
Moved xdata clearing code into each type proper
John Wiegley
2009-11-05
1
-8
/
+0
*
Segregated symbols into 5 separate namespaces
John Wiegley
2009-11-04
1
-1
/
+2
*
Changed protection level of many parts of commodity_t
John Wiegley
2009-11-02
1
-1
/
+1
[next]