index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-05-05
Merge #7966: http: Do a pending c++11 simplification handling work items
Wladimir J. van der Laan
2016-05-05
Merge #7953: Create signmessagewithprivkey rpc
Wladimir J. van der Laan
2016-05-05
Merge #7977: [trivial] Add missing const qualifiers.
Wladimir J. van der Laan
2016-05-05
Merge #7968: doc: Fedora build requirements
Wladimir J. van der Laan
2016-05-05
Merge #8002: [depends] Add -stdlib=libc++ to darwin CXX flags
Wladimir J. van der Laan
2016-05-05
http: use std::move to move HTTPRequest into HTTPWorkItem
Wladimir J. van der Laan
2016-05-05
http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest
Wladimir J. van der Laan
2016-05-05
http: Add log message when work queue is full
Wladimir J. van der Laan
2016-05-05
http: Do a pending c++11 simplification
Wladimir J. van der Laan
2016-05-05
Merge #8000: tinyformat: force USE_VARIADIC_TEMPLATES
Wladimir J. van der Laan
2016-05-04
doc: Fedora build requirements
Warren Togami
2016-05-04
Merge #7974: More comments on the design of AttemptToEvictConnection.
Wladimir J. van der Laan
2016-05-04
Merge #7975: [doc] Update bitcoin-core GitHub links
Wladimir J. van der Laan
2016-05-04
util: switch LogPrint and error to variadic templates
Wladimir J. van der Laan
2016-05-04
[depends] Add -stdlib=libc++ to darwin CXX flags
fanquake
2016-05-04
tinyformat: force USE_VARIADIC_TEMPLATES
Wladimir J. van der Laan
2016-05-04
Merge #7982: build: No need to check for leveldb atomics
Wladimir J. van der Laan
2016-05-04
Merge #7989: bitcoin-cli.cpp: Use symbolic constant for exit code
Wladimir J. van der Laan
2016-05-03
Merge #7980: [qa] smartfees: Properly use ordered dict
MarcoFalke
2016-05-02
[qa] Fix typos in doc and comments
Pavel Janík
2016-05-02
[qa] smartfees: Properly use ordered dict
MarcoFalke
2016-05-02
bitcoin-cli.cpp: Use symbolic constant for exit code
Puru
2016-05-02
Merge #7959: fix race that could fail to persist a ban
Wladimir J. van der Laan
2016-05-02
Merge #7964: Minor changes for c++11 consistency
Wladimir J. van der Laan
2016-04-30
build: No need to check for leveldb atomics
Cory Fields
2016-04-30
[trivial] Add missing const qualifiers.
Daniel Kraft
2016-04-29
More comments on the design of AttemptToEvictConnection.
Gregory Maxwell
2016-04-29
[doc] Update bitcoin-core GitHub links
MarcoFalke
2016-04-29
Merge #7807: Fixed miner test values, gave constants for less error-prone val...
MarcoFalke
2016-04-28
Test for signing messages
Andrew Chow
2016-04-28
Merge #7962: CalculateNextWorkRequired Cleanup
Wladimir J. van der Laan
2016-04-28
Merge #7926: [RPC] push back getaddednodeinfo dead value
Wladimir J. van der Laan
2016-04-28
Merge #7952: Log invalid block hash to make debugging easier.
Wladimir J. van der Laan
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-28
chain: define enum used as bit field as uint32_t
Wladimir J. van der Laan
2016-04-28
Merge #7514: Fix IsInitialBlockDownload for testnet
Wladimir J. van der Laan
2016-04-28
Merge #7939: qt: Make it possible to show details for multiple transactions
Wladimir J. van der Laan
2016-04-28
Merge #7165: build: Enable C++11 in build, require C++11 compiler
Wladimir J. van der Laan
2016-04-28
doc: Add note about new build/test requirements to release notes
Wladimir J. van der Laan
2016-04-28
build: update ax_cxx_compile_stdcxx to serial 4
Wladimir J. van der Laan
2016-04-27
Deprecating the remaining LogPrintf dependencies that were made obsolete in P...
21E14
2016-04-27
fix race that could fail to persist a ban
Kaz Wesley
2016-04-27
Merge #7954: build: quiet annoying warnings without adding new ones
Wladimir J. van der Laan
2016-04-27
depends: use c++11
Cory Fields
2016-04-27
Create signmessagewithprivkey rpc
Andrew
2016-04-27
Merge #7951: [qa] test_framework: Properly print exception
MarcoFalke
2016-04-27
build: quiet annoying warnings without adding new ones
Cory Fields
2016-04-26
Log invalid block hash to make debugging easier.
Pavel Janík
2016-04-26
[qa] test_framework: Properly print exceptions and assert empty dict
MarcoFalke
2016-04-26
build: Enable C++11 build, require C++11 compiler
Wladimir J. van der Laan
[next]