| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
700d218c fix broken test data (Riccardo Spagni)
0abddd64 fix broken checkpoints.dat (Riccardo Spagni)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
ada0e23a updates: fix user/auto url split (moneromooo-monero)
14d0e002 wallet2_api: add updates check api (moneromooo-monero)
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
59013316 updates: remove testnet case (moneromooo-monero)
822577eb updates: we now have a user URL, and an automatic one (moneromooo-monero)
9f17b1a3 updates: s/monerod/monero/ for the main download (moneromooo-monero)
6a5dfb88 updates: add all update servers (moneromooo-monero)
72d40f13 updates: use HTTP, not HTTPS (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
It need not be any different
|
| | | |
| | |
| | |
| | | |
So the user can use https, while the automatic does not have to
|
| | | |
| | |
| | |
| | | |
Also print download success message as global log
|
| | | | |
|
| |/ /
| |
| |
| | |
The files are hashed and the hashes signed
|
| |\|
| |
| |
| | |
27b477f6 update last few copyright year references (Riccardo Spagni)
|
| |/ |
|
| |\
| |
| |
| | |
5cfddd74 Add support for smart mining through wallet. (Dion Ahmetaj)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
dcf684c7 http_server_impl_base: set bind message to MGINFO (anonimal)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
72deb484 updated fallback nodes (Riccardo Spagni)
33329f5b update version to 0.10.2 (Riccardo Spagni)
04a50a7e update checkpoints.dat (Riccardo Spagni)
c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
708758b7 core: do not download an update we already downloaded (moneromooo-monero)
45101550 updates: use updates host, not downloads, for HTTP (moneromooo-monero)
|
| | | | | |
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
ec217cd1 README: add DragonFly BSD to build status + update FreeBSD version (anonimal)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
40946a29 kenshi84's gpg key (kenshi84)
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
56586bde mlog: restrict net.p2p to FATAL by default (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
efdd783c add openssl to readme (Riccardo Spagni)
058eed36 cmakify openssl (Riccardo Spagni)
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
417b126f Fix core_tests breaking on startup (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
You're wondering how this fixes core tests, aren't you...
It prevents the miner (initialized by cryptonote::core) from
breaking trying to access arguments that were not added.
Since the tests don't use the miner directly, it makes more
sense to have cryptonote_core add those, since it also uses
the miner.
|
| |\ \ \
| | | |
| | | |
| | | | |
5664826a unit_tests: hardfork unit test now needs get_block_blob_from_height (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
5c3badb7 dns_utils: fix infinite recursion when distributing empty dns_urls (anonimal)
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where
(b = dns_urls.size() - 1) and IntType is signed integer. This results in
an infinite recursion which leads to SIGSEGV.
|
| |\ \ \
| | | |
| | | |
| | | | |
80749e59 More for PR #1724 (Howard Chu)
|
| | |/ /
| | |
| | |
| | | |
Fix unit_tests build (get_output_key API change)
|
| |\ \ \
| |/ /
|/| |
| | | |
86d8a33a BerkeleyDB code isn't usable any more, drop from dependencies (Howard Chu)
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
13cd544d Makefile: fix copy/paste mistake in targets (s/freebsd/mac) (moneromooo-monero)
|
| |/ |
|
| |\
| |
| |
| | |
e74b3ab5 core: add p2p bind port options from net_node (moneromooo-monero)
|
| |/
|
|
|
|
|
|
| |
They're now used by core to determine the data directory to use
for the txpool directory.
This fixes an assert in the core tests, which don't use the RPC
server, which normally initializes the P2P code.
|
| |\
| |
| |
| | |
26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
|