Riccardo Spagni
d42aca8756
Merge pull request #614
...
d2a5f72
Fix --db-sync-mode on Windows64 (Howard Chu)
4cf6e2b
Fix 30f92f5630
(Howard Chu)
2016-01-17 22:30:05 +02:00
Howard Chu
d2a5f72f73
Fix --db-sync-mode on Windows64
...
only "fastest" mode was working, others would SEGV.
2016-01-16 16:11:11 +00:00
Howard Chu
4cf6e2b2c3
Fix 30f92f5630
...
Needed to add the corresponding (dummy) method to unit test hardfork
2016-01-16 16:10:16 +00:00
Riccardo Spagni
f6a75a4875
Merge pull request #613
...
30f92f5
Fix hf when import with verify off (Howard Chu)
2016-01-15 19:42:16 +02:00
Howard Chu
30f92f5630
Fix hf when import with verify off
...
Delete the hf tables, so the next open will rescan and regenerate
2016-01-15 17:26:19 +00:00
Riccardo Spagni
810acab742
Merge pull request #612
...
b9c7ba1
added checkpoints (Riccardo Spagni)
2016-01-15 15:34:44 +02:00
Riccardo Spagni
b9c7ba180d
added checkpoints
2016-01-15 15:22:31 +02:00
Riccardo Spagni
a4d5dc9049
Merge pull request #611
...
a583a96
bumped version to 0.9.1 for point release (Riccardo Spagni)
2016-01-15 15:05:05 +02:00
Riccardo Spagni
a583a96d82
bumped version to 0.9.1 for point release
2016-01-15 15:03:43 +02:00
Riccardo Spagni
15e0cbd01e
Merge pull request #610
...
945ac78
hardfork: fix accepting v2 blocks too early (moneromooo-monero)
2016-01-15 15:02:26 +02:00
Riccardo Spagni
b085fbc667
Merge pull request #609
...
0100e95
'max limit of...' is redundant wording, rephrase (binaryFate)
80e3889
Print msg when successfully updating out_peers (binaryFate)
2016-01-15 15:00:20 +02:00
Riccardo Spagni
64c0806e65
Merge pull request #608
...
e98a3f2
Fix da0bce34
(Howard Chu)
2016-01-15 14:59:37 +02:00
Riccardo Spagni
2ee050d87a
Merge pull request #607
...
0b6be41
There has never been any such function "fnctl" (Howard Chu)
2016-01-15 14:59:09 +02:00
moneromooo-monero
945ac788d4
hardfork: fix accepting v2 blocks too early
2016-01-15 11:54:35 +00:00
binaryFate
0100e951d3
'max limit of...' is redundant wording, rephrase
2016-01-14 23:13:12 +01:00
binaryFate
80e38895b3
Print msg when successfully updating out_peers
2016-01-14 23:10:07 +01:00
Howard Chu
0b6be4114d
There has never been any such function "fnctl"
...
It was only a typo of fcntl. Get rid of this test.
2016-01-12 21:19:15 +00:00
Howard Chu
e98a3f26e2
Fix da0bce34
...
Windows doesn't define a default linker
2016-01-12 21:11:09 +00:00
Riccardo Spagni
92b753d5e4
Merge pull request #606
...
8ce12a9
Fix arm asm (Howard Chu)
94de39f
Tweak arm6 flags (Howard Chu)
2016-01-12 14:44:46 +02:00
Riccardo Spagni
d75614218b
Merge pull request #605
...
fcf31f3
Cleanup symbol clashes, stdlib header (Howard Chu)
2016-01-12 14:44:18 +02:00
Riccardo Spagni
d31d424726
Merge pull request #603
...
c5baf30
use load_file_to_string and exit with error on file read errors (Fabian Hirschmann)
7b2d27f
remove new lines at the end of the password only (Fabian Hirschmann)
302cc9c
add --password-file option (Fabian Hirschmann)
2016-01-12 14:43:38 +02:00
Riccardo Spagni
4a549effa1
Merge pull request #601
...
664dc42
rpc: fix missing target information in RPC call (moneromooo-monero)
eaf4dcd
daemon: fix status command when run from command line (moneromooo-monero)
67bbb56
wallet2: decide at runtime which upper tx size to use (moneromooo-monero)
a44d94d
rpc: is_key_image_spent now checks the tx pool too (moneromooo-monero)
2016-01-12 14:43:03 +02:00
Howard Chu
8ce12a978e
Fix arm asm
...
About 10% faster than plain C mul128 on raspi1B
2016-01-11 23:16:02 +00:00
Howard Chu
94de39fbad
Tweak arm6 flags
2016-01-11 23:14:06 +00:00
Howard Chu
fcf31f3ff3
Cleanup symbol clashes, stdlib header
2016-01-11 23:09:50 +00:00
moneromooo-monero
664dc42e18
rpc: fix missing target information in RPC call
...
which fixes the status command via RPC too.
Turns out there are two versions of the GET_INFO call.
I'd never noticed before.
2016-01-11 22:52:01 +00:00
moneromooo-monero
eaf4dcd747
daemon: fix status command when run from command line
2016-01-11 21:50:41 +00:00
moneromooo-monero
67bbb56a6c
wallet2: decide at runtime which upper tx size to use
...
The value will be different depending on whether we've reached
the first hard fork, which allows a larger size, or not.
This fixes transactions being rejected by the daemon on mainnet
where the first hard fork is not yet active.
2016-01-10 11:56:13 +00:00
Fabian Hirschmann
c5baf30208
use load_file_to_string and exit with error on file read errors
2016-01-09 19:11:34 +01:00
Fabian Hirschmann
7b2d27f89a
remove new lines at the end of the password only
2016-01-09 18:59:39 +01:00
Fabian Hirschmann
302cc9c700
add --password-file option
2016-01-09 02:49:41 +01:00
moneromooo-monero
a44d94d390
rpc: is_key_image_spent now checks the tx pool too
2016-01-05 22:16:24 +00:00
Riccardo Spagni
10cc6a8593
Merge branch 'LMDB-tweaks'
2016-01-03 20:03:00 +02:00
Riccardo Spagni
58dbc9d122
fixed conflicts
2016-01-03 20:02:44 +02:00
Riccardo Spagni
e4eb07fb99
Merge pull request #595
...
a52cf36
fix: cmake parse error on Ubuntu 14.04 (moneroexamples)
2016-01-03 19:54:07 +02:00
Riccardo Spagni
6432feee6d
Merge pull request #594
...
7f8e5ce
daemon: fix ban length using wrong parameter (moneromooo-monero)
2016-01-03 19:53:48 +02:00
Riccardo Spagni
3a3f8fa808
Merge pull request #593
...
a8caab1
unit_tests: initialize db object in ctor, not open (moneromooo-monero)
2016-01-03 19:52:36 +02:00
Howard Chu
d26e7d0b3a
ARMv7 optimization flags are too aggressive
2016-01-03 12:58:08 +00:00
Howard Chu
a561afa18b
ARM chars are unsigned
2016-01-03 11:57:35 +00:00
Howard Chu
da0bce3472
Use CMAKE_LINKER, not hardcoded "ld"
2016-01-03 08:22:38 +00:00
Howard Chu
28b82718ff
Avoid cmake-3.x block comment syntax
2016-01-03 08:22:06 +00:00
moneroexamples
a52cf36010
fix: cmake parse error on Ubuntu 14.04
...
Parse error. Expected a command name, got unquoted argument with text "]]"
Reason: Block comments are avaliable in cmake 3.0 not in 2.8 which is used in Ubuntu 14.04
2016-01-03 07:52:57 +08:00
Howard Chu
26aac68095
Fix release flags
...
flags were being accumulated instead of being set.
Win32 was getting -O2 -DNDEBUG -Ofast -DNDEBUG etc...
Also for Win32, stay compatible to WinXP
2016-01-02 21:53:02 +00:00
moneromooo-monero
7f8e5ced47
daemon: fix ban length using wrong parameter
2016-01-02 16:30:12 +00:00
moneromooo-monero
a8caab1af1
unit_tests: initialize db object in ctor, not open
...
open isn't actually called in those tests
2016-01-02 11:37:00 +00:00
Howard Chu
ee6f2cb71f
IP_TOS not supported before Windows7
2016-01-02 03:10:41 +00:00
Howard Chu
462658df4f
Get rid of doubly-defined NDEBUG
2016-01-02 02:01:58 +00:00
Riccardo Spagni
955ad41a2d
Merge pull request #588
...
e6dc448
updated readme, note CMake minimum version increase (Riccardo Spagni)
5c71f5d
update version (Riccardo Spagni)
2016-01-01 01:06:45 +02:00
Riccardo Spagni
e6dc44813c
updated readme, note CMake minimum version increase
2016-01-01 01:05:22 +02:00
Riccardo Spagni
5c71f5d13e
update version
2015-12-31 23:12:13 +02:00