aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-25Merge pull request #1807 from laanwj/2012_09_printf_warningsWladimir J. van der Laan
Add printf-style warnings to strprintf() and OutputDebugStringF()
2012-09-25Merge pull request #1684 from jgarzik/bootstrapJeff Garzik
Import $DataDir/bootstrap.dat automatically, if it exists.
2012-09-25Update comment, we're no longer using boost::interprocess::scoped_lockWladimir J. van der Laan
2012-09-25Merge pull request #1857 from Diapolo/pro-fileWladimir J. van der Laan
change last occurance of mac to macx in Qt project-file
2012-09-25Merge pull request #1847 from gavinandresen/osx_pthreadWladimir J. van der Laan
Compile/link Bitcoin-Qt.app with -pthread on OSX
2012-09-25Merge pull request #1856 from Diapolo/stack-protector_nonWindowsWladimir J. van der Laan
Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)
2012-09-25Merge pull request #1854 from Diapolo/fix_1843_V2Wladimir J. van der Laan
additional fix for #1843
2012-09-24change last occurance of mac to macx in Qt project-filePhilip Kaufmann
2012-09-24Import $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-23Merge pull request #1836 from kjj2/stopdetachWladimir J. van der Laan
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Wor...
2012-09-23Merge pull request #1853 from fanquake/qt-includeWladimir J. van der Laan
Update include for Qt5
2012-09-22Adds 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-22Update Qt includefanquake
Update Qmenu include This is to be more consistent with the rest of the source Update Qt Includes
2012-09-22Merge pull request #1852 from fanquake/bugreportlinksWladimir J. van der Laan
Update links to Qt
2012-09-22Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)Philip Kaufmann
This patch currently excludes our Windows executable! - change to use -fstack-protector-all - the minimum size of buffers (i.e. arrays) that will receive stack smashing protection was changed to 1 byte (GCC default: 8) - warn about functions that will not be protected against stack smashing by adding -Wstack-protector
2012-09-22additional fix for #1843Philip Kaufmann
- a shortcut on "receive coins" was used twice
2012-09-22Update Bugreport Linksfanquake
Update Qt Links Revert Qt source link Update Qt links
2012-09-22Merge pull request #1844 from Diapolo/Qt5_compat1Wladimir J. van der Laan
enhance Qt5 compatibility
2012-09-22Remove unnecessary text from tooltip in AddressBookPageWladimir J. van der Laan
2012-09-21Merge pull request #1845 from Diapolo/fix_1843Wladimir J. van der Laan
fix #1843 by changing 2 GUI shortcuts
2012-09-21Compile/link Bitcoin-Qt.app with -pthreadGavin Andresen
2012-09-21fix #1843 by changing 2 GUI shortcutsPhilip Kaufmann
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5)
2012-09-21Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintfWladimir J. van der Laan
fix signed/unsigned in strprintf and CNetAddr::GetByte()
2012-09-21comment update: it's -> itsWladimir J. van der Laan
2012-09-20Merge pull request #1705 from Diapolo/cleanup_bitcoinguiWladimir J. van der Laan
Qt: re-order GUI code and remove FIRST_CLASS_MESSAGING
2012-09-20Merge pull request #1810 from laanwj/2012_09_rpcconsole_eventfilterWladimir J. van der Laan
Improve RPC console key event behaviour
2012-09-20Update gitignore and Makefiles for build.h move from src/ to src/objGavin Andresen
2012-09-20Merge pull request #1717 from Diapolo/Qt_change_TX_displayWladimir J. van der Laan
Qt: show mined transactions at depth 1
2012-09-18Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-09-18When rejected TX relay due to lack of fees, log full txidJeff Garzik
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-09-18Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2012-09-18Give makefiles 'test' and 'check' targets to compile and run unit testsGavin Andresen
2012-09-18Merge pull request #1812 from jgarzik/misc-07Jeff Garzik
Two minor generic cleanups done during OP_DROP hacking
2012-09-18Reset release notes for release-after-0.7.0Gavin Andresen
2012-09-18Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-09-18Bump client version to 0.7.0.99 now that 0.7.0 release is final.Gavin Andresen
2012-09-15update comment, secure_allocator is defined in allocators.hWladimir J. van der Laan
2012-09-12fix 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-12Bump client version number for 0.7.0rc3v0.7.0rc3v0.7.0Gavin Andresen
2012-09-12Merge pull request #1822 from sipa/fix_ipv6_rpcGavin Andresen
Do not abort if RPC listening for IPv6 fails
2012-09-12Do not abort if RPC listening for IPv6 failsPieter Wuille
Instead, fall back to IPv4 listening.
2012-09-12Merge branch 'bip30_harder' of git://github.com/gmaxwell/bitcoinGavin Andresen
2012-09-11Merge pull request #1755 from osmosis79/patch-1Wladimir J. van der Laan
Update doc/build-unix.txt
2012-09-11Cleanup on doc/build-unix.txtosmosis
2012-09-10Add format characters for (s)size_t and ptrdiff_tWladimir J. van der Laan
2012-09-10HexStr: don't build a vector<char> firstWladimir J. van der Laan
Also const correctness for lookup tables in hex functions throughout the code.
2012-09-09Apply 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-09Improve debug logging, for mempool TXs that do not include sufficient feesJeff Garzik