aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-22Merge pull request #2308 from apoelstra/safemode-privkeyGavin Andresen
Enable dumpprivkey in safe mode
2013-02-22Merge pull request #2026 from colindean/doc/reformat-and-update-osx-instructionsGavin Andresen
reformat OS X build instrcs, add 10.8 + Homebrew
2013-02-22Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfoGavin Andresen
Add adjustedtime to getinfo RPC call
2013-02-22Merge pull request #1974 from kjj2/walletnotifyGavin Andresen
Add -walletnotify to call an external script on wallet transactions
2013-02-22Fix qt unit test build on OSXGavin Andresen
2013-02-20Merge pull request #2325 from mikehearn/shortenmsgWladimir J. van der Laan
Shorten a startup message. It was getting truncated and looks ugly.
2013-02-20Shorten a startup message. It was getting truncated and looks ugly.Mike Hearn
2013-02-19reformat OS X build instrcs, add 10.8 + HomebrewColin Dean
* reformatted the entire document to look pretty in both standard text and Markdown * incorporated [my OS X 10.8 build instructions with Homebrew as the package manager](http://bitcoin.stackexchange.com/questions/3672/trouble-compiling-bitcoind-on-osx-with-homebrew/5253#5253) * incorporated @gavinandresen's MacPorts and release build instructions based on an earlier revision of this commit * added makefile patch necessary for Homebrew compilation to `contrib`
2013-02-18Set CC/CXX properly for gitian buildv0.8.0Gavin Andresen
2013-02-18Merge pull request #2311 from gavinandresen/masterGavin Andresen
Pass compiler flags to leveldb make
2013-02-18Merge pull request #2315 from sipa/loaderrorGavin Andresen
Improve block database load error reporting
2013-02-17Improve block database load error reportingPieter Wuille
2013-02-16Merge branch 'loaderror' of git://github.com/sipa/bitcoinGavin Andresen
2013-02-16Improve block database load error reportingPieter Wuille
2013-02-16Merge pull request #2314 from laanwj/2013_01_remove_outdated_buildinstWladimir J. van der Laan
remove outdated QT windows build instructions
2013-02-16remove outdated windows Qt build instructionsWladimir J. van der Laan
2013-02-16Merge pull request #2283 from Diapolo/translationsWladimir J. van der Laan
translations update (bitcoinstrings.cpp + bitcoin_en.ts)
2013-02-15Minor build fixesGavin Andresen
Two changes: make some linux-specific linker options linux and linker specific. And in the cross-compile environment, prefer the $HOME/qt/bin tools to whatever might be somewhere else in the path.
2013-02-15Pass compiler flags down into leveldb makeGavin Andresen
Fixes issue#2288. Includes cleanups from Luke's pull 2243.
2013-02-14Enable dumpprivkey in safe modeAndrew Poelstra
2013-02-11Merge pull request #2286 from gavinandresen/fix2285Gavin Andresen
Do not use C++11 std::vector.data()
2013-02-10Merge pull request #2295 from sipa/tidydirJeff Garzik
Add script to clean up datadirs
2013-02-10Merge pull request #2297 from sipa/notesJeff Garzik
Some improvements to the release notes
2013-02-10Some improvements to the release notesPieter Wuille
2013-02-10Add script to clean up datadirsPieter Wuille
2013-02-10Merge pull request #2289 from laanwj/201301_qimage_bitsWladimir J. van der Laan
Use QImage.bits instead of QImage.constBits to ease backporting
2013-02-09Use QImage.bits instead of QImage.constBits to ease backportingPetter Reinholdtsen
Image.constBits was introduced in Qt 4.7. Should be ok here to use QImage.bits which allows linking against the Qt in Squeeze.
2013-02-07Do not use C++11 std::vector.data()Gavin Andresen
std::vector.data() is a C++11 feature that makes my OSX build machine unhappy.
2013-02-07translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann
2013-02-06Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1Gavin Andresen
2013-02-06Merge pull request #2279 from sipa/cvrbip30Gavin Andresen
Bugfix CValidationResult for BIP30 + add DoS
2013-02-06Merge pull request #2264 from ↵Gavin Andresen
gmaxwell/signrawtransaction_for_regular_missing_txins Signrawtransaction shouldn't require redeemScript for non-p2sh txins.
2013-02-06Merge pull request #2259 from Criptomonedas/dontresendGavin Andresen
Do not call ResendWalletTransactions when reindexing or importing
2013-02-06Bugfix CValidationResult for BIP30 + add DoSPieter Wuille
2013-02-05Do not call ResendWalletTransactions when reindexing, importing or on IBDRubén Darío Ponticelli
Calling ResendWalletTransactions when reindexing, importing or on IBD spams other nodes with our old transactions, because they become unconfirmed.
2013-02-05Merge branch 'reindexgen' of git://github.com/sipa/bitcoinGavin Andresen
2013-02-05Merge pull request #2273 from gavinandresen/txsizeGavin Andresen
Make transactions larger than 100K non-standard
2013-02-05Make transactions larger than 100K non-standardGavin Andresen
Extremely large transactions with lots of inputs can cost the network almost as much to process as they cost the sender in fees. We would never create transactions larger than 100K big; this change makes transactions larger than 100K non-standard, so they are not relayed/mined by default. This is most important for miners that might create blocks larger than 250K big, who could be vulnerable to a make-your-blocks-so-expensive-to-verify-they-get-orphaned attack.
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