Thomas Winget
1ae6db25e6
Initial commit of DNS code
2014-09-23 22:57:57 +02:00
Riccardo Spagni
564a9f4cb5
added unbound dependencies to readme
2014-09-23 22:57:42 +02:00
Riccardo Spagni
fffca2b1e4
updated mingw build instructions
2014-09-23 18:18:23 +02:00
Riccardo Spagni
869f79e5b6
updated mingw build instructions
2014-09-23 18:15:59 +02:00
Oran Juice
19b142ceb8
Duh. Had left word list in commit.
2014-09-23 21:25:09 +05:30
Oran Juice
608572eead
Check for error after opening word list file
2014-09-23 20:48:15 +05:30
Riccardo Spagni
8bf4b75e27
added oranjuice and tewinget's GPG keys
2014-09-23 15:23:40 +02:00
Oran Juice
09170b4d3b
Added code to separate old word list to raw input file and support for multiple new languages
2014-09-23 18:34:39 +05:30
Oran Juice
6be139b511
Moved mnemonics code to src/mnemonics
2014-09-23 17:04:04 +05:30
Riccardo Spagni
b5d51e30d9
moved msys2 toolchain, boost libs fix
2014-09-22 12:30:53 +02:00
Riccardo Spagni
ca569549ec
added mikezackles' missing boost function in CMakeLists
2014-09-22 12:09:46 +02:00
Riccardo Spagni
d34f681ed6
fixed miniupnpc static building
2014-09-21 02:23:28 +02:00
Riccardo Spagni
0e21944b97
turns out we do need -static-libgcc etc. on Linux
2014-09-15 23:17:24 +02:00
Zachary Michaels
59ab569da1
Give up on brace initializers in initializer lists (MSVC bug)
2014-09-15 23:14:24 +02:00
Riccardo Spagni
ffe7bf8c1c
another fix for CMake empty vars
2014-09-15 23:07:47 +02:00
Riccardo Spagni
de442fb9ad
Prevent CMake choking on empty vars
2014-09-15 23:04:58 +02:00
Riccardo Spagni
070ff889d2
More robust versioning in CMake, plus comments
2014-09-15 23:01:50 +02:00
Riccardo Spagni
d8257fb67b
explicitly disable LTO for Clang
2014-09-15 22:47:26 +02:00
Zachary Michaels
9db881864d
Fix time_t serialization issue
...
On 32-bit MinGW-w64, time_t is int32_t. The existing code was serializing
time_t directly and implicitly assuming that time_t is int64_t. This commit
formalizes that assumption by serializing int64_t directly and casting to
time_t where appropriate.
Thanks go to greatwolf for reporting this issue.
monero-project/bitmonero#88
2014-09-15 22:38:46 +02:00
Zachary Michaels
ed41ee4c26
Use LTO by default
...
The mingw toolchains override this for now.
2014-09-15 22:36:58 +02:00
Zachary Michaels
59c1ac503f
Move toolchain files
2014-09-15 22:36:29 +02:00
Zachary Michaels
4fd7752d95
Fix march flag for 32-bit build
2014-09-15 22:36:22 +02:00
Zachary Michaels
dfa11575f2
Use unwrapped binutils for msys2
...
The default binutils wrappers are built without plugin support. This will streamline the build process until we decide to start supporting LTO.
2014-09-15 22:36:14 +02:00
Zachary Michaels
f64a68e7cc
Force CMake to link the runtime statically
2014-09-15 22:36:02 +02:00
Zachary Michaels
ceb6977f82
msys2 32/64-bit toolchains
2014-09-15 22:34:26 +02:00
Zachary Michaels
45bc24d69b
Another preprocessor fix (difficulty.cpp)
2014-09-15 22:33:10 +02:00
Zachary Michaels
aba3497fdd
More preprocessor fixes for slow-hash
2014-09-15 22:33:10 +02:00
Zachary Michaels
cf91545734
Correct includes for mingw in slow-hash
...
This needs testing
2014-09-15 22:33:10 +02:00
Zachary Michaels
2b76e9d8a3
Change Windows include to windows
...
mingw is case sensitive
2014-09-15 22:33:10 +02:00
Zachary Michaels
729d4bb91d
User setting to turn LTO on and off
...
This isn't currently working on mingw
2014-09-15 22:29:39 +02:00
Zachary Michaels
e1dfd58bdb
Remove unnecessary else
2014-09-15 22:29:39 +02:00
Zachary Michaels
1b90c6f3d5
Hack to add pthread to link libraries on mingw
...
This should link winpthreads. We really shouldn't be passing these this
way, but that seems to be the existing solution, and it works for now.
2014-09-15 22:29:27 +02:00
Zachary Michaels
f9f4fc1b00
Change to -static gcc flag
2014-09-15 22:28:35 +02:00
Zachary Michaels
44f920b0fd
Set the boost thread api for mingw
2014-09-15 22:27:16 +02:00
Zachary Michaels
a31d6bb9fb
Hack to allow toolchains to pass flags to mingw
2014-09-15 22:27:16 +02:00
Zachary Michaels
9c848ceae7
Ignore another warning to make mingw happy
2014-09-15 22:27:16 +02:00
Zachary Michaels
0fe311b2f0
Remove unused CMake function
2014-09-15 22:25:04 +02:00
Zachary Michaels
8d6a04a9f0
Default to static linking on both MSVC and MINGW
2014-09-15 22:22:31 +02:00
Riccardo Spagni
f3271e8f12
Merge pull request #141
...
b92a8b5
fix CMake for multiplatform versioning (Riccardo Spagni)
2014-09-15 20:18:40 +02:00
Riccardo Spagni
b92a8b53e0
fix CMake for multiplatform versioning
2014-09-15 20:15:26 +02:00
Riccardo Spagni
d0069112a3
Merge pull request #140
...
0214524
added mikezackles / Zachary Michaels gpg key (Riccardo Spagni)
2014-09-15 17:08:56 +02:00
Riccardo Spagni
0214524166
added mikezackles / Zachary Michaels gpg key
2014-09-15 16:56:54 +02:00
Riccardo Spagni
83276bf92d
Merge pull request #139
...
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)
2014-09-15 16:46:21 +02:00
Riccardo Spagni
72a80f6213
fixed incorrect version reference
2014-09-15 15:58:22 +02:00
Zachary Michaels
95a2701ec5
Change testnet prefix
2014-09-15 15:55:07 +02:00
Zachary Michaels
120c84d04f
Make P2P use the testnet data dir
2014-09-15 15:55:07 +02:00
Zachary Michaels
23525655fa
Replace macro with equivalent function call
...
Also removed useless bool return
2014-09-15 15:55:07 +02:00
Zachary Michaels
d03308734b
Separate testnet address prefix
2014-09-15 15:54:59 +02:00
Zachary Michaels
ee1bacc64f
Add testnet seed nodes
2014-09-15 15:54:24 +02:00
Zachary Michaels
4a6eb0a016
Create testnet data dir if necessary
2014-09-15 15:54:24 +02:00