Commit Graph

249 Commits (fdd4c5e5770c2765afd7734550dc80e31a480045)

Author SHA1 Message Date
moneromooo-monero f36c5f1e08
download: give download threads distinct names
7 years ago
moneromooo-monero 63f0e074eb
download: async API
7 years ago
moneromooo-monero 583a7b5c74
core: protect precomputed block hashes with SHA256
7 years ago
moneromooo-monero ada0e23a84
updates: fix user/auto url split
7 years ago
moneromooo-monero 5901331669
updates: remove testnet case
7 years ago
moneromooo-monero 822577eb42
updates: we now have a user URL, and an automatic one
7 years ago
moneromooo-monero 6a5dfb88d2
updates: add all update servers
7 years ago
moneromooo-monero 72d40f13a4
updates: use HTTP, not HTTPS
7 years ago
Riccardo Spagni 1a4298685a
Merge pull request #1766
7 years ago
moneromooo-monero 45101550f2
updates: use updates host, not downloads, for HTTP
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Riccardo Spagni 2bdad8d695
Merge pull request #1760
7 years ago
Riccardo Spagni 058eed369b
cmakify openssl
7 years ago
anonimal 5c3badb749
dns_utils: fix infinite recursion when distributing empty dns_urls
7 years ago
moneromooo-monero a5a0a3c894
core: updates can now be downloaded (and SHA256 hash checked)
7 years ago
moneromooo-monero 216f062eb8
util: add a SHA256 function
7 years ago
moneromooo-monero f640512c53
Optionally query moneropulse DNS records to check for updates
7 years ago
moneromooo-monero 969ad710ba
dns_utils: fix first checked DNS entry being ignored
7 years ago
moneromooo-monero 08c3f38031
util: add a vercmp function to compare version numbers
7 years ago
moneromooo-monero e8a7525ceb
dns_utils: factor TXT record loading code from checkpoint code
7 years ago
moneromooo-monero 422ecc98e4
Fixup choice of easylogging++ vs libunwind stack trace code
7 years ago
Riccardo Spagni eacf2124b6 Merge pull request #1689
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Riccardo Spagni d30b64f457
Merge pull request #1674
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
moneromooo-monero 92978b2c0f
common: fix link error on at least one platform (no clue which one)
7 years ago
moneromooo-monero cd34fc655d
Use easylogging++'s stack trace facility where possible
8 years ago
Riccardo Spagni 10b625079b
Merge pull request #1645
8 years ago
Riccardo Spagni 5fb3f97a55
Merge pull request #1629
8 years ago
Riccardo Spagni ca2e2c2453 Merge pull request #1627
8 years ago
moneromooo-monero 9bd9906e8f
Factor is_address_local code into a tools function
8 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
8 years ago
kenshi84 55a8e982c0 moved get_account_address_from_str_or_url from libcommon to libcryptonote_core
8 years ago
Miguel Herranz 629e3101ab Replace BOOST_FOREACH with C++11 ranged for
8 years ago
moneromooo-monero a854cec3ba
Make stack trace show up in log file with default settings
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Riccardo Spagni 006bb0e957
Merge pull request #1538
8 years ago
Miguel Herranz aff28178e6 Remove db-auto-remove-logs
8 years ago
Miguel Herranz e309055819 Show available types for db-type command
8 years ago
Riccardo Spagni 2a996f492f
Merge pull request #1510
8 years ago
MoroccanMalinois 80abc3bc4a Build wallet with Android NDK
8 years ago
kenshi84 99580adf66 make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup
8 years ago
moneromooo-monero 1976eddd89
common: add missing #include <system_error> for std::error_code
8 years ago
Riccardo Spagni b9b9028e50
Merge pull request #1462
8 years ago
kenshi84 2ac8007544 also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
8 years ago
Lee Clagett 427054c3d5 Enabled HTTP auth support for monero-wallet-rpc
8 years ago
moneromooo-monero 81c6bb9a40
thread_group: fix build on older GCC
8 years ago
Riccardo Spagni f2ea2afb77
Merge pull request #1398
8 years ago
Pierre Boyer f4772bae81 Fix a few minor typos
8 years ago
Lee Clagett 91ffb61c25 Added command_line::is_yes
8 years ago
Lee Clagett f025198f19 Added task_region - a fork/join task implementation
8 years ago
moneromooo-monero acf908c834
thread_group: fix build with asserts enabled
8 years ago
Lee Clagett 64094e5f4e adding thread_group for managing async tasks
8 years ago
moneromooo-monero 12d861694d
perf_timer: format string fix for 32 bits
8 years ago
moneromooo-monero 74dfdb0b30
perf_timer: new class and macros to make performance logs easier
8 years ago
Riccardo Spagni 4cb1348548
Merge pull request #1139
8 years ago
Randi Joseph 9e54616924 Dropped "bit" from bitmonero.
8 years ago
moneromooo-monero 5e3e362c85
core: make the sync chunk block count overridable
8 years ago
moneromooo-monero eeb2bbc0fc
epee: optionally restrict HTTP service to a configurable user agent
8 years ago
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
8 years ago
Howard Chu 5bba2fdbb0
More for PR#999
8 years ago
moneromooo-monero fbd7c359ee
wallet: fix some "may be used uninitialized" warnings
8 years ago
redfish 0f990d0183 cmake,common: flag for stack trace
8 years ago
redfish fa85cd845f common: stack trace: make clang happy with func ptrs
8 years ago
luigi1111 d7189600ae
remove POSIX_C_SOURCE and remove dlfcn.h for static builds
8 years ago
Riccardo Spagni 03477063ba
Merge pull request #868
8 years ago
moneromooo-monero 15c2b69db7
common: fix build without libunwind
8 years ago
Riccardo Spagni e97d96ccfb
Merge pull request #775
8 years ago
moneromooo-monero e409e59d29
Print stack trace on exceptions
8 years ago
moneromooo-monero 513a658c87
add a --max-concurrency flag
8 years ago
moneromooo-monero 7385c036bd
util: add a function to set umask to 077
8 years ago
moneromooo-monero f8d05f3cd9
common: new json_util.h
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
moneromooo-monero 283894d8ff
dns_utils: const compatibility with older libunbound
8 years ago
Howard Chu 014f8868f2 std::condvar is broken on Win32 with gcc/g++ 4.8 too
8 years ago
moneromooo-monero a333c42cde
core_tests: add tests for hard fork behaviors (MRL-0004)
9 years ago
Riccardo Spagni 153fe0cb75
Merge pull request #622
9 years ago
Henning Kopp 9abc4b831b more typos fixed
9 years ago
me0wmix 28f95eb001 OpenBSD support for Monero.
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero 3f2970fadb
Add missing semicolons after log statements
9 years ago
warptangent 5131b263ed Replace tabs and remove trailing whitespace
9 years ago
warptangent 0d40de48c2
Optionally restrict DNS queries to TCP
9 years ago
moneromooo-monero 10da0a0b7c
add a --fakechain argument for tests
9 years ago
moneromooo-monero 336b37580f
Register daemon command line arguments to core if they're used in core
9 years ago
Riccardo Spagni 2bed53cb6b
Merge pull request #515
9 years ago
moneromooo-monero d68a63e404
wallet: cancellable refresh
9 years ago
moneromooo-monero 0921f5b4d7
util: use putenv instead of setenv for mingw
9 years ago
moneromooo-monero f3724aef88
Fix startup crash when using a locale boost does not like
9 years ago
moneromooo-monero 0c1dae32b4
i18n: allow language to be passed as a parameter
9 years ago
moneromooo-monero e70d2e5be8
common: const and init list pedantry
9 years ago
moneromooo-monero 151c32d5c4
dns_utils: fix wrong asserts
9 years ago
moneromooo-monero 4e138a02df
dns_utils: remove unnecessary string conversion
9 years ago
moneromooo-monero f928468b9b
dns_utils: factor the fetching code for different DNS record types
9 years ago
moneromooo-monero 4ef0da184d
dns_utils: simplify string handling and fix leak
9 years ago
moneromooo-monero ae5f28cb51
dns_utils: add a const where possible
9 years ago
moneromooo-monero f43d465da2
dns_utils: lock access to the singleton
9 years ago
moneromooo-monero 5990344cb0
dns: make ctor private
9 years ago
moneromooo-monero ea58576cf6
Add missing file - i18n.cpp
9 years ago
moneromooo-monero 78b2eabc87 Translatable strings for simplewallet
9 years ago
Rostislav 3ade396406 Set dnssec_valid value correctly in dns_utils; fix address_from_url test
9 years ago
moneromooo-monero a9b1f7eb05
dns_utils: simpify smart pointer use, and use for url strings too
9 years ago
Riccardo Spagni e01d32e52d
cleaning up, removing redundant files, renaming, fixing incorrect licenses
9 years ago
warptangent fee8424938
Allow name@domain.tld for OpenAlias lookups
9 years ago
warptangent a0fe18f63a
Revert "Allow name@domain.tld for OpenAlias lookups"
9 years ago
Thomas Winget b18368b635
Allow name@domain.tld for OpenAlias lookups
9 years ago
rfree2monero 32c19c6c3d
[fix] log level change. compilation: dns, tests
9 years ago
Riccardo Spagni 6f0d93097e
Merge pull request #252
9 years ago
Thomas Winget c0de96f8bd
Fixed DNS resolution bug in Windows
9 years ago
rfree2monero c511abf005 remerged; commands JSON. logging upgrade. doxygen
9 years ago
Thomas Winget dbf46a721a
DNSSEC added (hardcoded key)
9 years ago
Thomas Winget 2b0583b2c6
Hopefully fixes build on Windows
9 years ago
Thomas Winget 9193d6fb5b
Daemonize changes pulled in -- daemon builds
9 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Ben Boeckel 7d708e4223 cmake: support 2.8.7
10 years ago
Ben Boeckel f53f04724c cmake: handle private vs. public headers
10 years ago
Ben Boeckel 55ca7d3b34 cmake: refactor common code with libraries
10 years ago
Ben Boeckel 89cff7bddc cmake: put each library into its own directory
10 years ago
Riccardo Spagni cee87473ad build libunbound from external if no local libunbound or for static builds
10 years ago
Riccardo Spagni c4d6658f4c
quick hacky fix for broken TXT reads
10 years ago
Thomas Winget 0e1449135d updated DNSResolver/things that use it for DNSSEC
10 years ago
Riccardo Spagni 59a8366bb1 Revert "low risk, potentially varint overflow bug patched thanks to BBR"
10 years ago
Thomas Winget fab95aef64
Remove LDNS dep and fix a bug in libunbound const correctness fix
10 years ago
Thomas Winget 2248124453 Removed ldns dependency
10 years ago
Riccardo Spagni 4e2b2b942d low risk, potentially varint overflow bug patched thanks to BBR
10 years ago
Thomas Winget 738357459b
libunbound has const correctness issues...
10 years ago
Thomas Winget 1e193d687d temp commit
10 years ago
Thomas Winget 1dece111cc Added function to check syntax of URL for DNS lookup
10 years ago
Thomas Winget c14c7e1683 change to allow (at least a bit) for multiple TXT records
10 years ago
Thomas Winget a5757a628f Monero addres from DNS TXT record implemented, tests pass
10 years ago
Thomas Winget 9a3b18dbc2 Use the loop iterator, previous version of me.
10 years ago
Thomas Winget 578050e91d ipv4 and ipv6 resolution working
10 years ago
Thomas Winget 1ae6db25e6 Initial commit of DNS code
10 years ago
Zachary Michaels 018e251cc0
Separate testnet default data dir
10 years ago
jebes a13e879251 HOW DO I ENGLISH?
10 years ago
jebes f7900ccfc1 mispelled brief, corrected it
10 years ago
jebes 9d6f9335d1 HOW DO I GIT?
10 years ago
jebes a70bf86037 Documented varint
10 years ago
jebes c085e9294f commented util.h
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
Zachary Michaels 7259f07a20 Fix assert bug in base58 encode
10 years ago
Thomas Winget ce352392d5 DRY cin input_line (and test replacement of non-DRY usage)
10 years ago
Thomas Winget d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!)
10 years ago
mydesktop 333f975760 initial [broken] update
10 years ago
Antonio Juarez 29c2859a3e json rpc for wallet and bugfix
10 years ago
Antonio Juarez 8efa1313f3 some fixes
10 years ago
Antonio Juarez 296ae46ed8 moved all stuff to github
10 years ago