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-05-05
Bugfix: store source address in addrman
Pieter Wuille
2012-05-05
Fix addrman crashes
Pieter Wuille
2012-05-05
Add extra asserts to addrman
Pieter Wuille
2012-05-05
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...
Luke Dashjr
2012-05-05
Merge pull request #1201 from Diapolo/about-dialog
Wladimir J. van der Laan
2012-05-05
changed cursor for selectable text on the about dialog to IBeamCursor and rem...
Philip Kaufmann
2012-05-05
Merge pull request #1202 from Diapolo/messagepage
Wladimir J. van der Laan
2012-05-05
change text on message.ui from "Copy to Clipboard" to "Copy Signature" and
Philip Kaufmann
2012-05-05
Merge pull request #1203 from Diapolo/qrcodedialog
Wladimir J. van der Laan
2012-05-05
renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s...
Philip Kaufmann
2012-05-05
simplified qrcode icon that scales gracefully to 16x16
Wladimir J. van der Laan
2012-05-05
Merge pull request #1166 from Diapolo/signmessage_clear
Wladimir J. van der Laan
2012-05-05
Merge pull request #1175 from Diapolo/translators
Wladimir J. van der Laan
2012-05-05
Merge pull request #1187 from TheBlueMatt/win32_ie
Wladimir J. van der Laan
2012-05-05
Merge pull request #1194 from Diapolo/sendcoins_placeholdertext
Wladimir J. van der Laan
2012-05-04
Merge pull request #1032 from Diapolo/fix#945
Wladimir J. van der Laan
2012-05-04
move label placeholdertext from sendcoinsentry.cpp to ui-file
Philip Kaufmann
2012-05-04
Bump version numbers for 0.6.1rc2
v0.6.1
Gavin Andresen
2012-05-03
remove obsolete BackupWallet() entry in wallet.h
Philip Kaufmann
2012-05-03
add a clear all button to the sign message page
Philip Kaufmann
2012-05-02
Update to require IE 5.1 as it is required on mingw64.
Matt Corallo
2012-05-01
Merge pull request #1171 from Diapolo/fix_compiler_warn
Jeff Garzik
2012-05-01
Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring
Jeff Garzik
2012-05-01
Merge pull request #1172 from Diapolo/serialize_h_rem_typedef
Wladimir J. van der Laan
2012-05-01
remove duplicate definition of SecureString in util.h
Wladimir J. van der Laan
2012-05-01
small translation-file handling / loading changes and re-work comments to be ...
Philip Kaufmann
2012-05-01
fix compiler warning "suggest parentheses around assignment used as truth
Philip Kaufmann
2012-05-01
fix compiler warning "suggest explicit braces to avoid ambiguous "else"
Philip Kaufmann
2012-05-01
remove references to bitcoin-wx from comment in init.cpp
Philip Kaufmann
2012-05-01
remove unused typedef in serialize.h
Philip Kaufmann
2012-04-30
Check earlier for blocks with duplicate transactions. Fixes #1167
v0.6.1rc2
Gavin Andresen
2012-04-29
Merge pull request #1139 from Diapolo/messagepage
Wladimir J. van der Laan
2012-04-29
Fix critical UI performance issue (#1154)
Wladimir J. van der Laan
2012-04-27
Update openssl version
v0.6.1rc1
Gavin Andresen
2012-04-27
Bump version numbers for 0.6.1rc1
Gavin Andresen
2012-04-26
Merge pull request #1151 from freewil/listsinceblock-blockhash
Gavin Andresen
2012-04-26
Merge pull request #1150 from gavinandresen/NOPCH
Gavin Andresen
2012-04-26
Merge pull request #1152 from freewil/remove-strange-debug
Gavin Andresen
2012-04-26
Merge pull request #1146 from drizztbsd/posix-include
Pieter Wuille
2012-04-26
remove strange debug message from listsinceblock
freewil
2012-04-26
listsinceblock: rpc param blockid -> blockhash
freewil
2012-04-26
Define TEST_DATA_DIR so unit tests can be run from any current working directory
Gavin Andresen
2012-04-26
Undo part of c2e8c8ac to fix issue#1148
Gavin Andresen
2012-04-25
Remove unused -DNOPCH
Gavin Andresen
2012-04-26
Make lsn_reset ("detach databases") optional and off by default.
Pieter Wuille
2012-04-25
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli
2012-04-23
Merge pull request #1140 from jgarzik/sign-compare
Jeff Garzik
2012-04-23
Change signed->unsigned at 3 code sites
Jeff Garzik
2012-04-23
CBlock::WriteToDisk() properly checks ftell(3) for error return
Jeff Garzik
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
[next]