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
Riccardo Spagni
b98d88c17e
Merge pull request #587
...
1e07110
Nicer looking exit when blockchain.bin is found (moneromooo-monero)
2015-12-31 22:34:57 +02:00
moneromooo-monero
1e07110a7a
Nicer looking exit when blockchain.bin is found
...
Do not print the exception message, and write the important bit
in red, since people will only read the last line otherwise.
2015-12-31 17:09:00 +00:00
Riccardo Spagni
c991865ffc
Merge pull request #586
...
40f97ce
core: do not use the persistent pool state for tests (moneromooo-monero)
2015-12-31 17:58:06 +02:00
moneromooo-monero
40f97ce83d
core: do not use the persistent pool state for tests
...
Fixes intermittent test failures when the pool contains
unexpected transactions that were brought in from the
live pool.
2015-12-31 14:24:06 +00:00
Riccardo Spagni
e739baf40a
Merge pull request #585
...
88b0fb1
let miniupnp's cmakelist handle defaults (Riccardo Spagni)
2015-12-31 15:16:44 +02:00
Riccardo Spagni
88b0fb14c8
let miniupnp's cmakelist handle defaults
2015-12-31 15:15:57 +02:00
Riccardo Spagni
ac7d27d4f9
Merge pull request #584
...
5c67c48
wallet: don't forget to close the file after storing cache (moneromooo-monero)
2015-12-31 12:43:15 +02:00
moneromooo-monero
5c67c486e8
wallet: don't forget to close the file after storing cache
...
Also add some flags to open, as epee's save_string_to_file does,
to truncate file, etc.
2015-12-31 10:34:17 +00:00