index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Rename make_windows_icon.py to .sh as it is a shell script (fixes #1099)
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-13
Merge pull request #1096 from laanwj/2012_04_tick
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
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
Merge pull request #1078 from Diapolo/QR-Code
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
Merge pull request #1072 from sipa/boostpaths
Pieter Wuille
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
Merge pull request #1077 from sipa/buildinfo
Gavin Andresen
2012-04-11
Fix build.h dependencies
Pieter Wuille
2012-04-11
Force regeneration of build.h in qmake builds
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-10
Merge pull request #1070 from cardpuncher/patch-1
Pieter Wuille
2012-04-09
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
Added comment lines in French & Turkish which basically mean "Bitcoin, virtua...
cardpuncher
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
Merge pull request #987 from luke-jr/ipc_name_fix
Gregory Maxwell
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
2012-04-06
fixed small error in bitcoinrpc.cpp
Philip Kaufmann
[next]