| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Add a timer to check for changes in immature or unconfirmed balances, | Scott Ellis | 2012-07-06 | 3 | -14/+55 | |
| * | | | | | | | | | | Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION | Gavin Andresen | 2012-07-06 | 1 | -0/+18 | |
| * | | | | | | | | | | Treat non-version-1 transactions as non-standard | Gavin Andresen | 2012-07-06 | 2 | -2/+7 | |
| | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1304 from rebroad/ShowBlockTimestamp | Jeff Garzik | 2012-07-05 | 2 | -4/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Show the timestamp for the block. | R E Broadley | 2012-05-29 | 2 | -4/+13 | |
| * | | | | | | | | | | bitcoinrpc.cpp: Removed outdated comment | Jeff Garzik | 2012-07-05 | 1 | -4/+0 | |
| * | | | | | | | | | | Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2012-07-05 | 4 | -21/+14 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Revert "Disable bitcoin: URI handling on Windows for the 0.6 release" | Matt Corallo | 2012-06-15 | 2 | -13/+1 | |
| | * | | | | | | | | | | Fix #956 the Boost 1.49 way. | Matt Corallo | 2012-06-15 | 1 | -0/+5 | |
| | * | | | | | | | | | | Upgrade to Boost 1.49 on Win32 | Matt Corallo | 2012-06-15 | 2 | -8/+8 | |
| * | | | | | | | | | | | Use unsigned ints to fix signed/unsigned warnings | Gavin Andresen | 2012-07-05 | 3 | -10/+11 | |
| * | | | | | | | | | | | Merge pull request #1554 from jgarzik/dup-gethash | Jeff Garzik | 2012-07-05 | 2 | -19/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | CTxMemPool: eliminate redundant lock, GetHash() call | Jeff Garzik | 2012-07-04 | 2 | -5/+3 | |
| | * | | | | | | | | | | | Remove duplicate GetHash() in ConnectBlock | Matt Corallo | 2012-07-04 | 1 | -14/+14 | |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Implement raw transaction RPC calls | Gavin Andresen | 2012-07-05 | 11 | -56/+749 | |
| * | | | | | | | | | | | RPCTypeCheck method to make type-checking JSON Arrays easier. | Gavin Andresen | 2012-07-05 | 2 | -0/+52 | |
| * | | | | | | | | | | | Refactor: SignSignature/VerifyScript | Gavin Andresen | 2012-07-05 | 2 | -13/+17 | |
| * | | | | | | | | | | | Rework gettransaction / getblock RPC calls | Gavin Andresen | 2012-07-05 | 1 | -264/+28 | |
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1555 from TheBlueMatt/warnings | Jeff Garzik | 2012-07-04 | 2 | -5/+13 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix remaining warnings. | Matt Corallo | 2012-07-04 | 2 | -5/+13 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'buildupdates' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2012-07-04 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Work around a distcc bug where -MMD output isn't copied. | Matt Corallo | 2012-07-03 | 2 | -4/+4 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | RPC: add support for JSON-RPC 2.0-style request batching | Jeff Garzik | 2012-07-03 | 1 | -5/+49 | |
| * | | | | | | | | | RPC: break out high level JSON-RPC req/resp into their own functions | Jeff Garzik | 2012-07-03 | 1 | -30/+55 | |
| * | | | | | | | | | Merge pull request #1546 from gmaxwell/allowsamenetinbound | Jeff Garzik | 2012-07-03 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Do not consider inbound peers for outbound network group exclusion. | Gregory Maxwell | 2012-07-01 | 1 | -3/+4 | |
| * | | | | | | | | | | Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541) | Matt Corallo | 2012-07-02 | 2 | -4/+7 | |
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1545 from TheBlueMatt/diffsendbuffer | Jeff Garzik | 2012-07-01 | 3 | -4/+2 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Change default send buffer to 1Mb. | Matt Corallo | 2012-07-01 | 2 | -2/+2 | |
| | * | | | | | | | | Remove useless high-volume printf (fixes #1544). | Matt Corallo | 2012-07-01 | 1 | -2/+0 | |
| * | | | | | | | | | RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value | Jeff Garzik | 2012-06-30 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1540 from fanquake/master | Jeff Garzik | 2012-06-30 | 4 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix a couple more typos | fanquake | 2012-06-30 | 4 | -4/+4 | |
| * | | | | | | | | | Fix a typo in TransactionDesc | cardpuncher | 2012-06-30 | 1 | -1/+1 | |
| * | | | | | | | | | Merge pull request #1531 from jgarzik/peerinfo | Gavin Andresen | 2012-06-29 | 8 | -12/+110 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data | Jeff Garzik | 2012-06-29 | 4 | -1/+84 | |
| | * | | | | | | | | | Create new rpcnet module, and move 'getconnectioncount' RPC to it | Jeff Garzik | 2012-06-28 | 6 | -11/+26 | |
| * | | | | | | | | | | Merge pull request #1537 from Diapolo/fix_awesome_typo | Jeff Garzik | 2012-06-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | fix a typo in OptionsDialog | Philip Kaufmann | 2012-06-30 | 1 | -1/+1 | |
| | |/ / / / / / / / | ||||||
| * / / / / / / / / | Fix a few typos | fanquake | 2012-06-29 | 5 | -8/+8 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'patch-5' of https://github.com/xanatos/bitcoin | Gavin Andresen | 2012-06-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Changed a comment about a QVariant type | xanatos | 2012-06-23 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'patch-3' of https://github.com/xanatos/bitcoin | Gavin Andresen | 2012-06-28 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Small fix to rpc_tests | xanatos | 2012-06-22 | 1 | -3/+3 | |
| * | | | | | | | | | | Fix build error. | Matt Corallo | 2012-06-28 | 1 | -1/+1 | |
| * | | | | | | | | | | Lock vnThreadsRunning[THREAD_RPCHANDLER]. | Matt Corallo | 2012-06-28 | 1 | -3/+14 | |
| * | | | | | | | | | | Use a rpc-specific queue to tell asio connections to shutdown. | Matt Corallo | 2012-06-28 | 1 | -2/+5 | |
| * | | | | | | | | | | Revert "*Always* send a shutdown signal to enable custom shutdown actions" | Matt Corallo | 2012-06-28 | 2 | -7/+7 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1511 from jgarzik/quieten2 | Jeff Garzik | 2012-06-27 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Quieten 'getdata' P2P message output | Jeff Garzik | 2012-06-23 | 1 | -1/+5 | |
| | | |/ / / / / / | |/| | | | | | | ||||||