summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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