index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xact.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another whitespace change
John Wiegley
2024-08-05
1
-1
/
+1
*
Add whitespace to xact_t::hash
John Wiegley
2024-08-05
1
-0
/
+8
*
Add support for --hashes=sha512_256 as another algorithm
John Wiegley
2024-08-05
1
-2
/
+3
*
Make xact hashes independent of posting order
John Wiegley
2024-08-05
1
-3
/
+31
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
1
-0
/
+15
*
fix #2220, bucket transactions ignored with reg --related
Tavis Ormandy
2023-04-18
1
-1
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Fix balancing commodity with smaller unit.
Maria
2022-10-11
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Add an assertion to src/xact.cc
John Wiegley
2020-03-27
1
-0
/
+2
*
Simple whitespace fix
John Wiegley
2020-03-27
1
-1
/
+1
*
Ignore null deferred postings
Michael Budde
2019-01-23
1
-3
/
+5
*
Make automated transactions work with assertions
Christoph Dittmann
2018-06-09
1
-1
/
+2
*
Fix auto xact posts not getting applied to account total durring journal parse
DJ Edmonson
2018-03-23
1
-3
/
+6
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
Transfer null_post flags to generated postings
Aaron Lindsay
2018-01-09
1
-1
/
+1
*
[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
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
"mispelled" was misspelled
Joseph Mornin
2014-09-08
1
-1
/
+1
*
Preserve original cost basis when gain or loss is made
Martin Michlmayr
2014-07-14
1
-2
/
+4
*
Use the POST_COST_VIRTUAL flag when exchange commodities
John Wiegley
2014-05-08
1
-3
/
+3
*
Add the concept of "deferred postings"
John Wiegley
2014-04-13
1
-1
/
+4
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Remove some unnecessary and complicated logic
John Wiegley
2013-05-19
1
-34
/
+5
*
fix ledger xml output, remove ledger json command
Johann Klähn
2013-03-08
1
-12
/
+6
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
whitespace cleanup
Johann Klähn
2013-01-16
1
-5
/
+5
*
Properly handle metadata tags on auto-postings
John Wiegley
2012-11-12
1
-6
/
+21
*
Account names in auto-xacts can be format strings
John Wiegley
2012-11-12
1
-0
/
+9
*
Implemented Bug551 Automatic Transactions are cleared base on parent
Craig Earls
2012-10-23
1
-0
/
+8
*
Fixed a subtle memory overwrite
John Wiegley
2012-06-27
1
-8
/
+10
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-5
/
+5
*
Switched to Boost.PropertyTree for XML generation
John Wiegley
2012-05-18
1
-42
/
+16
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-5
/
+4
*
Resolve some issues with proof builds
John Wiegley
2012-04-15
1
-1
/
+2
*
Add 'data' member to account/journal objects
John Wiegley
2012-04-13
1
-0
/
+3
*
Simplified some code in xact.cc
John Wiegley
2012-03-23
1
-62
/
+42
*
Improved error reporting for bad account names
John Wiegley
2012-03-16
1
-2
/
+21
*
Added the notion of "virtual costs"
John Wiegley
2012-03-09
1
-1
/
+1
*
Added some missing DEBUG #if's
John Wiegley
2012-03-07
1
-0
/
+2
*
Deferred notes were being processed too late
John Wiegley
2012-03-07
1
-8
/
+8
*
Added parsing support for the many value directives
John Wiegley
2012-03-07
1
-0
/
+2
*
Call register_account for posts created by auto xacts
John Wiegley
2012-03-07
1
-2
/
+3
*
Corrected several compile and link problems
John Wiegley
2012-03-06
1
-0
/
+2
*
Added (disabled) code to stop sorting generated balancing postings
John Wiegley
2012-03-05
1
-3
/
+25
*
Added some DEBUG statements
John Wiegley
2012-03-05
1
-0
/
+2
*
When deleting a post from an xact, remove it from its account
John Wiegley
2012-03-05
1
-0
/
+2
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-2
/
+4
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
[next]