novacoin.git
2012-04-17 Jeff GarzikBump PROTOCOL_VERSION to 60001, thereby enabling BIP31
2012-04-17 Jeff GarzikMerge pull request #1081 from jgarzik/pong
2012-04-16 Wladimir J... Merge pull request #1092 from laanwj/2012_04_sendcoins_...
2012-04-16 Wladimir J... Merge pull request #1091 from Diapolo/GUI-BlockDL
2012-04-15 Jeff GarzikMerge pull request #1104 from laanwj/2012_04_clang
2012-04-15 Jeff GarzikMerge pull request #1084 from dooglus/validate_secret
2012-04-15 Wladimir J... Merge pull request #1097 from laanwj/2012_04_runawayexc...
2012-04-15 Jeff GarzikMerge pull request #1100 from luke-jr/qrcode_errchk
2012-04-15 Wladimir J... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J... fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
2012-04-15 Wladimir J... fix warnings: delete called on 'XX' that has virtual...
2012-04-15 Wladimir J... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Wladimir J... fix warnings: enumeration values 'XX' not handled in...
2012-04-15 Wladimir J... fix warnings: 'XX' defined as a struct here but previou...
2012-04-15 Wladimir J... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J... work around issue in boost::program_options that preven...
2012-04-15 Wladimir J... enable all warnings except invalid-offsetof, sign-compa...
2012-04-15 Luke DashjrBugfix: Check that QRcode_encodeString didn't return...
2012-04-14 Wladimir J... Show a message box when runaway exception happens
2012-04-14 Wladimir J... Rename make_windows_icon.py to .sh as it is a shell...
2012-04-14 Jeff GarzikMerge pull request #1093 from jgarzik/tx-opt
2012-04-14 Wladimir J... Merge pull request #1089 from laanwj/2012_04_translatio...
2012-04-14 Wladimir J... Update translations for bitcoin core
2012-04-14 Wladimir J... Merge pull request #1096 from laanwj/2012_04_tick
2012-04-14 Wladimir J... Do not show green tick unless all known blocks are...
2012-04-13 Jeff GarzikDatabase micro-optimization for "tx" network message
2012-04-13 Wladimir J... Set label when selecting an address that already has...
2012-04-13 Philip Kaufmannrevert to default OS theme for progressbar / fix small...
2012-04-13 Wladimir J... Add missing tooltip and key shortcut in settings dialog...
2012-04-13 Gavin AndresenMerge pull request #1087 from sipa/fix_1086
2012-04-13 Pieter WuilleFix #1086: add /testnet to passed datadir
2012-04-13 Jeff GarzikReplace several network protocol version numbers with...
2012-04-12 Chris MooreCBitcoinSecret::SetString() now calls IsValid() to...
2012-04-12 Gavin AndresenMerge pull request #1041 from gavinandresen/listtransac...
2012-04-12 Wladimir J... make text in about box selectable (fixes #1055)
2012-04-12 Wladimir J... Merge pull request #1078 from Diapolo/QR-Code
2012-04-12 Philip Kaufmannenable wordWrap on lblQRCode / small code comment change
2012-04-12 Philip Kaufmannlimit length of generated URI to 255 chars to prevent...
2012-04-12 Philip Kaufmannupdated to reflect pull-request suggestions / renamed...
2012-04-12 Philip Kaufmannfixed amount part of URI in QR-Codes / removed (no...
2012-04-12 Jeff GarzikRemove obsolete Win32 AffinityBugWorkaround()
2012-04-12 Jeff Garzikversion.h: separate client, net sections. Move more...
2012-04-12 Jeff GarzikBIP 0031: pong message
2012-04-12 Gavin AndresenFix OSX build errors.
2012-04-12 Wladimir J... Merge pull request #855 from sje397/ToggleHide
2012-04-11 Pieter WuilleMerge pull request #1072 from sipa/boostpaths
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-11 Wladimir J... Merge pull request #1083 from laanwj/2012_04_connectionicon
2012-04-11 Gavin AndresenRemove path.make_preferred() calls, and fix compiler...
2012-04-11 Wladimir J... by popular request, make 4th bar of connection icon...
2012-04-11 Gavin AndresenMerge pull request #1077 from sipa/buildinfo
2012-04-11 Pieter WuilleFix build.h dependencies
2012-04-11 Pieter WuilleForce regeneration of build.h in qmake builds
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Wladimir J... Merge pull request #1046 from laanwj/2012_04_rpcporterror
2012-04-10 Pieter WuilleBuild identification strings
2012-04-10 sje397Toggle main window hide on tray icon click
2012-04-10 Pieter WuilleMerge pull request #1070 from cardpuncher/patch-1
2012-04-09 Pieter WuilleMerge pull request #1052 from sipa/scopedlocks
2012-04-09 cardpuncherAdded comment lines in French & Turkish which basically...
2012-04-09 Gavin AndresenMerge branch 'filesystem' of https://github.com/Diapolo...
2012-04-08 Pieter WuilleDo not report spurious deadlocks caused by TRY_LOCK
2012-04-08 Pieter WuilleSupport for parametrized locks in deadlock detector
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Gregory MaxwellMerge pull request #987 from luke-jr/ipc_name_fix
2012-04-06 Luke DashjrBugfix: Replace "URL" with "URI" where we aren't actual...
2012-04-06 Wladimir J... Show error message instead of exception crash when...
2012-04-06 Philip Kaufmannfixed small error in bitcoinrpc.cpp
2012-04-06 Philip Kaufmannupdated util.cpp to use make_preferred()
2012-04-06 Philip Kaufmannupdated bitcoinrpc.cpp to use make_preferred() and...
2012-04-06 Philip Kaufmannupdated db.cpp to use make_preferred()
2012-04-06 Pieter WuilleMerge pull request #1033 from sipa/wait
2012-04-06 Gregory MaxwellMerge pull request #1051 from graingert/patch-1
2012-04-06 graingertChange sign message bitcoin address tooltip to "The...
2012-04-05 Gavin AndresenMerge pull request #1047 from luke-jr/strlcpy_attribute
2012-04-05 Luke DashjrDocument strlcpy.h in assets-attribution.txt since...
2012-04-05 Pieter WuilleMerge pull request #1045 from sipa/fastblocks2
2012-04-05 Pieter WuilleFlush on log size instead of transaction count
2012-04-05 Gavin AndresenMerge pull request #1043 from Diapolo/misc
2012-04-05 Gavin AndresenMerge pull request #1042 from gavinandresen/use_ssl_cleanup
2012-04-05 Gavin AndresenMerge pull request #1037 from gavinandresen/addmultisig...
2012-04-05 Gavin AndresenMerge pull request #1036 from gavinandresen/pubsubcleanup
2012-04-05 Gavin AndresenMerge pull request #1035 from gavinandresen/osxbuild
2012-04-05 Gregory MaxwellMerge pull request #1039 from sipa/fix_955
2012-04-05 Philip Kaufmannremoved obsolete boost workaround (boost ticket #4258)
2012-04-05 Wladimir J... Merge pull request #1038 from Diapolo/misc
2012-04-05 Gavin AndresenRemove USE_SSL #define
2012-04-05 Gavin AndresenBug fix listtransactions from/count handling.
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-04 Philip Kaufmannremoved an unneeded space in bitcoin-qt.pro
2012-04-04 Philip Kaufmannremoved an unused / obsolete tag from bitcoin.qrc
2012-04-04 Gavin AndresenEnable addmultisigaddress RPC call for main network
2012-04-04 Gavin AndresenRemove half-implemented publish/subscribe system
2012-04-04 Gavin AndresenAdd ifdef RELEASE to makefile.osx as the compile-for...
2012-04-04 Pieter WuilleCondition variable for outbound connection slots
2012-04-04 Pieter WuilleLocking system overhaul, add condition variables
2012-04-04 Pieter WuilleMerge pull request #1019 from laanwj/2012_03_uirefactor
2012-04-04 Wladimir J... Merge pull request #1025 from Diapolo/GUI-BlockDL
2012-04-04 Wladimir J... Move from noui.h / ui.h to one ui_interface.h with...
2012-04-04 Wladimir J... Use a messagebox to display the error when -server...
next