- 29 Sep, 2012 6 commits
-
-
Wladimir J. van der Laan authored
Fix compilation with clang under OS X
-
Wladimir J. van der Laan authored
Removed a duplicated identical if
-
Wladimir J. van der Laan authored
switch to Qt 4.8.2 for Windows builds
-
Wladimir J. van der Laan authored
Update to use OpenSSL 1.0.1c
-
Wladimir J. van der Laan authored
Remove stack randomization
-
Jeff Garzik authored
walletdb.h: remove dead code
-
- 28 Sep, 2012 4 commits
-
-
Pieter Wuille authored
-
Pieter Wuille authored
Fix: when testnet=1 specified, change default RPC port to 18332
-
xanatos authored
As the code was before, toHTML added empty elements to mapValue to check for their existance. Now first it check for their existance and then for their non-emptiness. Removed a duplicated identical if There are two equal ifs, one inside another. If the first one is true, then the second one is true.
-
Wladimir J. van der Laan authored
Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR
-
- 27 Sep, 2012 3 commits
-
-
Virgil Dupras authored
Previously, trying to compile with clang would result in the error: assigning to 'objc_object *' from incompatible type 'DockIconClickEventHandler *'
-
Wladimir J. van der Laan authored
commit 5a1a3622 effectively enabled these warnings, but they need to be fixed before being enabled in the general build scripts.
-
Jeff Garzik authored
-
- 26 Sep, 2012 1 commit
-
-
Wladimir J. van der Laan authored
Add printf-style warnings to strprintf() and OutputDebugStringF()
-
- 25 Sep, 2012 8 commits
-
-
Mark Friedenbach authored
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.
-
Jeff Garzik authored
Import $DataDir/bootstrap.dat automatically, if it exists.
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
change last occurance of mac to macx in Qt project-file
-
Wladimir J. van der Laan authored
Compile/link Bitcoin-Qt.app with -pthread on OSX
-
Wladimir J. van der Laan authored
Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)
-
Wladimir J. van der Laan authored
additional fix for #1843
-
- 24 Sep, 2012 3 commits
-
-
Philip Kaufmann authored
-
kjj2 authored
-
Jeff Garzik authored
As discussed on IRC. Intended to make using an external blockchain download solution just a bit easier.
-
- 23 Sep, 2012 2 commits
-
-
Wladimir J. van der Laan authored
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Wor...
-
Wladimir J. van der Laan authored
Update include for Qt5
-
- 22 Sep, 2012 9 commits
-
-
kjj2 authored
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works 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.
-
fanquake authored
Update Qmenu include This is to be more consistent with the rest of the source Update Qt Includes
-
Wladimir J. van der Laan authored
Update links to Qt
-
Philip Kaufmann authored
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
-
Philip Kaufmann authored
- a shortcut on "receive coins" was used twice
-
fanquake authored
Update Qt Links Revert Qt source link Update Qt links
-
Wladimir J. van der Laan authored
enhance Qt5 compatibility
-
fanquake authored
Bump deps tp 0.0.5 Small docs corrections
-
Wladimir J. van der Laan authored
-
- 21 Sep, 2012 4 commits
-
-
Wladimir J. van der Laan authored
fix #1843 by changing 2 GUI shortcuts
-
Gavin Andresen authored
-
Philip Kaufmann authored
-
Philip Kaufmann authored
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5)
-