Thomas Winget
8855a32044
Merge upstream to daemonize changes
...
Preparation for PR
2015-03-24 02:47:15 -04:00
Thomas Winget
51e3579a80
Fixed bug in static linking boost on MINGW
...
There was a workaround for linking to boost at all on MINGW, but
unfortunately this workaround would not correctly link to boost
statically. This workaround for that workaround works around the issue
that that workaround had.
2015-03-22 06:25:53 -04:00
Thomas Winget
f78bb00943
Hopefully fixes build on Windows for real this time
2015-03-20 16:56:55 -04:00
Thomas Winget
2b0583b2c6
Hopefully fixes build on Windows
2015-03-20 16:40:54 -04:00
Riccardo Spagni
178b009e90
Merge pull request #238
...
7e72e94
update checkpoint (smooth)
2015-03-10 10:20:45 +02:00
smooth
7e72e943db
update checkpoint
2015-03-06 02:38:06 -08:00
Riccardo Spagni
8237705964
Merge pull request #237
...
41a95e7
add comment about avoiding overflow (smooth)
754a785
minimum subsidy for mining incentives, remove unused LEGACY_FEE define (smooth)
2015-03-05 10:56:54 +02:00
smooth
41a95e7b11
add comment about avoiding overflow
2015-03-05 00:45:54 -08:00
smooth
754a785ee1
minimum subsidy for mining incentives, remove unused LEGACY_FEE define
2015-03-04 23:35:04 -08:00
Riccardo Spagni
c01069f352
fixed English word list issue: 'launchpad' should be 'ourselves'
2015-03-04 15:31:24 +02:00
Riccardo Spagni
10e4132e22
fixed English word list issue: 'incline' should have remained 'inline'
2015-03-04 15:29:20 +02:00
Thomas Winget
9dab105e2e
DNS checkpoint loading for testnet should now be correct
2015-03-01 03:36:46 -05:00
Thomas Winget
52f9629bd7
sending commands to forked daemon works on testnet now
2015-03-01 02:35:33 -05:00
Thomas Winget
76289d0e3b
Fix tests building -- function signatures changed
2015-03-01 02:21:19 -05:00
Riccardo Spagni
1016712372
markdown formatting fix
2015-03-01 00:03:57 +02:00
Riccardo Spagni
98a4e6ae6a
Merge pull request #234
...
7590f33
move website and DNS unit tests from monero.cc to getmonero.org (Riccardo Spagni)
2015-02-28 23:37:10 +02:00
Riccardo Spagni
7590f33f9e
move website and DNS unit tests from monero.cc to getmonero.org
2015-02-28 23:32:28 +02:00
Thomas Winget
db53e1956a
revert stop_daemon method to use correct exit
...
This was changed because sometimes the daemon does not complete its exit
routine with this method, but as it does correctly wind most things down
even if it gets stuck I've changed it back.
2015-02-24 00:54:50 -05:00
Thomas Winget
96cbecffd7
RPC calls for background daemon added in
...
The RPC calls the daemon executable uses to talk to the running daemon
instance have mostly been added back in. Rate limiting has not been
added in upstream, but is on its way in a separate effort, so those
calls are still NOPed out.
2015-02-24 00:44:36 -05:00
Thomas Winget
9193d6fb5b
Daemonize changes pulled in -- daemon builds
...
many RPC functions added by the daemonize changes
(and related changes on the upstream dev branch that were not merged)
were commented out (apart from return). Other than that, this *should*
work...at any rate, it builds, and that's something.
2015-02-24 00:05:19 -05:00
Riccardo Spagni
e728992803
Merge pull request #229
...
7b01a07
added tx size to incoming_transfers RPC Call (Riccardo Spagni)
2015-02-20 00:59:52 +02:00
Riccardo Spagni
7b01a076b9
added tx size to incoming_transfers RPC Call
2015-02-20 00:57:26 +02:00
Riccardo Spagni
6e5797dc11
Merge pull request #221
...
3ece158
make fallback compatible with newer slow-hash (Riccardo Spagni)
709bbc5
replaced 64-bit multiplication in difficulty.cpp with a portable version (Riccardo Spagni)
497a514
replaced 64-bit multiplication in difficulty.cpp with a portable version (Riccardo Spagni)
2015-02-03 20:15:08 +02:00
Riccardo Spagni
cbb0742264
changed MM logo
2015-02-03 13:13:36 +02:00
Riccardo Spagni
f103e0d8f0
added donation and sponsor info to readme
2015-02-03 13:05:28 +02:00
Riccardo Spagni
3ece1584f0
make fallback compatible with newer slow-hash
2015-01-28 11:32:52 +02:00
Riccardo Spagni
17d81f24c3
Merge branch 'master' of https://github.com/fluffypony/bitmonero
2015-01-27 14:07:05 +02:00
Riccardo Spagni
497a514bd3
replaced 64-bit multiplication in difficulty.cpp with a portable version
2015-01-27 14:06:33 +02:00
Riccardo Spagni
709bbc52c4
replaced 64-bit multiplication in difficulty.cpp with a portable version
2015-01-27 14:04:23 +02:00
Riccardo Spagni
bd143e0c2f
Merge pull request #220
...
9b3673a
added portable slow-hash, updated makefile targets, fixed readme (Riccardo Spagni)
2015-01-27 09:44:39 +02:00
Riccardo Spagni
9b3673a54c
added portable slow-hash, updated makefile targets, fixed readme
2015-01-27 09:43:15 +02:00
Riccardo Spagni
de8a1291ce
Merge pull request #219
...
e70bc3d
fixed sse2 ifdef (Riccardo Spagni)
2015-01-27 09:16:36 +02:00
Riccardo Spagni
e70bc3d369
fixed sse2 ifdef
2015-01-27 09:15:14 +02:00
Riccardo Spagni
bd10324f0d
Merge pull request #218
...
2b3b70a
remove aes flag, detect no sse2 (Riccardo Spagni)
2015-01-27 09:09:42 +02:00
Riccardo Spagni
2b3b70a261
remove aes flag, detect no sse2
2015-01-27 09:05:47 +02:00
Riccardo Spagni
bb85fea35a
fixed AES support flag
2015-01-27 07:45:21 +02:00
Riccardo Spagni
615079e2f4
allow for explicitly disabling AES-NI
2015-01-26 23:19:53 +02:00
Riccardo Spagni
9e0516c1dd
Merge pull request #215
...
24d500c
Add a --restricted-rpc flag to simplewallet (moneromooo-monero)
2015-01-15 14:03:48 +02:00
Riccardo Spagni
580e003357
Merge pull request #214
...
87839cd
Allow get_bulk_payments to return all payments regardless of payment ID (moneromooo-monero)
2015-01-15 13:59:48 +02:00
Thomas Winget
5149286c0b
Merge #216
...
Fix seed node threaded DNS lookup
2015-01-14 20:39:57 -05:00
warptangent
f74792b778
Fix seed node threaded DNS lookup
...
Use copied value of seed node index during thread creation, not
reference.
- fixes segfault
Use boost:🧵 :try_join_until() instead of an atomic flag result
variable for each thread.
Add and handle interrupt for thread timeout.
- fixes segfault where a thread exceeds requested timeout and tries to
assign results to a referenced, but now out-of-scope, variable in
the main thread.
2015-01-14 14:01:04 -08:00
Riccardo Spagni
23c3d382c8
added monoermooo's gpg key
2015-01-11 15:49:07 +02:00
moneromooo-monero
24d500ce8e
Add a --restricted-rpc flag to simplewallet
...
It restricts RPC to a subset of "view only" commands. Kind of like
a poor man's view key replacement.
2015-01-11 12:11:43 +00:00
moneromooo-monero
87839cd484
Allow get_bulk_payments to return all payments regardless of payment ID
...
by giving an empty list of payment IDs.
2015-01-11 12:04:05 +00:00
Riccardo Spagni
24ddfa792e
Merge pull request #206
...
1b46226
std::atomic_flag has no copy/move constructor, can't have a vector (Thomas Winget)
df53c0a
small typo in previous commit (Thomas Winget)
4a53898
DNS seed timeout and fallback (Thomas Winget)
2015-01-08 12:18:00 +02:00
Riccardo Spagni
6600966e30
Merge pull request #211
...
7de1a2d
previous hash added to GBT (Riccardo Spagni)
2015-01-06 18:39:19 +02:00
Riccardo Spagni
7de1a2d57a
previous hash added to GBT
2015-01-06 18:37:10 +02:00
Riccardo Spagni
54fbf2afb3
Merge pull request #208
...
f4b69d5
year updated in license (Riccardo Spagni)
2015-01-02 18:54:27 +02:00
Riccardo Spagni
f4b69d553a
year updated in license
2015-01-02 18:52:46 +02:00
Thomas Winget
1b462261b8
std::atomic_flag has no copy/move constructor, can't have a vector
2014-12-15 17:43:12 -05:00