| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
eeb2bbc epee: optionally restrict HTTP service to a configurable user agent (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This is intended to catch traffic coming from a web browser,
so we avoid issues with a web page sending a transfer RPC to
the wallet. Requiring a particular user agent can act as a
simple password scheme, while we wait for 0MQ and proper
authentication to be merged.
|
| |\ \
| |/
|/|
| | |
56ff099 fixed tag detector (Riccardo Spagni)
|
| | | |
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
c2faab5 fix v5 height (Riccardo Spagni)
70bd7d8 remove dead backup seed nodes, add new ones (Riccardo Spagni)
cebbcf0 fix v5 fork date description (Riccardo Spagni)
eb60fa2 update version (Riccardo Spagni)
c41098a updated fork heights for v4 and v5 (Riccardo Spagni)
c69b8a1 update block headers (Riccardo Spagni)
f148af2 add checkpoints (Riccardo Spagni)
c15da0e switch wallet API from std thread/mutex to boost (Riccardo Spagni)
8a274ea switch wallet API from std thread/mutex to boost (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |\ |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| |/| | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d0fa9e7 gpg_keys: update my keys' expiration dates (moneromooo-monero)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1dd5b0b wallet: keep change dest separate from other dests (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes misreporting of amount/fee in rct txes, as the rct
tx construction code was lumping all dests (whether change or
not) in the same dests vector, while the pre-rct code was
keeping it separate.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
5f5d727 wallet: fix empty tx in corner case sending nothing (moneromooo-monero)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
c2491b9 README: make TORSOCKS_ALLOW_INBOUND optional (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
f06882f README: mention --max-concurrency 1 for Mac (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
06bb692 cmake: support BUILD_SHARED_LIBS built-in option (redfish)
e1c7af3 cmake: transitive deps and remove deprecated LINK_* (redfish)
54010b9 crypto: armv7: slow-hash: remove redundant source include (redfish)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Support building internal libraries as shared. This reduces
development time by eliminating the need to re-link all
binaries every time non-interface code in the library changes.
Instead, can hack on libxyz, then `make libxyz`, and re-run
monerod.
By default BUILD_SHARED_LIBS is OFF in release build type,
and ON in debug build type, but can be overriden with -D.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.
Break dep cycle between blockchain_db <-> crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).
This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
|
| | |/
| |
| |
| |
| | |
aesb.c is already present in libcrypto as a standalone object.
Tested: builds and runs fine on armv7, static and dynamic.
|
| |\ \
| | |
| | |
| | | |
e86c5b9 miner: do not try to save config if the path isn't set (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
This saves on an exception dump when trying to write to /
after finding a block.
|
| |\ \
| | |
| | |
| | | |
98b8043 readme: deps: fix libunwind Debian/Ubuntu package name (redfish)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
368485d simplewallet: do not expose the details of tx splitting to the user (moneromooo-monero)
|
| | |/
| |
| |
| | |
They're confusing, as people think it reports their balance.
|
| |\ \
| | |
| | |
| | | |
c791040 cmake: quotes around ARCH_ID string (redfish)
|
| | |/
| |
| |
| |
| |
| | |
It's only blank only if somebody running cmake in MSYS/MinGW (Windows)
manually forgets to add -D ARCH, but when it is blank, without quotes
those lines are invalid cmake syntax.
|
| |\ \
| |/
|/|
| | |
9250863 simplewallet: fix wrong amount in show_transfers for pending transactions (moneromooo-monero)
|
| |/
|
|
| |
Change was not taken into consideration
|
| |\
| |
| |
| |
| |
| |
| |
| | |
5850122 remove errant target_link_libraries (Riccardo Spagni)
58abc09 don't build any miniupnpc executables (Riccardo Spagni)
114e368 don't build miniupnpc test executables (Riccardo Spagni)
bb69371 updated miniupnp (Riccardo Spagni)
f62ebc5 update rapidjson (Riccardo Spagni)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|