aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-222012 to 2013gladoscc
2013-03-19Merge pull request #2384 from gmaxwell/trim_error0Gavin Andresen
Deleting everything except the wallet will not help recover from BDB errors.
2013-03-19Deleting everything except the wallet will not help recover from BDB errors.Gregory Maxwell
Now that the wallet is the only thing in BDB any DB open errors must be from the wallet itself-- so deleting everything else will not likely help.
2013-03-19Merge pull request #2378 from Diapolo/translationsWladimir J. van der Laan
update bitcoin_en.ts and bitcoinstrings.cpp
2013-03-19Merge pull request #2215 from Diapolo/Qt_sendfrom_addrbookWladimir J. van der Laan
Bitcoin-Qt: add "send coins" to context menu in addressbook
2013-03-19Merge pull request #2332 from Diapolo/init_messagesWladimir J. van der Laan
harmonize 2 init messages and remove one
2013-03-19Merge pull request #2376 from Diapolo/pro-fileWladimir J. van der Laan
re-enable -D_FORTIFY_SOURCE=2 for all platforms
2013-03-19Merge pull request #2382 from Diapolo/2013Wladimir J. van der Laan
Bitcoin-Qt: update Win executable file meta-data copyright
2013-03-19re-enable -D_FORTIFY_SOURCE=2 for all platformsPhilip Kaufmann
2013-03-19Bitcoin-Qt: update Win executable file meta-data copyrightPhilip Kaufmann
2013-03-18update bitcoin_en.ts and bitcoinstrings.cppPhilip Kaufmann
2013-03-18Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann
- allows to directly select an address from the addressbook, chose "send coins" from the context menu, which sends you to sendcoins tab and fills in the selected address
2013-03-17Merge pull request #2210 from Diapolo/Qt_header_cpp_cleanupWladimir J. van der Laan
Bitcoin-Qt: massive header and cpp cleanup
2013-03-17Update unit test to match rule enforcement starts 21 MarchGavin Andresen
2013-03-17Checkpoint at first block in 11 March chain forkGavin Andresen
2013-03-17Before 15 May, limit created block size to 500KGavin Andresen
2013-03-17CheckBlock rule until 15-May for 10,000 BDB lock compatibilityGavin Andresen
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility
2013-03-13harmonize 2 init messages and remove onePhilip Kaufmann
- harmonize the database related init messages - as we have a thread for importing blocks, that init message is obsolete
2013-03-11Merge pull request #2336 from petertodd/invalid-opcode-coverageGavin Andresen
Explicitly unittest the canonical prunable txout format
2013-03-11Merge pull request #2337 from petertodd/gitignore-test-filesGavin Andresen
Minor: Add two unittest-related files to .gitignore
2013-03-11Merge pull request #2348 from freewil/crpccommand-tableGavin Andresen
make vRPCCommands comment match property names
2013-03-07CRPCCommand.unlocked -> CRPCCommand.threadSafefreewil
unlocked could be confused with wallet encryption
2013-03-07make vRPCCommands comment match property namesfreewil
2013-03-01Merge pull request #2335 from petertodd/readme-typoWladimir J. van der Laan
Minor: Fix typo in README.md
2013-03-01Test canonical prunable txout format explicitlyPeter Todd
2013-03-01Add coverage for all invalid opsPeter Todd
0xba thru 0xff
2013-02-26Merge pull request #2338 from TheBlueMatt/bloomGavin Andresen
Short-circuit bloom checking if we will always return true.
2013-02-24Short-circuit bloom checking if we will always return true.Matt Corallo
This allows full nodes to use bloom filters as an optimization.
2013-02-24Add two unittest-related files to .gitignorePeter Todd
2013-02-24Fix typoPeter Todd
2013-02-23Merge pull request #2186 from Diapolo/misc_stuffWladimir J. van der Laan
small changes in init, main, checkpoints.h and bitcoin-qt.pro
2013-02-23Merge pull request #2299 from gavinandresen/localsocketuriWladimir J. van der Laan
Reimplement click-to-pay. Support OSX.
2013-02-22Merge pull request #2221 from sipa/perfoGavin Andresen
Various performance tweaks to CCoinsView
2013-02-22Merge pull request #2229 from sipa/preallocGavin Andresen
Native versions for AllocateFileRange()
2013-02-22Merge pull request #2310 from sipa/progressbarGavin Andresen
Progressbar based on time-based estimation of transactions.
2013-02-22Merge pull request #2312 from gmaxwell/random_randomGavin Andresen
ApproximateBestSubset internal RNG to prevent degenerate behavior.
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-20small changes in init, main, checkpoints.h and bitcoin-qt.proPhilip Kaufmann
- remove an unneeded MODAL flag, as MSG_ERROR sets MODAL - re-order an if-clause in main to have bool checks before a function call - fix some log messages that used wrong function names - make a log message use a correct ellipsis - remove some unneded spaces, brackets and line-breaks - fix style for adding files in the Qt project
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-18Internal RNG for approximateBestSubset to prevent degenerate behavior.Gregory Maxwell
This fixes test_bitcoin failures on openbsd reported by dhill on IRC. On some systems rand() is a simple LCG over 2^31 and so it produces an even-odd sequence. ApproximateBestSubset was only using the least significant bit and so every run of the iterative solver would be the same for some inputs, resulting in some pretty dumb decisions. Using something other than the least significant bit would paper over the issue but who knows what other way a system's rand() might get us here. Instead we use an internal RNG with a period of something like 2^60 which is well behaved. This also makes it possible to make the selection deterministic for the tests, if we wanted to implement that.