| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | | |
2a41dc0 epee: fix connections not being properly closed in some instances (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Fixed by Fixed by crCr62U0
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
bdcdb0e Remove unused code under WINDWOS_PLATFORM guard (tomsmeding)
a84aa04 syncobj.h no longer defines shared_guard, so remove those define's (tomsmeding)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The removed preprocessor macro's refer to types that are not defined in
the file anymore; the only other place where shared_guard is defined is
in winobj.h, which also defines the same macro's. Therefore, this change
is safe.
(Side note is that these macro's weren't used at all anyway, but that is
orthogonal to the issue.)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This code has been present, unchanged, ever since the original move to
github in 2014 with commit 296ae46ed.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
e3cff3d Gitian build script fixes for MacOS (jonathancross)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
1a367d6 simplewallet: lock console on inactivity (moneromooo-monero)
|
| | | |_|_|/
| |/| | | |
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
30779de fix feature not introduced until boost 1.66 (jtgrassie)
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
13c0b8c Add depends riscv 64 bit support (TheCharlatan)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
9a5933f Gitian: Add version string to output tar archives (TheCharlatan)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
59eecc7 Update icu4c to latest support version (TheCharlatan)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
28c3e73 gitian build README improvements (jonathancross)
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fcbf7b3 p2p: propagate out peers limit to payload handler (moneromooo-monero)
098aadf p2p: close the right number of connections on setting max in/out peers (moneromooo-monero)
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
a182df2 Bans for RPC connections (hyc)
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Make bans control RPC sessions too. And auto-ban some bad requests.
Drops HTTP connections whenever response code is 500.
|
| | |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
afbf05b Add option to run gitian-build.py on non-debian os (TheCharlatan)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
9a6006b abstract_tcp_server2: move some things out of a lock (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The lock is meant for the network throttle object only,
and this should help coverity get unconfused
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6abaaaa remove obsolete save_graph skeleton code (moneromooo-monero)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
f61a315 net_utils: fix m_ssl type from time_t to bool (moneromooo-monero)
|
| | |/ / / / |
|
| | |_|_|/
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8f22279 Depends: Update HIDAPI version (TheCharlatan)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
| | | |
| | | |
| | | | |
Readline support is now compiled with the ncurses backend.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | |_|/
|/| |
| | |
| | |
| | | |
Packages can now be built individually and for each stage. This allows
easier debugging.
|
| | | |
| | |
| | |
| | |
| | | |
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Reported by guidov
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|