Commit Graph

  • e4626e94f4 Merge pull request #491 from gavinandresen/manytxfix Gavin Andresen 2011-09-06 10:47:27 -07:00
  • dc0c768760 Merge pull request #499 from codler/patch-3 Gavin Andresen 2011-09-06 10:20:22 -07:00
  • e03209979b Add a note to only include .po file Han Lin Yap 2011-09-06 20:13:43 +03:00
  • c5eed9a1ae Merge pull request #490 from TheBlueMatt/master Gavin Andresen 2011-09-06 05:26:23 -07:00
  • a79401b31d Merge pull request #496 from alexwaters/boost_fs3 Gavin Andresen 2011-09-06 05:25:29 -07:00
  • cc558f0603 README.md: word wrap text file Jeff Garzik 2011-09-05 23:02:35 -04:00
  • 3a7c4d89de Merge pull request #495 from alexwaters/readme Jeff Garzik 2011-09-05 20:01:55 -07:00
  • adb8a55b46 Updated readme file Alex Waters 2011-09-05 21:16:46 -04:00
  • e077cce617 Optimize database writes for transactions with lots of TxIns. Patch from ArtForz, who discovered the problem. Gavin Andresen 2011-09-05 14:33:07 -04:00
  • cf9195c808 (k)ubuntu 10.04+ notification support (based on @zwierzak his code) Wladimir J. van der Laan 2011-09-03 20:52:54 +02:00
  • 69e87633bc Merge branch 'master' of github.com:laanwj/bitcoin-qt Wladimir J. van der Laan 2011-09-03 20:51:48 +02:00
  • 7b7d46be89 Fix build process to actually work. Matt Corallo 2011-09-03 02:21:55 -04:00
  • a687d4f574 Support for boost filesystem version 3 Luke Dashjr 2011-08-19 12:45:27 -04:00
  • 0a70a3f4d8 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-09-03 09:09:34 +02:00
  • 7464e647de Bumped version numbers to 0.4.0rc1 Gavin Andresen 2011-09-02 13:31:28 -04:00
  • 712077a760 Merge pull request #486 from TheBlueMatt/translatefix Jeff Garzik 2011-09-02 10:12:20 -07:00
  • ec74e8a443 Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid them Gavin Andresen 2011-09-02 12:56:10 -04:00
  • 4785e6df74 Edited README.rst via GitHub Wladimir J. van der Laan 2011-09-02 19:42:59 +03:00
  • 0aca8577b5 support USE_UPNP setting Wladimir J. van der Laan 2011-09-02 18:33:09 +02:00
  • fb462ab272 Update binary mos to latest translations. Matt Corallo 2011-09-02 12:26:18 -04:00
  • b53e277ba1 Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download. Gavin Andresen 2011-09-02 12:25:25 -04:00
  • b2d1129f27 bitcoin-qt cannot be used as command line rpc client Wladimir J. van der Laan 2011-09-02 18:05:08 +02:00
  • c5aa1b139a update to work with new lock system, add protocol.* to build system Wladimir J. van der Laan 2011-09-02 18:02:22 +02:00
  • c591cc50eb If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems) Gavin Andresen 2011-09-02 12:01:42 -04:00
  • fb45259967 Do not try to download blockchain from 0.3.23 nodes Gavin Andresen 2011-09-02 12:00:01 -04:00
  • 7a15d4ff67 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-09-02 17:35:30 +02:00
  • 86fd7c5af6 Give hard-coded seed nodes a random last-seen time, to randomize order they're tried. Gavin Andresen 2011-09-02 11:01:45 -04:00
  • bca179e8bd Update the list of seednodes. Daniel Folkinshteyn 2011-09-02 00:00:22 -04:00
  • 2f4c30fd85 Fix bad merge: getaccountaddress was broken for new accounts Gavin Andresen 2011-09-01 18:40:18 -04:00
  • 36d9b2311d Fixed regression I introduced: wallets with lots of transactions were unusable in GUI. Gavin Andresen 2011-09-01 15:44:39 -04:00
  • 783c636c73 Merge pull request #467 from gavinandresen/keypoolzero Gavin Andresen 2011-09-01 12:01:29 -07:00
  • dd7868364d Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin Gavin Andresen 2011-09-01 11:52:07 -04:00
  • ed02c95d50 obtain cs_wallet mutex to protect vchDefaultKey Gavin Andresen 2011-09-01 10:58:08 -04:00
  • 123e5bd998 Fix RPC call name in error message. Gavin Andresen 2011-08-15 11:07:25 -04:00
  • 7db3b75b3e Logic running with -keypool=0 was wrong (empty keys were being returned). Fixes #445 Gavin Andresen 2011-08-12 16:32:07 -04:00
  • f662cefd85 Merge pull request #470 from fabianhjr/master Gavin Andresen 2011-09-01 06:58:14 -07:00
  • e3c26b2573 SetCrypted() obtains keystore lock, to be safe. Gavin Andresen 2011-08-31 14:00:41 -04:00
  • 541e585d8e Fix typo ("you own security") Gavin Andresen 2011-08-31 14:28:14 -03:00
  • cb6c4b883d Merge pull request #480 from gavinandresen/deadlocks Gavin Andresen 2011-08-31 10:24:45 -07:00
  • 471426fb3b Fixed potential deadlocks in GUI code. Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt. Gavin Andresen 2011-08-31 12:27:19 -04:00
  • 6cc4a62c0e Fix rpc-hanging deadlocks Gavin Andresen 2011-08-26 14:37:23 -04:00
  • b0243da77c Highlight mis-matching locks Gavin Andresen 2011-08-29 17:03:08 -04:00
  • 21189a42a7 Merge pull request #463 from TheBlueMatt/encreadme Jeff Garzik 2011-08-31 09:32:42 -07:00
  • 927aaa0f27 Add reference python miner, in contrib/pyminer/ Jeff Garzik 2011-08-31 12:27:41 -04:00
  • ce39dfe425 Merge pull request #475 from ovdeathiam/patch-1 Jeff Garzik 2011-08-31 09:23:30 -07:00
  • 8af99d1893 Merge pull request #464 from TheBlueMatt/upnp1.6 Jeff Garzik 2011-08-31 09:16:56 -07:00
  • f43f46c175 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-08-31 17:06:38 +02:00
  • 6c85cbecf1 comments and readme update Wladimir J. van der Laan 2011-08-31 16:08:31 +02:00
  • b7bcaf940d Wallet encryption part 2: ask passphrase when needed, add menu options Wladimir J. van der Laan 2011-08-24 22:07:26 +02:00
  • 3f0816e3d9 add russian translation and add unicode compatibility (merges pull request #20) Misbakh-Soloviev Vadim A 2011-08-28 14:12:26 +02:00
  • 829e21733b CHECKMULTISIG unit tests. Gavin Andresen 2011-08-26 18:41:22 -04:00
  • e40bef3c0a Add Gitian Build descriptors for Boost and wxWidgets. Dev Random 2011-08-23 12:46:45 -04:00
  • 1224a14ae4 Merge pull request #474 from xHire/master Gavin Andresen 2011-08-24 07:37:38 -07:00
  • ae8adeb90a Wallet encryption part 1: show wallet encryption status Wladimir J. van der Laan 2011-08-23 20:08:42 +02:00
  • 3bb23e5c8b Mingw gitian build with deterministic bitcoin.exe by use of faketime Dev Random 2011-08-23 08:43:24 -04:00
  • bef41ada0d Mingw gitian with separate wxWidgets and boost Dev Random 2011-08-23 08:42:11 -04:00
  • d2cbb14d7c Linux gitian config with separate wxWidgets build Dev Random 2011-08-23 08:33:53 -04:00
  • b4ada906c0 Upgrade dependancies and tweak build process. Matt Corallo 2011-08-12 00:20:07 +02:00
  • adce862c27 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-08-22 14:43:37 +02:00
  • 98deeaef15 Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHub ovdeathiam 2011-08-22 01:55:41 +03:00
  • e4dde849ae Move CInv to protocol.[ch]pp Giel van Schijndel 2011-08-11 18:49:03 +02:00
  • 33e28c9948 Move CAddress to protocol.[ch]pp Giel van Schijndel 2011-08-11 18:40:12 +02:00
  • 507fd9d15b Start moving protocol-specific code to protocol.[ch]pp Giel van Schijndel 2011-08-11 18:14:53 +02:00
  • 82dc6426b4 Move func 'REF' from util.h to serialize.h Giel van Schijndel 2011-08-11 18:12:14 +02:00
  • e49b83bb12 Cleanup makefiles such that diffs to them are smaller Giel van Schijndel 2011-08-11 17:19:36 +02:00
  • 99860de3c9 Make some global variables less-global (static) Giel van Schijndel 2011-08-11 13:41:01 +02:00
  • 865ed8a1e5 Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can cause deadlocks Gavin Andresen 2011-03-29 11:32:16 -04:00
  • dac48972d5 Updated czech translation Michal Zima 2011-08-17 11:45:13 +02:00
  • 872b1f3e4c update README for issue #15 Wladimir J. van der Laan 2011-08-16 17:37:01 +02:00
  • 317c733572 add russian translation by msva Wladimir J. van der Laan 2011-08-16 17:30:58 +02:00
  • c7286112ef Remove unused ScanMessageStart function Gavin Andresen 2011-08-12 20:52:38 -04:00
  • b2fd0ca1cb src/makefile.unix: remove -DFOURWAYSSE2 Jeff Garzik 2011-08-16 10:10:39 -04:00
  • 8c4738d5a7 fix issue #13 Wladimir J. van der Laan 2011-08-16 11:18:27 +02:00
  • b90c9ecb13 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-08-16 10:28:24 +02:00
  • d0d9486f44 Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and maximum minimum tx should be 0.0010. Fabian H jr. 2011-08-15 21:33:00 -03:00
  • eb72eae304 Don't std::advance past beginning of transactions array. Fixes #465 Gavin Andresen 2011-08-12 15:39:12 -04:00
  • 59ed5cb398 Add specific wallet encryption details to doc/README Matt Corallo 2011-08-11 13:09:25 +02:00
  • 8acb491eef Fix incorrect RPC error messages Matt Corallo 2011-08-11 13:18:37 +02:00
  • 2f8f51d1e4 Missed a 'password' should be 'passphrase'. Matt Corallo 2011-08-11 11:21:55 +02:00
  • 498a2c9b16 Merge pull request #458 from TheBlueMatt/copyright Gavin Andresen 2011-08-11 10:34:29 -07:00
  • 0a76546ae9 Merge branch 'master' of https://github.com/bitcoin/bitcoin Wladimir J. van der Laan 2011-08-11 10:17:21 +02:00
  • c648b589be Merge pull request #459 from jgarzik/char-msgstart Gavin Andresen 2011-08-10 20:01:37 -07:00
  • 72173ffaca Merge pull request #460 from jgarzik/make-tuple Gavin Andresen 2011-08-10 20:01:14 -07:00
  • 25133bd74b Use 'unsigned char' rather than 'char' for pchMessageStart. Venkatesh Srinivas 2011-08-07 12:19:14 -04:00
  • 7c3002bf27 Qualify make_tuple with boost:: namespace. Venkatesh Srinivas 2011-08-07 12:20:00 -04:00
  • ec93a0e219 Test for SO_NOSIGPIPE rather than assuming all BSDs support it. Venkatesh Srinivas 2011-08-07 12:18:05 -04:00
  • 9f0ac16942 Do-nothing MapPort() ifndef USE_UPNP. fixes #450 Gavin Andresen 2011-08-09 12:38:17 -04:00
  • b2120e223a Unify copyright notices. Matt Corallo 2011-08-09 13:27:58 +02:00
  • 2c3691d53d Cleanup test suite output to be more useful. Matt Corallo 2011-08-02 17:34:23 +02:00
  • 3c8cecda1f Add file for transaction tests. Matt Corallo 2011-07-31 20:07:53 +02:00
  • a8330e0049 Add a file for script tests Vegard Nossum 2011-07-31 20:01:31 +02:00
  • 5f6a654d3e Add prototype for EvalScript() to script.h Vegard Nossum 2011-06-29 12:33:21 +02:00
  • e707d29dd6 Fix testing setup Vegard Nossum 2011-07-31 20:00:38 +02:00
  • 02962ba848 Add missing include to serialize.h Matt Corallo 2011-07-31 03:14:25 +02:00
  • 8a62fec3ee Add missing includes to net.h Vegard Nossum 2011-06-29 12:18:18 +02:00
  • 437173f430 Add missing include to script.h Vegard Nossum 2011-06-29 12:17:49 +02:00
  • fcedd45c3c Add missing includes to key.h Vegard Nossum 2011-06-26 16:11:56 +02:00
  • 4e5d88ce26 Merge pull request #443 from TheBlueMatt/dupin Gavin Andresen 2011-08-08 11:16:40 -07:00
  • b0849613bf QtUI code cleanup / comment improvements Wladimir J. van der Laan 2011-08-08 17:38:17 +02:00
  • fb390d3505 add TODOs in parseBitcoinURL Wladimir J. van der Laan 2011-08-07 17:06:34 +02:00