index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few "Uninitialized scalar field" warnings
Wladimir J. van der Laan
2014-08-28
1
-2
/
+5
*
Merge pull request #4748
Pieter Wuille
2014-08-26
1
-0
/
+1
|
\
|
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
|
Use const CCoinsView's at some places.
Daniel Kraft
2014-08-26
1
-2
/
+2
*
|
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-2
/
+2
|
/
*
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-14
1
-0
/
+9
*
Process fee estimate file into temporary vector first to let sanity checking ...
Alex Morcos
2014-07-29
1
-4
/
+15
*
Fix minor bug which only affected log messages.
Alex Morcos
2014-07-28
1
-2
/
+6
*
Fixed a bug with index bounds checking
Alex Morcos
2014-07-27
1
-1
/
+1
*
Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache
Pieter Wuille
2014-07-23
1
-3
/
+4
*
Revert "Relay double-spends, subject to anti-DOS"
Wladimir J. van der Laan
2014-07-21
1
-0
/
+1
*
Move fee policy out of core
Gavin Andresen
2014-07-03
1
-13
/
+13
*
Sanity checks for estimates
Gavin Andresen
2014-07-03
1
-2
/
+7
*
Relay double-spends, subject to anti-DOS
Tom Harding
2014-06-27
1
-1
/
+0
*
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-26
1
-0
/
+29
*
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
1
-0
/
+370
*
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-7
/
+10
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-15
/
+46
*
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-2
/
+20
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-0
/
+162