aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | src/makefile.unix: remove -DFOURWAYSSE2Jeff Garzik2011-08-161-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Don't std::advance past beginning of transactions array. Fixes #465Gavin Andresen2011-08-121-1/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-1129-4/+33
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Unify copyright notices.Matt Corallo2011-08-0929-4/+33
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #459 from jgarzik/char-msgstartGavin Andresen2011-08-102-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas2011-08-102-2/+2
* | | | | | | | | Merge pull request #460 from jgarzik/make-tupleGavin Andresen2011-08-101-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Qualify make_tuple with boost:: namespace.Venkatesh Srinivas2011-08-101-2/+2
| |/ / / / / / / /
* | | | | | | | | Test for SO_NOSIGPIPE rather than assuming all BSDs support it.Venkatesh Srinivas2011-08-101-2/+2
* | | | | | | | | Do-nothing MapPort() ifndef USE_UPNP. fixes #450Gavin Andresen2011-08-091-0/+5
* | | | | | | | | Cleanup test suite output to be more useful.Matt Corallo2011-08-083-3/+3
* | | | | | | | | Add file for transaction tests.Matt Corallo2011-08-082-0/+26
* | | | | | | | | Add a file for script testsVegard Nossum2011-08-082-0/+38
* | | | | | | | | Add prototype for EvalScript() to script.hVegard Nossum2011-08-081-0/+1
* | | | | | | | | Fix testing setupVegard Nossum2011-08-087-6/+20
* | | | | | | | | Add missing include to serialize.hMatt Corallo2011-08-081-0/+1
* | | | | | | | | Add missing includes to net.hVegard Nossum2011-08-081-0/+1
* | | | | | | | | Add missing include to script.hVegard Nossum2011-08-081-0/+2
* | | | | | | | | Add missing includes to key.hVegard Nossum2011-08-081-0/+7
* | | | | | | | | Merge pull request #443 from TheBlueMatt/dupinGavin Andresen2011-08-081-0/+9
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Check for duplicate txins in CheckTransaction.Matt Corallo2011-07-311-0/+9
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'tmp2'Jeff Garzik2011-08-041-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix UNIX-specific thread handle leak.JoelKatz2011-07-251-0/+3
* | | | | | | | Merge pull request #448 from sipa/cbitcoinaddressJeff Garzik2011-08-041-18/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | avoid strAddress + validity checksPieter Wuille2011-08-031-18/+18
* | | | | | | | | Merge pull request #446 from WakiMiko/upnp-descJeff Garzik2011-08-041-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Identify as "Bitcoin + version number" when mapping UPnP portJohannes Henninger2011-08-011-2/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #451 from TheBlueMatt/tornolistenJeff Garzik2011-08-042-2/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Don't listen if on TOR (resolves #441).Matt Corallo2011-08-031-1/+2
| * | | | | | | | Make it clear that setting proxy requires restart to fully apply.Matt Corallo2011-08-031-1/+1
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Comment "deprecated"Han Lin Yap2011-07-301-2/+2
|/ / / / / / /
* | | | | | / Fix EncryptKeys crash introduced by a9ba4710, identified by TD.Matt Corallo2011-07-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CAddrDB::LoadAddresses: properly initialize CAddressJeff Garzik2011-07-261-1/+1
* | | | | | Bugfix: don't overuse limited ExtractAddressPieter Wuille2011-07-263-18/+25
* | | | | | make SetHash160 return a value (as specified in the function signature)Wladimir J. van der Laan2011-07-261-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik2011-07-2413-311/+353
|\ \ \ \ \
| * | | | | Fix bug with accessing vchData[0] when vchData is empty. Abraham Jewowich2011-07-181-4/+7
| * | | | | split off CBase58Data from CBitcoinAddressPieter Wuille2011-07-172-43/+67
| * | | | | Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-1710-250/+278
| * | | | | get rid of mapPubKeysPieter Wuille2011-07-1711-110/+97
* | | | | | Fix for small change outputsPieter Wuille2011-07-241-3/+11
| |_|_|_|/ |/| | | |
* | | | | Actually use mapAlreadyAskedFor.Matt Corallo2011-07-211-0/+1
|/ / / /
* | | / Added crypter to makefile.vc.Eric Hosmer2011-07-151-3/+6
| |_|/ |/| |
* | | Fix bad return values in LoadWallet.Matt Corallo2011-07-141-3/+3
* | | Merge pull request #412 from sgimenez/db-transactionsPieter Wuille2011-07-143-6/+22
|\ \ \ | |/ / |/| |
| * | Single DB transaction for addresses from DNS seedsStéphane Gimenez2011-07-141-1/+5
| * | Single DB transaction for all addresses in a messagePatrick Varilly2011-07-143-5/+17
* | | Fix Build in GetReservedKey() in wallet.cppMatt Corallo2011-07-141-1/+1
* | | Generate Warning when using default key.Matt Corallo2011-07-141-0/+3
* | | Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo2011-07-141-1/+4
|/ /