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
...
|
*
|
Fix for correctly including climits on certain platforms {DragonFlyBSD}.
sinetek
2015-04-25
1
-1
/
+1
*
|
|
Merge pull request #6135
Wladimir J. van der Laan
2015-05-15
1
-24
/
+24
|
\
\
\
|
*
|
|
Alphabetic order in makefile
Jorge Timón
2015-05-14
1
-24
/
+24
*
|
|
|
Merge pull request #6102
Wladimir J. van der Laan
2015-05-15
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add memusage.h
Pieter Wuille
2015-05-11
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #5964
Gavin Andresen
2015-05-14
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
CScheduler class for lightweight task scheduling
Gavin Andresen
2015-05-14
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #5159
Wladimir J. van der Laan
2015-05-13
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-05-13
1
-0
/
+2
|
|
/
*
/
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-0
/
+1
|
/
*
Consensus: Refactor: Introduce Consensus::Params class
Jorge Timón
2015-03-25
1
-0
/
+1
*
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Jorge Timón
2015-03-24
1
-0
/
+2
*
wallet: move crypter to wallet
Cory Fields
2015-03-22
1
-2
/
+2
*
Merge pull request #5745
Wladimir J. van der Laan
2015-03-20
1
-10
/
+10
|
\
|
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-10
/
+10
*
|
allocators: split allocators and pagelocker
Cory Fields
2015-03-20
1
-2
/
+4
|
/
*
build: Endian compatibility
Wladimir J. van der Laan
2015-03-06
1
-0
/
+2
*
Merge pull request #5819
Wladimir J. van der Laan
2015-03-03
1
-2
/
+0
|
\
|
*
build: remove libstdc++ backwards-compat
Cory Fields
2015-02-23
1
-2
/
+0
*
|
keys: remove libsecp256k1 verification until it's actually supported
Cory Fields
2015-03-02
1
-3
/
+0
|
/
*
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-02-15
1
-0
/
+2
*
Format build flags in src/Makefile.am.
randy-waterhouse
2015-01-30
1
-25
/
+27
*
Merge pull request #5506
Wladimir J. van der Laan
2015-01-26
1
-2
/
+0
|
\
|
*
Use libsecp256k1's RFC6979 implementation
Pieter Wuille
2015-01-06
1
-2
/
+0
*
|
Merge pull request #5542
Wladimir J. van der Laan
2015-01-08
1
-2
/
+2
|
\
\
|
*
|
Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unus...
Cory Fields
2015-01-06
1
-2
/
+2
*
|
|
Move arith_uint256 out of consensus and util
Pieter Wuille
2015-01-06
1
-2
/
+1
|
|
/
|
/
|
*
|
uint256->arith_uint256 blob256->uint256
Wladimir J. van der Laan
2015-01-05
1
-14
/
+17
|
/
*
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-05
1
-0
/
+2
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-5
/
+5
*
Merge pull request #5227
Wladimir J. van der Laan
2014-12-01
1
-3
/
+13
|
\
|
*
Add the RFC6979 PRNG
Pieter Wuille
2014-11-20
1
-0
/
+2
|
*
Add HMAC-SHA256
Pieter Wuille
2014-11-20
1
-0
/
+2
|
*
Split up crypto/sha2
Pieter Wuille
2014-11-20
1
-3
/
+9
*
|
Check for strnlen and provide it if it is not found.
Pavel Janík
2014-11-24
1
-0
/
+1
|
/
*
build: add --with-libs so that libs are optional
Cory Fields
2014-11-19
1
-0
/
+6
*
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields
2014-11-19
1
-0
/
+31
*
build: make a distinction between static app ldflags and static lib ldflags
Cory Fields
2014-11-19
1
-3
/
+3
*
build: secp256k1 as a subdir, since it's required
Cory Fields
2014-11-18
1
-3
/
+4
*
Always build and link libsecp256k1
Pieter Wuille
2014-11-18
1
-21
/
+9
*
Merge pull request #2844
Jeff Garzik
2014-11-18
1
-0
/
+1
|
\
|
*
Add unauthenticated HTTP REST interface to public blockchain data.
Jeff Garzik
2014-11-11
1
-0
/
+1
*
|
script: create sane error return codes for script validation and remove logging
Cory Fields
2014-11-14
1
-0
/
+2
|
/
*
Reduce bitcoin-tx dependencies
Pieter Wuille
2014-11-06
1
-4
/
+2
*
Reduce bitcoin-cli dependencies
Pieter Wuille
2014-11-05
1
-4
/
+1
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-0
/
+2
*
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
Cory Fields
2014-10-31
1
-0
/
+2
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-3
/
+3
*
Merge pull request #5100
Pieter Wuille
2014-10-28
1
-4
/
+8
|
\
|
*
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
1
-2
/
+2
[prev]
[next]