novacoin.git
2012-02-27 Wladimir J... Merge pull request #853 from laanwj/2012_02_altminimizetray
2012-02-26 Wladimir J... Merge pull request #900 from sipa/movebackupmenu
2012-02-26 Pieter WuilleMove 'Backup Wallet' to file menu
2012-02-25 Wladimir J... Merge pull request #897 from laanwj/2012_02_fixnegativesecs
2012-02-25 Wladimir J... In UI, handle cases in which the last received block...
2012-02-25 Wladimir J... Merge pull request #894 from dooglus/nosplash
2012-02-25 Chris MooreAdd option "-splash" so we can disable the splash screen.
2012-02-23 Gavin AndresenCheckpoint block 168,000
2012-02-23 Gavin AndresenMerge branch 'getblock_cleanup' of https://github.com...
2012-02-23 Pieter WuilleMerge pull request #887 from TheBlueMatt/gitian_deps
2012-02-23 Matt CoralloMake deps build deterministic and upgrade to libpng...
2012-02-22 Luke DashjrCleanup JSON-RPC getblock output to be consistent
2012-02-22 Gavin AndresenMerge branch 'testnetirc' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'fixnullpfrom' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'postfeb20' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'reorginfo' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'fix_616' of https://github.com/sipa/bitcoin
2012-02-22 Gavin AndresenMerge branch 'fix_626' of https://github.com/sipa/bitcoin
2012-02-22 Gavin AndresenMerge branch 'bugfix_bip14_ez' of https://github.com...
2012-02-22 Gavin AndresenMerge branch '201202_guiaddsuffix' of https://github...
2012-02-22 Luke DashjrBugfix: Instead of reporting "bitcoin-qt" for both...
2012-02-22 Pieter WuilleLeave IRC enabled by default on testnet
2012-02-21 Pieter WuillePost-feb20 simplifications
2012-02-20 Pieter WuilleProcessBlock is sometimes called with pfrom==NULL
2012-02-20 Pieter WuilleFix tests after 38067c18
2012-02-20 Wladimir J... Merge pull request #857 from laanwj/2012_02_fixhelpwindow
2012-02-20 Wladimir J... Merge pull request #858 from laanwj/2012_02_uisendlabelfix
2012-02-20 Gregory MaxwellMerge pull request #876 from luke-jr/signmsg_desc
2012-02-20 Luke DashjrSign message description changes discussed in #bitcoin-dev
2012-02-20 Pieter WuilleTypo fix
2012-02-20 Pieter WuilleMerge pull request #864 from sipa/fix_856
2012-02-20 Pieter WuilleMerge pull request #868 from sipa/fix_650
2012-02-19 Wladimir J... Merge pull request #867 from laanwj/2012_02_hidetrayico...
2012-02-19 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-02-19 Pieter WuilleFix #616: remove base_uint::operator&=(uint64 b)
2012-02-19 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-19 Pieter WuilleFix #650: CKey::SetSecret BIGNUM leak
2012-02-19 Pieter WuilleMerge pull request #863 from sipa/bn2mpifix
2012-02-19 Pieter WuilleMerge pull request #865 from sipa/del_pwalletdb
2012-02-19 Wladimir J... Hide tray icon in destructor, as deleting will let...
2012-02-18 Pieter WuilleFree pwalletdbEncryption after encryping wallet
2012-02-18 Pieter WuilleMake compressed pubkeys require 0.6.0
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-18 Pieter WuilleAdd SetMinVersion to CWallet
2012-02-18 Pieter WuilleMerge pull request #862 from TheBlueMatt/warnings
2012-02-18 Pieter WuilleWorkaround for BN_bn2mpi reading/writing out of bounds
2012-02-18 Wladimir J... Merge pull request #859 from laanwj/2012_02_guilanguagearg
2012-02-18 Matt CoralloFix compilation warning.
2012-02-17 Wladimir J... Do show/showNormal only when needed.
2012-02-17 Wladimir J... Merge pull request #854 from laanwj/2012_02_qtipc
2012-02-17 Gavin AndresenMerge branch 'nolisten_bitcoin_conf_2' of https://githu...
2012-02-17 Gavin AndresenMerge branch 'testnetmining' of github.com:gavinandrese...
2012-02-17 Gavin AndresenMerge branch 'threadid' of https://github.com/sipa...
2012-02-17 Wladimir J... Merge pull request #834 from sje397/BackupWallet
2012-02-17 Wladimir J... Allow setting UI language from commandline (implements...
2012-02-17 Wladimir J... Only fill in label from address book, if no label is...
2012-02-17 Wladimir J... Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined...
2012-02-17 Wladimir J... On windows, show message box with help, as there is...
2012-02-17 Wladimir J... Hide window from taskbar when "minimize to tray" active...
2012-02-17 Wladimir J... Restructure IPC URL handling (fixes #851)
2012-02-17 Wladimir J... don't allow -daemon in bitcoin-qt (changes only #defines)
2012-02-17 Wladimir J... fix typo in CNetAddr::IsRFC4843() (fixes #850)
2012-02-16 Chris MooreFix #846. Allow negative options such as "nolisten...
2012-02-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-02-16 Pieter WuilleMerge pull request #843 from TheBlueMatt/qrcodedoc
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-16 Pieter WuilleMerge pull request #844 from sipa/shutdownfix
2012-02-16 Pieter WuilleMerge pull request #842 from sipa/checkaf
2012-02-16 Pieter WuilleMerge pull request #828 from sipa/fixwalletlock
2012-02-15 Matt CoralloProperly include $*_LIB_PATH in makefile.unix
2012-02-15 Matt CoralloMake bitcoin-qt static-link libqrcode and add it for...
2012-02-15 Matt CoralloFix compilation warning.
2012-02-15 Pieter WuilleSeveral shutdown-related fixes
2012-02-15 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-15 Wladimir J... fix default suffixes in save dialog in GNOME, make...
2012-02-15 Wladimir J... increase BitcoinAddressValidator::MaxAddressLength...
2012-02-15 sje397Added 'Backup Wallet' menu option
2012-02-15 Wladimir J... (trivial) regularize coding style
2012-02-12 Wladimir J... Merge pull request #807 from TheBlueMatt/bip21
2012-02-12 Wladimir J... Add export action to file menu (as long as we have...
2012-02-12 Wladimir J... Merge pull request #826 from laanwj/2012_02_fixminimize...
2012-02-11 gmaxwellMerge pull request #817 from TheBlueMatt/dpiversionfix
2012-02-11 Pieter WuilleMerge pull request #827 from sipa/fixencrypt
2012-02-11 Pieter WuilleExtra wallet locking fixes
2012-02-11 Pieter WuilleFix wallet locking locking
2012-02-11 Pieter WuilleMacros for manual critical sections
2012-02-11 Janne PulkkinenFix Minimize to the tray instead of the taskbar
2012-02-11 Gavin AndresenMerge pull request #825 from sipa/fix_822
2012-02-11 Pieter WuilleFix wallet encryption with compressed pubkeys
2012-02-11 Pieter WuilleFix #822
2012-02-10 Matt CoralloAdd Bitcoin-Qt test suite with some bitcoin: URL Tests...
2012-02-10 Matt CoralloAdd -req prefixes to comply with BIP21.
2012-02-10 Wladimir J... Merge pull request #818 from laanwj/2012_02_win32_qtacc...
2012-02-10 Gavin AndresenMerge pull request #813 from dooglus/master
2012-02-10 Wladimir J... Enable accessible widgets Qt module on win32, so that...
2012-02-10 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-09 Chris MooreFix #794. Only remove transactions from memory pool...
2012-02-07 Wladimir J... Update readme-qt.rst for 0.6.0
2012-02-07 Gavin AndresenMerge pull request #805 from luke-jr/gitian_deps
2012-02-07 Luke DashjrUpdate doc/release-process.txt
next