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-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
The string class returns string::npos, when find() fails.
Jeff Garzik
2012-04-15
Merge pull request #1104 from laanwj/2012_04_clang
Jeff Garzik
2012-04-15
Merge pull request #1084 from dooglus/validate_secret
Jeff Garzik
2012-04-15
Merge pull request #1097 from laanwj/2012_04_runawayexception
Wladimir J. van der Laan
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-15
fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
Wladimir J. van der Laan
2012-04-15
fix warnings: delete called on 'XX' that has virtual functions but non-virtua...
Wladimir J. van der Laan
2012-04-15
fix warnings: unused variable 'XX' [-Wunused-variable]
Wladimir J. van der Laan
2012-04-15
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]
Wladimir J. van der Laan
2012-04-15
fix warnings: 'XX' defined as a struct here but previously declared as a clas...
Wladimir J. van der Laan
2012-04-15
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-04-15
work around issue in boost::program_options that prevents from compiling in c...
Wladimir J. van der Laan
2012-04-15
enable all warnings except invalid-offsetof, sign-compare, unused-parameter
Wladimir J. van der Laan
2012-04-14
Bugfix: Check that QRcode_encodeString didn't return NULL (error)
Luke Dashjr
2012-04-14
Show a message box when runaway exception happens
Wladimir J. van der Laan
2012-04-14
Merge pull request #1093 from jgarzik/tx-opt
Jeff Garzik
2012-04-13
Merge pull request #1089 from laanwj/2012_04_translationupdate
Wladimir J. van der Laan
2012-04-14
Update translations for bitcoin core
Wladimir J. van der Laan
2012-04-14
Do not show green tick unless all known blocks are downloaded (fixes #921)
Wladimir J. van der Laan
2012-04-13
Database micro-optimization for "tx" network message
Jeff Garzik
2012-04-13
Add missing tooltip and key shortcut in settings dialog (#1088 without line b...
Wladimir J. van der Laan
2012-04-12
Merge pull request #1087 from sipa/fix_1086
Gavin Andresen
2012-04-13
Fix #1086: add /testnet to passed datadir
Pieter Wuille
2012-04-12
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...
Chris Moore
2012-04-12
Merge pull request #1041 from gavinandresen/listtransactionsfix
Gavin Andresen
2012-04-12
make text in about box selectable (fixes #1055)
Wladimir J. van der Laan
2012-04-12
enable wordWrap on lblQRCode / small code comment change
Philip Kaufmann
2012-04-12
limit length of generated URI to 255 chars to prevent a DoS against the QR-Co...
Philip Kaufmann
2012-04-12
updated to reflect pull-request suggestions / renamed some GUI elements
Philip Kaufmann
2012-04-12
fixed amount part of URI in QR-Codes / removed (no label) string if we have N...
Philip Kaufmann
2012-04-12
Remove obsolete Win32 AffinityBugWorkaround()
Jeff Garzik
2012-04-12
Fix OSX build errors.
Gavin Andresen
2012-04-11
Merge pull request #855 from sje397/ToggleHide
Wladimir J. van der Laan
2012-04-11
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
Merge pull request #1083 from laanwj/2012_04_connectionicon
Wladimir J. van der Laan
2012-04-11
Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...
Gavin Andresen
2012-04-11
by popular request, make 4th bar of connection icon green
Wladimir J. van der Laan
2012-04-11
Fix build.h dependencies
Pieter Wuille
2012-04-10
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
Merge pull request #1046 from laanwj/2012_04_rpcporterror
Wladimir J. van der Laan
2012-04-10
Build identification strings
Pieter Wuille
2012-04-11
Toggle main window hide on tray icon click
sje397
2012-04-09
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
Merge branch 'filesystem' of https://github.com/Diapolo/bitcoin
Gavin Andresen
2012-04-09
Do not report spurious deadlocks caused by TRY_LOCK
Pieter Wuille
2012-04-09
Support for parametrized locks in deadlock detector
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-04-06
Show error message instead of exception crash when unable to bind RPC port
Wladimir J. van der Laan
[next]