index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-08-12
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-08-12
Merge branch 'bugfix_CNBerr_daggy' into 0.4.x
Luke Dashjr
2012-07-26
Typo
Michael Ford
2012-07-26
Fix spelling of successfully
Stephane Glondu
2012-07-26
Typo
fanquake
2012-07-26
Fix Typo
fanquake
2012-07-22
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-07-22
fix OpenSSL not written as proper noun in some comments
Philip Kaufmann
2012-07-22
Let the comment in GetBlockValue() reflect the uncertainty about the time int...
Rune K. Svendsen
2012-07-22
Make sort and filters for transactions and labels case-insensitive
Wladimir J. van der Laan
2012-07-22
when on testnet, set testnet icon for about dialog
Philip Kaufmann
2012-07-22
CBigNum: Convert negative int64 values in a more well-defined way
Luke Dashjr
2012-07-22
Fix signed subtraction overflow in CBigNum::setint64().
Ricardo M. Correia
2012-07-06
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-07-06
Do not consider inbound peers for outbound network group exclusion.
Gregory Maxwell
2012-07-06
Fix a couple more typos
fanquake
2012-07-06
fix a typo in OptionsDialog
Philip Kaufmann
2012-07-05
Fix a few typos
fanquake
2012-07-05
Fix a few typos
fanquake
2012-07-05
Changed a comment about a QVariant type
xanatos
2012-07-05
GUI: ensure a changed bitcoin unit immediately updates the tx list amounts
Philip Kaufmann
2012-06-20
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-06-20
print large orphan warning BEFORE deleting pvMsg
Gavin Andresen
2012-06-20
Bump VERSION so we can differentiate between 0.4.7rc2 and 0.4.7rc3
Luke Dashjr
2012-06-20
Remove invalid dependent orphans from memory
Gavin Andresen
2012-06-20
Further DoS prevention: Verify signatures last
Gavin Andresen
2012-06-20
Optimize orphan transaction handling
Gavin Andresen
2012-06-18
Don't overflow integer on 32-bit machines.
Ricardo M. Correia
2012-06-18
Don't overflow signed ints in CBigNum::setint64().
Ricardo M. Correia
2012-06-18
add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...
Philip Kaufmann
2012-06-14
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-06-14
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2012-06-14
Include limits, not climints (using std::numeric_limits now)
Gavin Andresen
2012-06-14
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2012-06-14
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-06-14
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694
Wladimir J. van der Laan
2012-06-14
Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly
Philip Kaufmann
2012-06-14
Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)
Philip Kaufmann
2012-06-14
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...
Philip Kaufmann
2012-06-14
removed ability to translate "0 BTC" and "123.456 BTC" as this is only used a...
Philip Kaufmann
2012-06-14
Do not select first address automatically in the address book
Wladimir J. van der Laan
2012-06-14
Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4...
Luke Dashjr
2012-06-12
Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...
Luke Dashjr
2012-06-06
fix an incorrect if-clause in net.cpp
Philip Kaufmann
2012-06-06
Serialize access to debug.log stream
Michael Hendricks
2012-05-22
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-05-22
Prevent crashes due to missing or corrupted blk????.dat records
Jeff Garzik
2012-05-22
Prevent crashes due to missing or corrupted database records
Jeff Garzik
2012-05-22
Correct debug.log output to show correct function the debug is coming from.
R E Broadley
2012-05-22
Filter out whitespace and zero-width non-breaking spaces in validator
Wladimir J. van der Laan
[next]