Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | Merge pull request #1862 from kjj2/testports | Pieter Wuille | |
Fix: when testnet=1 specified, change default RPC port to 18332 | |||
2012-09-27 | Merge pull request #1868 from maaku/and_or_xor_sign_extension | Wladimir J. van der Laan | |
Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR | |||
2012-09-27 | Remove -Wformat* warnings from makefiles | Wladimir J. van der Laan | |
commit 5a1a3622 effectively enabled these warnings, but they need to be fixed before being enabled in the general build scripts. | |||
2012-09-25 | Merge pull request #1807 from laanwj/2012_09_printf_warnings | Wladimir J. van der Laan | |
Add printf-style warnings to strprintf() and OutputDebugStringF() | |||
2012-09-25 | Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR. | Mark Friedenbach | |
Due to a bug in the implementation of MakeSameSize(), using OP_AND, OP_OR, or OP_XOR with signed values of unequal size will result in the sign-value becoming part of the smaller integer, with nonsensical results. This patch documents the unexpected behavior and provides the basis of a solution should decision be made to fix the bug in the future. | |||
2012-09-25 | Merge pull request #1684 from jgarzik/bootstrap | Jeff Garzik | |
Import $DataDir/bootstrap.dat automatically, if it exists. | |||
2012-09-25 | Update comment, we're no longer using boost::interprocess::scoped_lock | Wladimir J. van der Laan | |
2012-09-25 | Merge pull request #1854 from Diapolo/fix_1843_V2 | Wladimir J. van der Laan | |
additional fix for #1843 | |||
2012-09-24 | Fix: when testnet=1 specified, change default ports to 18332 and 18333 | kjj2 | |
2012-09-24 | Import $DataDir/bootstrap.dat automatically, if it exists. | Jeff Garzik | |
As discussed on IRC. Intended to make using an external blockchain download solution just a bit easier. | |||
2012-09-23 | Merge pull request #1836 from kjj2/stopdetach | Wladimir J. van der Laan | |
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Wor... | |||
2012-09-23 | Merge pull request #1853 from fanquake/qt-include | Wladimir J. van der Laan | |
Update include for Qt5 | |||
2012-09-22 | Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ↵ | kjj2 | |
just like stop, but overrides the commandline/config file -detachdb option. Useful for upgrading, for example. Lets you use fast stops usually, but force a detach when needed. Also, allows you to do a fast stop in a system normally configured for fast stops. | |||
2012-09-22 | Update Qt include | fanquake | |
Update Qmenu include This is to be more consistent with the rest of the source Update Qt Includes | |||
2012-09-22 | Merge pull request #1852 from fanquake/bugreportlinks | Wladimir J. van der Laan | |
Update links to Qt | |||
2012-09-22 | additional fix for #1843 | Philip Kaufmann | |
- a shortcut on "receive coins" was used twice | |||
2012-09-22 | Update Bugreport Links | fanquake | |
Update Qt Links Revert Qt source link Update Qt links | |||
2012-09-22 | Merge pull request #1844 from Diapolo/Qt5_compat1 | Wladimir J. van der Laan | |
enhance Qt5 compatibility | |||
2012-09-22 | Remove unnecessary text from tooltip in AddressBookPage | Wladimir J. van der Laan | |
2012-09-21 | fix #1843 by changing 2 GUI shortcuts | Philip Kaufmann | |
2012-09-21 | enhance Qt5 compatibility | Philip Kaufmann | |
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5) | |||
2012-09-21 | Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf | Wladimir J. van der Laan | |
fix signed/unsigned in strprintf and CNetAddr::GetByte() | |||
2012-09-21 | comment update: it's -> its | Wladimir J. van der Laan | |
2012-09-20 | Merge pull request #1705 from Diapolo/cleanup_bitcoingui | Wladimir J. van der Laan | |
Qt: re-order GUI code and remove FIRST_CLASS_MESSAGING | |||
2012-09-20 | Merge pull request #1810 from laanwj/2012_09_rpcconsole_eventfilter | Wladimir J. van der Laan | |
Improve RPC console key event behaviour | |||
2012-09-20 | Update gitignore and Makefiles for build.h move from src/ to src/obj | Gavin Andresen | |
2012-09-20 | Merge pull request #1717 from Diapolo/Qt_change_TX_display | Wladimir J. van der Laan | |
Qt: show mined transactions at depth 1 | |||
2012-09-18 | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin | Gavin Andresen | |
2012-09-18 | When rejected TX relay due to lack of fees, log full txid | Jeff Garzik | |
2012-09-18 | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik | |
2012-09-18 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-09-18 | Give makefiles 'test' and 'check' targets to compile and run unit tests | Gavin Andresen | |
2012-09-18 | Merge pull request #1812 from jgarzik/misc-07 | Jeff Garzik | |
Two minor generic cleanups done during OP_DROP hacking | |||
2012-09-18 | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin | Gavin Andresen | |
2012-09-18 | Bump client version to 0.7.0.99 now that 0.7.0 release is final. | Gavin Andresen | |
2012-09-15 | update comment, secure_allocator is defined in allocators.h | Wladimir J. van der Laan | |
2012-09-12 | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann | |
- I checked every occurance of strprintf() in the code and used %u, where unsigned vars are used - the change to GetByte() was made, as ip is an unsigned char | |||
2012-09-12 | Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0 | Gavin Andresen | |
2012-09-12 | Do not abort if RPC listening for IPv6 fails | Pieter Wuille | |
Instead, fall back to IPv4 listening. | |||
2012-09-10 | Add format characters for (s)size_t and ptrdiff_t | Wladimir J. van der Laan | |
2012-09-10 | HexStr: don't build a vector<char> first | Wladimir J. van der Laan | |
Also const correctness for lookup tables in hex functions throughout the code. | |||
2012-09-09 | Apply BIP30 checks to all blocks except the two historic violations. | Gregory Maxwell | |
Matt pointed out some time ago that there existed a minor DOS attack where a node in its initial block download could be wedged by an overwrite attack in a fork created between checkpoints before a time where BIP30 was enforced. Now that the BIP30 timestamp is irreversibly past the check can be more aggressive and apply to all blocks except the two historic violations. | |||
2012-09-09 | Improve debug logging, for mempool TXs that do not include sufficient fees | Jeff Garzik | |
2012-09-09 | Cosmetic: move CTransaction::GetMinFee out of header file | Jeff Garzik | |
2012-09-09 | Improve RPC console key event behaviour | Wladimir J. van der Laan | |
- Paging using PageUp / PageDown now works when entry widget has focus - Typing or pasting while the messages widget has focus auto-selects entry widget | |||
2012-09-09 | Remove VC6 comment and pointless #ifdef'd benchmark code | Wladimir J. van der Laan | |
We're in a wholly different world now, C++-compiler-wise. Current std::stringstream implementations don't have the stated problem anymore, and are just as fast as CDataStream. The #ifdef'd block does not even compile anymore; CDataStream constructor changed, and missing some std::. Also timing in whole seconds is also way too granular to say anything sensible in such microbenchmarks. Just remove it, it can always be found again in git history. | |||
2012-09-09 | Cleanup some unused macros from util.h | Wladimir J. van der Laan | |
Encapsulate _snprintf/sprintf difference in implementation not header | |||
2012-09-09 | Add printf-style warnings to strprintf() and OutputDebugStringF() | Wladimir J. van der Laan | |
This finds about ~150 potential problems with format characters on a 64 bit build. | |||
2012-09-09 | Merge pull request #1802 from luke-jr/bugfix_ts | Wladimir J. van der Laan | |
Update translations from Transifex (100% coverage for Finnish and Chinese (China) | |||
2012-09-08 | Update translations from Transifex (100% coverage for Finnish and Chinese ↵ | Luke Dashjr | |
(China) |