Add scrypt+sha512 key derivation method.
[novacoin.git] / src / init.cpp
2013-08-23 alexAdd scrypt+sha512 key derivation method.
2013-08-21 alexStake generation changes
2013-08-18 alexDo not return addresses onder than specified lifespan.
2013-08-15 alexUpdate DNS seed option description
2013-07-30 alexRemove CPU miner related code
2013-07-29 alexAdd -walletnotify option
2013-07-28 alexAllow user to select wallet file (-waller=walletfilenam...
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-03-26 alexhzFix PoS difficulty at 0.25 after blocks v3 supermajorit...
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-08-16 Sunny KingPPCoin: Remove genesis block tool
2012-07-29 Sunny KingPPCoin: Replace RPC command 'setcheckpointkey' with...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-14 Philip KaufmannDon't call exit() in Shutdown() for Bitcoin-Qt (fixes...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-30 Philip Kaufmannremove references to bitcoin-wx from comment in init.cpp
2012-04-25 Pieter WuilleMake lsn_reset ("detach databases") optional and off...
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-18 R E BroadleyAdded ability to respond to signals during Block Loadin...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Pieter WuilleBuild identification strings
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-05 Pieter WuilleFlush on log size instead of transaction count
2012-04-05 Gavin AndresenRemove USE_SSL #define
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... move QT_PLUGINS stuff to qt main file, where it belongs
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-22 Pieter WuilleIntroduce explicit -walletupgrade option
2012-03-22 Gavin AndresenMerge branch 'checklevel' of https://github.com/sipa...
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-22 Gavin AndresenMerge pull request #964 from sipa/fastblocks
2012-03-22 Pieter WuilleAdd -checklevel and improve -checkblocks
2012-03-21 Gavin AndresenRemove -bip16 and -paytoscripthashtime command-line...
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-21 Pieter WuilleSpeed up block downloading
2012-03-19 Luke DashjrPrint wallet load errors (to debug.log)
2012-03-11 Luke DashjrPrint wallet load errors (to debug.log)
2012-03-03 Sunny KingPPCoin: makefile.unix build ppcoind and log messages...
2012-02-27 Wladimir J. van... On windows, show message box with help, as there is...
2012-02-27 Gavin AndresenMove BIP16 switchover time to April 1
2012-02-26 Gavin AndresenReworked QT settings
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-25 Chris MooreAdd option "-splash" so we can disable the splash screen.
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-22 Pieter WuilleLeave IRC enabled by default on testnet
2012-02-20 Wladimir J. van... Merge pull request #857 from laanwj/2012_02_fixhelpwindow
2012-02-17 Wladimir J. van... Allow setting UI language from commandline (implements...
2012-02-17 Wladimir J. van... Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined...
2012-02-17 Wladimir J. van... Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined...
2012-02-17 Wladimir J. van... On windows, show message box with help, as there is...
2012-02-17 Wladimir J. van... don't allow -daemon in bitcoin-qt (changes only #defines)
2012-02-17 Wladimir J. van... don't allow -daemon in bitcoin-qt (changes only #defines)
2012-02-14 Wladimir J. van... Enable accessible widgets Qt module on win32, so that...
2012-02-10 Wladimir J. van... Enable accessible widgets Qt module on win32, so that...
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrBugfix: Capitalize kB correctly (upstream: 9d4b05c)
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-02-06 Gavin Andresen-bip16 option (default: 1) to support / not support...
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-02 Gavin AndresenAllow -upnp to override setting in wallet (and simplify...
2012-02-01 Gavin AndresenAllow -upnp to override setting in wallet (and simplify...
2012-01-26 Wladimir J. van... Merge pull request #593 (Full URL Support in bitcoin-qt)
2012-01-17 Pieter WuilleFix handling of default ports
2012-01-13 Matt CoralloAdd -keepnode which attempts to -addnode and keep a...
2012-01-12 Gavin AndresenMerge pull request #743 from gavinandresen/blocknotify
2012-01-06 Sunny KingPPCoin: Rescale coin to 6 fractional digits, allowing...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-05 Matt CoralloAdd support for opening bitcoin: URIs directly.
2012-01-03 Gavin Andresen-blocknotify=command argument, implemented using system...
2012-01-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-03 Gavin AndresenI broke -testnet with my TOR option-parsing fixes.
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Gavin AndresenI broke -testnet with my TOR option-parsing fixes.
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-21 Sunny KingPPCoin: default ports; disabling irc; dns seeds; Thread...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #717 from TheBlueMatt/installerqtupgrade
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-20 Matt CoralloImplement "Start on window system startup" on Win32...
2011-12-19 Gavin AndresenMerge pull request #690 from runeksvendsen/qt-cmdline...
2011-12-17 Sunny KingMerge bitcoin v0.4.0 into ppcoin
2011-12-16 Gavin AndresenMove more newlines out of strings, and fix translations.
2011-12-13 Nils Schneidermove \\n outside _() in --help
2011-12-09 Rune K SvendsenWhen using Qt GUI, move parameter-parsing to start...
next