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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-05
blockfilter: Use unordered_set instead of set in blockfilter.
Jim Posen
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-09-27
Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
MarcoFalke
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-13
build: Remove libssl from LDADD unless gui
MarcoFalke
2018-09-13
configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx
Luke Dashjr
2018-09-12
build: Move interfaces/* to libbitcoin_server
Wladimir J. van der Laan
2018-09-07
[build] Move dummy wallet into its own .cpp file.
John Newbery
2018-08-25
blockfilter: Implement GCSFilter constructors.
Jim Posen
2018-08-25
blockfilter: Declare GCSFilter class for BIP 158 impl.
Jim Posen
2018-07-27
Output descriptors module
Pieter Wuille
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
2018-07-17
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-12
Merge #13177: GCC-7 and glibc-2.27 back compat code
Wladimir J. van der Laan
2018-07-09
Merge #13386: SHA256 implementations based on Intel SHA Extensions
Wladimir J. van der Laan
2018-07-09
Merge #13570: RPC: Add new "getzmqnotifications" method
Wladimir J. van der Laan
2018-07-10
segwit support for createmultisig RPC
Anthony Towns
2018-07-09
Add outputtype module
Anthony Towns
2018-07-05
Merge #12788: [build] Tune wildcards for LIBSECP256K1 target
Wladimir J. van der Laan
2018-07-05
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-06-26
Add SHA256 implementation using using Intel SHA intrinsics
Pieter Wuille
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-18
Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
Chun Kuan Lee
2018-06-12
[build] Tune wildcards for LIBSECP256K1 target
Karl-Johan Alm
2018-06-11
Merge #13408: crypto: cleanup sha256 build
Wladimir J. van der Laan
2018-06-06
crypto: cleanup sha256 build
Cory Fields
2018-06-04
MOVEONLY: Move BaseIndex to its own file.
Jim Posen
2018-06-04
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-06-02
GCC-7 and glibc-2.27 compat code
Chun Kuan Lee
2018-05-29
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-22
build: split warnings out of CXXFLAGS
Cory Fields
2018-05-14
Merge #13005: Make --enable-debug to pick better options
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-25
[index] Create new TxIndex class.
Jim Posen
2018-04-18
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen
2018-04-17
Make --enable-debug to pick better options
Evan Klitzke
2018-04-08
Merge #12886: Introduce Span type and use it instead of FLATDATA
Wladimir J. van der Laan
2018-04-07
Merge #12906: Avoid `interface` keyword to fix windows gitian build
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
Add Slice: a (pointer, size) array view that acts like a container
Pieter Wuille
2018-04-04
Remove direct bitcoin calls from qt/splashscreen.cpp
Russell Yanofsky
[next]