aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-04Merge pull request #2253 from luke-jr/bugfix_valstateGavin Andresen
Bugfixes for CValidationState
2013-02-04Merge pull request #2237 from petertodd/testnet-dnsseedJeff Garzik
Add DNS seed support for testnet
2013-02-04Merge pull request #2250 from colindean/doc/root-readmeJeff Garzik
update and reformat README.md
2013-02-01Signrawtransaction shouldn't require redeemScript for non-p2sh txins.Gregory Maxwell
The redeemScript functionality broke plain offline signing, this change makes it only look for that parameter when signing a p2sh input.
2013-02-01Make sure the genesis block is present after reindexPieter Wuille
2013-02-01Merge pull request #2257 from fanquake/docsGavin Andresen
Update default URL in verify.sh
2013-02-01Merge pull request #2260 from Diapolo/translationsWladimir J. van der Laan
translations update (bitcoinstrings.cpp and bitcoin_en.ts)
2013-02-01translations update (bitcoinstrings.cpp and bitcoin_en.ts)Philip Kaufmann
2013-02-01Merge pull request #2258 from Diapolo/Qt_copyright_aboutWladimir J. van der Laan
Bitcoin-Qt: better copyright year handling in AboutDialog
2013-02-01Bitcoin-Qt: better copyright year handling in AboutDialogPhilip Kaufmann
- this change allows us to keep the translation without the need to re-translate any string, when we update the copyright year - copyright symbol is changed to HTML to ensure we get no encoding issues and it's removed from the translation string so translators don't break it by mistake
2013-02-01Update default URL in verify.shfanquake
The current default URL doesn't seem to exist. Unsure wether this should be updated to point to 0.7.2 now or wether just to wait untill 0.8.0 is out and point there? Commit also fixes a minor typo in the macdeploy notes.txt
2013-01-31Bugfix: Enable ConnectBestBlock to properly report back validation problems, ↵Luke Dashjr
and ensure orphan processing (when their parents are found) cannot be used to counter-DDoS the node providing the parent Also fix a minor typo
2013-01-30update and reformat README.mdColin Dean
* updated references to files which have since been moved * added reference to licensing * added brief summary in case a non-technical user happens upon repo first * miscellaneous Markdown-isms to make the doc more attractive * remove unused symlink README -> README.md I double-checked the makefiles and whatnot to ensure that the README symlink is not being referenced. It is not. Rather, `doc/README` and `doc/README_windows.txt` are copied for distribution.
2013-01-30Merge pull request #2245 from gavinandresen/check216116Gavin Andresen
New checkpoint at block 216116 for the 0.8.0 release
2013-01-30Merge pull request #2236 from sipa/largefilesGavin Andresen
Support large files on 32-bit Linux
2013-01-30Merge pull request #2248 from gavinandresen/issue2239Wladimir J. van der Laan
Prevent Qt crash at startup with an empty data directory
2013-01-30Merge pull request #2244 from sipa/filesGavin Andresen
Added information about used data files
2013-01-30Prevent Qt crash at startup with an empty data directoryGavin Andresen
2013-01-30Bump version numbers for 0.8 releaseGavin Andresen
Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt
2013-01-30Merge pull request #2246 from gavinandresen/changefixGavin Andresen
Correctly randomize change output position
2013-01-30Correctly randomize change output positionGavin Andresen
2013-01-30New checkpoint at block 216116 for the 0.8.0 releaseGavin Andresen
2013-01-30Added information about used data filesPieter Wuille
2013-01-30Support large files on 32-bit LinuxPieter Wuille
2013-01-29Add DNS seed support for testnetPeter Todd
2013-01-30Drop padding in blk* when finalizing filePieter Wuille
2013-01-29Merge pull request #2224 from sipa/valstateGavin Andresen
Improve error handling during validation
2013-01-30Deal with LevelDB errorsPieter Wuille
2013-01-29Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2013-01-29Utility to create pnSeed arrayGavin Andresen
2013-01-29Merge pull request #2235 from gavinandresen/clangwarningsGavin Andresen
Fix two clang3.3 warnings
2013-01-29Fix two clang3.3 warningsGavin Andresen
2013-01-30Native versions for AllocateFileRange()Pieter Wuille
2013-01-30Improve dealing with abort conditionsPieter Wuille
2013-01-30Add disk space checks before flushing CCoins cachePieter Wuille
2013-01-30Treat coinbase value violation as DoSPieter Wuille
2013-01-30CValidationState frameworkPieter Wuille
2013-01-29Merge pull request #2231 from sipa/cleanupsJeff Garzik
Two cleanups before 0.8
2013-01-29Merge pull request #2234 from gavinandresen/seednodesJeff Garzik
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
2013-01-29New seed nodes, from http://bitcoin.sipa.be/seeds.txtGavin Andresen
2013-01-28Rename database directoriesPieter Wuille
2013-01-28Remove support for pre-checksum undo filesPieter Wuille
2013-01-28Merge pull request #1549 from TheBlueMatt/addnoderpcGavin Andresen
Addnode optimization and addnode access via RPC
2013-01-28Merge pull request #2223 from gavinandresen/nonfinalnonstandardGavin Andresen
Treat non-final transactions as non-standard
2013-01-27Try more than the first address for a DNS -addnode.Matt Corallo
2013-01-27Add a getaddednodeinfo RPC.Matt Corallo
2013-01-27Add addnode RPC command.Matt Corallo
2013-01-27Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).Matt Corallo
2013-01-27Use a copy in place of mapMultiArgs["-addnode"].Matt Corallo
Also moves the DNS lookup of -addnode nodes into the repeated loop, allowing -addnode to follow DNS changes.
2013-01-26Merge pull request #2162 from gavinandresen/spendfromJeff Garzik
spendfrom.py sends coins from a particular address or addresses