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
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-03
net: add CThreadInterrupt and InterruptibleSleep
Cory Fields
2016-12-21
build: Include cuckoocache header in Makefile
MarcoFalke
2016-12-20
Added std::unique_ptr<> wrappers with deleters for libevent modules.
Karl-Johan Alm
2016-12-19
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-15
Simple fuzzing framework
Patrick Strateman
2016-12-03
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-25
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-10-27
support: Add LockedPool
Wladimir J. van der Laan
2016-10-21
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-09-21
Add MIT license to Makefiles
Luke Dashjr
2016-09-08
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields
2016-08-12
net: fixup nits
Cory Fields
2016-07-31
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields
2016-06-19
Add partial-block block encodings API
Matt Corallo
2016-06-10
Merge #8133: build: Finish up out-of-tree changes
Wladimir J. van der Laan
2016-06-03
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-02
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-06-01
build: more out-of-tree fixups
Cory Fields
2016-06-01
build: out-of-tree fixups
Cory Fields
2016-06-01
Merge #7689: Replace OpenSSL AES with ctaes-based version
Pieter Wuille
2016-05-29
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-27
build: Enumerate ctaes rather than globbing
Cory Fields
2016-05-13
crypter: shuffle Makefile so that crypto can be used by the wallet
Cory Fields
2016-05-13
Add ctaes-based constant time AES implementation
Pieter Wuille
2016-04-19
leveldb: integrate leveldb into our buildsystem
Cory Fields
2016-04-19
Merge #7787: [Moveonly] Create ui_interface.cpp
Wladimir J. van der Laan
2016-04-19
Move ui_interface.cpp to libbitcoin_server_a_SOURCES
MarcoFalke
2016-04-18
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-04
Use relative paths instead of absolute paths
Pavel Janík
2016-04-02
[ui] Move InitError, InitWarning, AmountErrMsg
MarcoFalke
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-18
Remove p2p alert handling
BtcDrak
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-02-10
make clean should clean .a files
Pavel Janík
2016-02-04
Merge #7349: Build against system UniValue when available
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-02
Merge #7091: Consensus build package
Wladimir J. van der Laan
2016-01-31
Bugfix: Always include univalue in DIST_SUBDIRS
Luke Dashjr
2016-01-28
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-26
release: add check-symbols and check-security make targets
Cory Fields
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-20
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Wladimir J. van der Laan
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-19
RPC: indicate which transactions are replaceable
Suhas Daftuar
2016-01-15
Build against system UniValue when available
Luke Dashjr
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
[next]