aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #4130luigi11112018-08-152-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | 979105b abstract_tcp_server2: fix race on shutdown (moneromooo-monero)
| * | | | abstract_tcp_server2: fix race on shutdownmoneromooo-monero2018-07-152-1/+9
| |/ / /
* | | | Merge pull request #4090luigi11112018-08-151-5/+13
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | 42f3b7c http_protocol_handler: catch invalid numbers when parsing (moneromooo-monero) 0a4a7da http_protocol_handler: fix HTTP/x.y parsing (moneromooo-monero)
| * | | http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero2018-07-031-1/+1
| | | | | | | | | | | | | | | | It was accepting any character for the dot (yeah, massive big I know)
| * | | http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero2018-07-031-4/+12
| | | |
* | | | memwipe: don't call the workhorse for 0 bytesmoneromooo-monero2018-07-101-3/+5
| |/ / |/| | | | | | | | Some of them don't like it
* | | Merge pull request #4080Riccardo Spagni2018-07-031-2/+2
|\ \ \ | | | | | | | | | | | | dead780f abstract_tcp_server2: fix use after free (moneromooo-monero)
| * | | abstract_tcp_server2: fix use after freemoneromooo-monero2018-06-291-2/+2
| |/ /
* | | Merge pull request #3997Riccardo Spagni2018-07-031-4/+19
|\ \ \ | |/ / |/| | | | | 1a526ed5 abstract_tcp_server2: restart async accept on error (moneromooo-monero)
| * | abstract_tcp_server2: restart async accept on errormoneromooo-monero2018-06-181-4/+19
| |/
* | epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2018-06-282-15/+45
| |
* | Merge pull request #3972luigi11112018-06-251-1/+2
|\ \ | | | | | | | | | 8766528 epee: fallback to a counter if gmtime fails when rotating logs (moneromooo-monero)
| * | epee: fallback to a counter if gmtime fails when rotating logsmoneromooo-monero2018-06-091-1/+2
| |/
* | Merge pull request #3971luigi11112018-06-251-1/+1
|\ \ | | | | | | | | | 4ecf714 epee: fix include for ofstream (moneromooo-monero)
| * | epee: fix include for ofstreammoneromooo-monero2018-06-091-1/+1
| |/
* | Merge pull request #3962luigi11112018-06-254-19/+75
|\ \ | | | | | | | | | 55c7fb8 epee: adaptive connection timeout system (moneromooo-monero)
| * | epee: adaptive connection timeout systemmoneromooo-monero2018-06-104-19/+75
| |/ | | | | | | | | | | | | | | | | | | | | a connection's timeout is halved for every extra connection from the same host. Also keep track of when we don't need to use a connection anymore, so we can close it and free the resource for another connection. Also use the longer timeout for non routable local addresses.
* | Merge pull request #3947luigi11112018-06-251-0/+0
|\ \ | | | | | | | | | 8cc4606 snap: strip metadata from icon.png (moneromooo-monero)
| * | snap: strip metadata from icon.pngmoneromooo-monero2018-06-061-0/+0
| |/ | | | | | | | | Reported to "contain[s] an embedded color calibration (ICC) profile which is copyright Hewlett Packard but lack license"
* | Merge pull request #3902luigi11112018-06-201-1/+1
|\ \ | | | | | | | | | | | | f8dd433 epee: fix detection of 172.16.0.0/172.31.255.255 local IP range (moneromooo-monero) 5db9e3c unit_tests: add tests for local IP range detection (moneromooo-monero)
| * | epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero2018-06-011-1/+1
| |/
* | Merge pull request #3897luigi11112018-06-202-3/+53
|\ \ | | | | | | | | | 63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu)
| * | mlog: --max-log-files to set the max number of rotated log filesstoffu2018-06-132-3/+53
| |/
* | Merge pull request #3878luigi11112018-06-191-3/+3
|\ \ | | | | | | | | | 5a412b7 disable file size sanity check when loading the wallet cache (moneromooo-monero)
| * | disable file size sanity check when loading the wallet cachemoneromooo-monero2018-05-281-3/+3
| | |
* | | Merge pull request #3821luigi11112018-06-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 558d05b epee: log type name when a container size check fails (moneromooo-monero) a2566db object_sizes: add a few useful types (moneromooo-monero)
| * | | epee: log type name when a container size check failsmoneromooo-monero2018-05-171-1/+1
| |/ /
* | / wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2018-06-132-18/+18
| |/ |/|
* | http_protocol_handler: limit the number of starting newlinesmoneromooo-monero2018-05-273-1/+12
| |
* | abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2018-05-262-1/+68
| |
* | http_protocol_handler: speedup newline discardingmoneromooo-monero2018-05-261-2/+5
| |
* | console_handler: fix start_default_console use of prompt parametermoneromooo-monero2018-05-261-3/+21
|/ | | | It had not been updated to the function type change
* Merge pull request #3667Riccardo Spagni2018-04-282-2/+4
|\ | | | | | | 53a1962d epee: Drop deprecated Boost.Thread header (Jan Beich)
| * epee: Drop deprecated Boost.Thread headerJan Beich2018-04-192-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/cryptonote_basic/hardfork.cpp:33: In file included from src/blockchain_db/blockchain_db.h:42: In file included from src/cryptonote_basic/hardfork.h:31: contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/rpc/daemon_handler.cpp:29: In file included from src/rpc/daemon_handler.h:36: In file included from src/p2p/net_node.h:41: In file included from contrib/epee/include/net/levin_server_cp2.h:32: In file included from contrib/epee/include/net/abstract_tcp_server2.h:324: contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> // TODO ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ contrib/epee/include/math_helper.h: In member function 'bool epee::math_helper::average<val, default_base>::set_base()': contrib/epee/include/syncobj.h:227:56: error: 'sleep_for' is not a member of 'boost::this_thread' #define CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));} epee::critical_region_t<decltype(x)> critical_region_var(x) ^ contrib/epee/include/syncobj.h:227:56: note: in definition of macro 'CRITICAL_REGION_LOCAL' #define CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));} epee::critical_region_t<decltype(x)> critical_region_var(x) ^~~~~~~~~ contrib/epee/include/syncobj.h:227:56: note: suggested alternative: 'sleep' #define CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));} epee::critical_region_t<decltype(x)> critical_region_var(x) ^ contrib/epee/include/syncobj.h:227:56: note: in definition of macro 'CRITICAL_REGION_LOCAL' #define CRITICAL_REGION_LOCAL(x) {boost::this_thread::sleep_for(boost::chrono::milliseconds(epee::debug::g_test_dbg_lock_sleep()));} epee::critical_region_t<decltype(x)> critical_region_var(x) ^~~~~~~~~
* | mlog: fix setting no logsmoneromooo-monero2018-04-251-1/+6
| |
* | Build: remove UPnP definition from snapanonimal2018-04-211-1/+0
|/ | | | (cherry picked from commit 5ef6dcb1c4b08497533a20d0addcf1b09db51166)
* Fix typos in various filesDimitris Apostolou2018-03-153-3/+3
|
* Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-1/+82
|
* Merge pull request #3289Riccardo Spagni2018-02-201-3/+6
|\ | | | | | | 4789f859 wipeable_string: don't try to wipe an empty buffer (moneromooo-monero)
| * wipeable_string: don't try to wipe an empty buffermoneromooo-monero2018-02-181-3/+6
| | | | | | | | memset_s doesn't like it
* | Merge pull request #3243Riccardo Spagni2018-02-201-2/+2
|\ \ | |/ |/| | | 2bc8c3db epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow (stoffu)
| * epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflowstoffu2018-02-081-2/+2
| |
* | memwipe: add missing #include <stdio.h>stoffu2018-02-171-0/+1
| |
* | Merge pull request #3226Riccardo Spagni2018-02-164-11/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero) 2e3e90ac pass large parameters by const ref, not value (moneromooo-monero) 61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero) 9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero) 8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero) 9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero) 24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero) f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero) c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero) fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero) 03887f11 keccak: fix sanity check bounds test (moneromooo-monero) ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero) bece67f9 miner: restore std::cout precision after modification (moneromooo-monero) 1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
| * | pass large parameters by const ref, not valuemoneromooo-monero2018-02-024-11/+11
| |/ | | | | | | Coverity 136394 136397 136409 136526 136529 136533 175302
* | Merge pull request #3252Riccardo Spagni2018-02-161-0/+3
|\ \ | | | | | | | | | f689a77e Fix #602 Turn on socket keepalive (Howard Chu)
| * | Fix #602 Turn on socket keepaliveHoward Chu2018-02-111-0/+3
| |/
* | Merge pull request #3217Riccardo Spagni2018-02-162-13/+6
|\ \ | | | | | | | | | fde4489e wipeable_string: call memwipe directly (moneromooo-monero)
| * | wipeable_string: call memwipe directlymoneromooo-monero2018-01-312-13/+6
| |/ | | | | | | | | since the original reason for the indirect call (that memwipe was not in contrib) is now gone
* | Merge pull request #3187Riccardo Spagni2018-02-161-0/+6
|\ \ | | | | | | | | | 851bd057 call _exit instead of abort in release mode (moneromooo-monero)