30 Commits (f290a649f91dca1f8e4fe01e09f20eea2e52cbd8)

Author SHA1 Message Date
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Gavin Andresen 025d495481 Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Matt Corallo 56690a69d6 No reason to have any qrcode stuff in the bitcoind osx makefile. 13 years ago
sje397 22123c85f3 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 13 years ago
Gavin Andresen 1466b8b78a Rework unit tests so test_bitcoin.cpp does not #include them all 13 years ago
Pieter Wuille 95d888a6d1 Key import and export 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks 13 years ago
Gavin Andresen b50ac8f73e Mac OSX release process changes 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Gavin Andresen e9e7bb968b Update mac Makefile and build instructions to use MacPorts 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Gavin Andresen 81cadd74d2 Fix build: put back rules to build cryptopp files 13 years ago
Gavin Andresen 565c4771b6 Remove wxWidgets 13 years ago
Wladimir J. van der Laan e122e42354 assure that base bitcoind and bitcoin still build 13 years ago
Gavin Andresen 829e21733b CHECKMULTISIG unit tests. 13 years ago
Giel van Schijndel 507fd9d15b Start moving protocol-specific code to protocol.[ch]pp 13 years ago
Giel van Schijndel e49b83bb12 Cleanup makefiles such that diffs to them are smaller 13 years ago
Vegard Nossum e707d29dd6 Fix testing setup 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Matt Corallo 3f0950ea01 Revert "Make UPnP default on Bitcoin but not on Bitcoind." 13 years ago
Matt Corallo ee1f884229 Make UPnP default on Bitcoin but not on Bitcoind. 13 years ago
Gavin Andresen 8baf865c94 Boost unit-testing framework. 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago
Matt Corallo 7ee8e5bf86 Revert "OSX build tweaks (laszlo)" 13 years ago
Jeff Garzik 69ae372b51 OSX build tweaks (laszlo) 13 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 13 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
s_nakamoto fc73ad644f -- version 0.3.19 release 14 years ago
gavinandresen ed54768f5f -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. 14 years ago
s_nakamoto 0a61b0df12 propset svn:eol-style native 14 years ago
Satoshi Nakamoto 8a38d5663a enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit 14 years ago
Satoshi Nakamoto dd9e71843b correct typo for mac compile, update makefile to use llvm 14 years ago
s_nakamoto e6b7ab5749 enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit 14 years ago
laszloh 0c50722270 correct typo for mac compile, update makefile to use llvm 14 years ago
--author=Satoshi Nakamoto 31ffe954b6 fixed makefile.osx 14 years ago
s_nakamoto f6f8237a74 fixed makefile.osx 14 years ago
--author=Satoshi Nakamoto 3dd20ff2f8 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 14 years ago
s_nakamoto 813505cc13 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 14 years ago
Satoshi Nakamoto b6dc3b517b bitcoind now compiles without wxWidgets or wxBase 14 years ago
s_nakamoto 793200e5e9 bitcoind now compiles without wxWidgets or wxBase 14 years ago
s_nakamoto 3b7cd5d89a Gavin Andresen's JSON-RPC HTTP authentication, 14 years ago
Gavin Andresen fe98cf8dc5 Configuration file, HTTP Basic authentication 14 years ago
Gavin Andresen 8bd66202c3 Fix CRLF 14 years ago
s_nakamoto 124baa4ccb build-osx.txt build instructions and makefile.osx from Laszlo 14 years ago
s_nakamoto c2430126d7 GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, 15 years ago
s_nakamoto 5eede9d4d9 GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, 15 years ago
s_nakamoto e480659765 all builds are now with wxWidgets-2.9.0, we are now using UTF-8, 15 years ago
s_nakamoto bcd2714038 all builds are now with wxWidgets-2.9.0, we are now using UTF-8, 15 years ago