| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| |/
|/|
| | |
12ffc79b2 qrcodegen: fix compilation with old gcc, use modern cmake (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
01cd3d934 For NetBSD, add instructions to README.md and define to ea_config.h (thomasvaughan)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
a3933a2a5 Update RandomX to v1.1.8 (tevador)
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| |/
|/|
| | |
99684e3e simplewallet: add show_qr_code command (selsta)
|
| | |
| |
| |
| | |
Thanks to iDunk for helping with Windows.
|
| |/
|
|
|
|
| |
Some of it might be coming from untrusted sources
Reported by itsunixiknowthis
|
| |
|
|
|
|
|
|
|
| |
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
|
| | |
|
| |\
| |
| |
| | |
94853487 easylogging++: add emscripten support (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This is upstream, but seems to have got lost in conflicts
when merging support for BSDs or android.
|
| |\ \
| |/
|/|
| | |
f49a8ca easylogging++: add screen.xterm-256color to the 'allow colour' TERM list (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
afcfb3b easylogging++: windows does not need terminal colour support (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
| |
* Faster cache initialization with SSSE3/AVX2
* Automatic detection of CPU capabilities in RandomX
* Fixed a possible out-of-bounds access in superscalar program generator
* Use MONERO_RANDOMX_UMASK to manually disable RandomX flags in monerod
|
| | |
|
| |\
| |
| |
| |
| |
| | |
1c600a4 Fix randomx cache selection for RPCs (hyc)
2675cf4 Update to RandomX v1.1.3, simplify (hyc)
f54301d Fix for miners on reorg (hyc)
|
| | |
| |
| |
| |
| |
| | |
We don't need to detect if the cache has changed, just always
call to set it on the VM. The call will be a no-op if the cache
hasn't changed.
|
| |\ \
| | |
| | |
| | | |
6d378d9 easylogging++: always omit ANSI codes when colour is not supported (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
5bcbd97 Disable easylogging crash log on non-glibc libraries (omartijn)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- easylogging assumes certain non-standard headers and functions
- these function only exist in glibc
- compiling under linux without glibc thus broke compilation
|
| |\ \ \
| | | |
| | | |
| | | | |
81c2ad6d RandomX integration (Howard Chu)
|
| | | |/
| |/|
| | |
| | | |
Support RandomX PoW algorithm
|
| | | |
| | |
| | |
| | | |
This reverts commit 9a95827ea72574c3e861aa3167c0b96b9bae64b3.
|
| | | |
| | |
| | |
| | | |
Avoids cmake skullduggery
|
| |/ / |
|
| |/
|
|
|
| |
As a side effect, colouring on Windows should now work
regardless of version
|
| |\
| |
| |
| | |
e907305 ITS#9068 fix backslash escaping (hyc)
|
| | |
| |
| |
| |
| | |
mdb_load wasn't properly inserting escaped backslashes into the data.
mdb_dump wasn't escaping backslashes when generating printable output.
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
When no little/big endian flag is given to the writer, it stores
data in host endianness. When loading, if no flag is set, it also
assumes host endianness. This works as long as the loading and
writing are done on machines with the same endianness.
We change this to default to little endian when saving. This will
cause the loader to see the little endian flag, and swap endianness
when loading on a big endian machine. Similarly, writing on a big
endian machine will swap on save, and a little endian machine will
load little endian data.
|
| |\
| |
| |
| | |
757b789 Define _WANT_SEMUN for FreeBSD to ensure union semun is defined (odonnellnoel)
|
| | |
| |
| |
| | |
Build was failing on GhostBSD (FreeBSD-13.0) because `union semun` is switched off by default. Defining _WANT_SEMUN switches it on.
|
| |\ \
| | |
| | |
| | | |
32b0560 easylogging++: weed out most calls to allowed without locking (moneromooo-monero)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
b350726 boost: update obsolete usage of endian API (moneromooo-monero)
|
| | | |
|
| |\ \
| |/
|/|
| | |
f074b6b device: show address on device display (ph4r05)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- Trezor: support for device address display (subaddress, integrated address)
- Wallet::API support added
- Simplewallet:
- address device [<index>]
- address new <label> // shows address on device also
- integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
|
| |/ |
|
| |\
| |
| |
| | |
428249c5 easylogging++: minimal stdout logging format (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
It's a bit of a hack, but doing it right would need a lot
of changes to the easylogging++ source.
|