log

age author description
Sat, 25 Feb 2012 19:07:53 +0100 Wladimir J. van der Laan In UI, handle cases in which the last received block was generated in the future (secs<0) draft
Sat, 25 Feb 2012 19:02:30 +0100 Pieter Wuille Do not invoke anti-DoS system for invalid BIP16 transactions draft
Fri, 24 Feb 2012 23:51:50 -0800 Wladimir J. van der Laan Merge pull request #894 from dooglus/nosplash draft
Fri, 24 Feb 2012 18:54:18 -0800 Chris Moore Add option "-splash" so we can disable the splash screen. draft
Wed, 04 Jan 2012 23:39:45 +0100 Pieter Wuille CAddrMan: stochastic address manager draft
Thu, 23 Feb 2012 13:33:30 -0500 Gavin Andresen Checkpoint block 168,000 draft
Thu, 23 Feb 2012 12:41:26 -0500 Gavin Andresen Merge branch 'getblock_cleanup' of https://github.com/luke-jr/bitcoin draft
Thu, 23 Feb 2012 04:08:08 -0800 Pieter Wuille Merge pull request #887 from TheBlueMatt/gitian_deps draft
Wed, 22 Feb 2012 22:09:06 -0500 Matt Corallo Make deps build deterministic and upgrade to libpng 1.5.9. draft
Wed, 22 Feb 2012 11:26:19 -0500 Gavin Andresen Merge branch 'testnetirc' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 11:25:08 -0500 Gavin Andresen Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 11:06:44 -0500 Gavin Andresen Merge branch 'postfeb20' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 11:03:19 -0500 Gavin Andresen Merge branch 'reorginfo' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 11:00:38 -0500 Gavin Andresen Merge branch 'fix_616' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 10:52:14 -0500 Gavin Andresen Merge branch 'fix_626' of https://github.com/sipa/bitcoin draft
Wed, 22 Feb 2012 12:12:28 -0500 Luke Dashjr Cleanup JSON-RPC getblock output to be consistent draft
Wed, 22 Feb 2012 10:44:44 -0500 Gavin Andresen Merge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin draft
Wed, 22 Feb 2012 10:41:11 -0500 Gavin Andresen Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin draft
Wed, 22 Feb 2012 10:36:19 -0500 Luke Dashjr Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report "Satoshi" which is at least correct draft
Wed, 22 Feb 2012 05:17:49 +0100 Pieter Wuille Leave IRC enabled by default on testnet draft
Mon, 20 Feb 2012 01:33:31 +0100 Pieter Wuille Post-feb20 simplifications draft
Mon, 20 Feb 2012 22:35:08 +0100 Pieter Wuille ProcessBlock is sometimes called with pfrom==NULL draft
Mon, 20 Feb 2012 18:32:33 +0100 Pieter Wuille Fix tests after 38067c18 draft
Mon, 20 Feb 2012 08:56:41 -0800 Wladimir J. van der Laan Merge pull request #857 from laanwj/2012_02_fixhelpwindow draft
Mon, 20 Feb 2012 08:55:49 -0800 Wladimir J. van der Laan Merge pull request #858 from laanwj/2012_02_uisendlabelfix draft
Sun, 19 Feb 2012 21:24:20 -0800 Gregory Maxwell Merge pull request #876 from luke-jr/signmsg_desc draft
Sun, 19 Feb 2012 22:36:59 -0500 Luke Dashjr Sign message description changes discussed in #bitcoin-dev draft
Mon, 20 Feb 2012 04:16:38 +0100 Pieter Wuille Typo fix draft
Sun, 19 Feb 2012 18:21:19 -0800 Pieter Wuille Merge pull request #864 from sipa/fix_856 draft
Sun, 19 Feb 2012 18:04:46 -0800 Pieter Wuille Merge pull request #868 from sipa/fix_650 draft
Sun, 19 Feb 2012 11:30:32 -0800 Wladimir J. van der Laan Merge pull request #867 from laanwj/2012_02_hidetrayicononquit draft
Sun, 19 Feb 2012 19:42:15 +0100 Pieter Wuille Report number of (dis)connected blocks in reorganization draft
Sun, 19 Feb 2012 19:12:41 +0100 Pieter Wuille Fix #616: remove base_uint::operator&=(uint64 b) draft
Sun, 19 Feb 2012 19:05:41 +0100 Pieter Wuille Fix #626: RecvLine wrong error message draft
Sun, 19 Feb 2012 18:44:51 +0100 Pieter Wuille Fix #650: CKey::SetSecret BIGNUM leak draft
Sun, 19 Feb 2012 09:22:11 -0800 Pieter Wuille Merge pull request #863 from sipa/bn2mpifix draft
Sun, 19 Feb 2012 09:05:40 -0800 Pieter Wuille Merge pull request #865 from sipa/del_pwalletdb draft
Sun, 19 Feb 2012 12:07:07 +0100 Wladimir J. van der Laan Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu) draft
Sat, 18 Feb 2012 04:56:58 -0800 Pieter Wuille Merge pull request #862 from TheBlueMatt/warnings draft
Sat, 18 Feb 2012 15:36:40 +0100 Pieter Wuille Free pwalletdbEncryption after encryping wallet draft
Sat, 18 Feb 2012 15:06:32 +0100 Pieter Wuille Make compressed pubkeys require 0.6.0 draft
Sat, 18 Feb 2012 15:02:36 +0100 Pieter Wuille Move GenerateNewKey back to CWallet draft
Sat, 18 Feb 2012 14:55:02 +0100 Pieter Wuille Add SetMinVersion to CWallet draft
Sat, 18 Feb 2012 01:33:56 -0800 Wladimir J. van der Laan Merge pull request #859 from laanwj/2012_02_guilanguagearg draft
Fri, 17 Feb 2012 12:54:07 -0800 Wladimir J. van der Laan Merge pull request #854 from laanwj/2012_02_qtipc draft
Fri, 17 Feb 2012 13:50:40 -0500 Gavin Andresen Merge branch 'nolisten_bitcoin_conf_2' of https://github.com/dooglus/bitcoin draft
Fri, 17 Feb 2012 13:48:01 -0500 Gavin Andresen Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git draft
Fri, 17 Feb 2012 13:40:42 -0500 Gavin Andresen Merge branch 'threadid' of https://github.com/sipa/bitcoin draft
Fri, 17 Feb 2012 10:30:15 -0800 Wladimir J. van der Laan Merge pull request #834 from sje397/BackupWallet draft
Sat, 18 Feb 2012 13:32:25 +0100 Pieter Wuille Workaround for BN_bn2mpi reading/writing out of bounds draft
Fri, 17 Feb 2012 18:08:45 -0500 Matt Corallo Fix compilation warning. draft
Fri, 17 Feb 2012 23:19:52 +0100 Wladimir J. van der Laan Do show/showNormal only when needed. draft
Fri, 17 Feb 2012 13:50:32 +0100 Wladimir J. van der Laan Hide window from taskbar when "minimize to tray" active by making window into Tool window draft
Fri, 17 Feb 2012 18:44:39 +0100 Wladimir J. van der Laan Allow setting UI language from commandline (implements #678) draft
Fri, 17 Feb 2012 18:25:14 +0100 Wladimir J. van der Laan Only fill in label from address book, if no label is filled in yet, fixes #840 draft
Fri, 17 Feb 2012 18:00:41 +0100 Wladimir J. van der Laan Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore... draft
Fri, 17 Feb 2012 17:53:41 +0100 Wladimir J. van der Laan On windows, show message box with help, as there is no stderr (fixes #702) draft
Fri, 17 Feb 2012 15:26:20 +0100 Wladimir J. van der Laan Restructure IPC URL handling (fixes #851) draft
Fri, 17 Feb 2012 14:46:06 +0100 Wladimir J. van der Laan don't allow -daemon in bitcoin-qt (changes only #defines) draft
Fri, 17 Feb 2012 14:40:21 +0100 Wladimir J. van der Laan fix typo in CNetAddr::IsRFC4843() (fixes #850) draft
Thu, 16 Feb 2012 12:08:32 -0800 Chris Moore Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as well as on the command line. draft
Thu, 16 Feb 2012 10:22:31 -0500 Gavin Andresen Fix issue #848 : broken mining on testnet draft
Thu, 16 Feb 2012 03:50:59 -0800 Pieter Wuille Merge pull request #843 from TheBlueMatt/qrcodedoc draft
Tue, 07 Feb 2012 19:42:29 +0100 Pieter Wuille Symbolic names for threads draft
Thu, 16 Feb 2012 03:34:11 -0800 Pieter Wuille Merge pull request #844 from sipa/shutdownfix draft
Thu, 16 Feb 2012 03:31:14 -0800 Pieter Wuille Merge pull request #842 from sipa/checkaf draft
Thu, 16 Feb 2012 03:30:26 -0800 Pieter Wuille Merge pull request #828 from sipa/fixwalletlock draft
Wed, 15 Feb 2012 16:05:55 -0500 Matt Corallo Properly include $*_LIB_PATH in makefile.unix draft
Wed, 15 Feb 2012 14:42:51 -0500 Matt Corallo Make bitcoin-qt static-link libqrcode and add it for debian pkgs. draft
Sat, 28 Jan 2012 04:29:01 -0500 Matt Corallo Fix compilation warning. draft
Wed, 15 Feb 2012 21:17:15 +0100 Pieter Wuille Several shutdown-related fixes draft
Wed, 15 Feb 2012 17:08:34 +0100 Wladimir J. van der Laan increase BitcoinAddressValidator::MaxAddressLength from 34 to 35 draft
Wed, 15 Feb 2012 20:56:29 +0100 Pieter Wuille Bugfix: do not create CAddress for invalid accepts draft
Wed, 15 Feb 2012 14:47:08 +0100 Wladimir J. van der Laan fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) draft
Wed, 15 Feb 2012 13:14:16 +0100 Wladimir J. van der Laan (trivial) regularize coding style draft
Tue, 14 Feb 2012 23:14:43 +1100 sje397 Added 'Backup Wallet' menu option draft
Sun, 12 Feb 2012 05:52:34 -0800 Wladimir J. van der Laan Merge pull request #807 from TheBlueMatt/bip21 draft
Sun, 12 Feb 2012 12:53:20 +0100 Wladimir J. van der Laan Add export action to file menu (as long as we have a file menu, export certainly should be there) draft
Sun, 12 Feb 2012 01:49:18 -0800 Wladimir J. van der Laan Merge pull request #826 from laanwj/2012_02_fixminimizetotray draft
Sat, 11 Feb 2012 15:14:02 -0800 gmaxwell Merge pull request #817 from TheBlueMatt/dpiversionfix draft
Sat, 11 Feb 2012 15:02:05 -0800 Pieter Wuille Merge pull request #827 from sipa/fixencrypt draft
Sat, 11 Feb 2012 18:01:24 +0100 Pieter Wuille Extra wallet locking fixes draft
Sat, 11 Feb 2012 16:35:40 +0100 Pieter Wuille Fix wallet locking locking draft
Sat, 11 Feb 2012 20:02:55 +0100 Pieter Wuille Macros for manual critical sections draft
Sat, 11 Feb 2012 09:12:00 -0800 Gavin Andresen Merge pull request #825 from sipa/fix_822 draft
Fri, 03 Feb 2012 20:08:50 +0200 Janne Pulkkinen Fix Minimize to the tray instead of the taskbar draft
Sat, 11 Feb 2012 16:35:13 +0100 Pieter Wuille Fix wallet encryption with compressed pubkeys draft
Sat, 11 Feb 2012 15:25:42 +0100 Pieter Wuille Fix #822 draft
Fri, 10 Feb 2012 09:31:21 -0800 Wladimir J. van der Laan Merge pull request #818 from laanwj/2012_02_win32_qtaccessible draft
Fri, 10 Feb 2012 09:04:19 -0800 Gavin Andresen Merge pull request #813 from dooglus/master draft
Fri, 10 Feb 2012 17:25:36 -0500 Matt Corallo Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. draft
Tue, 07 Feb 2012 13:46:53 -0500 Matt Corallo Add -req prefixes to comply with BIP21. draft
Thu, 09 Feb 2012 22:41:42 -0500 Matt Corallo Get ext. IP from UPnP, make sure addrMe IsRoutable() in version. draft
Fri, 10 Feb 2012 08:28:32 +0100 Wladimir J. van der Laan Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it. draft
Thu, 09 Feb 2012 05:21:41 -0800 Chris Moore Fix #794. Only remove transactions from memory pool when they're actually in the memory pool. draft
Tue, 07 Feb 2012 21:16:28 +0100 Wladimir J. van der Laan Update readme-qt.rst for 0.6.0 draft
Tue, 07 Feb 2012 09:23:34 -0800 Gavin Andresen Merge pull request #805 from luke-jr/gitian_deps draft
Tue, 07 Feb 2012 11:28:30 -0500 Gavin Andresen Update all copyrights to 2012 draft
Tue, 07 Feb 2012 11:22:09 -0500 Gavin Andresen Increase client version to 0.6 draft
Tue, 07 Feb 2012 12:12:10 -0500 Luke Dashjr Update doc/release-process.txt draft
Tue, 07 Feb 2012 11:52:40 -0500 Luke Dashjr Split smaller dependencies out of gitian-win32 into deps-win32 draft
Mon, 06 Feb 2012 11:46:49 -0500 Luke Dashjr Update zlib and libpng (previous version had a security issue) draft
Mon, 06 Feb 2012 14:35:57 -0500 Gavin Andresen Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0. draft
Mon, 06 Feb 2012 13:55:11 -0500 Gavin Andresen New GetArg features: allow --, and booleans can be -foo or -nofoo draft
Mon, 06 Feb 2012 12:37:49 -0500 Gavin Andresen Unit tests for the GetArg() methods draft
Tue, 07 Feb 2012 09:04:56 -0500 Gavin Andresen Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git draft
Mon, 06 Feb 2012 15:48:00 -0500 Gavin Andresen -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 draft
Mon, 06 Feb 2012 15:10:30 -0500 Gavin Andresen Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin draft
Mon, 06 Feb 2012 14:50:59 -0500 Gavin Andresen Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin draft
Mon, 06 Feb 2012 09:35:20 -0500 Gavin Andresen Merge branch 'translation-fixes' of https://github.com/tcatm/bitcoin draft
Mon, 06 Feb 2012 09:32:35 -0500 Gavin Andresen Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed draft
Thu, 19 Jan 2012 21:45:49 +0100 p2k miniupnpc Porfile removed; new and improved macdeployqtplus draft
Sun, 05 Feb 2012 11:53:52 +0100 Wladimir J. van der Laan Restructure credit transaction decomposition (solves issue #689) draft
Sun, 05 Feb 2012 13:28:39 +0100 Nils Schneider fetch translations from transifex draft
Sun, 05 Feb 2012 12:15:16 +0100 Wladimir J. van der Laan Change up/down increment in UI to 0.001 BTC (issue #760) draft
Sun, 05 Feb 2012 02:30:43 -0500 Gregory Maxwell Have bitcoind recommend a secure RPC password. Increase invalid password delay. draft
Wed, 01 Feb 2012 18:08:03 -0500 Gregory Maxwell Avoid advertising the node's address when it is not listening or IsInitialBlockDownload(). draft
Wed, 01 Feb 2012 20:14:13 +0100 Wladimir J. van der Laan Remove loose amp; from Portugese translation (issue #701) draft
Wed, 01 Feb 2012 13:24:15 -0500 Gavin Andresen Allow -upnp to override setting in wallet (and simplify logic a bit) draft
Tue, 31 Jan 2012 17:36:25 -0500 Matt Corallo Fix UPnP by reannouncing every 20 minutes. draft