| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix CMake for multiplatform versioning | Riccardo Spagni | 2014-09-15 | 1 | -1/+6 |
| | | |||||
| * | fixed incorrect version reference | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Change testnet prefix | Zachary Michaels | 2014-09-15 | 1 | -2/+2 |
| | | |||||
| * | Make P2P use the testnet data dir | Zachary Michaels | 2014-09-15 | 1 | -1/+3 |
| | | |||||
| * | Replace macro with equivalent function call | Zachary Michaels | 2014-09-15 | 1 | -47/+43 |
| | | | | | Also removed useless bool return | ||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 17 | -54/+111 |
| | | |||||
| * | Add testnet seed nodes | Zachary Michaels | 2014-09-15 | 1 | -3/+8 |
| | | |||||
| * | Create testnet data dir if necessary | Zachary Michaels | 2014-09-15 | 1 | -0/+1 |
| | | |||||
| * | Separate testnet default data dir | Zachary Michaels | 2014-09-15 | 5 | -31/+44 |
| | | |||||
| * | Add descriptions for RPC command line params | Zachary Michaels | 2014-09-15 | 1 | -3/+9 |
| | | |||||
| * | Add testnet genesis tx as output by CN reference | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Pass tx and nonce to genesis block constructor | Zachary Michaels | 2014-09-15 | 4 | -27/+42 |
| | | |||||
| * | Separate network id for testnet | Zachary Michaels | 2014-09-15 | 2 | -3/+15 |
| | | |||||
| * | Separate rpc port for testnet | Zachary Michaels | 2014-09-15 | 5 | -12/+44 |
| | | |||||
| * | Separate p2p port for testnet | Zachary Michaels | 2014-09-15 | 2 | -5/+23 |
| | | |||||
| * | Reorganize testnet constants | Zachary Michaels | 2014-09-15 | 10 | -71/+46 |
| | | |||||
| * | Add testnet constants | Zachary Michaels | 2014-09-15 | 1 | -0/+16 |
| | | |||||
| * | Add testnet flag | Zachary Michaels | 2014-09-15 | 13 | -50/+135 |
| | | | | | Source: cryptonotefoundation | ||||
| * | fix logic in tag check, AND -> OR | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Riccardo Spagni <ric@spagni.net> | ||||
| * | ignore tag check if we haven't pulled tags | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Riccardo Spagni <ric@spagni.net> | ||||
| * | new Makefile target: release-static | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #136 | Riccardo Spagni | 2014-09-13 | 3 | -46/+49 |
| |\ | | | | | | | | | | | bb2b606 fix incorrect error message (obvious cut and paste bug from upstream) (iamsmooth) 6b77e83 Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct) (iamsmooth) 08205f0 output rng fix from boolberry (iamsmooth) | ||||
| | * | fix incorrect error message (obvious cut and paste bug from upstream) | iamsmooth | 2014-09-13 | 1 | -1/+1 |
| | | | |||||
| | * | Change wallet to not try to extract tx public key when tx has no outputs ↵ | iamsmooth | 2014-09-13 | 1 | -43/+47 |
| | | | | | | | | | (fixes 202612 tx format messages and is otherwise correct) | ||||
| | * | output rng fix from boolberry | iamsmooth | 2014-09-12 | 1 | -2/+1 |
| | | | |||||
| * | | fixed cmake variable matching | Riccardo Spagni | 2014-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 2014-09-12 | 6 | -18/+31 |
| | | | |||||
| * | | HOW DO I ENGLISH? | jebes | 2014-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | mispelled brief, corrected it | jebes | 2014-09-11 | 2 | -14/+14 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' | jebes | 2014-09-11 | 11 | -122/+204 |
| |\| | |||||
| | * | added license to CMake | fluffypony | 2014-09-11 | 1 | -0/+30 |
| | | | |||||
| | * | more dynamic miniupnp fixes | fluffypony | 2014-09-10 | 1 | -2/+9 |
| | | | |||||
| | * | miniupnpc includes fixed | fluffypony | 2014-09-10 | 1 | -2/+2 |
| | | | |||||
| | * | miniupnpc changes for freebsd | fluffypony | 2014-09-10 | 1 | -2/+2 |
| | | | |||||
| | * | mmap on FreeBSD doesn't have MAP_HUGETLB | fluffypony | 2014-09-10 | 1 | -1/+1 |
| | | | |||||
| | * | Include sys/time.h on BSD | fluffypony | 2014-09-10 | 1 | -0/+2 |
| | | | |||||
| | * | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 2014-09-10 | 2 | -4/+32 |
| | | | |||||
| | * | make FreeBSD use -lcompat till we can fix ftime() | fluffypony | 2014-09-10 | 1 | -4/+4 |
| | | | |||||
| | * | more FreeBSD fixes | fluffypony | 2014-09-09 | 1 | -2/+7 |
| | | | |||||
| | * | malloc.h reference fixed for FreeBSD | fluffypony | 2014-09-09 | 1 | -2/+2 |
| | | | |||||
| | * | FreeBSD alloca.h reference fixed | fluffypony | 2014-09-09 | 2 | -2/+12 |
| | | | |||||
| | * | a few more error messages moved to log level 1 | fluffypony | 2014-09-09 | 2 | -15/+15 |
| | | | |||||
| | * | moved non-critical warnings and errors to log level 1 | fluffypony | 2014-09-09 | 6 | -98/+98 |
| | | | |||||
| * | | HOW DO I GIT? | jebes | 2014-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Documented varint | jebes | 2014-09-11 | 4 | -40/+80 |
| | | | |||||
| * | | commented util.h | jebes | 2014-09-09 | 4 | -44/+86 |
| |/ | |||||
| * | build number increase after release | fluffypony | 2014-09-07 | 1 | -1/+1 |
| | | |||||
| * | fix checkpoints | iamsmooth | 2014-09-06 | 2 | -4/+7 |
| | | |||||
| * | bug fix to checkpoint-on-restore; still fails on 612 | iamsmooth | 2014-09-06 | 1 | -1/+1 |
| | | |||||
| * | checkpoints on restore; currently fails on 212 checkpoint | iamsmooth | 2014-09-06 | 2 | -2/+24 |
| | | |||||
