aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille2012-06-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Should only be mapped when the getdata is done.R E Broadley2012-05-171-1/+1
* | | | | | | | | Merge pull request #973 from TheBlueMatt/diffsendbufferPieter Wuille2012-06-274-17/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-274-17/+14
* | | | | | | | | | Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille2012-06-274-75/+206
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | On Windows link with `mswsock`, it being required (indirectly) by RPC codeGiel van Schijndel2012-06-242-2/+2
| * | | | | | | | | Cancel outstanding listen ops for RPC when shutting downGiel van Schijndel2012-06-241-31/+26
| * | | | | | | | | Merge branch 'master' into async-ipv6-rpcGiel van Schijndel2012-06-2431-192/+789
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | *Always* send a shutdown signal to enable custom shutdown actionsGiel van Schijndel2012-06-172-7/+7
| * | | | | | | | | | Merge branch 'master' into async-ipv6-rpcGiel van Schijndel2012-06-17107-21605/+37839
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Use the QueueShutdown signal to stop accepting new RPC connectionsGiel van Schijndel2012-05-251-7/+7
| * | | | | | | | | | Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1Giel van Schijndel2012-05-251-1/+4
| * | | | | | | | | | Generalise RPC connection handling code to allow more listening socketsGiel van Schijndel2012-05-251-43/+97
| * | | | | | | | | | Allow clients on the IPv6 loopback as wellGiel van Schijndel2012-05-251-3/+12
| * | | | | | | | | | Add dual IPv4/IPv6 stack support to the RPC serverGiel van Schijndel2012-05-251-19/+44
| * | | | | | | | | | Use asynchronous I/O to handle RPC requestsGiel van Schijndel2012-05-251-38/+82
* | | | | | | | | | | GUI: change language selection formatPhilip Kaufmann2012-06-261-1/+14
* | | | | | | | | | | Merge pull request #1501 from fanquake/masterWladimir J. van der Laan2012-06-251-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Bitcoin dev CopyrightMichael Ford2012-06-251-0/+1
| * | | | | | | | | | | Update commentsMichael Ford2012-06-251-2/+2
* | | | | | | | | | | | Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen2012-06-252-11/+8
* | | | | | | | | | | | fix a comment to correctly use -upgradewalletPhilip Kaufmann2012-06-241-1/+1
* | | | | | | | | | | | Document -debugnet option in command line help.Jeff Garzik2012-06-241-1/+2
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1174 from sipa/torhsGregory Maxwell2012-06-2310-41/+393
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Debug version messagesPieter Wuille2012-06-232-1/+2
| * | | | | | | | | | | Add -tor and related configurationPieter Wuille2012-06-233-6/+30
| * | | | | | | | | | | Rewrite CNetAddr::GetReachabilityFrom()Pieter Wuille2012-06-232-31/+74
| * | | | | | | | | | | Node support for Tor hidden servicesPieter Wuille2012-06-235-21/+94
| * | | | | | | | | | | Unit tests for base32 encode/decodePieter Wuille2012-06-221-0/+20
| * | | | | | | | | | | Base32 encoding/decodingPieter Wuille2012-06-222-0/+191
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1503 from gmaxwell/testnet_tweaksGregory Maxwell2012-06-231-4/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove some rule differences which aren't needed with testnet3.Gregory Maxwell2012-06-221-4/+3
* | | | | | | | | | | Merge pull request #1458 from jgarzik/tracenetJeff Garzik2012-06-225-2/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik2012-06-225-2/+13
* | | | | | | | | | | | Merge pull request #1502 from jgarzik/getrawmempoolJeff Garzik2012-06-223-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik2012-06-223-0/+27
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1495 from Diapolo/fix_CKey_mem_leakGregory Maxwell2012-06-221-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fix a memory leak in key.cppPhilip Kaufmann2012-06-211-0/+3
* | | | | | | | | | | = instead of == in multisig_tests.cppxanatos2012-06-211-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Remove CTxDB::ReadOwnerTxes.Pieter Wuille2012-06-202-61/+0
* | | | | | | | | | GUI: ensure a changed bitcoin unit immediately updates the tx list amountsPhilip Kaufmann2012-06-202-0/+8
* | | | | | | | | | print large orphan warning BEFORE deleting pvMsgGavin Andresen2012-06-191-1/+1
* | | | | | | | | | If (for example) the new max_size must be 5 then at the end the queue.size() ...xanatos2012-06-191-1/+1
* | | | | | | | | | Fix netbase testsPieter Wuille2012-06-192-5/+2
* | | | | | | | | | Merge pull request #1399 from sipa/ipparseGavin Andresen2012-06-183-43/+119
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add netbase testsPieter Wuille2012-06-141-0/+92
| * | | | | | | | | | Improve parsing of IPv6 addressesPieter Wuille2012-06-142-43/+27
* | | | | | | | | | | Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen2012-06-186-9/+148
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Move NOINLINE definition to test where it's used.Ricardo M. Correia2012-06-072-17/+16
| * | | | | | | | | | Don't overflow integer on 32-bit machines.Ricardo M. Correia2012-06-071-1/+1