aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use print_money in logZachary Michaels2014-07-171-1/+1
* Minimum tx fee for entering poolZachary Michaels2014-07-171-0/+8
* Start fresh if tx_pool deserialize failsZachary Michaels2014-07-171-2/+6
* Add transaction size limitZachary Michaels2014-07-171-0/+24
* Use const where appropriate in tx_poolZachary Michaels2014-07-173-50/+36
* Make some tx_pool methods staticZachary Michaels2014-07-171-2/+2
* Make some tx_pool methods privateZachary Michaels2014-07-171-6/+6
* 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
* 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
* | change hash for keygen from blake to keccaktom2014-06-121-2/+2
* | changed text a bit moretom2014-06-121-10/+11
* | changed some print messagestom2014-06-121-2/+2
* | allow two-random-numbers wallet generation (but not as default)Thomas Winget2014-06-126-42/+52
* | reworked command line args for simplewallet.Thomas Winget2014-06-122-19/+30
* | DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-123-6/+19
* | stupid signed arithmetic.Thomas Winget2014-06-121-6/+3
* | more pointer-based derpThomas Winget2014-06-123-8/+23
* | fixed some pointer- and loop-based derpsThomas Winget2014-06-123-1/+6
* | builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget2014-06-129-19/+56
* | missing '.at' on two map calls. built on some machines, very strange...Thomas Winget2014-06-121-2/+2
* | revert 'dirty hack' change to crypto.h. need a better way for sure.Thomas Winget2014-06-121-4/+1
* | compile issues, resolve later. commiting because switching machinestom2014-06-123-2/+83