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
2014-08-15
build: fix automake warnings about the use of INCLUDES
Cory Fields
2014-08-03
Add built-in seeds for .onion
Wladimir J. van der Laan
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-17
build: silence false errors during make clean
Cory Fields
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-08
build: fix win32 static linking after libtool merge
Cory Fields
2014-07-01
secp256k1: Add build-side changes for libsecp256k1
Cory Fields
2014-06-28
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-06-25
Move coins.cpp and keystore.cpp to libbitcoin_common
Wladimir J. van der Laan
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-23
Refactor proof of work related functions out of main
jtimon
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-06-21
crypto: create a separate lib for crypto functions
Cory Fields
2014-06-21
build: move bitcoin-config.h to its own directory
Cory Fields
2014-06-21
Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible
Pieter Wuille
2014-06-21
Add built-in RIPEMD-160 implementation
Pieter Wuille
2014-06-21
Move crypto implementations to src/crypto/
Pieter Wuille
2014-06-21
Add built-in SHA-1 implementation.
Pieter Wuille
2014-06-21
Add a built-in SHA256/SHA512 implementation.
Pieter Wuille
2014-06-16
sanity: add libc/stdlib sanity checks
Cory Fields
2014-06-15
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-05
build: fix version dependency
Cory Fields
2014-06-05
build: quit abusing AM_CPPFLAGS
Cory Fields
2014-06-05
build: avoid the use of top_ and abs_ dir paths
Cory Fields
2014-06-05
build: Tidy up file generation output
Cory Fields
2014-06-05
build: nuke Makefile.include from orbit
Cory Fields
2014-06-05
build: Switch to non-recursive make
Cory Fields
2014-05-09
Move bignum.h to test/
Pieter Wuille
2014-04-22
Merge pull request #4042
Wladimir J. van der Laan
2014-04-22
Replace DecodeBase58/EncodeBase58 with direct implementation.
Pieter Wuille
2014-04-10
build: add an option for enabling glibc back-compat
Cory Fields
2014-03-26
Remove duplicate from src/makefile.am
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-18
configure: Internal changes to make building bitcoind and bitcoin-cli optional
Luke Dashjr
2014-01-18
Cleanup LevelDB library dependencies
Luke Dashjr
2014-01-11
makefile.am: split long lines into one file per line
Wladimir J. van der Laan
2014-01-07
build: Correctly put boost at end of LDADD
Wladimir J. van der Laan
2013-12-13
add new RPC implementation file `rpcmisc.cpp`
Wladimir J. van der Laan
2013-12-09
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-08
Merge pull request #3322
Wladimir J. van der Laan
2013-12-04
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-12-04
Add --disable-wallet option to build system
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-27
src/Makefile.am: Simplify clean of leveldb
Josh Triplett
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-14
Coin Control Features
Cozz Lovan
2013-11-11
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Luke Dashjr
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
[prev]
[next]