index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-06-22
Merge #8222: Enable mempool consistency checks in unit tests
Wladimir J. van der Laan
2016-06-21
Fix LogPrint to LogPrintf
TheLazieR Yip
2016-06-20
Merge #8220: Stop trimming when mapTx is empty
Wladimir J. van der Laan
2016-06-20
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
Wladimir J. van der Laan
2016-06-20
Merge #7687: Stop treating importaddress'ed scripts as change
Wladimir J. van der Laan
2016-06-20
Merge #8210: [Qt] Bump to Qt5.6.1
Wladimir J. van der Laan
2016-06-20
Only pass -lQt5PlatformSupport if >=Qt5.6
Jonas Schnelli
2016-06-18
Enable mempool consistency checks in unit tests
Pieter Wuille
2016-06-18
Stop trimming when mapTx is empty
Pieter Wuille
2016-06-17
[wallet] tests: Don't use floating point
MarcoFalke
2016-06-16
Merge #7600: Mining: Select transactions using feerate-with-ancestors
Pieter Wuille
2016-06-16
Add unit tests for ancestor feerate mining
Suhas Daftuar
2016-06-16
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-06-16
Merge #7892: Add full UTF-8 support to RPC
Wladimir J. van der Laan
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsing
Wladimir J. van der Laan
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-16
Merge #8208: Do not set extra flags for unfiltered DNS seed results
Wladimir J. van der Laan
2016-06-16
Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...
Wladimir J. van der Laan
2016-06-16
[doc] Add website links to about dialog
MarcoFalke
2016-06-15
Allow disconnecting a netgroup with only one member in eviction.
Gregory Maxwell
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Do not set extra flags for unfiltered DNS seed results
Pieter Wuille
2016-06-15
Increase maximum orphan size to 100,000 bytes.
Gregory Maxwell
2016-06-15
Treat orphans as implicit inv for parents, discard when parents rejected.
Gregory Maxwell
2016-06-15
Adds an expiration time for orphan tx.
Gregory Maxwell
2016-06-14
Merge #7636: Add bitcoin address label to request payment QR code
Jonas Schnelli
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-14
Detect -usehd mismatches when wallet.dat already exists
Jonas Schnelli
2016-06-13
Randomize name lookup result in ConnectSocketByName
Pieter Wuille
2016-06-13
Prevent duplicate connections where one is by name and another by ip
Pieter Wuille
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-06-13
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
Add address label to request payment QR Code (QT)
Francesco 'makevoid' Canessa
2016-06-13
Merge #8141: Continuing port of java comparison tool
Wladimir J. van der Laan
2016-06-13
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-10
This eliminates the primary leak that causes the orphan map to
Gregory Maxwell
2016-06-10
Track orphan by prev COutPoint rather than prev hash
Pieter Wuille
2016-06-10
Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
Wladimir J. van der Laan
2016-06-10
qt: translations update
Wladimir J. van der Laan
2016-06-10
Merge #8133: build: Finish up out-of-tree changes
Wladimir J. van der Laan
2016-06-10
Merge #8181: build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-09
bulid: fix "make translate" when out-of-tree
Cory Fields
2016-06-09
Merge #7292: [RPC] Expose ancestor/descendant information over RPC
Pieter Wuille
2016-06-09
Add ancestor statistics to mempool entry RPC output
Suhas Daftuar
[next]