|
cryptopp
|
disable SSE2 on 32-bit
|
2010-08-12 13:26:20 +00:00 |
|
json
|
json-spirit print reals with 8 decimal places,
|
2010-08-12 13:20:57 +00:00 |
|
locale
|
json-rpc password, minor UI tweaks, removed some outdated txt files
|
2010-07-19 01:18:46 +00:00 |
|
obj
|
added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
|
2010-07-27 20:43:55 +00:00 |
|
rc
|
fixed colors on ubuntu lucid,
|
2010-06-21 01:33:44 +00:00 |
|
xpm
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
base58.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
bignum.h
|
fixed segfault in bignum.h, additional security limits, refactoring
|
2010-07-31 20:12:05 +00:00 |
|
build-msw.txt
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
build-osx.txt
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
build-unix.txt
|
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
|
2010-08-10 16:01:23 +00:00 |
|
db.cpp
|
new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade
|
2010-08-04 01:51:34 +00:00 |
|
db.h
|
new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade
|
2010-08-04 01:51:34 +00:00 |
|
headers.h
|
bitcoind now compiles without wxWidgets or wxBase
|
2010-07-26 17:44:51 +00:00 |
|
init.cpp
|
json-spirit print reals with 8 decimal places,
|
2010-08-12 13:20:57 +00:00 |
|
init.h
|
bitcoind now compiles without wxWidgets or wxBase
|
2010-07-26 17:44:51 +00:00 |
|
irc.cpp
|
version 0.3.1 rc1
|
2010-07-19 01:02:04 +00:00 |
|
irc.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
key.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
license.txt
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
main.cpp
|
gethashespersec and added version and hashespersec to getinfo
|
2010-08-12 13:23:02 +00:00 |
|
main.h
|
gethashespersec and added version and hashespersec to getinfo
|
2010-08-12 13:23:02 +00:00 |
|
makefile.mingw
|
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
|
2010-08-10 16:01:23 +00:00 |
|
makefile.osx
|
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
|
2010-08-10 16:01:23 +00:00 |
|
makefile.unix
|
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
|
2010-08-10 16:01:23 +00:00 |
|
makefile.vc
|
fixed makefile.vc
|
2010-07-30 17:31:05 +00:00 |
|
net.cpp
|
always make 8 outbound connections even if have inbound,
|
2010-08-10 16:03:01 +00:00 |
|
net.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
noui.h
|
bitcoind now compiles without wxWidgets or wxBase
|
2010-07-26 17:44:51 +00:00 |
|
rpc.cpp
|
gethashespersec and added version and hashespersec to getinfo
|
2010-08-12 13:23:02 +00:00 |
|
rpc.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
script.cpp
|
fixed segfault in bignum.h, additional security limits, refactoring
|
2010-07-31 20:12:05 +00:00 |
|
script.h
|
fixed segfault in bignum.h, additional security limits, refactoring
|
2010-07-31 20:12:05 +00:00 |
|
serialize.h
|
gethashespersec and added version and hashespersec to getinfo
|
2010-08-12 13:23:02 +00:00 |
|
setup.nsi
|
new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade
|
2010-08-04 01:51:34 +00:00 |
|
strlcpy.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
ui.cpp
|
always make 8 outbound connections even if have inbound,
|
2010-08-10 16:03:01 +00:00 |
|
ui.h
|
bitcoind now compiles without wxWidgets or wxBase
|
2010-07-26 17:44:51 +00:00 |
|
ui.rc
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
uibase.cpp
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
uibase.h
|
Gavin Andresen's JSON-RPC HTTP authentication,
|
2010-07-26 17:40:05 +00:00 |
|
uint256.h
|
Fix CRLF
|
2010-07-14 15:54:31 +00:00 |
|
uiproject.fbp
|
Gavin Andresen's JSON-RPC HTTP authentication,
|
2010-07-26 17:40:05 +00:00 |
|
util.cpp
|
bitcoind now compiles without wxWidgets or wxBase
|
2010-07-26 17:44:51 +00:00 |
|
util.h
|
added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
|
2010-07-27 20:43:55 +00:00 |