Commit Graph

  • 04c46fd46a Merge pull request #66 from mikezackles/master mikezackles 2014-07-22 12:19:20 -0400
  • 12596ad566 Add get_bulk_payments rpc call Zachary Michaels 2014-07-22 12:00:25 -0400
  • 1c33b6cbee Merge pull request #65 from tewinget/daemon_rpc Thomas Winget 2014-07-18 19:35:45 -0400
  • 9f88b7ce6b Added get_connections RPC call to daemon Thomas Winget 2014-07-18 19:33:03 -0400
  • 905b67bc79 Merge pull request #63 from mikezackles/bytecoin_for_merge mikezackles 2014-07-17 19:23:49 -0400
  • 61e447f7c8 Remove dead code Zachary Michaels 2014-07-17 19:18:24 -0400
  • e48cf2a3a9 Remove second tx size check Zachary Michaels 2014-07-17 18:47:18 -0400
  • 23c914ccfe Don't check max tx size when adding to block Zachary Michaels 2014-07-17 17:11:21 -0400
  • e3b8c58496 Don't check for min fee when adding tx to block Zachary Michaels 2014-07-17 17:10:35 -0400
  • 232e23e90f Decrease max block size from 200% median to 130% Zachary Michaels 2014-07-17 11:14:13 -0400
  • c017bb0656 Use print_money in log Zachary Michaels 2014-07-17 11:10:27 -0400
  • d9f3421ce7 Minimum tx fee for entering pool Zachary Michaels 2014-07-17 11:05:46 -0400
  • 8e99cee062 Start fresh if tx_pool deserialize fails Zachary Michaels 2014-07-17 11:04:13 -0400
  • a3f5764869 Add transaction size limit Zachary Michaels 2014-07-17 11:02:05 -0400
  • 4d25350a82 Use const where appropriate in tx_pool Zachary Michaels 2014-07-17 10:31:44 -0400
  • 9872d205ff Make some tx_pool methods static Zachary Michaels 2014-07-17 10:47:17 -0400
  • 85a04cb168 Make some tx_pool methods private Zachary Michaels 2014-07-17 10:27:37 -0400
  • c6ffd810af Merge pull request #56 from tewinget/master Thomas Winget 2014-07-06 13:13:06 -0400
  • a016499a0e Fix thread count argument handling in simplewallet Zachary Michaels 2014-07-01 13:01:44 -0400
  • dee9abcd60 Match empty RPC request with other requests Zachary Michaels 2014-07-01 12:11:06 -0400
  • efad8c9f31 Switch list to vector for RPC serialization Zachary Michaels 2014-07-01 12:10:19 -0400
  • 034a1a865e Allow conditional compilation with VS 2013+ Zachary Michaels 2014-07-01 11:56:41 -0400
  • a633c11cbb Remove unused function Zachary Michaels 2014-07-01 11:48:16 -0400
  • 7259f07a20 Fix assert bug in base58 encode Zachary Michaels 2014-07-01 10:55:41 -0400
  • 26c83c5dea Explicit namespaces Zachary Michaels 2014-06-30 16:07:15 -0400
  • 28af03208b Remove redeclaration Zachary Michaels 2014-06-30 15:26:29 -0400
  • b1413fd045 C++ style cast Zachary Michaels 2014-06-30 15:17:24 -0400
  • b3092d4e00 Comment unused functions in cryptonote_core Zachary Michaels 2014-06-27 18:06:21 -0400
  • e344b9c734 Improved (fixed?) serialization for vec<uint32_t> Zachary Michaels 2014-06-27 17:17:11 -0400
  • f98c8abf42 Add missing pragma Zachary Michaels 2014-06-27 17:07:03 -0400
  • 5fca5a0e5d Add missing pragma Zachary Michaels 2014-06-27 14:03:51 -0400
  • aaced6ff9b Add missing pragma Zachary Michaels 2014-06-27 13:29:32 -0400
  • 17f0967472 Allow priority peers when there are exclusive peers Zachary Michaels 2014-06-27 13:21:48 -0400
  • bd7d20a58a Explicit error constructors Zachary Michaels 2014-06-27 12:42:48 -0400
  • 849c52c7ed Remove unused array in cn_slow_hash Zachary Michaels 2014-06-27 12:17:32 -0400
  • 45bd182363 needed to remove REQUIRED from find_package(Threads) Thomas Winget 2014-06-13 00:01:04 -0400
  • d433a696e5 wallet RPC converted to use new transaction semantics Thomas Winget 2014-06-17 18:15:21 -0400
  • 2011b50280 removed erroneous printing of newlines Thomas Winget 2014-06-17 14:42:41 -0400
  • 7c7696a830 missed removing a debug print Thomas Winget 2014-06-17 13:03:37 -0400
  • e5ab98a6f4 removed some debugging code (really stupid printf-style debuggng.. Thomas Winget 2014-06-16 22:11:47 -0400
  • 62109840d6 Transaction splitting *seems* to be working!!! tom 2014-06-16 21:52:06 -0400
  • 9bfe0b9b6c Added confirmation prompt if transactions are to be split Thomas Winget 2014-06-16 15:16:54 -0400
  • 002ce963bf added back successful tx message. oops. Thomas Winget 2014-06-16 14:35:20 -0400
  • 8166650ae0 up tx splits limit 5 -> 30 Thomas Winget 2014-06-16 14:14:09 -0400
  • 2e048a4679 final changes to get transaction splitting building. needs testing. Thomas Winget 2014-06-15 20:36:44 -0400
  • 79e59d155b working on dividing functions in prep for tx splitting tom 2014-06-15 17:20:16 -0400
  • fc1180bc6c Added comments to wallet functions Thomas Winget 2014-06-13 14:05:15 -0400
  • 4c67dbb08e Merge pull request #55 from monero-project/revert-54-master Thomas Winget 2014-06-30 06:47:48 -0400
  • 55721da1fd Revert "Do not fall over when refreshing balance fails" Thomas Winget 2014-06-30 06:45:20 -0400
  • e10100be20 Merge pull request #54 from zone117x/master monero-project 2014-06-29 23:11:28 -0400
  • b87577f444 Do not fall over when refreshing balance fails Matthew Little 2014-06-29 18:04:29 -0600
  • eba62452c0 set max block size for gbt mydesktop 2014-06-26 16:42:24 -0400
  • 2a2b36d425 fix function typo monero-project 2014-06-24 13:30:41 -0400
  • c050ff43bf Fix copy/paste bug, thx Boolberry monero-project 2014-06-24 13:20:15 -0400
  • e12ccdf905 Update slow-hash.c NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-19 23:49:25 -0700
  • 05a5c62fe8 Merge pull request #48 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/master monero-project 2014-06-19 20:23:37 -0400
  • 156312f64a Update slow-hash.c NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 21:13:05 -0700
  • 5fcac268b7 Update miner.cpp NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 03:35:55 -0700
  • 72643c47da Update slow-hash.c NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 03:35:09 -0700
  • 8fc42a21fc Merge branch 'master' of https://github.com/monero-project/bitmonero NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 03:32:09 -0700
  • 81cf5650c4 Revert "Update slow-hash.c" NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 03:22:33 -0700
  • 802d58054f Revert "Update miner.cpp" NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 03:22:27 -0700
  • c0520ad63d Update miner.cpp NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 02:00:44 -0700
  • 37c5f393f1 Update slow-hash.c NoodleDoodleNoodleDoodleNoodleDoodleNoo 2014-06-16 01:58:17 -0700
  • 9853ba8e06 Merge pull request #33 from mikezackles/arch_linux_build_fixes monero-project 2014-06-15 14:02:49 -0400
  • 88fe57fd8b Merge pull request #41 from fluffypony/master monero-project 2014-06-15 14:01:00 -0400
  • 3bc16dc0e6 proper tx_pool handling from CryptoZoidberg / BBR fluffypony 2014-06-15 09:48:13 +0200
  • 0ddbd20129 added checkpoint @ 80000 monero-project 2014-06-14 13:17:27 -0400
  • 94cc5a7d71 Merge pull request #37 from tewinget/signals_fix monero-project 2014-06-13 12:01:07 -0400
  • a521046ff2 Fixed console handler not properly exiting on SIGINT and such Thomas Winget 2014-06-13 00:01:26 -0400
  • 5489112b11 Merge pull request #35 from tewinget/master monero-project 2014-06-12 19:41:37 -0400
  • c49cb04610 changed wallet mnemonic to use cout so it doesn't print to log Thomas Winget 2014-06-12 19:34:24 -0400
  • 205494f0d1 change hash for keygen from blake to keccak tom 2014-06-09 20:36:51 -0400
  • 0c85229924 changed text a bit more tom 2014-06-09 20:04:56 -0400
  • 305def9493 changed some print messages tom 2014-06-09 18:28:08 -0400
  • c3203c86c6 Merge pull request #34 from tewinget/master monero-project 2014-06-12 19:14:25 -0400
  • da37b6f15b allow two-random-numbers wallet generation (but not as default) Thomas Winget 2014-06-08 20:04:32 -0400
  • b6a4751197 reworked command line args for simplewallet. Thomas Winget 2014-06-08 18:59:02 -0400
  • ce352392d5 DRY cin input_line (and test replacement of non-DRY usage) Thomas Winget 2014-06-08 18:12:38 -0400
  • 537b911af1 stupid signed arithmetic. Thomas Winget 2014-06-06 17:18:57 -0400
  • 8bc032ed09 more pointer-based derp Thomas Winget 2014-06-06 16:31:04 -0400
  • 72c3f36ca4 fixed some pointer- and loop-based derps Thomas Winget 2014-06-06 15:45:21 -0400
  • d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!) Thomas Winget 2014-06-06 14:18:11 -0400
  • 8661f9a970 missing '.at' on two map calls. built on some machines, very strange... Thomas Winget 2014-06-06 08:20:54 -0400
  • e89949c766 revert 'dirty hack' change to crypto.h. need a better way for sure. Thomas Winget 2014-06-06 06:55:41 -0400
  • cd63132502 compile issues, resolve later. commiting because switching machines tom 2014-06-04 23:08:35 -0400
  • f70bc3a345 defaulted new parameters in modified functions tom 2014-06-04 21:11:19 -0400
  • 4f382b3830 most functions prototyped/modified for wallet recovery Thomas Winget 2014-06-04 18:59:47 -0400
  • 105825b4ce added vim swap files to .gitignore Thomas Winget 2014-06-02 07:56:07 -0400
  • 6bee34e4a6 Fix to disable LTO for Clang Zachary Michaels 2014-06-12 15:38:28 -0400
  • ea99573f99 new error code for rpc mydesktop 2014-06-11 17:39:59 -0400
  • 75fc3e90b1 Fix for orphan fix (check blocksize) mydesktop 2014-06-11 17:32:53 -0400
  • e84f39ae54 Link to pthreads on non-apple unix Zachary Michaels 2014-06-11 13:15:23 -0400
  • c8626dff3f Gcc 4.9 LTO fix Zachary Michaels 2014-06-11 13:13:43 -0400
  • feac5a7b2d Correcting high orphan rate of blocks at pool monero-project 2014-06-11 10:46:56 -0400
  • 2d755b3d0e Merge pull request #29 from fluffypony/master monero-project 2014-06-10 11:43:57 -0400
  • 8e0f20f771 added new seed nodes fluffypony 2014-06-10 17:29:37 +0200
  • 240fce29d8 removed continue issue fluffypony 2014-06-06 19:06:28 +0200
  • 92ac24dc43 Merge remote-tracking branch 'upstream/master' fluffypony 2014-06-06 00:23:56 +0200
  • 3162fcb70f Merge pull request #24 from Neozaru/master monero-project 2014-06-05 10:11:07 -0400