dogecoin/src
Pieter Wuille 4b603f1cd6 Inline base64 encoder/decoder
This replaces the openssl-based base64 encoder and decoder with a more
efficient internal one. Tested against the rfc4648 test vectors.

Decoder is based on JoelKatz' version.
2011-09-27 19:47:35 +02:00
..
cryptopp fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] 2011-07-13 05:10:15 +02:00
json move back to original directory structure 2011-06-11 22:11:58 +02:00
obj Boost unit-testing framework. 2011-06-27 14:12:48 -04:00
qt make German translation up-to-date 2011-09-13 18:55:50 +02:00
test Framework for banning mis-behaving peers 2011-09-21 12:49:53 -04:00
base58.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
bignum.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
bitcoinrpc.cpp Inline base64 encoder/decoder 2011-09-27 19:47:35 +02:00
bitcoinrpc.h Merge branch 'master' of https://github.com/bitcoin/bitcoin 2011-08-16 10:28:24 +02:00
crypter.cpp Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
crypter.h Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
db.cpp Remove wxWidgets 2011-09-26 10:04:04 -04:00
db.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
headers.h Remove wxWidgets 2011-09-26 10:04:04 -04:00
init.cpp Remove wxWidgets 2011-09-26 10:04:04 -04:00
init.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
irc.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
irc.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
key.h Merge pull request #458 from TheBlueMatt/copyright 2011-08-11 10:34:29 -07:00
keystore.cpp SetCrypted() obtains keystore lock, to be safe. 2011-08-31 14:00:41 -04:00
keystore.h SetCrypted() obtains keystore lock, to be safe. 2011-08-31 14:00:41 -04:00
main.cpp Skip verifying transaction signatures during initial block-chain download 2011-09-26 09:20:22 -04:00
main.h Merge pull request #517 from gavinandresen/DoSprevention 2011-09-26 06:06:16 -07:00
makefile.linux-mingw Fix build: put back rules to build cryptopp files 2011-09-26 11:15:01 -04:00
makefile.mingw Fix build: put back rules to build cryptopp files 2011-09-26 11:15:01 -04:00
makefile.osx Fix build: put back rules to build cryptopp files 2011-09-26 11:15:01 -04:00
makefile.unix Fix build: put back rules to build cryptopp files 2011-09-26 11:15:01 -04:00
makefile.vc Remove wxWidgets 2011-09-26 10:04:04 -04:00
net.cpp Framework for banning mis-behaving peers 2011-09-21 12:49:53 -04:00
net.h Framework for banning mis-behaving peers 2011-09-21 12:49:53 -04:00
noui.h assure that base bitcoind and bitcoin still build 2011-09-18 12:44:38 +02:00
protocol.cpp Move CInv to protocol.[ch]pp 2011-08-19 07:24:38 +02:00
protocol.h Move CInv to protocol.[ch]pp 2011-08-19 07:24:38 +02:00
qtui.h add splash screen 2011-08-02 21:48:59 +02:00
script.cpp Merge branch 'master' of https://github.com/bitcoin/bitcoin 2011-09-02 17:35:30 +02:00
script.h Merge pull request #458 from TheBlueMatt/copyright 2011-08-11 10:34:29 -07:00
serialize.h Bump version to 0.4.1 2011-09-26 09:16:56 -04:00
strlcpy.h move back to original directory structure 2011-06-11 22:11:58 +02:00
uint256.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
util.cpp Inline base64 encoder/decoder 2011-09-27 19:47:35 +02:00
util.h Inline base64 encoder/decoder 2011-09-27 19:47:35 +02:00
wallet.cpp update to work with new lock system, add protocol.* to build system 2011-09-02 18:02:22 +02:00
wallet.h Merge branch 'master' of https://github.com/bitcoin/bitcoin 2011-09-02 17:35:30 +02:00