aboutsummaryrefslogtreecommitdiff
path: root/contrib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Merge pull request #4489Riccardo Spagni6-17/+12
2018-10-15Merge pull request #4565Riccardo Spagni1-0/+2
2018-10-13build: use ARCH 'native' by default, allow to configure and override itxiphon1-0/+2
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero2-6/+5
2018-10-08Depends: build hidapi with -fPICiDunk54001-0/+1
2018-10-07Consolidate HID depends makefiles into single recipeTheCharlatan8-59/+16
2018-10-02Merge pull request #4470Riccardo Spagni1-0/+4
2018-10-02epee: initialize a few data members where it seems to be appropriatemoneromooo-monero2-1/+4
2018-10-02abstract_tcp_server2: move m_period to subclassmoneromooo-monero1-5/+6
2018-10-02connection_basic: remove unused floating time start timemoneromooo-monero2-10/+0
2018-10-02Catch more exceptions in dtorsmoneromooo-monero1-1/+2
2018-09-29Merge pull request #4459Riccardo Spagni4-3/+16
2018-09-29Merge pull request #4448Riccardo Spagni3-3/+4
2018-09-29Merge pull request #4443Riccardo Spagni1-0/+2
2018-09-29Fix 32bit depends buildsTheCharlatan1-0/+4
2018-09-29Merge pull request #4448Riccardo Spagni3-3/+4
2018-09-26osx compilation fix: missing boost libs addedDusan Klinec1-0/+2
2018-09-25Make depends use self built clang for darwinTheCharlatan3-3/+4
2018-09-25Merge pull request #4438Riccardo Spagni2-5/+16
2018-09-25epee: fix stack overflow on crafted inputmoneromooo-monero1-5/+8
2018-09-25epee: fix invalid memory write reading an array entrymoneromooo-monero1-0/+8
2018-09-25Add hidapi to dependsTheCharlatan7-28/+134
2018-09-22Fix Darwin Sodium buildTheCharlatan5-12/+38
2018-09-21Merge pull request #4377Riccardo Spagni1-1/+1
2018-09-21Merge pull request #4209Riccardo Spagni1-6/+40
2018-09-18Merge pull request #4306Riccardo Spagni3-2/+21
2018-09-18Merge pull request #3430Riccardo Spagni64-1/+6116
2018-09-18Fixup 32bit arm buildTheCharlatan1-2/+3
2018-09-17Fix Windows buildTheCharlatan1-1/+1
2018-09-17Add libsodium to the packages, the arm build was complaining about it.TheCharlatan3-5/+35
2018-09-14Merge pull request #4307Riccardo Spagni1-4/+20
2018-09-14mlog: do not display http errors by defaultmoneromooo-monero1-1/+1
2018-09-12wipeable_string: add hex_to_pod functionmoneromooo-monero3-2/+21
2018-09-11fuzz_tests: add a bulletproof fuzz testmoneromooo-monero1-3/+3
2018-09-10Updated pcsc urlTheCharlatan1-1/+1
2018-09-10Add lrelease to the dependsTheCharlatan6-6/+235
2018-09-10Add Miniupnp submoduleTheCharlatan4-23/+6
2018-09-10Unbound is now a submodule. Adapt depends for this.TheCharlatan1-2/+0
2018-09-10Update readmes to reflect the usage of dependsTheCharlatan1-0/+7
2018-09-10Add support for apple and arm buildingTheCharlatan5-25/+67
2018-09-10Modify depends for monero's dependenciesTheCharlatan50-690/+953
2018-09-10Initial depends additionTheCharlatan54-0/+5562
2018-09-09abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero1-4/+4
2018-09-04Merge pull request #4270luigi11112-1/+14
2018-08-27epee: use the socket::bind variant which does not throwmoneromooo-monero1-2/+18
2018-08-22Merge pull request #4235luigi11111-0/+18
2018-08-22Merge pull request #4179luigi11111-1/+3
2018-08-19epee: some speedup in parsingmoneromooo-monero1-1/+8
2018-08-17epee: resize vectors where possible in serializationmoneromooo-monero1-0/+6
2018-08-16common: add a class to safely wrap mlock/munlockmoneromooo-monero4-1/+277
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+9
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero5-6/+194
2018-08-15Merge pull request #4177luigi11111-0/+1
2018-08-15Merge pull request #4148luigi11111-1/+2
2018-08-15Merge pull request #4130luigi11112-1/+9
2018-08-15Merge pull request #4090luigi11111-5/+13
2018-08-08Added Codefresh.yml pipelineHomDx1-0/+18
2018-08-03Added features to epee::span<T> :Lee Clagett1-6/+40
2018-07-26mlog: handle filenames without parent directoriesmoneromooo-monero1-1/+3
2018-07-25epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero1-0/+1
2018-07-18Clarification of boolean options in config fileJonathan Cross1-1/+2
2018-07-15abstract_tcp_server2: fix race on shutdownmoneromooo-monero2-1/+9
2018-07-10memwipe: don't call the workhorse for 0 bytesmoneromooo-monero1-3/+5
2018-07-03http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero1-1/+1
2018-07-03http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero1-4/+12
2018-07-03Merge pull request #4080Riccardo Spagni1-2/+2
2018-07-03Merge pull request #3997Riccardo Spagni1-4/+19
2018-06-29abstract_tcp_server2: fix use after freemoneromooo-monero1-2/+2
2018-06-28epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2-15/+45
2018-06-25Merge pull request #3972luigi11111-1/+2
2018-06-25Merge pull request #3971luigi11111-1/+1
2018-06-25Merge pull request #3962luigi11114-19/+75
2018-06-25Merge pull request #3947luigi11111-0/+0
2018-06-20Merge pull request #3902luigi11111-1/+1
2018-06-20Merge pull request #3897luigi11112-3/+53
2018-06-19Merge pull request #3878luigi11111-3/+3
2018-06-19Merge pull request #3821luigi11111-1/+1
2018-06-18abstract_tcp_server2: restart async accept on errormoneromooo-monero1-4/+19
2018-06-13wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2-18/+18
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu2-3/+53
2018-06-10epee: adaptive connection timeout systemmoneromooo-monero4-19/+75
2018-06-09epee: fallback to a counter if gmtime fails when rotating logsmoneromooo-monero1-1/+2
2018-06-09epee: fix include for ofstreammoneromooo-monero1-1/+1
2018-06-06snap: strip metadata from icon.pngmoneromooo-monero1-0/+0
2018-06-01epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero1-1/+1
2018-05-28disable file size sanity check when loading the wallet cachemoneromooo-monero1-3/+3
2018-05-27http_protocol_handler: limit the number of starting newlinesmoneromooo-monero3-1/+12
2018-05-26abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2-1/+68
2018-05-26http_protocol_handler: speedup newline discardingmoneromooo-monero1-2/+5
2018-05-26console_handler: fix start_default_console use of prompt parametermoneromooo-monero1-3/+21
2018-05-17epee: log type name when a container size check failsmoneromooo-monero1-1/+1
2018-04-28Merge pull request #3667Riccardo Spagni2-2/+4
2018-04-25mlog: fix setting no logsmoneromooo-monero1-1/+6
2018-04-21Build: remove UPnP definition from snapanonimal1-1/+0
2018-04-19epee: Drop deprecated Boost.Thread headerJan Beich2-2/+4
2018-03-15Fix typos in various filesDimitris Apostolou3-3/+3
2018-02-25Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner71-1/+82
2018-02-20Merge pull request #3289Riccardo Spagni1-3/+6
2018-02-20Merge pull request #3243Riccardo Spagni1-2/+2
2018-02-18wipeable_string: don't try to wipe an empty buffermoneromooo-monero1-3/+6
2018-02-17memwipe: add missing #include <stdio.h>stoffu1-0/+1
2018-02-16Merge pull request #3226Riccardo Spagni4-11/+11
2018-02-16Merge pull request #3252Riccardo Spagni1-0/+3
2018-02-16Merge pull request #3217Riccardo Spagni2-13/+6
2018-02-16Merge pull request #3187Riccardo Spagni1-0/+6
2018-02-11Fix #602 Turn on socket keepaliveHoward Chu1-0/+3
2018-02-08epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflowstoffu1-2/+2
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero4-11/+11
2018-02-01call _exit instead of abort in release modemoneromooo-monero1-0/+6
2018-01-31wipeable_string: call memwipe directlymoneromooo-monero2-13/+6
2018-01-29Fix method name in invoke_http_json_rpcErik de Castro Lopo1-1/+1
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-33/+45
2018-01-27Merge pull request #2969Riccardo Spagni3-12/+15
2018-01-27Merge pull request #3098Riccardo Spagni1-1/+1
2018-01-26Readd copyright starting datexmr-eric7-7/+7
2018-01-26Update 2018 copyrightxmr-eric18-18/+18
2018-01-26levin_protocol_handler_async: erase from back of vector instead of frontstoffu1-1/+1
2018-01-25Merge pull request #3155Riccardo Spagni1-1/+0
2018-01-25Merge pull request #3012Riccardo Spagni1-8/+18
2018-01-18remove unnecessary includeJethro Grassie1-1/+0
2018-01-18Merge pull request #3107Riccardo Spagni1-0/+6
2018-01-18Remove is_pod trait, and replace with is_standard_layout requirementLee Clagett3-12/+15
2018-01-11epee: detect strptime, use std::get_time as fallbackmoneromooo-monero1-0/+6
2018-01-11Keep readline optionalJethro Grassie1-1/+1
2018-01-10Merge pull request #2995Riccardo Spagni1-1/+1
2018-01-10Merge pull request #2990Riccardo Spagni1-1/+0
2018-01-10Merge pull request #2986Riccardo Spagni1-3/+3
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero3-1/+195
2018-01-10epee: remove dependency on commonmoneromooo-monero7-13/+12
2017-12-27epee: check some error return valuesmoneromooo-monero1-8/+18
2017-12-25Merge pull request #2936Riccardo Spagni1-9/+12
2017-12-25Merge pull request #2930Riccardo Spagni1-5/+9
2017-12-25Merge pull request #2929Riccardo Spagni1-0/+20
2017-12-25Merge pull request #2920Riccardo Spagni9-14/+27
2017-12-25Merge pull request #2909Riccardo Spagni1-0/+1
2017-12-25Merge pull request #2905Riccardo Spagni2-81/+121
2017-12-23wipeable_string: fix buffer overreadmoneromooo-monero1-1/+1
2017-12-23Fix Windows builddEBRUYNE-11-0/+4
2017-12-23http_client: rewrite header parsing manually for speedmoneromooo-monero1-74/+95
2017-12-23tests: add levin fuzz testmoneromooo-monero1-3/+3
2017-12-23tests: add http client fuzz testmoneromooo-monero2-6/+17
2017-12-23add parse_url fuzz testmoneromooo-monero1-3/+3
2017-12-23tests: add base58 fuzz testmoneromooo-monero1-3/+3
2017-12-23fuzz_testing: allow automatically resuming an interrupted jobmoneromooo-monero1-1/+8
2017-12-23fuzz_testing: create out directory if needed, and fix filename passingmoneromooo-monero1-1/+2
2017-12-23add load_from_binary/load_from_json fuzzersmoneromooo-monero1-3/+3
2017-12-22factor STL container serializationmoneromooo-monero1-1/+0
2017-12-21epee: use strptime instead of std::get_time, for compatibilitymoneromooo-monero1-3/+3
2017-12-19wipeable_string: move a wipe from reserve to growmoneromooo-monero1-3/+2
2017-12-19wipeable_string: ignore reserve size less than actual sizemoneromooo-monero1-2/+1
2017-12-19wipeable_string: fix clear and push_backmoneromooo-monero1-1/+4
2017-12-18network_throttle: fix ineffective lockingmoneromooo-monero1-3/+5
2017-12-18network_throttle: remove unused xxx static membermoneromooo-monero2-5/+0
2017-12-18abstract_tcp_server2: log init_server errors as fatalmoneromooo-monero1-1/+11
2017-12-18net_parse_helpers: fix regex error checkingmoneromooo-monero1-2/+2
2017-12-18catch const exceptionsmoneromooo-monero1-1/+1
2017-12-18add empty container sanity checks when using front() and back()moneromooo-monero1-1/+1
2017-12-18epee: trap failure to parse URI from requestmoneromooo-monero1-1/+6
2017-12-18mlog: terminate a string at last char, just in casemoneromooo-monero1-0/+1
2017-12-17Merge pull request #2857Riccardo Spagni1-1/+1
2017-12-17Merge pull request #2877Riccardo Spagni8-3/+1218
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero8-3/+1218
2017-12-16move includes around to lessen overall loadmoneromooo-monero22-75/+87
2017-12-16Scrub keys from memory just before scope end.moneromooo-monero1-1/+1
2017-12-16Merge pull request #2866Riccardo Spagni1-5/+4
2017-12-16Merge pull request #2860Riccardo Spagni5-4/+228
2017-12-15levin_protocol_handler_async: another attempt at fixing at exceptionmoneromooo-monero1-3/+12
2017-12-15Revert "epee: keep a ref to a connection we're deleting"moneromooo-monero1-8/+2
2017-12-15levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero1-5/+9
2017-12-15epee: add a get_file_size functionmoneromooo-monero1-0/+20
2017-12-11levin_protocol_handler_async: call handler destroy function on dtormoneromooo-monero1-0/+1
2017-12-10Merge pull request #2906Riccardo Spagni2-5/+27
2017-12-09net_utils_base: fix peer list parsingmoneromooo-monero1-3/+25
2017-12-07epee: add do while(0) around brace statement in a macromoneromooo-monero1-1/+1
2017-12-02Merge pull request #2847Riccardo Spagni1-1/+5
2017-12-02Merge pull request #2832Riccardo Spagni1-9/+15
2017-12-01epee: fix kv_unserialize return value when a field is not foundmoneromooo-monero1-2/+2
2017-11-28Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner71-5/+4
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero5-4/+228
2017-11-26Added command descriptionsCifrado1-9/+15
2017-11-22Fix versioningvdo1-1/+1
2017-11-20Update snap version to 0.11.1vdo1-1/+5
2017-11-16RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflightTim L1-0/+3
2017-11-14Merge pull request #2811Riccardo Spagni1-0/+2
2017-11-14Merge pull request #2736Riccardo Spagni1-3/+14
2017-11-14Merge pull request #2629Riccardo Spagni1-2/+0
2017-11-14epee: don't disable -Wtautological-constant-out-of-range-compare on GCCmoneromooo-monero1-0/+2
2017-11-14split off readline code into epee_readlinemoneromooo-monero1-3/+14
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+0
2017-11-14Merge pull request #2756Riccardo Spagni6-0/+0
2017-11-14Merge pull request #2753Riccardo Spagni2-0/+11
2017-11-14Merge pull request #2743Riccardo Spagni1-0/+1
2017-11-14Merge pull request #2617Riccardo Spagni5-6/+27
2017-11-07RPC: get_info add rpc_connections_countTim L2-0/+11
2017-11-03Fix file permission issueTim L6-0/+0
2017-11-01Merge pull request #2663Riccardo Spagni2-3/+10
2017-10-31Merge pull request #2723Riccardo Spagni6-17/+60
2017-10-30RPC Add cross origin resource sharing supportTim L6-17/+60
2017-10-28epee: disable a spurious warning for a storage functionmoneromooo-monero1-0/+1
2017-10-20net_helper: fix massive slowdown after SSL supportmoneromooo-monero1-5/+5