novacoin.git
2012-04-20 Pieter WuilleExpose CRPCTable via bitcoinrpc.h for testing
2012-04-20 Pieter WuilleEncapsulate mapCommands in class CRPCTable
2012-04-20 Jeff GarzikEncapsulate RPC command dispatch in an array of CRPCCom...
2012-04-20 Wladimir J... Merge pull request #1122 from dlitz/unsigned-char-fix
2012-04-19 Pieter WuilleMerge pull request #959 from rebroad/LoadBlockIndexKillable
2012-04-18 R E BroadleyAdded ability to respond to signals during Block Loadin...
2012-04-18 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-18 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-17 Wladimir J... Merge pull request #1118 from sipa/addbreaks
2012-04-17 Pieter WuilleAdd missing breaks in optionmodel's switch case
2012-04-17 Pieter WuilleMerge pull request #1114 from sipa/lesssync
2012-04-17 Pieter WuilleFix tests after recent refactors
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleMerge pull request #1117 from sipa/deadlockfix
2012-04-17 Pieter WuilleMerge pull request #1112 from sipa/saneserial
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove proto version to version.h. Reduce header deps...
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Gavin AndresenMerge pull request #1106 from jgarzik/sign-compare
2012-04-17 Gavin AndresenMerge pull request #1115 from laanwj/2012_04_cleanupmisc
2012-04-17 Pieter WuilleFix potential deadlock
2012-04-17 Jeff Garzikmain.cpp: replace tabs with spaces
2012-04-17 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Wladimir J... Remove unused and unreachable code
2012-04-17 Wladimir J... Add forgotten initializer
2012-04-17 Pieter WuilleReduce sync frequency for blkindex.dat
2012-04-17 Jeff GarzikMerge pull request #1094 from jgarzik/already-have...
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 GarzikFix misc. minor sign-comparison warnings
2012-04-15 Jeff GarzikCNode's nHeaderStart may be negative, so change its...
2012-04-15 Jeff Garzikserialize.h: CAutoFile's read and write may take size_t...
2012-04-15 Jeff GarzikFix sign-compare warnings: netbase's Lookup* max-soluti...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Jeff GarzikCTxMemPool: add helper methods, to reduce global mempoo...
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AcceptToMemoryPool
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AddToMemoryPoolUnchecked()...
2012-04-15 Jeff GarzikNew class CTxMemPool, encapsulating TX memory pool...
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 GarzikLocking fix for AlreadyHave()
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...
next