Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-13 | simplewallet: fix arg indexing bug in set_device_name | stoffu | 1 | -1/+1 | |
2019-08-13 | simplewallet: add a few missing settings help text | stoffu | 1 | -4/+14 | |
2019-08-12 | Fix for biased signature nonce | Sarang Noether | 1 | -2/+0 | |
2019-08-11 | cryptonote_protocol: fix '--no-sync', ignore new blocks and txes | xiphon | 1 | -3/+3 | |
2019-08-09 | hid_error() could return a null, which causes the program to crash with | TheQuantumPhysicist | 1 | -1/+2 | |
std::logic_error() | |||||
2019-08-06 | Gitian build script fixes for MacOS | Jonathan Cross | 1 | -3/+3 | |
2019-08-06 | Merge pull request #5779 | luigi1111 | 1 | -1/+3 | |
6da3561 Fixed error preventing build of monero-gui (honzapatCZ) | |||||
2019-08-02 | unpushed languages from pootle (synced) | Monero-Pootle | 40 | -6133/+211985 | |
2019-07-31 | Add IPv6 support | Thomas Winget | 20 | -113/+805 | |
new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted. | |||||
2019-07-30 | gitian build README improvements | Jonathan Cross | 1 | -38/+78 | |
2019-07-30 | daemon: print 128bit diff properly | stoffu | 1 | -17/+40 | |
2019-07-30 | fix building on OpenBSD, simplify Readme section | Mr. Me0w | 2 | -95/+5 | |
Based on a patch from @mrme0w (#5569). Fixes #5770 | |||||
2019-07-29 | functional_tests: add validate_address tests | moneromooo-monero | 3 | -3/+126 | |
2019-07-29 | rpc: implement get_public_nodes command | xiphon | 3 | -1/+90 | |
2019-07-28 | Fixed error preventing build of monero-gui | Nejcraft | 1 | -1/+3 | |
get_attribute expects 2 values instead of 1 | |||||
2019-07-27 | Define _WANT_SEMUN for FreeBSD to ensure `union semun` is defined | Noel O'Donnell | 1 | -0/+2 | |
Build was failing on GhostBSD (FreeBSD-13.0) because `union semun` is switched off by default. Defining _WANT_SEMUN switches it on. | |||||
2019-07-26 | Add nbproject directory to .gitignore | Noel O'Donnell | 1 | -1/+4 | |
2019-07-24 | Merge pull request #5635 | luigi1111 | 1 | -1/+1 | |
03aa14e tx_sanity_check: don't print an error when not enough outs to check (monermooo-monero) | |||||
2019-07-24 | Merge pull request #5627 | luigi1111 | 2 | -21/+25 | |
afbf05b Add option to run gitian-build.py on non-debian os (TheCharlatan) | |||||
2019-07-24 | Merge pull request #5624 | luigi1111 | 1 | -1/+0 | |
6b41bd8 Delete more include string.h (wepeng) | |||||
2019-07-24 | Merge pull request #5623 | luigi1111 | 3 | -26/+107 | |
b8cfa92 rpc: implement set_bootstrap_daemon method (xiphon) | |||||
2019-07-24 | Merge pull request #5621 | luigi1111 | 1 | -0/+0 | |
c88d6a9 tests: fixed file exec permissions (ston1th) | |||||
2019-07-24 | Merge pull request #5610 | luigi1111 | 3 | -7/+54 | |
068fa1c p2p: delay IGP probing on startup (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5608 | luigi1111 | 1 | -4/+12 | |
c820e18 simplewallet: print errors on exceptions creating wallets (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5606 | luigi1111 | 1 | -1/+4 | |
cf8cb68 rpc: use ip address string representation for peer::host field (xiphon) | |||||
2019-07-24 | Merge pull request #5605 | luigi1111 | 1 | -0/+1 | |
46c1d88 add 'sponsor' button on GitHub (erciccione) | |||||
2019-07-24 | Merge pull request #5600 | luigi1111 | 2 | -7/+13 | |
dd58057 Remember RPC version on initial connect (hyc) | |||||
2019-07-24 | Merge pull request #5597 | luigi1111 | 4 | -14/+28 | |
343c0b4 add a command line option to disable ZMQ server (jtgrassie) | |||||
2019-07-24 | Merge pull request #5595 | luigi1111 | 4 | -0/+21 | |
2aa1134 daemon: display peer address type in print_cn (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5594 | luigi1111 | 12 | -6/+127 | |
f074b6b device: show address on device display (ph4r05) | |||||
2019-07-24 | Merge pull request #5591 | luigi1111 | 3 | -18/+9 | |
f17dcde Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT (Doy-lee) | |||||
2019-07-24 | Merge pull request #5589 | luigi1111 | 1 | -1/+1 | |
cb92d5c cmake: push cmake away from boost as much as we can (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5588 | luigi1111 | 1 | -0/+1 | |
cd720c7 add cumulative difficulty to diff command (wowario) | |||||
2019-07-24 | Merge pull request #5585 | luigi1111 | 2 | -2/+0 | |
270a3ae Unused private member m_miner_address (JesusRami) | |||||
2019-07-24 | Merge pull request #5582 | luigi1111 | 7 | -20/+62 | |
fcfcc3a rpc: in/out peers can now return the setting's value (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5576 | luigi1111 | 2 | -4/+0 | |
577324a wallet_manager: omit redundant disconnect, drop unused variable (xiphon) | |||||
2019-07-24 | Merge pull request #5574 | luigi1111 | 1 | -1/+1 | |
162c3e1 blockchain_export: allow exporting blocks.dat format from pruned (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5573 | luigi1111 | 1 | -1/+1 | |
c07bbd5 daemon: fix 'never seen before' time span display for peers (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5556 | luigi1111 | 1 | -0/+1 | |
82f07c5 Close file before exit to avoid potential resource leak (JesusRami) | |||||
2019-07-24 | Merge pull request #5534 | luigi1111 | 3 | -0/+28 | |
4c66614 expose set/get walletcache attribute functionality in wallet api (selsta) | |||||
2019-07-24 | Merge pull request #5531 | luigi1111 | 1 | -4/+8 | |
9a6006b abstract_tcp_server2: move some things out of a lock (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5530 | luigi1111 | 14 | -168/+0 | |
6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5529 | luigi1111 | 3 | -8/+8 | |
de27651 use crypto::rand instead of libc rand in a few tests (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5528 | luigi1111 | 1 | -1/+1 | |
f61a315 net_utils: fix m_ssl type from time_t to bool (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5524 | luigi1111 | 7 | -94/+379 | |
06b8f29 blockchain: keep alternative blocks in LMDB (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5514 | luigi1111 | 1 | -2/+2 | |
e4d100b wallet2: don't wait a day before using new version fees (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5513 | luigi1111 | 4 | -6/+16 | |
bc94ba4 wallet: distinguish between empty and absent attributes (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5507 | luigi1111 | 1 | -1/+1 | |
2b198a6 difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5502 | luigi1111 | 13 | -15/+10 | |
25a7cfd add a few checks where it seems appropriate (moneromooo-monero) 1a66a86 remove unused code (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5473 | luigi1111 | 2 | -6/+8 | |
ddf7890 python-rpc: add missing getblock RPC parameters (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5472 | luigi1111 | 1 | -1/+1 | |
2e514b8 CMakeLists.txt: suggest to update all submodules if one of them is outdated (erciccione) | |||||
2019-07-24 | Merge pull request #5460 | luigi1111 | 2 | -3/+58 | |
a23dbe6 simplewallet: prompt when spending more than one old out in one tx (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5457 | luigi1111 | 1 | -2/+0 | |
3b9ce45 wallet_rpc_server: remove unused variable (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5451 | luigi1111 | 4 | -1/+187 | |
6aa3c2f dns_checks: new helper program to check on DNSSEC lookups (moneromooo-monero) | |||||
2019-07-24 | Merge pull request #5363 | luigi1111 | 19 | -46/+425 | |
515ac29 p2p: store network address directly in blocked host list (moneromooo-monero) 65c4004 allow blocking whole subnets (moneromooo-monero) | |||||
2019-07-22 | Dropping cppzmq dependency; adding some zmq utils | Lee Clagett | 10 | -77/+550 | |
2019-07-18 | Gitian build (mac, linux): gzip => bzip2 | Jonathan Cross | 3 | -4/+4 | |
2019-07-18 | Merge pull request #5763 | Riccardo Spagni | 3 | -7/+7 | |
de970334 bump version to 0.14.1.2 (Riccardo Spagni) 4850520b update checkpoints.dat hash (Riccardo Spagni) | |||||
2019-07-18 | bump version to 0.14.1.2 | Riccardo Spagni | 2 | -6/+6 | |
2019-07-18 | update checkpoints.dat hash | Riccardo Spagni | 1 | -1/+1 | |
2019-07-17 | Merge pull request #5761 | Riccardo Spagni | 3 | -6/+6 | |
a69dc818 prep for 0.14.1.1 (Riccardo Spagni) | |||||
2019-07-17 | prep for 0.14.1.1 | Riccardo Spagni | 3 | -6/+6 | |
2019-07-17 | Merge pull request #5732 | Riccardo Spagni | 2 | -2/+11 | |
a96c1a46 cryptonote_protocol: drop peers we can't download from when syncing (moneromooo-monero) ab361df2 p2p: add a few missing connection close calls (moneromooo-monero) | |||||
2019-07-17 | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 28 | -162/+2731 | |
2019-07-16 | translations: add a ready file to control which translations to build | moneromooo-monero | 2 | -1/+15 | |
Some translations are committed before they're ready to be used | |||||
2019-07-16 | Add ref-counted buffer byte_slice. Currently used for sending TCP data. | Lee Clagett | 13 | -154/+883 | |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 19 | -34/+413 | |
2019-07-16 | p2p: store network address directly in blocked host list | moneromooo-monero | 4 | -12/+12 | |
rather than their string representation | |||||
2019-07-15 | improve tx_sanity_check clarification | vicsn | 1 | -2/+2 | |
2019-07-15 | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT | Doyle | 3 | -18/+9 | |
2019-07-12 | Merge pull request #5746 | luigi1111 | 2 | -0/+8 | |
3140a37 wallet_rpc_server: fix get_bulk_payments with short payment ids (moneromooo-monero) | |||||
2019-07-12 | Merge pull request #5738 | luigi1111 | 1 | -11/+45 | |
4ee095c p2p: don't connect to more than one IP per class B if we can (moneromooo-monero) | |||||
2019-07-12 | Merge pull request #5724 | luigi1111 | 2 | -3/+23 | |
c223832 keccak: guard against misaligned memory accesses on ARM (moneromooo-monero) | |||||
2019-07-12 | Merge pull request #5704 | luigi1111 | 1 | -3/+3 | |
8f22279 Depends: Update HIDAPI version (TheCharlatan) | |||||
2019-07-12 | Merge pull request #5690 | luigi1111 | 17 | -22/+120 | |
1dbfc81 Add debug targets to depends Makefile (TheCharlatan) cbbb24c Remove clutter in depends installed packages (TheCharlatan) 496cd46 Add ncurses package for linux and darwin readline (TheCharlatan) | |||||
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 4 | -6/+21 | |
2019-07-09 | build: fix OSX static libusb check and link against static libobjc | xiphon | 2 | -2/+8 | |
2019-07-09 | boost: update obsolete usage of endian API | moneromooo-monero | 4 | -7/+8 | |
2019-07-09 | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 2 | -0/+8 | |
2019-07-08 | simplewallet: add restore_height command | thotbot | 2 | -0/+10 | |
2019-07-08 | Fix incorrectly named binding for MMS send_signer_config command | tobtoht | 1 | -1/+1 | |
send_message_config isn't used anywhere else in the code, and it is clear from the help command that it should be named send_signer_config. | |||||
2019-07-06 | Minor formatting fix in help set command | tobtoht | 1 | -1/+1 | |
2019-07-05 | p2p: don't connect to more than one IP per class B if we can | moneromooo-monero | 1 | -11/+45 | |
2019-07-04 | keccak: guard against misaligned memory accesses on ARM | moneromooo-monero | 2 | -3/+23 | |
The code generated is exactly the same as the direct access one on x86_64 | |||||
2019-07-04 | cryptonote_protocol: drop peers we can't download from when syncing | moneromooo-monero | 1 | -0/+5 | |
Any peer that's behind us while syncing is useless to us (though not to them). This ensures that we don't get our peer slots filled with peers that we can't use. Once we've synced, we can connect to them and they can then sync off us if they want. | |||||
2019-07-04 | p2p: add a few missing connection close calls | moneromooo-monero | 1 | -2/+6 | |
2019-07-04 | Merge pull request #5663 | luigi1111 | 1 | -1/+1 | |
5d6b43b core: fix --prune-blockchain not pruning if no blockchain exists (moneromooo-monero) | |||||
2019-07-04 | Merge pull request #5650 | luigi1111 | 1 | -4/+8 | |
3c071d2 blockchain: silence an error getting blocks for pruned nodes (moneromooo-monero) | |||||
2019-07-04 | Merge pull request #5647 | luigi1111 | 1 | -1/+50 | |
2ff99fb db_lmdb: commit pruning txn at checkpoints (moneromooo-monero) | |||||
2019-07-04 | CryptonightR_JIT: fix return value on error | selene | 1 | -3/+3 | |
The value was positive rather than zero, but the caller only checks for negative errors | |||||
2019-07-04 | README: add blockchain-based issue to "Known Issues" | anonimal | 1 | -0/+10 | |
Referencing https://hackerone.com/reports/417515 | |||||
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 2 | -43/+12 | |
2019-07-03 | rpc: get_block_template add optional extra_nonce | Jethro Grassie | 2 | -1/+27 | |
Circumvents the need to create a new blockhashing blob when you already know the data you want to set in the extra_nonce (so use this instead of reserve_size). | |||||
2019-07-02 | README: add coredumpctl info from iDunk | moneromooo-monero | 1 | -0/+6 | |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 3 | -13/+32 | |
2019-07-02 | miner: fix --bg-mining-enable description | moneromooo-monero | 1 | -1/+1 | |
2019-07-01 | zmq: MacPorts latest fix | Jethro Grassie | 1 | -1/+1 | |
2019-07-01 | unit_tests: check return values on test data parsing | moneromooo-monero | 1 | -2/+2 | |
Won't trigger in practice, but you never know when that code changes Coverity 199723, 199685 | |||||
2019-07-01 | wallet: do not print log settings when unset | moneromooo-monero | 1 | -1/+4 | |
Coverity 199721 | |||||
2019-07-01 | Merge pull request #5681 | luigi1111 | 1 | -1/+0 | |
037f94c Remove Xiala.net from the list of dns resolvers (tobtoht) | |||||
2019-07-01 | Merge pull request #5678 | luigi1111 | 1 | -0/+1 | |
15c699f rpc: set sanity_check_failed to false when successful (stoffu) | |||||
2019-07-01 | Merge pull request #5675 | luigi1111 | 1 | -1/+1 | |
da3e20e tx_sanity_check: relax the median check a lot (moneromooo-monero) | |||||
2019-07-01 | Merge pull request #5668 | luigi1111 | 1 | -4/+16 | |
4237707 p2p: don't forget pruning seed or public RPC port when updating peers (moneromooo-monero) | |||||
2019-06-27 | Gitian: Add version string to output tar archives | TheCharlatan | 3 | -3/+25 | |
The tar archives generated by gitian are currently unversioned. This adds either a tag name when building from a tag, or a short commit id when building from a commit hash. | |||||
2019-06-27 | Depends: Update HIDAPI version | TheCharlatan | 1 | -3/+3 | |
The macos binaries in release v0.14.1.0 were compiled with the buggy hidapi-0.8.0-rc1 version. This resulted in users not being able to use their Ledger with the latest cli wallet. After the patch depends now fetches the source from the libusb hidapi repository that has taken over maintenance of hidapi. | |||||
2019-06-27 | Update icu4c to latest support version | TheCharlatan | 1 | -9/+4 | |
Before this commit the icu4c repo was fetched from TheCharlatan's repository. This step was made, because up until recently the source code was hosted on sourceforge and their downloads proved very unreliable. The origin is now the official icu4c repository. Also remove some commented lines left over from development. | |||||
2019-06-26 | README: add beginnings of "Known Issues" | anonimal | 1 | -0/+8 | |
Referencing https://hackerone.com/reports/592094 | |||||
2019-06-26 | p2p: don't forget pruning seed or public RPC port when updating peers | moneromooo-monero | 1 | -4/+16 | |
Older nodes don't pass that information around | |||||
2019-06-26 | Add option to run gitian-build.py on non-debian os | TheCharlatan | 2 | -21/+25 | |
This commits adds the `--no-apt` flag to the gitian-build.py script. This allows gitian builds to be run without root access and non-debian based operating systems. | |||||
2019-06-25 | Add ncurses package for linux and darwin readline | TheCharlatan | 4 | -14/+69 | |
Readline support is now compiled with the ncurses backend. | |||||
2019-06-25 | distinguish "build status" from "build" | Lazaridis | 1 | -2/+2 | |
2019-06-25 | Remove clutter in depends installed packages | TheCharlatan | 12 | -9/+42 | |
To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues. | |||||
2019-06-25 | Add debug targets to depends Makefile | TheCharlatan | 2 | -0/+10 | |
Packages can now be built individually and for each stage. This allows easier debugging. | |||||
2019-06-25 | rpc headers fix | Michal vel m@lbit | 1 | -1/+1 | |
2019-06-22 | simplewallet: don't ask about mining when running a command line | moneromooo-monero | 1 | -1/+3 | |
This is likely to be done via a script | |||||
2019-06-21 | p2p: add a reference to Cao, Tong et al. for the last_seen changes | moneromooo-monero | 1 | -0/+3 | |
"Exploring the Monero Peer-to-Peer Network". https://eprint.iacr.org/2019/411 | |||||
2019-06-21 | Remove Xiala.net from the list of dns resolvers | tobtoht | 1 | -1/+0 | |
It is down permanently. See: https://xiala.net/ "Ende November 2018 werden alle Dienste von xiala.net abgeschaltet." | |||||
2019-06-20 | cmake: fix tests generator | ston1th | 1 | -2/+1 | |
find_package(PythonInterp) needs to be called before the tests. | |||||
2019-06-20 | rpc: set sanity_check_failed to false when successful | stoffu | 1 | -0/+1 | |
2019-06-19 | tests: functional: fix python syntax | redfish | 1 | -1/+1 | |
2019-06-19 | tx_sanity_check: relax the median check a lot | moneromooo-monero | 1 | -1/+1 | |
we don't want to prevent bona fide txes, just obvious bad ones | |||||
2019-06-19 | p2p: close the right number of connections on setting max in/out peers | moneromooo-monero | 2 | -2/+26 | |
2019-06-19 | p2p: propagate out peers limit to payload handler | moneromooo-monero | 1 | -0/+1 | |
2019-06-19 | wallet_api: catch getTxKey exception | Dusan Klinec | 1 | -8/+17 | |
- getTxKey method throws an exception, e.g., when user declines txKey export | |||||
2019-06-19 | wallet2: fix change subaddress mixup when sending pre rct outputs | moneromooo-monero | 1 | -0/+1 | |
2019-06-17 | core: fix --prune-blockchain not pruning if no blockchain exists | moneromooo-monero | 1 | -1/+1 | |
2019-06-17 | device: show address on device display | Dusan Klinec | 12 | -6/+127 | |
- 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 | |||||
2019-06-17 | device: tx_key caching fixed, store recovered txkey | Dusan Klinec | 1 | -3/+11 | |
2019-06-16 | Fix --restore-date usage | Howard Chu | 1 | -1/+1 | |
The wallet was ignoring --restore-height and --restore-date params and prompting for them again. | |||||
2019-06-16 | unit_tests: add more leeway to the "same distribution" check | moneromooo-monero | 1 | -2/+2 | |
This is an inherently probabilistic check, which occasionally fails for a matching distribution | |||||
2019-06-16 | blockchain: silence an error getting blocks for pruned nodes | moneromooo-monero | 1 | -4/+8 | |
This happens often when a pre-pruning node asks a pruned node for data it does not have | |||||
2019-06-16 | Bans for RPC connections | Howard Chu | 5 | -2/+32 | |
Make bans control RPC sessions too. And auto-ban some bad requests. Drops HTTP connections whenever response code is 500. | |||||
2019-06-15 | db_lmdb: commit pruning txn at checkpoints | moneromooo-monero | 1 | -1/+50 | |
to avoid errors when the txn is too large | |||||
2019-06-14 | Merge pull request #5641 | Riccardo Spagni | 4 | -4/+5 | |
633f1542 prep for 0.14.1 release (Riccardo Spagni) | |||||
2019-06-14 | Merge pull request #5639 | Riccardo Spagni | 15 | -28/+78 | |
2eef90d6 rpc: restrict the recent cutoff size in restricted RPC mode (moneromooo-monero) 0564da5f ensure no NULL is passed to memcpy (moneromooo-monero) bc09766b abstract_tcp_server2: improve DoS resistance (moneromooo-monero) 1387549e serialization: check stream good flag at the end (moneromooo-monero) a00cabd4 tree-hash: allocate variable memory on heap, not stack (moneromooo-monero) f2152192 cryptonote: throw on tx hash calculation error (moneromooo-monero) db2b9fba serialization: fail on read_varint error (moneromooo-monero) 68ad5481 cryptonote_protocol: fix another potential P2P DoS (moneromooo-monero) 1cc61018 cryptonote_protocol: expand basic DoS protection (moneromooo-monero) 8f66b705 cryptonote_protocol_handler: prevent potential DoS (anonimal) 39169ace epee: basic sanity check on allocation size from untrusted source (moneromooo-monero) | |||||
2019-06-14 | prep for 0.14.1 release | Riccardo Spagni | 4 | -4/+5 | |
2019-06-14 | rpc: restrict the recent cutoff size in restricted RPC mode | moneromooo-monero | 1 | -0/+9 | |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 4 | -9/+18 | |
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear | |||||
2019-06-14 | abstract_tcp_server2: improve DoS resistance | moneromooo-monero | 1 | -4/+5 | |
2019-06-14 | serialization: check stream good flag at the end | moneromooo-monero | 3 | -6/+6 | |
just in case | |||||
2019-06-14 | tree-hash: allocate variable memory on heap, not stack | moneromooo-monero | 1 | -5/+7 | |
Large amounts might run out of stack Reported by guidov | |||||
2019-06-14 | cryptonote: throw on tx hash calculation error | moneromooo-monero | 1 | -3/+3 | |
2019-06-14 | serialization: fail on read_varint error | moneromooo-monero | 1 | -1/+2 | |
2019-06-14 | cryptonote_protocol: fix another potential P2P DoS | moneromooo-monero | 1 | -0/+15 | |
When asking for txes in a fluffy transaction, one might ask for the same (large) tx many times | |||||
2019-06-14 | cryptonote_protocol: expand basic DoS protection | moneromooo-monero | 2 | -4/+4 | |
Count transactions as well | |||||
2019-06-14 | cryptonote_protocol_handler: prevent potential DoS | anonimal | 2 | -0/+12 | |
Essentially, one can send such a large amount of IDs that core exhausts all free memory. This issue can theoretically be exploited using very large CN blockchains, such as Monero. This is a partial fix. Thanks and credit given to CryptoNote author 'cryptozoidberg' for collaboration and the fix. Also thanks to 'moneromooo'. Referencing HackerOne report #506595. | |||||
2019-06-14 | epee: basic sanity check on allocation size from untrusted source | moneromooo-monero | 1 | -0/+1 | |
Reported by guidov | |||||
2019-06-13 | core: do not complain about low block rate if disconnected | moneromooo-monero | 1 | -1/+1 | |
In that case, we'll still keep the "Monero is now disconnected from the network" near the end of the log | |||||
2019-06-12 | rpc: work around a GCC 7.4.0 (at least) bug | moneromooo-monero | 1 | -1/+3 | |
In static member function ‘static boost::optional<cryptonote::rpc::output_distribution_data> cryptonote::rpc::RpcHandler::get_output_distribution(const std::function<bool(long unsigned int, long unsigned int, long unsigned int, long unsigned int&, std::vector<long unsigned int>&, long unsigned int&)>&, uint64_t, uint64_t, uint64_t, const std::function<crypto::hash(long unsigned int)>&, bool, uint64_t)’: cc1plus: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size 18446744073709551536 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] | |||||
2019-06-12 | Merge pull request #5632 | luigi1111 | 6 | -5/+10 | |
3a0fbea Don't use -march=native (hyc) f8b2f25 Allow parallel make (hyc) 01ced20 Delete redundant cppzmq dependency (hyc) 1dc4ebf Use 9 digit build IDs (hyc) | |||||
2019-06-12 | Merge pull request #5552 | luigi1111 | 1 | -2/+2 | |
c27d961 [depends] update openssl to 1.0.2r (who-biz) | |||||
2019-06-12 | Use 9 digit build IDs | Howard Chu | 4 | -1/+5 | |
2019-06-12 | tx_sanity_check: don't print an error when not enough outs to check | moneromooo-monero | 1 | -1/+1 | |
2019-06-12 | rpc: fix get_transactions getting v1 txes from the txpool | moneromooo-monero | 1 | -1/+2 | |
It would try to get their prunable hash, but v1 txes don't have one | |||||
2019-06-12 | Delete redundant cppzmq dependency | Howard Chu | 1 | -1/+1 | |
2019-06-12 | Allow parallel make | Howard Chu | 3 | -3/+3 | |
2019-06-12 | Don't use -march=native | Howard Chu | 1 | -0/+1 | |
2019-06-11 | Merge pull request #5619 | luigi1111 | 4 | -18/+8 | |
f2f207d miner: fix double free of thread attributes (ston1th) | |||||
2019-06-11 | Merge pull request #5618 | luigi1111 | 1 | -6/+4 | |
b0a04f7 epee: fix SSL autodetect on reconnection (xiphon) | |||||
2019-06-11 | Merge pull request #5616 | luigi1111 | 1 | -0/+0 | |
643c86a miniupnpc: update to build on BSD (moneromooo-monero) | |||||
2019-06-11 | Merge pull request #5613 | luigi1111 | 5 | -6/+31 | |
2cbe756 p2p: fix GCC 9.1 crash (moneromooo-monero) 35c20c4 Fix GCC 9.1 build warnings (moneromooo-monero) e284889 cmake: do not use -mmitigate-rop on GCC >= 9.1 (moneromooo-monero) | |||||
2019-06-11 | Delete more include string.h | Your Name | 1 | -1/+0 | |
2019-06-10 | rpc: implement set_bootstrap_daemon method | xiphon | 3 | -27/+108 | |
2019-06-10 | epee: fix SSL autodetect on reconnection | xiphon | 1 | -6/+4 | |
2019-06-09 | tests: fixed file exec permissions | ston1th | 1 | -0/+0 | |
2019-06-09 | cmake: do not use -mmitigate-rop on GCC >= 9.1 | moneromooo-monero | 1 | -2/+5 | |
It was removed, but it still accepted by the compiler, which warns for every file | |||||
2019-06-09 | Fix GCC 9.1 build warnings | moneromooo-monero | 3 | -0/+20 | |
GCC wants operator= aand copy ctor to be both defined, or neither | |||||
2019-06-09 | miner: fix double free of thread attributes | ston1th | 4 | -18/+8 | |
issue: #5568 | |||||
2019-06-08 | miniupnpc: update to build on BSD | moneromooo-monero | 1 | -0/+0 | |
2019-06-08 | p2p: fix GCC 9.1 crash | moneromooo-monero | 1 | -4/+6 | |
2019-06-06 | p2p: delay IGP probing on startup | moneromooo-monero | 3 | -7/+54 | |
We might have external access without having to do this | |||||
2019-06-06 | simplewallet: print errors on exceptions creating wallets | moneromooo-monero | 1 | -4/+12 | |
Exceptions would otherwise terminate the process silently | |||||
2019-06-04 | rpc: use ip address string representation for peer::host field | xiphon | 1 | -1/+4 | |
2019-06-03 | add 'sponsor' button on GitHub | erciccione | 1 | -0/+1 | |
2019-06-02 | Remember RPC version on initial connect | Howard Chu | 2 | -7/+13 | |
Don't keep asking for it on an intact connection Wallet is too chatty over the wire | |||||
2019-06-01 | Merge pull request #5583 | Riccardo Spagni | 15 | -59/+60 | |
77594c4f functional_tests: fix python3 compatibility (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5577 | Riccardo Spagni | 1 | -1/+7 | |
f950517a core: update pruning if using --prune-blockchain on a pruned blockchain (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5571 | Riccardo Spagni | 5 | -14/+54 | |
35da33be blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero) 4b51f9a3 core: do not commit half constructed batch db txn (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5561 | Riccardo Spagni | 15 | -142/+169 | |
9bfa4c20 Fix allow any cert mode in wallet rpc when configured over rpc (Lee Clagett) 3544596f Add ssl_options support to monerod's rpc mode. (Lee Clagett) c9aaccf3 Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. (Lee Clagett) | |||||
2019-06-01 | Merge pull request #5558 | Riccardo Spagni | 1 | -1/+10 | |
4ac52e52 functional_tests: fix rare get_output_distribution failure (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5557 | Riccardo Spagni | 1 | -1/+1 | |
dbecfe7d unit_tests: make the density test a bit less stringent (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5555 | Riccardo Spagni | 1 | -1/+2 | |
b6830db2 Fix #5553 (Howard Chu) | |||||
2019-06-01 | add a command line option to disable ZMQ server | Jethro Grassie | 4 | -14/+28 | |
2019-06-01 | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 6 | -30/+115 | |
2019-05-31 | daemon: display peer address type in print_cn | moneromooo-monero | 4 | -0/+21 | |
2019-05-30 | cmake: push cmake away from boost as much as we can | moneromooo-monero | 1 | -1/+1 | |
Everything works better without cmake. | |||||
2019-05-30 | rpc: in/out peers can now return the setting's value | moneromooo-monero | 7 | -21/+63 | |
2019-05-30 | add cumulative difficulty to diff command | wowario | 1 | -0/+1 | |
2019-05-29 | Unused private member m_miner_address | Jesus Ramirez | 2 | -2/+0 | |
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 15 | -59/+60 | |
Also add missing bans test to the default tests | |||||
2019-05-28 | core: update pruning if using --prune-blockchain on a pruned blockchain | moneromooo-monero | 1 | -1/+7 | |
Avoids a massive amount of spurious warnings if the last update before the daemon exited was a while ago and the daemon was syncing | |||||
2019-05-27 | wallet_manager: omit redundant disconnect, drop unused variable | xiphon | 2 | -4/+0 | |
2019-05-26 | blockchain: do not try to pop blocks down to the genesis block | moneromooo-monero | 1 | -0/+3 | |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 5 | -14/+51 | |
2019-05-24 | blockchain_export: allow exporting blocks.dat format from pruned | moneromooo-monero | 1 | -1/+1 | |
We don't need any of the pruned data for this | |||||
2019-05-24 | daemon: fix "never seen before" time span display for peers | moneromooo-monero | 1 | -1/+1 | |
2019-05-22 | Fix allow any cert mode in wallet rpc when configured over rpc | Lee Clagett | 1 | -1/+5 | |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 14 | -140/+160 | |
2019-05-21 | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. | Lee Clagett | 1 | -1/+4 | |
2019-05-20 | functional_tests: fix rare get_output_distribution failure | moneromooo-monero | 1 | -1/+10 | |
When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later. |