| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #141v0.8.8.4 | Riccardo Spagni | 2014-09-15 | 1 | -1/+6 |
| |\ | | | | | | | b92a8b5 fix CMake for multiplatform versioning (Riccardo Spagni) | ||||
| | * | fix CMake for multiplatform versioning | Riccardo Spagni | 2014-09-15 | 1 | -1/+6 |
| | | | |||||
| * | | Merge pull request #140 | Riccardo Spagni | 2014-09-15 | 1 | -0/+30 |
| |\| | | | | | | | 0214524 added mikezackles / Zachary Michaels gpg key (Riccardo Spagni) | ||||
| | * | added mikezackles / Zachary Michaels gpg key | Riccardo Spagni | 2014-09-15 | 1 | -0/+30 |
| |/ | |||||
| * | Merge pull request #139 | Riccardo Spagni | 2014-09-15 | 36 | -251/+497 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72a80f6 fixed incorrect version reference (Riccardo Spagni) 95a2701 Change testnet prefix (Zachary Michaels) 120c84d Make P2P use the testnet data dir (Zachary Michaels) 2352565 Replace macro with equivalent function call (Zachary Michaels) d033087 Separate testnet address prefix (Zachary Michaels) ee1bacc Add testnet seed nodes (Zachary Michaels) 4a6eb0a Create testnet data dir if necessary (Zachary Michaels) 018e251 Separate testnet default data dir (Zachary Michaels) 3ef7f33 Add descriptions for RPC command line params (Zachary Michaels) 1e38a02 Add testnet genesis tx as output by CN reference (Zachary Michaels) 96eed84 Pass tx and nonce to genesis block constructor (Zachary Michaels) 257077a Separate network id for testnet (Zachary Michaels) 658b669 Separate rpc port for testnet (Zachary Michaels) 98ed9a4 Separate p2p port for testnet (Zachary Michaels) fb4146f Reorganize testnet constants (Zachary Michaels) 79862ad Add testnet constants (Zachary Michaels) 07470fd Add testnet flag (Zachary Michaels) 32004a7 increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value (Riccardo Spagni) 2c0a87f additional README info on static builds and FreeBSD (Riccardo Spagni) | ||||
| | * | 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 | 21 | -69/+126 |
| | | | |||||
| | * | 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 | 5 | -28/+43 |
| | | | |||||
| | * | 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 | 14 | -80/+68 |
| | | | |||||
| | * | Add testnet constants | Zachary Michaels | 2014-09-15 | 1 | -0/+16 |
| | | | |||||
| | * | Add testnet flag | Zachary Michaels | 2014-09-15 | 15 | -52/+137 |
| | | | | | | | | | Source: cryptonotefoundation | ||||
| | * | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| | * | additional README info on static builds and FreeBSD | Riccardo Spagni | 2014-09-15 | 1 | -0/+7 |
| | | | |||||
| * | | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | additional README info on static builds and FreeBSD | Riccardo Spagni | 2014-09-15 | 1 | -0/+7 |
| |/ | |||||
| * | 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> | ||||
| * | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 2014-09-15 | 0 | -0/+0 |
| |\ | |||||
| | * | new Makefile target: release-static | Riccardo Spagni | 2014-09-15 | 1 | -0/+4 |
| | | | |||||
| * | | new Makefile target: release-static | Riccardo Spagni | 2014-09-15 | 2 | -1/+5 |
| |/ | |||||
| * | FreeBSD static linking fixes | Riccardo Spagni | 2014-09-15 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 2014-09-14 | 0 | -0/+0 |
| |\ | |||||
| | * | add gpg pubkeys to start enforcing signed commits | Riccardo Spagni | 2014-09-13 | 1 | -0/+50 |
| | | | |||||
| * | | add gpg pubkeys to start enforcing signed commits | Riccardo Spagni | 2014-09-14 | 1 | -0/+50 |
| | | | |||||
| * | | 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 |
| | | | | |||||
| * | | | Merge pull request #133 from fluffypony/master | Riccardo Spagni | 2014-09-12 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | fixed cmake variable matching | ||||
| | * | | fixed cmake variable matching | Riccardo Spagni | 2014-09-12 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #132 from fluffypony/master | Riccardo Spagni | 2014-09-12 | 7 | -42/+38 |
| |\ \ | | | | | | | versioning now includes the commit hash, or -final for tagged releases | ||||
| | * \ | Merge branch 'master' of http://github.com/fluffypony/bitmonero | Riccardo Spagni | 2014-09-12 | 0 | -0/+0 |
| | |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/daemon/daemon.cpp | ||||
| | | * | | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 2014-09-12 | 7 | -37/+38 |
| | | | | | |||||
| | | * | | always check git diff | Riccardo Spagni | 2014-09-12 | 1 | -6/+1 |
| | | |/ | |||||
| | * | | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 2014-09-12 | 7 | -37/+38 |
| | | | | |||||
| | * | | always check git diff | Riccardo Spagni | 2014-09-12 | 1 | -6/+1 |
| |/ / | |||||
| * | | Merge pull request #129 from Jebes/master | Riccardo Spagni | 2014-09-12 | 6 | -79/+177 |
| |\ \ | |/ |/| | Added documentation to varint.h and util.h | ||||
| | * | HOW DO I ENGLISH? | jebes | 2014-09-11 | 1 | -1/+1 |
| | | | |||||
| | * | mispelled brief, corrected it | jebes | 2014-09-11 | 2 | -14/+14 |
| | | | |||||
