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
2017-03-09
net: Disable P2P alert system
v0.10.5
Wladimir J. van der Laan
2016-01-20
[walletdb] Fix syntax error in key parser
MarcoFalke
2015-11-09
Bump version to 0.10.4, add release notes
v0.10.4rc1
v0.10.4
Wladimir J. van der Laan
2015-11-06
*: alias -h for --help
Daniel Cousens
2015-11-06
Clarification of unit test build instructions.
Eric Lombrozo
2015-11-06
Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a...
Luke Dashjr
2015-11-05
[Qt] Raise debug window when requested
MarcoFalke
2015-11-05
Fix locking in GetTransaction.
Alex Morcos
2015-11-05
Fix spelling of Qt
Diego Viola
2015-11-04
Update LevelDB
Pieter Wuille
2015-11-01
qt: Final translations update on 0.10 branch
Wladimir J. van der Laan
2015-10-23
Merge pull request #6706
Wladimir J. van der Laan
2015-10-23
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-10-11
Bump minrelaytxfee default
Wladimir J. van der Laan
2015-10-10
Do not store more than 200 timedata samples.
Pavel JanÃk
2015-10-09
Bump version to 0.10.3
Wladimir J. van der Laan
2015-10-09
qt: Translations update before 0.10.3
v0.10.3rc1
Wladimir J. van der Laan
2015-10-08
CLTV: Add more tests to improve coverage
Esteban Ordano
2015-10-08
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
2015-10-08
Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
Peter Todd
2015-10-08
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-10-08
Move LOCKTIME_THRESHOLD to src/script/script.h
Peter Todd
2015-10-08
Make CScriptNum() take nMaxNumSize as an argument
Peter Todd
2015-10-07
Test LowS in standardness, removes nuisance malleability vector.
Gregory Maxwell
2015-09-29
qt: periodic translations update
Wladimir J. van der Laan
2015-09-22
Merge pull request #6704
Wladimir J. van der Laan
2015-09-22
[QT] fix thin space word wrap line brake issue
Jonas Schnelli
2015-09-21
PARTIAL: typofixes (found by misspell_fixer)
Veres Lajos
2015-09-21
add support for miniupnpc api version 14
Pavel Vasin
2015-09-21
net: Set SO_REUSEADDR for Windows too
Cory Fields
2015-09-21
add unit test for CNetAddr::GetGroup.
Alex Morcos
2015-09-21
Fix masking of irrelevant bits in address groups.
Alex Morcos
2015-09-21
Handle leveldb::DestroyDB() errors on wipe failure
Adam Weiss
2015-09-21
Use unique name for AlertNotify tempfile
Casey Rodarmor
2015-09-21
Make sure LogPrint strings are line-terminated
J Ross Nicoll
2015-09-21
Avoid leaking file descriptors in RegisterLoad
Casey Rodarmor
2015-07-20
Fix warning introduced by #6412
Wladimir J. van der Laan
2015-07-20
Test whether created sockets are select()able
Pieter Wuille
2015-07-17
openssl: avoid config file load/race
Cory Fields
2015-06-15
Add option `-alerts` to opt out of alert system
Wladimir J. van der Laan
2015-06-15
Fix getbalance *
Tom Harding
2015-06-03
json: fail read_string if string contains trailing garbage
Wladimir J. van der Laan
2015-06-02
Remove P2SH coinbase flag, no longer interesting
Luke Dashjr
2015-05-27
Parameter interaction: disable upnp if -proxy set
Wladimir J. van der Laan
2015-05-27
Fix two problems in CSubNet parsing
Wladimir J. van der Laan
2015-05-27
Simplify code for CSubnet
Wladimir J. van der Laan
2015-05-12
Avoid crash on start in TestBlockValidity with gen=1.
Gregory Maxwell
2015-05-12
Translations update
Wladimir J. van der Laan
2015-05-12
Preparations for 0.10.2 release
Wladimir J. van der Laan
2015-05-10
don't imbue boost::filesystem::path with locale "C" on windows
Jonas Schnelli
[next]