aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70 from fluffypony/masterRiccardo Spagni2014-07-23115-340/+3335
|\
| * License updated to BSD 3-clausefluffypony2014-07-23115-340/+3335
* | wallet rpc: actually populate the extra while assembling a transactionErik Kimmo2014-07-232-2/+2
|/
* Changed time_t to uint64_t for serializationThomas Winget2014-07-231-3/+3
* Missed serializing a get_connections RPC response parameterThomas Winget2014-07-221-0/+1
* Add get_info command to daemon json rpcZachary Michaels2014-07-222-0/+26
* Add get_bulk_payments rpc callZachary Michaels2014-07-225-5/+81
* Added get_connections RPC call to daemonThomas Winget2014-07-186-0/+116
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-1715-60/+52
|\
| * Fix thread count argument handling in simplewalletZachary Michaels2014-07-011-2/+2
| * Match empty RPC request with other requestsZachary Michaels2014-07-011-1/+5
| * Switch list to vector for RPC serializationZachary Michaels2014-07-011-2/+2
| * Remove unused functionZachary Michaels2014-07-012-19/+0
| * Fix assert bug in base58 encodeZachary Michaels2014-07-011-1/+1
| * Explicit namespacesZachary Michaels2014-07-011-11/+8
| * Remove redeclarationZachary Michaels2014-07-011-1/+0
| * C++ style castZachary Michaels2014-07-011-1/+1
| * Comment unused functions in cryptonote_coreZachary Michaels2014-07-012-15/+14
| * Improved (fixed?) serialization for vec<uint32_t>Zachary Michaels2014-07-011-0/+7
| * Add missing pragmaZachary Michaels2014-07-011-0/+2
| * Add missing pragmaZachary Michaels2014-07-011-0/+2
| * Add missing pragmaZachary Michaels2014-07-011-0/+2
| * Allow priority peers when there are exclusive peersZachary Michaels2014-07-011-1/+1
| * Explicit error constructorsZachary Michaels2014-07-011-5/+5
| * Remove unused array in cn_slow_hashZachary Michaels2014-07-011-1/+0
* | wallet RPC converted to use new transaction semanticsThomas Winget2014-06-307-184/+305
* | removed erroneous printing of newlinesThomas Winget2014-06-301-1/+0
* | missed removing a debug printThomas Winget2014-06-301-2/+0
* | removed some debugging code (really stupid printf-style debuggng..Thomas Winget2014-06-301-11/+2
* | Transaction splitting *seems* to be working!!!tom2014-06-302-6/+24
* | Added confirmation prompt if transactions are to be splitThomas Winget2014-06-301-0/+16
* | added back successful tx message. oops.Thomas Winget2014-06-301-1/+3
* | up tx splits limit 5 -> 30Thomas Winget2014-06-301-1/+1
* | final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-305-42/+136
* | working on dividing functions in prep for tx splittingtom2014-06-302-9/+84
* | Added comments to wallet functionsThomas Winget2014-06-302-0/+13
|/
* Revert "Do not fall over when refreshing balance fails"Thomas Winget2014-06-301-2/+1
* Do not fall over when refreshing balance failsMatthew Little2014-06-291-1/+2
* set max block size for gbtmydesktop2014-06-262-0/+9
* fix function typomonero-project2014-06-241-1/+1
* Fix copy/paste bug, thx Boolberrymonero-project2014-06-241-3/+3
* Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-06-191-0/+5
* Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-06-161-1/+8
* Update miner.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-06-161-1/+4
* Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-06-161-110/+288
* Merge pull request #33 from mikezackles/arch_linux_build_fixesmonero-project2014-06-151-4/+4
|\
| * Link to pthreads on non-apple unixZachary Michaels2014-06-111-4/+4
* | proper tx_pool handling from CryptoZoidberg / BBRfluffypony2014-06-154-1/+36
* | added checkpoint @ 80000monero-project2014-06-141-0/+1
* | changed wallet mnemonic to use cout so it doesn't print to logThomas Winget2014-06-121-1/+2