aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect error message (obvious cut and paste bug from upstream)iamsmooth2014-09-131-1/+1
* Change wallet to not try to extract tx public key when tx has no outputs (fix...iamsmooth2014-09-131-43/+47
* output rng fix from boolberryiamsmooth2014-09-121-2/+1
* Merge pull request #128 from fluffypony/masterRiccardo Spagni2014-09-111-2/+6
|\
| * fixed UPNP_LIBRARIES scopefluffypony2014-09-111-2/+6
* | Merge pull request #127 from fluffypony/masterRiccardo Spagni2014-09-1123-144/+548
|\|
| * cpu affinity fixes in performance tests for FreeBSDfluffypony2014-09-111-2/+2
| * gtest patches for FreeBSDfluffypony2014-09-112-1/+9
| * fixed upnp libs in tests cmakefluffypony2014-09-111-1/+31
| * added license to CMakefluffypony2014-09-113-0/+92
| * more CMake tweaks to allow detection on OS Xfluffypony2014-09-113-190/+197
| * more dynamic miniupnp fixesfluffypony2014-09-103-7/+19
| * miniupnpc includes fixedfluffypony2014-09-101-2/+2
| * use external miniupnpc if availablefluffypony2014-09-103-7/+193
| * miniupnpc changes for freebsdfluffypony2014-09-102-2/+6
| * mmap on FreeBSD doesn't have MAP_HUGETLBfluffypony2014-09-101-1/+1
| * Include sys/time.h on BSDfluffypony2014-09-101-0/+2
| * replace ftime with gettimeofday on FreeBSD because lcompat is stupidfluffypony2014-09-103-8/+32
| * make FreeBSD use -lcompat till we can fix ftime()fluffypony2014-09-102-4/+8
| * more FreeBSD fixesfluffypony2014-09-091-2/+7
| * malloc.h reference fixed for FreeBSDfluffypony2014-09-091-2/+2
| * exclude local miniupnpc for FreeBSD, install from ports insteadfluffypony2014-09-092-10/+29
| * FreeBSD alloca.h reference fixedfluffypony2014-09-092-2/+12
| * a few more error messages moved to log level 1fluffypony2014-09-092-15/+15
| * moved non-critical warnings and errors to log level 1fluffypony2014-09-0912-107/+108
* | Merge pull request #123 from fluffypony/masterRiccardo Spagni2014-09-071-1/+1
|\|
| * build number increase after releasefluffypony2014-09-071-1/+1
* | Merge pull request #121 from fluffypony/masterv0.8.8.3Riccardo Spagni2014-09-064-10/+96
|\|
| * fix checkpointsiamsmooth2014-09-062-4/+7
| * bug fix to checkpoint-on-restore; still fails on 612iamsmooth2014-09-061-1/+1
| * checkpoints on restore; currently fails on 212 checkpointiamsmooth2014-09-062-2/+24
| * Fix tree-hash cnt n^2. Asserts, comment. Squash2rfree2monero2014-09-061-6/+48
| * override for get_block_longhash for block 202612Thomas Winget2014-09-061-0/+7
| * added double-check for 202612 block idThomas Winget2014-09-061-1/+13
| * hex_to_pod needs the destination as an arg, as opposed to it returning the podThomas Winget2014-09-061-1/+1
|/
* Override for block hashing for block 202612Thomas Winget2014-09-061-0/+10
* Merge pull request #112 from fluffypony/masterRiccardo Spagni2014-09-021-1/+4
|\
| * fixed OS X malloc.h referencefluffypony2014-09-021-1/+4
* | Merge pull request #109 from fluffypony/masterRiccardo Spagni2014-08-302-162/+98
|\|
| * readme -> markdownfluffypony2014-08-302-162/+98
|/
* bumped build numberfluffypony2014-08-251-1/+1
* Merge pull request #104 from fluffypony/masterRiccardo Spagni2014-08-231-2/+2
|\
| * quick additional patchfluffypony2014-08-231-2/+1
| * quick fee ramp to prevent spam attackfluffypony2014-08-231-3/+4
|/
* Merge pull request #86 from jakoblind/seedRiccardo Spagni2014-08-057-1/+97
|\
| * added view_key to wallet RPC command query_keyJakob Lind2014-08-051-0/+4
| * added viewkey command to CLIJakob Lind2014-08-052-0/+9
| * query_key command in wallet rpc.Jakob Lind2014-08-053-0/+44
| * refactoring. get seed code in wallet2Jakob Lind2014-08-033-12/+23
| * check its deterministic wallet before printing seedJakob Lind2014-08-031-3/+19