3177 Commits (de038acd96ca86f624336f372808d29b9c9f23fd)
 

Author SHA1 Message Date
Wladimir J. van der Laan bcf0f41171 Merge pull request #1519 from Diapolo/GUI_locale_selection 12 years ago
Wladimir J. van der Laan a95a0ab569 Merge pull request #1516 from Diapolo/GUI_projectfile 12 years ago
Philip Kaufmann 2943f60811 GUI: change language selection format 12 years ago
Jeff Garzik 8a6ea5d687 Merge pull request #1520 from TheBlueMatt/debian 12 years ago
Matt Corallo 3563824c60 Update contrib/debian and remove system json_spirit patch. 12 years ago
Philip Kaufmann 82ec7d5542 small updates to Bitcoin-Qt project file 12 years ago
Wladimir J. van der Laan 2849d0661d Merge pull request #1501 from fanquake/master 12 years ago
Gavin Andresen 1282c8653e Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) 12 years ago
Michael Ford 160eb23b0e Add Bitcoin dev Copyright 12 years ago
Michael Ford e4ebe82ee2 Update comments 12 years ago
Pieter Wuille 6cef700203 Merge pull request #1517 from Diapolo/fix_comment 12 years ago
Philip Kaufmann a8c20ea946 fix a comment to correctly use -upgradewallet 12 years ago
Jeff Garzik d887f54494 Document -debugnet option in command line help. 12 years ago
Giel van Schijndel 5b14622110 On Windows link with `mswsock`, it being required (indirectly) by RPC code 12 years ago
Giel van Schijndel ad25804feb Cancel outstanding listen ops for RPC when shutting down 12 years ago
Giel van Schijndel 415a87ef36 Merge branch 'master' into async-ipv6-rpc 12 years ago
Gregory Maxwell 817ee0d826 Merge pull request #1174 from sipa/torhs 12 years ago
Gregory Maxwell 0ae2ac5431 Merge pull request #1503 from gmaxwell/testnet_tweaks 12 years ago
Jeff Garzik 983e4bdef0 Quieten 'getdata' P2P message output 12 years ago
xanatos 3948eb0c54 Changed a comment about a QVariant type 12 years ago
Pieter Wuille d789a3f140 Some documentation about tor 12 years ago
Pieter Wuille 863e995b79 Debug version messages 12 years ago
Pieter Wuille 54ce3bad64 Add -tor and related configuration 12 years ago
Pieter Wuille d077dd2a6e Rewrite CNetAddr::GetReachabilityFrom() 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 12 years ago
Jeff Garzik d62a1947be Merge pull request #1458 from jgarzik/tracenet 12 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 12 years ago
Jeff Garzik cb1fcde2f4 Merge pull request #1502 from jgarzik/getrawmempool 12 years ago
Gregory Maxwell e6332751c6 Remove some rule differences which aren't needed with testnet3. 12 years ago
Jeff Garzik 25d5c19522 RPC: add 'getrawmempool', listing all transaction ids in memory pool 12 years ago
Gregory Maxwell a3869547e5 Merge pull request #1495 from Diapolo/fix_CKey_mem_leak 12 years ago
Pieter Wuille e0be8da392 Unit tests for base32 encode/decode 12 years ago
Pieter Wuille c4c99ade65 Base32 encoding/decoding 12 years ago
xanatos d89f06c1ae Small fix to rpc_tests 12 years ago
Gregory Maxwell a08e182698 Merge pull request #1490 from luke-jr/gd_ljr_key 12 years ago
Gavin Andresen 9700f212ad Merge pull request #1496 from xanatos/patch-2 12 years ago
xanatos fdfdb5cd7d = instead of == in multisig_tests.cpp 12 years ago
Philip Kaufmann a3d12f445a fix a memory leak in key.cpp 12 years ago
Michael Ford b768a38b76 Update master 12 years ago
Luke Dashjr 0783bcceef gitian-downloader: Update luke-jr's key 12 years ago
Pieter Wuille d65e959bae Update my GPG key 12 years ago
Jeff Garzik 219abac227 Merge pull request #1488 from sipa/noowner 12 years ago
Pieter Wuille 70f6049f71 Remove CTxDB::ReadOwnerTxes. 12 years ago
Wladimir J. van der Laan 703db97d80 Merge pull request #1483 from Diapolo/txtablemodel_updateDisplayUnit 12 years ago
Philip Kaufmann 229c34f818 GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 12 years ago
Gavin Andresen c283b3c569 print large orphan warning BEFORE deleting pvMsg 12 years ago
Pieter Wuille 451c3957fe Merge pull request #1485 from xanatos/patch-1 12 years ago
xanatos 16d5671943 If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). 12 years ago
Pieter Wuille 4c6b210af0 Fix netbase tests 12 years ago
Luke Dashjr 0f5a2a82d9 CBigNum: Convert negative int64 values in a more well-defined way 12 years ago