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
*
s/DOGE/DIS/g
Tomo Ueda
2021-09-02
1
-33
/
+33
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-70
/
+70
*
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-0
/
+2
*
Rename binaries to match Dogecoin
Ross Nicoll
2019-03-25
1
-89
/
+89
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-0
/
+3
*
Add PureHeader sources to libdogecoinconsensus
langerhans
2018-09-19
1
-0
/
+2
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-0
/
+8
*
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...
Warren Togami
2018-09-19
1
-0
/
+2
*
Add Dogecoin block subsidy calculations.
Ross Nicoll
2018-09-19
1
-0
/
+2
*
build: fix bitcoin-config.h regeneration after touching build files
Cory Fields
2017-05-31
1
-0
/
+8
*
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
|
\
[next]