luigi1111
424e4de16b
Merge pull request #8276
...
c624d05
add a sanity check to RPC input data size (moneromooo-monero)
2022-04-25 10:22:31 -05:00
moneromooo-monero
c624d05de6
add a sanity check to RPC input data size
...
reported by m31007
2022-04-21 22:24:46 +00:00
selsta
6e1549cd77
build: prepare v0.17.3.2
2022-04-20 22:52:25 +02:00
luigi1111
ab18fea350
Merge pull request #8096
...
7430b9e
Fix Android OpenSSL build (Howard Chu)
2021-11-30 17:07:33 -05:00
luigi1111
36e94231e8
Merge pull request #8094
...
6b881af
cmake: set 3.5 as minimum version (selsta)
2021-11-30 17:07:05 -05:00
Howard Chu
7430b9e7dc
Fix Android OpenSSL build
...
depends didn't have target-specific overrides for _build_env
so ANDROID_NDK_HOME wasn't being set at build time.
This fix supersedes the manual edit of Configuration/15-android.conf.
Resolves #8095
2021-11-30 04:16:19 +00:00
selsta
6b881af1ac
cmake: set 3.5 as minimum version
2021-11-29 15:08:48 +01:00
luigi1111
0ea5cc9bd2
Merge pull request #7977
...
fc4e574
Add simple script for running gitian-build (Howard Chu)
2021-11-29 00:52:50 -06:00
luigi1111
0de147644a
Merge pull request #8056
...
9d6ba37
hidapi: bump hidapi to 0.11.0 (selsta)
2021-11-26 22:59:55 -06:00
luigi1111
369853979a
Merge pull request #8037
...
df79eb1
depends: openssl 1.1.1k -> 1.1.1l (selsta)
2021-11-09 22:53:18 -06:00
luigi1111
85653bcd83
Merge pull request #8023
...
3cb7fda
build: prepare v0.17.3.0 (selsta)
2021-11-09 22:49:19 -06:00
luigi1111
e4376eed9e
Merge pull request #7997
...
29c03e2
wallet_api: enable set_strict_default_file_permissions (tobtoht)
1c26d34
epee: add missing header (selsta)
1d451a6
depends: update zeromq package to 4.3.4 (selsta)
5180610
cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta)
5aae00a
epee: avoid ADL selecting C++14 std::quoted (selsta)
cf31136
cmake: set cpp14 standard (selsta)
945665f
fix median overflow bug (koe)
908ecb3
LMDB: fix deadlock in resized detection (Howard Chu)
a492c4e
blockchain: fix pedantic assert (selsta)
1e663e8
Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
4760f8b
Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7)
76b6120
cmake: set required C/C++ standard to 11 (selsta)
3067987
Fix parallel make of OpenSSL (Howard Chu)
1219c74
add singapore.node.xmr.pm to seed nodes (lza_menace)
689dd52
net_node: add seed node (selsta)
95936a3
depends: update unwind, fix build with ubuntu 21.04 (selsta)
e2c802f
Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7)
14df8ad
epee: don't log raw packet data (moneromooo-monero)
5fa7208
Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr)
fe6ab93
daemon: allow proxy configuration (anon)
52dcc03
bootstrap_daemon: proxy configuration support (xiphon)
a6df656
wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
2021-11-09 22:47:33 -06:00
selsta
9d6ba37ad4
hidapi: bump hidapi to 0.11.0
2021-11-10 03:16:39 +01:00
selsta
df79eb15e2
depends: openssl 1.1.1k -> 1.1.1l
2021-11-02 19:08:18 +01:00
selsta
3cb7fda428
build: prepare v0.17.3.0
2021-10-29 22:26:59 +02:00
selsta
1c26d34a2a
epee: add missing header
2021-10-22 04:51:49 +02:00
selsta
1d451a6855
depends: update zeromq package to 4.3.4
2021-10-21 20:02:53 +02:00
selsta
5aae00ac79
epee: avoid ADL selecting C++14 std::quoted
2021-10-20 19:35:17 +02:00
selsta
cf31136617
cmake: set cpp14 standard
...
It's 2021, we can easily switch to C++14 without any troubles.
2021-10-18 07:33:17 +02:00
Howard Chu
8bc414bb55
Add README to release archives
...
Also add ANONYMITY_NETWORKS.md
2021-10-14 15:40:29 +01:00
koe
945665ff70
fix median overflow bug
2021-10-14 02:43:57 +02:00
selsta
76b61204d1
cmake: set required C/C++ standard to 11
...
Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
2021-10-06 01:58:51 +02:00
Howard Chu
306798746e
Fix parallel make of OpenSSL
2021-10-06 01:58:51 +02:00
selsta
95936a3fc3
depends: update unwind, fix build with ubuntu 21.04
2021-10-06 01:58:51 +02:00
moneromooo-monero
14df8ad7a6
epee: don't log raw packet data
2021-10-06 01:58:50 +02:00
Howard Chu
fc4e5741ae
Add simple script for running gitian-build
...
This shell script creates a docker image for running the gitian-build.py
script, to avoid version incompatibilities. The builds may be signed
automatically after manually reviewing the build hashes.
Only docker.io and apt-cacher-ng are required to be installed on the
host. The MacOSX SDK should also be present in this directory if Mac
builds are desired. A container named "gitrun" is used to launch
the builds, and all output will reside in this container as well.
2021-09-27 18:03:03 +01:00
Howard Chu
f5086126ca
gitian: cleanup more unused packages
...
These appear to be leftovers inherited from Bitcoin's builder
2021-09-27 17:59:59 +01:00
Howard Chu
b8685bcf24
gitian: omit ccache from gitian builds
...
It's just wasted overhead since the build VMs are always deleted
and recreated fresh for each run.
2021-09-27 17:59:46 +01:00
woodser
8a7f692aab
support cors wildcard
2021-09-17 21:24:37 -04:00
luigi1111
d98787eb1b
Merge pull request #7825
...
ccfed60
cmake: test is a reserved keyword (selsta)
f0fa959
cmake: fix ccache detection (anon)
8dbe2e5
Daemon: Update average block size table (rbrunner7)
94bad34
wallet2: Don't auto lock device on process parsed blocks (tobtoht)
3c23aca
ledger: don't lock for software device (tobtoht)
49beb8d
ledger: use software device if we have view key (tobtoht)
d188b5f
wallet_api: getPassword (tobtoht)
a395f36
depends, docker: fix bintray links (selsta)
0fecd7e
blocks: fix cmake syntax (selsta)
76824bf
Stop adding more outputs than bulletproof allows (Alex Opie)
67ba733
unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon)
402ba04
cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
1565bcb
epee: include public openssl header in cmake (selsta)
2e9af2a
cmake: treat warnings as error in compiler flag tests (selsta)
db564ef
wallet_api: fix typo in exportKeyImages (selsta)
8507917
depends: add getmonero package mirror (selsta)
8716d2a
cmake: fix non portable code (selsta)
2021-08-26 21:10:56 -04:00
selsta
e48fae3177
epee: link with Boost_SYSTEM_LIBRARY
2021-08-19 19:06:05 +02:00
luigi1111
9f93fe1539
Merge pull request #7810
...
8eb2b79
p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
2021-08-11 22:36:50 -04:00
moneromooo-monero
8eb2b79bad
p2p: remove blocked addresses/hosts from peerlist
2021-08-05 19:05:02 +00:00
selsta
a395f363e7
depends, docker: fix bintray links
2021-08-01 18:16:09 +02:00
selsta
1565bcb1fb
epee: include public openssl header in cmake
2021-08-01 15:47:08 +02:00
selsta
85079173db
depends: add getmonero package mirror
2021-08-01 15:47:05 +02:00
anon
ceb8e7c508
cmake: fix undefined symbols and multiple definitions
2021-07-13 08:01:23 +02:00
loqs
c28d2f7c11
Fix boost 1.76.0 compatibility
...
Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
2021-05-24 05:32:24 +02:00
selsta
9fc9c7d695
gitian: remove osslsigncode
...
Unused and archive is offline
2021-04-08 17:13:57 +02:00
luigi1111
f719b74cd1
Merge pull request #7638
...
c18cdd3
build: prepare v0.17.2.0 (selsta)
2021-03-29 22:00:40 -04:00
luigi1111
1d597ad910
Merge pull request #7637
...
13978a9
depends: openssl 1.1.1i -> 1.1.1k (selsta)
2021-03-29 22:00:06 -04:00
luigi1111
eed63cef36
Merge pull request #7615
...
9ca9f12
Fixed issues found by static analysis (SChernykh)
2021-03-29 21:54:25 -04:00
selsta
c18cdd3623
build: prepare v0.17.2.0
2021-03-26 01:53:45 +01:00
selsta
13978a9887
depends: openssl 1.1.1i -> 1.1.1k
2021-03-25 21:45:03 +01:00
SChernykh
9ca9f1214a
Fixed issues found by static analysis
...
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
2021-03-18 21:57:13 +01:00
anon
d5b78c08b6
async_protocol_handler_config: fix deadlock
2021-03-12 11:59:05 +00:00
anon
7fd140e4f7
async_protocol_handler_config: remove connection correctly
2021-02-19 22:27:28 +00:00
anon
6d5e2106b3
boosted_tcp_server: fix connection lifetime
2021-01-19 18:16:01 +01:00
moneromooo-monero
89fe0e1c81
storages: overridable limits for loading portable_storage from binary
2021-01-07 20:24:51 +00:00
luigi1111
b06ccc0416
Merge pull request #7282
...
5d2dd7a
epee: also limit number of strings in portable_storage (moneromooo-monero)
2021-01-06 21:11:53 -05:00