index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: add --enable-werror option
Cory Fields
2017-02-23
1
-1
/
+1
*
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
1
-0
/
+1
|
\
|
*
Added std::unique_ptr<> wrappers with deleters for libevent modules.
Karl-Johan Alm
2016-12-20
1
-0
/
+1
*
|
net: add CThreadInterrupt and InterruptibleSleep
Cory Fields
2017-01-03
1
-0
/
+2
*
|
build: Include cuckoocache header in Makefile
MarcoFalke
2016-12-21
1
-0
/
+1
|
/
*
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-19
1
-0
/
+2
|
\
|
*
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
1
-0
/
+2
*
|
Simple fuzzing framework
Patrick Strateman
2016-12-15
1
-0
/
+1
|
/
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-2
/
+2
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-0
/
+2
*
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2016-11-25
1
-0
/
+1
*
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-11-02
1
-2
/
+2
|
\
|
*
support: Add LockedPool
Wladimir J. van der Laan
2016-10-27
1
-2
/
+2
*
|
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-10-21
1
-1
/
+1
|
/
*
Add MIT license to Makefiles
Luke Dashjr
2016-09-21
1
-0
/
+4
*
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields
2016-09-08
1
-0
/
+2
*
net: fixup nits
Cory Fields
2016-08-12
1
-1
/
+1
*
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields
2016-07-31
1
-0
/
+2
*
Add partial-block block encodings API
Matt Corallo
2016-06-19
1
-0
/
+2
*
Merge #8133: build: Finish up out-of-tree changes
Wladimir J. van der Laan
2016-06-10
1
-4
/
+4
|
\
|
*
build: more out-of-tree fixups
Cory Fields
2016-06-01
1
-0
/
+1
|
*
build: out-of-tree fixups
Cory Fields
2016-06-01
1
-4
/
+3
*
|
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-06-02
1
-0
/
+1
*
|
Merge #7689: Replace OpenSSL AES with ctaes-based version
Pieter Wuille
2016-06-01
1
-33
/
+32
|
\
\
|
*
|
build: Enumerate ctaes rather than globbing
Cory Fields
2016-05-27
1
-1
/
+7
|
*
|
crypter: shuffle Makefile so that crypto can be used by the wallet
Cory Fields
2016-05-13
1
-32
/
+23
|
*
|
Add ctaes-based constant time AES implementation
Pieter Wuille
2016-05-13
1
-1
/
+3
|
|
/
*
/
Always require OS randomness when generating secret keys
Pieter Wuille
2016-05-29
1
-1
/
+2
|
/
*
leveldb: integrate leveldb into our buildsystem
Cory Fields
2016-04-19
1
-16
/
+6
*
Merge #7787: [Moveonly] Create ui_interface.cpp
Wladimir J. van der Laan
2016-04-19
1
-0
/
+1
|
\
|
*
Move ui_interface.cpp to libbitcoin_server_a_SOURCES
MarcoFalke
2016-04-19
1
-1
/
+1
|
*
[ui] Move InitError, InitWarning, AmountErrMsg
MarcoFalke
2016-04-02
1
-0
/
+1
*
|
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-18
1
-2
/
+2
*
|
Use relative paths instead of absolute paths
Pavel Janík
2016-04-04
1
-1
/
+1
|
/
*
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-0
/
+1
*
Remove p2p alert handling
BtcDrak
2016-03-18
1
-2
/
+0
*
BIP9 Implementation
Pieter Wuille
2016-03-15
1
-0
/
+2
*
make clean should clean .a files
Pavel Janík
2016-02-10
1
-0
/
+1
*
Merge #7349: Build against system UniValue when available
Wladimir J. van der Laan
2016-02-04
1
-5
/
+10
|
\
|
*
Bugfix: Always include univalue in DIST_SUBDIRS
Luke Dashjr
2016-01-31
1
-3
/
+1
|
*
Build against system UniValue when available
Luke Dashjr
2016-01-15
1
-6
/
+13
*
|
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-54
/
+69
|
\
\
|
*
\
Merge #7091: Consensus build package
Wladimir J. van der Laan
2016-02-02
1
-44
/
+42
|
|
\
\
|
|
*
|
Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and depen...
Jorge Timón
2015-12-08
1
-7
/
+1
|
|
*
|
Build: Libconsensus: Move libconsensus-ready files to the consensus package
Jorge Timón
2015-12-08
1
-8
/
+8
|
|
*
|
Build: Consensus: Move consensus files from common to its own module/package
Jorge Timón
2015-12-08
1
-30
/
+34
|
|
|
/
|
*
|
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-28
1
-11
/
+11
|
|
\
\
|
|
*
|
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-11
/
+11
|
*
|
|
release: add check-symbols and check-security make targets
Cory Fields
2016-01-26
1
-1
/
+13
|
|
/
/
[next]