Commit Graph

546 Commits (6abaaaa994c79cbeea37f6b0079ca6b24ecef3a5)

Author SHA1 Message Date
rbrunner7 430268224d Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows
6 years ago
Riccardo Spagni 854a87d633
Merge pull request #3289
6 years ago
Riccardo Spagni e3ad0c9ca6
Merge pull request #3243
6 years ago
moneromooo-monero 4789f8598f
wipeable_string: don't try to wipe an empty buffer
6 years ago
stoffu dfabc005d1
memwipe: add missing #include <stdio.h>
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni 64fabf2eb7
Merge pull request #3252
6 years ago
Riccardo Spagni 0c71197892
Merge pull request #3217
6 years ago
Riccardo Spagni 666a76652b
Merge pull request #3187
6 years ago
Howard Chu f689a77e56
Fix #602 Turn on socket keepalive
6 years ago
stoffu 2bc8c3db5c
epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow
6 years ago
moneromooo-monero 2e3e90acbe
pass large parameters by const ref, not value
6 years ago
moneromooo-monero 851bd057ec
call _exit instead of abort in release mode
7 years ago
moneromooo-monero fde4489e1d
wipeable_string: call memwipe directly
7 years ago
Erik de Castro Lopo 8f30350d03 Fix method name in invoke_http_json_rpc
7 years ago
Erik de Castro Lopo 32c0f908cd Allow the number of incoming connections to be limited
7 years ago
Riccardo Spagni 76a6a794f9
Merge pull request #2969
7 years ago
Riccardo Spagni baaeefdecc
Merge pull request #3098
7 years ago
xmr-eric 84a7f6a482 Readd copyright starting date
7 years ago
xmr-eric 18216f19dd Update 2018 copyright
7 years ago
stoffu 935e39c7f3
levin_protocol_handler_async: erase from back of vector instead of front
7 years ago
Riccardo Spagni fdb0a92f1b
Merge pull request #3155
7 years ago
Riccardo Spagni 9fff66f004
Merge pull request #3012
7 years ago
Jethro Grassie 21bd21576d
remove unnecessary include
7 years ago
Riccardo Spagni d2ff91cb17
Merge pull request #3107
7 years ago
Lee Clagett 951716146f Remove is_pod trait, and replace with is_standard_layout requirement
7 years ago
moneromooo-monero b7e5a70bb1
epee: detect strptime, use std::get_time as fallback
7 years ago
Jethro Grassie be1826c0fb
Keep readline optional
7 years ago
Riccardo Spagni 1c11ec71b5
Merge pull request #2995
7 years ago
Riccardo Spagni f9c66ba67c
Merge pull request #2990
7 years ago
Riccardo Spagni 2d60c9b738
Merge pull request #2986
7 years ago
moneromooo-monero fdd4c5e577
move memwipe to epee to avoid common<->crypto circular dependencies
7 years ago
moneromooo-monero 40ab12a773
epee: remove dependency on common
7 years ago
moneromooo-monero e4bbeff2f5
epee: check some error return values
7 years ago
Riccardo Spagni 6ca30ae666
Merge pull request #2936
7 years ago
Riccardo Spagni effdc82b58
Merge pull request #2930
7 years ago
Riccardo Spagni b38f6dcf0b
Merge pull request #2929
7 years ago
Riccardo Spagni 2b00899bb2
Merge pull request #2920
7 years ago
Riccardo Spagni 13b846971c
Merge pull request #2909
7 years ago
Riccardo Spagni 9d1c4408ad
Merge pull request #2905
7 years ago
moneromooo-monero 6ccc51f645
wipeable_string: fix buffer overread
7 years ago
dEBRUYNE-1 2018cf74a6
Fix Windows build
7 years ago
moneromooo-monero bd1f6029a3
http_client: rewrite header parsing manually for speed
7 years ago
moneromooo-monero f1bdc9a42a
tests: add http client fuzz test
7 years ago
moneromooo-monero 2d17feb060
factor STL container serialization
7 years ago
moneromooo-monero 373d1d504b
epee: use strptime instead of std::get_time, for compatibility
7 years ago
moneromooo-monero 6c94516fb4
wipeable_string: move a wipe from reserve to grow
7 years ago
moneromooo-monero 5f801b6adf
wipeable_string: ignore reserve size less than actual size
7 years ago
moneromooo-monero 9ec44a2b06
wipeable_string: fix clear and push_back
7 years ago
moneromooo-monero bd5cce07b3
network_throttle: fix ineffective locking
7 years ago
moneromooo-monero e0a61299fb
network_throttle: remove unused xxx static member
7 years ago
moneromooo-monero 213e326cc9
abstract_tcp_server2: log init_server errors as fatal
7 years ago
moneromooo-monero f0568ca6ac
net_parse_helpers: fix regex error checking
7 years ago
moneromooo-monero a4240d9ffc
catch const exceptions
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 187a6ab2d2
epee: trap failure to parse URI from request
7 years ago
moneromooo-monero 38c8f4e0a3
mlog: terminate a string at last char, just in case
7 years ago
Riccardo Spagni a3a8343051
Merge pull request #2857
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
moneromooo-monero 7193b89fe5 Scrub keys from memory just before scope end.
7 years ago
Riccardo Spagni 9b511d3e93
Merge pull request #2866
7 years ago
Riccardo Spagni 6c0953b15a
Merge pull request #2860
7 years ago
moneromooo-monero cb9aa23cc5
levin_protocol_handler_async: another attempt at fixing at exception
7 years ago
moneromooo-monero 64d23ce331
Revert "epee: keep a ref to a connection we're deleting"
7 years ago
moneromooo-monero 7f4bb612fb
levin_protocol_handler_async: add missing response handler locking
7 years ago
moneromooo-monero fe0fae5089
epee: add a get_file_size function
7 years ago
moneromooo-monero dba2de61e7
levin_protocol_handler_async: call handler destroy function on dtor
7 years ago
Riccardo Spagni f51bac990e
Merge pull request #2906
7 years ago
moneromooo-monero 27aa8ce95b
net_utils_base: fix peer list parsing
7 years ago
moneromooo-monero 3d0b54bd01
epee: add do while(0) around brace statement in a macro
7 years ago
Riccardo Spagni 1fec38e736
Merge pull request #2832
7 years ago
moneromooo-monero fe5ab2c439
epee: fix kv_unserialize return value when a field is not found
7 years ago
rbrunner7 cf5f623616 Corrections in rate limiting / trottle code, especially in 'out' direction
7 years ago
moneromooo-monero 3dffe71b72
new wipeable_string class to replace std::string passphrases
7 years ago
Cifrado 287dde63d8 Added command descriptions
7 years ago
Tim L f5461a6a07 RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflight
7 years ago
Riccardo Spagni 2c12847dd6
Merge pull request #2811
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
Riccardo Spagni 5de492be40
Merge pull request #2629
7 years ago
moneromooo-monero f80f408b7e
epee: don't disable -Wtautological-constant-out-of-range-compare on GCC
7 years ago
moneromooo-monero 178014c995
split off readline code into epee_readline
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
Riccardo Spagni f48aeab5c4
Merge pull request #2756
7 years ago
Riccardo Spagni a2241e8151
Merge pull request #2753
7 years ago
Riccardo Spagni 176dd1fbe5
Merge pull request #2743
7 years ago
Riccardo Spagni 9317c9c57e
Merge pull request #2617
7 years ago
Tim L fa51408272 RPC: get_info add rpc_connections_count
7 years ago
Tim L 0bf0915446 Fix file permission issue
7 years ago
Riccardo Spagni 35dbb3be33
Merge pull request #2663
7 years ago
Riccardo Spagni 54463b33b3
Merge pull request #2723
7 years ago
Tim L 69c37200aa RPC Add cross origin resource sharing support
7 years ago
moneromooo-monero 9ff8e139cd
epee: disable a spurious warning for a storage function
7 years ago
moneromooo-monero 969b5a2ae3
net_helper: fix massive slowdown after SSL support
7 years ago
redfish 4b228dd356 cmake: epee: use var from FindOpenSSL.cmake
7 years ago
redfish 29497f7920 epee: use boost type for SSL error code
7 years ago
moneromooo-monero 52ec0e7f4e
epee: link against ssl/crypto for the new SSL code
7 years ago
Riccardo Spagni f1bee553b1
Merge pull request #2602
7 years ago
Jaquee a13540be6f add string_tools::validate_hex()
7 years ago
Jaquee 76961ddc3e Serializer: string to integer conversion for MyMonero compatibility
7 years ago
Jaquee 1cf940f2a1 epee http_client SSL support
7 years ago
moneromooo-monero 7dbf76d0da
Fix an object lifetime bug in net load tests
7 years ago
moneromooo-monero bc1b93333e
frob level 1 logs a bit for consistency
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
Riccardo Spagni e8a7291d12
Merge pull request #2541
7 years ago
Lee Clagett 8b00687735 Upgrades to epee::net_utils::network_address
7 years ago
Riccardo Spagni 3bab2676ec
Merge pull request #2512
7 years ago
Riccardo Spagni c08b6cc485
Merge pull request #2475
7 years ago
Riccardo Spagni e93e0c2be3
Merge pull request #2467
7 years ago
moneromooo-monero 5fa199c652
copyable_atomic: add a ctor with initial value
7 years ago
moneromooo-monero 493fad8053
serialization: add deque serialization
7 years ago
Riccardo Spagni 32bbe62120
Merge pull request #2456
7 years ago
moneromooo-monero 11f71af56c
http_base: init size_t in http_request_info ctor
7 years ago
moneromooo-monero 792ba4f0fe
Log categories can now be added to and removed from
7 years ago
moneromooo-monero f35afe62a4
epee: factor log level/categories setting
7 years ago
Riccardo Spagni 07312a7d6e
Merge pull request #2302
7 years ago
moneromooo-monero f2939bdce8
epee: keep a ref to a connection we're deleting
7 years ago
moneromooo-monero 2e82b232e8
epee: give virtual dtor to network_address_base
7 years ago
selsta 91def9a59b daemon, wallet: add --max-log-file-size option
7 years ago
Riccardo Spagni 48f96c18df
Merge pull request #2320
7 years ago
Riccardo Spagni 335681896a
Merge pull request #2311
7 years ago
moneromooo-monero 5524bc3151
print peer id in 0 padded hex for consistency
7 years ago
moneromooo-monero 333f70120c
http_client: add getters for host and port
7 years ago
Howard Chu c088d38a57
Simplify readline support
7 years ago
moneromooo-monero 80d361c795
abstract_tcp_server2: improve tracking/cancelling of early connections
7 years ago
Jethro Grassie 1249a2a550
Construct on first use for completion_commands
7 years ago
Jethro Grassie 67dd4933e6
Add sync lock on stop
7 years ago
Riccardo Spagni 74522c7e84
Merge pull request #2236
7 years ago
moneromooo-monero cb2d5110ff
Tweak net logs so we get more info on why networking can't start
7 years ago
Riccardo Spagni 170526dc02
Merge pull request #2253
7 years ago
Riccardo Spagni 6f60613ffb
Merge pull request #2240
7 years ago
Riccardo Spagni 1cf4665d2a
Merge pull request #2237
7 years ago
moneromooo-monero 7482253a6d
epee: fixup KV_SERIALIZE_OPT to work in more cases
7 years ago
Riccardo Spagni b76ba219d9
Merge pull request #2189
7 years ago
Riccardo Spagni 6db8a60a18
Merge pull request #2149
7 years ago
Riccardo Spagni 9b0daf49db
Merge pull request #2220
7 years ago
Riccardo Spagni 5a04301b32
Merge pull request #2201
7 years ago
Riccardo Spagni 5ef8b76b32
Merge pull request #2197
7 years ago
Riccardo Spagni b6ae718456
Merge pull request #2195
7 years ago
Riccardo Spagni 6244c782de
Merge pull request #2151
7 years ago
Riccardo Spagni 04591af7fd Merge pull request #2153
7 years ago
moneromooo-monero 5be43fcdba
cryptonote_protocol_handler: sync speedup
7 years ago
moneromooo-monero 51ebedb803
epee: remove a couple unused locals
7 years ago
moneromooo-monero b7d6ec8364
simplewallet: add (out of sync) or (no daemon) markers in the prompt
7 years ago
moneromooo-monero c6ba7d110f
p2p: move m_in_timedsync from connection_context to p2p_connection_context
7 years ago
moneromooo-monero bda8c5983b
epee: add nanosecond timer and pause/restart profiling macros
7 years ago
moneromooo-monero 5eb79983be
epee: add a KV_SERIALIZE variant for optional parameters
7 years ago
Jethro Grassie d75cff1a0e
Fix readline prompt when command does not output
7 years ago
moneromooo-monero 599436a452
mlog: default to msgwriter logs only for log level 1
7 years ago
moneromooo-monero 58f3fc68e4
Make msgwriter logs go to file only
7 years ago
moneromooo-monero 335fc8ab23
mlog: fix crash accessing stale data when rotating logs
7 years ago
Riccardo Spagni ab594cfee9
Merge pull request #2159
7 years ago
Riccardo Spagni e050853ed3
Merge pull request #2157
7 years ago
Riccardo Spagni 4014f31a73
Merge pull request #2173
7 years ago
Riccardo Spagni 27c0c742ca
Merge pull request #2154
7 years ago
Riccardo Spagni f584a2de92
Merge pull request #2131
7 years ago
moneromooo-monero a02d745844
mlog: make MONERO_LOGS env var understand N,logs type spec
7 years ago
Jethro Grassie 6955976b2d
Add various readline related fixes
7 years ago
Jethro Grassie 6a23cd07aa
Add notification on stop
7 years ago
moneromooo-monero 9706938016
mlog: add msgwriter:INFO to log 0 and 1 defaults
7 years ago
Guillaume LE VAILLANT 13a8d64fe6 epee: don't send the body of the response to a HEAD HTTP request
7 years ago
Erik de Castro Lopo 35d68b2c6d Fix spelling errors
7 years ago
Riccardo Spagni 605ad09a3e
Merge pull request #2130
7 years ago
Riccardo Spagni 5689851f85
Merge pull request #2122
7 years ago
Riccardo Spagni 7995dcff94
Merge pull request #2112
7 years ago
Riccardo Spagni 40dc53c6e2
Merge pull request #2098
7 years ago
Howard Chu a0d2c745c7
Fix issue #2119 SEGV
7 years ago
moneromooo-monero 76043b17fd
monero-wallet-cli: hang on exit in readline code (#2117)
7 years ago
moneromooo-monero a73a42a6b0
monero-wallet-cli: hang on exit in readline code (#2117)
7 years ago
moneromooo-monero a04faf56dc
abstract_tcp_server2: guard against accessing lock on a destroyed object
7 years ago
moneromooo-monero 8f96cfc20a
Remove typeid use in network_address
7 years ago
binaryFate a282c5756c Fix #2071: remove declaration of unused variable "it" in epee
7 years ago
Jethro Grassie be9d4f0411
Fix multiline wallet cli output with readline
7 years ago
Jethro Grassie fdccf7e6c3
Add readline improvements
7 years ago
Riccardo Spagni 0c6ea4f8a6
Merge pull request #2111
7 years ago
Riccardo Spagni a0b494aa71
Merge pull request #2103
7 years ago
Riccardo Spagni f31b89012d
Merge pull request #2073
7 years ago
moneromooo-monero 8261ba69e6
readline_buffer: fix busy wait
7 years ago
moneromooo-monero 21b939e1e6
readline: fix invalid memory access
7 years ago
moneromooo-monero 5f8f290505
readline_buffer: add a couple const
7 years ago
kenshi84 007937e217
net_utils_base: added missing template keyword
7 years ago
jethro e1f3dfccc8 Add readline support to cli
7 years ago
Riccardo Spagni a237f90c5b
Merge pull request #2052
7 years ago
Howard Chu 07c4276cbe
Don't issue a new timedsync while one is already in progress
7 years ago
Howard Chu cf3a376cb5
Don't timeout a slow operation that's making progress
7 years ago
Howard Chu 340830de5b
Fix PR#2039
7 years ago
Howard Chu fa489a26ef
Fix PR#2039
7 years ago
moneromooo-monero 072102cfd2
abstracted nework addresses
7 years ago
stoffu dd8e3266b2
shared libs build (i.e. make debug)
7 years ago
Lee Clagett 7199fc8373 Removed some unused epee functions
7 years ago
Lee Clagett 93e10f1cc4 Simplified the implementation and features of span
7 years ago
Lee Clagett 4a8f96f95d Improvements for epee binary to hex functions:
7 years ago
Riccardo Spagni de68b00596
Merge pull request #1948
7 years ago
moneromooo-monero a28950da73
setThreadName moved in new version of easylogging++
7 years ago
moneromooo-monero a8ac4f0a70
update easylogging++ to latest upstream
7 years ago
moneromooo-monero 62efe5f656
mlog: direct log category changes to file only
7 years ago
Lee Clagett 287ef36ed8 Fix freebsd build
7 years ago
Riccardo Spagni a85f750ee8
Merge pull request #1893
7 years ago
moneromooo-monero 0effe196e4
Revert "Increase the log level for the info about log levels"
7 years ago
Lee Clagett 50cd179a60 Removed boost/asio.hpp include from epee/string_tools.h
7 years ago
moneromooo-monero 9bf017edf2
http_client: allow cancelling a download
7 years ago
moneromooo-monero 0d90123cac
http_client: allow derived class to get headers at start
7 years ago
Riccardo Spagni e10bf1d6c0
Merge pull request #1805
7 years ago
moneromooo-monero b7f85a30cd
mlog: default net.cn to FATAL
7 years ago
Nano Akron 4f7bce6d20
Increase the log level for the info about log levels
7 years ago
Lee Clagett 8c84d48caa Updated default RPC timeout from 5 seconds to 15 seconds
7 years ago
Riccardo Spagni 3ac5a785e0
Merge pull request #1762
7 years ago
Riccardo Spagni 1a4298685a
Merge pull request #1766
7 years ago
anonimal dcf684c704
http_server_impl_base: set bind message to MGINFO
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
moneromooo-monero 56586bde9e
mlog: restrict net.p2p to FATAL by default
7 years ago
moneromooo-monero 4bf7849297
mlog: only silence errors for net by default, not net.*
7 years ago
moneromooo-monero efb72e74e2
http_client: add a couple consts
7 years ago
Riccardo Spagni e246dd1443
Merge pull request #1717
7 years ago
Riccardo Spagni 4e7bcad58f
Merge pull request #1713
7 years ago
moneromooo-monero 61dfa310d7
epee: fix some log macros not printing context nicely
7 years ago
moneromooo-monero 422ecc98e4
Fixup choice of easylogging++ vs libunwind stack trace code
7 years ago
moneromooo-monero 3b6839cc96
mlog: move log level changes to global level
7 years ago
moneromooo-monero 28d0b11fde
mlog: s/Mew/New/ in log
7 years ago
Riccardo Spagni 9ed3e1bb6a
Merge pull request #1693
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
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
8 years ago
MoroccanMalinois 5d00659e1d disable ELPP_STACKTRACE_ON_CRASH for android
8 years ago
Riccardo Spagni 9547e79af5
Merge pull request #1670
8 years ago
Riccardo Spagni 5da4650cba
Merge pull request #1671
8 years ago
moneromooo-monero cbdfa7576a
mlog: fix default logging being not verbose enough
8 years ago
moneromooo-monero cd34fc655d
Use easylogging++'s stack trace facility where possible
8 years ago
moneromooo-monero c3d7a198bf
mlog: probable fix for gmtime_r not being available on windows
8 years ago
Riccardo Spagni 5fb3f97a55
Merge pull request #1629
8 years ago
Jaquee aa9561909a
GUI: Add install target for epee
8 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
8 years ago
moneromooo-monero 1e8cc6764e
mlog: allow using numerical level as default prefix
8 years ago
Riccardo Spagni cccf4b9889
Merge pull request #1613
8 years ago
Riccardo Spagni e12f073f65
Merge pull request #1604
8 years ago
Riccardo Spagni ab9c287d92
Merge pull request #1597
8 years ago
moneromooo-monero 13dd102e94
mlog: fix default level/category mapping
8 years ago
moneromooo-monero a854cec3ba
Make stack trace show up in log file with default settings
8 years ago
moneroexamples 4d6976fbce undelete epee tests.cpp
8 years ago
moneroexamples 0fd2508b89 removing some unsed epee files
8 years ago
moneromooo-monero 5e61687fdf
mlog: allow overriding log format
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
8 years ago
Chris Vickio 296f8c160f inline unused function (for unused-function warning)
8 years ago
Lee Clagett d81cb08704 Added (not yet enabled) HTTP client authentication
8 years ago
Riccardo Spagni 866463f37b
Merge pull request #1514
8 years ago
MoroccanMalinois 80abc3bc4a Build wallet with Android NDK
8 years ago
Lee Clagett fa0ee42cc9 Workarounds for gcc 4.8
8 years ago
Lee Clagett bdc3d7496f Adding HTTP Digest Auth (but not yet enabled)
8 years ago