aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | defaulted new parameters in modified functionstom2014-06-122-2/+2
* | most functions prototyped/modified for wallet recoveryThomas Winget2014-06-1210-9/+3371
* | new error code for rpcmydesktop2014-06-111-2/+1
* | Fix for orphan fix (check blocksize)mydesktop2014-06-113-0/+22
|/
* Correcting high orphan rate of blocks at poolmonero-project2014-06-111-3/+12
* added new seed nodesfluffypony2014-06-101-0/+9
* Merge pull request #24 from Neozaru/mastermonero-project2014-06-055-1/+22
|\
| * Added static_cast to hshd.current_heightNeozaru2014-06-041-1/+1
| * 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-045-1/+22
* | fixed conflictpaybee2014-06-0211-43/+177
|\|
| * Merge pull request #21 from Neozaru/mastermonero-project2014-06-025-16/+48
| |\
| | * Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru2014-06-025-16/+48
| * | Merge pull request #20 from artifexd/wallet_refreshmonero-project2014-06-022-18/+23
| |\ \ | | |/ | |/|
| | * Enable wallet refresh before blockchain is saved or completely sync'd.artifexd2014-06-012-18/+23
| * | Merge bitmonero@monero-projectNeozaru2014-06-0128-217/+442
| |\|
| * | simplewallet returns 0 when no errorNeozaru2014-05-281-1/+1
| * | Added '--exit-after-cmd' option in simplewalletNeozaru2014-05-281-1/+9
| * | Fixed return status for '--help'. Fixed wallet name (use macro instead of 'by...Neozaru2014-05-281-2/+2
| * | 'mining_status' Daemon RPC commandNeozaru2014-05-255-6/+68