| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make some tx_pool methods private | Zachary Michaels | 2014-07-17 | 1 | -6/+6 | |
| * | | Merge pull request #70 from fluffypony/master | Riccardo Spagni | 2014-07-23 | 115 | -340/+3335 | |
| |\ \ | ||||||
| | * | | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 115 | -340/+3335 | |
| * | | | wallet rpc: actually populate the extra while assembling a transaction | Erik Kimmo | 2014-07-23 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Changed time_t to uint64_t for serialization | Thomas Winget | 2014-07-23 | 1 | -3/+3 | |
| * | | Missed serializing a get_connections RPC response parameter | Thomas Winget | 2014-07-22 | 1 | -0/+1 | |
| * | | Add get_info command to daemon json rpc | Zachary Michaels | 2014-07-22 | 2 | -0/+26 | |
| * | | Add get_bulk_payments rpc call | Zachary Michaels | 2014-07-22 | 5 | -5/+81 | |
| * | | Added get_connections RPC call to daemon | Thomas Winget | 2014-07-18 | 6 | -0/+116 | |
| * | | Merge pull request #63 from mikezackles/bytecoin_for_merge | mikezackles | 2014-07-17 | 15 | -60/+52 | |
| |\| | ||||||
| | * | Fix thread count argument handling in simplewallet | Zachary Michaels | 2014-07-01 | 1 | -2/+2 | |
| | * | Match empty RPC request with other requests | Zachary Michaels | 2014-07-01 | 1 | -1/+5 | |
| | * | Switch list to vector for RPC serialization | Zachary Michaels | 2014-07-01 | 1 | -2/+2 | |
| | * | Remove unused function | Zachary Michaels | 2014-07-01 | 2 | -19/+0 | |
| | * | Fix assert bug in base58 encode | Zachary Michaels | 2014-07-01 | 1 | -1/+1 | |
| | * | Explicit namespaces | Zachary Michaels | 2014-07-01 | 1 | -11/+8 | |
| | * | Remove redeclaration | Zachary Michaels | 2014-07-01 | 1 | -1/+0 | |
| | * | C++ style cast | Zachary Michaels | 2014-07-01 | 1 | -1/+1 | |
| | * | Comment unused functions in cryptonote_core | Zachary Michaels | 2014-07-01 | 2 | -15/+14 | |
| | * | Improved (fixed?) serialization for vec<uint32_t> | Zachary Michaels | 2014-07-01 | 1 | -0/+7 | |
| | * | Add missing pragma | Zachary Michaels | 2014-07-01 | 1 | -0/+2 | |
| | * | Add missing pragma | Zachary Michaels | 2014-07-01 | 1 | -0/+2 | |
| | * | Add missing pragma | Zachary Michaels | 2014-07-01 | 1 | -0/+2 | |
| | * | Allow priority peers when there are exclusive peers | Zachary Michaels | 2014-07-01 | 1 | -1/+1 | |
| | * | Explicit error constructors | Zachary Michaels | 2014-07-01 | 1 | -5/+5 | |
| | * | Remove unused array in cn_slow_hash | Zachary Michaels | 2014-07-01 | 1 | -1/+0 | |
| * | | wallet RPC converted to use new transaction semantics | Thomas Winget | 2014-06-30 | 7 | -184/+305 | |
| * | | removed erroneous printing of newlines | Thomas Winget | 2014-06-30 | 1 | -1/+0 | |
| * | | missed removing a debug print | Thomas Winget | 2014-06-30 | 1 | -2/+0 | |
| * | | removed some debugging code (really stupid printf-style debuggng.. | Thomas Winget | 2014-06-30 | 1 | -11/+2 | |
| * | | Transaction splitting *seems* to be working!!! | tom | 2014-06-30 | 2 | -6/+24 | |
| * | | Added confirmation prompt if transactions are to be split | Thomas Winget | 2014-06-30 | 1 | -0/+16 | |
| * | | added back successful tx message. oops. | Thomas Winget | 2014-06-30 | 1 | -1/+3 | |
| * | | up tx splits limit 5 -> 30 | Thomas Winget | 2014-06-30 | 1 | -1/+1 | |
| * | | final changes to get transaction splitting building. needs testing. | Thomas Winget | 2014-06-30 | 5 | -42/+136 | |
| * | | working on dividing functions in prep for tx splitting | tom | 2014-06-30 | 2 | -9/+84 | |
| * | | Added comments to wallet functions | Thomas Winget | 2014-06-30 | 2 | -0/+13 | |
| |/ | ||||||
| * | Revert "Do not fall over when refreshing balance fails" | Thomas Winget | 2014-06-30 | 1 | -2/+1 | |
| * | Do not fall over when refreshing balance fails | Matthew Little | 2014-06-29 | 1 | -1/+2 | |
| * | set max block size for gbt | mydesktop | 2014-06-26 | 2 | -0/+9 | |
| * | fix function typo | monero-project | 2014-06-24 | 1 | -1/+1 | |
| * | Fix copy/paste bug, thx Boolberry | monero-project | 2014-06-24 | 1 | -3/+3 | |
| * | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2014-06-19 | 1 | -0/+5 | |
| * | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2014-06-16 | 1 | -1/+8 | |
| * | Update miner.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2014-06-16 | 1 | -1/+4 | |
| * | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2014-06-16 | 1 | -110/+288 | |
| * | Merge pull request #33 from mikezackles/arch_linux_build_fixes | monero-project | 2014-06-15 | 1 | -4/+4 | |
| |\ | ||||||
| | * | Link to pthreads on non-apple unix | Zachary Michaels | 2014-06-11 | 1 | -4/+4 | |
| * | | proper tx_pool handling from CryptoZoidberg / BBR | fluffypony | 2014-06-15 | 4 | -1/+36 | |
| * | | added checkpoint @ 80000 | monero-project | 2014-06-14 | 1 | -0/+1 | |
