| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use unwrapped binutils for msys2 | Zachary Michaels | 2014-09-15 | 2 | -6/+6 |
| * | Force CMake to link the runtime statically | Zachary Michaels | 2014-09-15 | 1 | -0/+4 |
| * | msys2 32/64-bit toolchains | Zachary Michaels | 2014-09-15 | 2 | -0/+36 |
| * | Another preprocessor fix (difficulty.cpp) | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| * | More preprocessor fixes for slow-hash | Zachary Michaels | 2014-09-15 | 1 | -3/+3 |
| * | Correct includes for mingw in slow-hash | Zachary Michaels | 2014-09-15 | 1 | -0/+8 |
| * | Change Windows include to windows | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| * | User setting to turn LTO on and off | Zachary Michaels | 2014-09-15 | 1 | -9/+13 |
| * | Remove unnecessary else | Zachary Michaels | 2014-09-15 | 1 | -2/+0 |
| * | Hack to add pthread to link libraries on mingw | Zachary Michaels | 2014-09-15 | 1 | -2/+2 |
| * | Change to -static gcc flag | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| * | Set the boost thread api for mingw | Zachary Michaels | 2014-09-15 | 1 | -0/+1 |
| * | Hack to allow toolchains to pass flags to mingw | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| * | Ignore another warning to make mingw happy | Zachary Michaels | 2014-09-15 | 1 | -1/+1 |
| * | Remove unused CMake function | Zachary Michaels | 2014-09-15 | 1 | -6/+0 |
| * | Default to static linking on both MSVC and MINGW | Zachary Michaels | 2014-09-15 | 1 | -1/+6 |
| * | Merge pull request #141v0.8.8.4 | Riccardo Spagni | 2014-09-15 | 1 | -1/+6 |
| |\ | |||||
| | * | 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 |
| |\| | |||||
| | * | 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 |
| |\ | |||||
| | * | 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 |
| | * | 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 |
| | * | 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 |
| * | ignore tag check if we haven't pulled tags | Riccardo Spagni | 2014-09-15 | 1 | -1/+1 |
| * | 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 |
