aboutsummaryrefslogtreecommitdiff
path: root/contrib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03external: remove unbound submoduleselsta5-11/+14
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr3-233/+291
2021-06-10Merge pull request #7661luigi11111-4/+4
2021-06-10Merge pull request #7416luigi11111-3/+4
2021-06-01Merge pull request #7735luigi11111-0/+2
2021-06-01Merge pull request #7712luigi11111-1/+4
2021-06-01Merge pull request #7710luigi11111-2/+2
2021-05-24Fix boost 1.76.0 compatibilityloqs1-0/+2
2021-05-12Merge pull request #7691luigi11112-2/+2
2021-05-12Merge pull request #7688luigi11111-2/+2
2021-05-12Merge pull request #7685luigi11111-1/+1
2021-05-12Merge pull request #7665luigi11111-5/+2
2021-05-09epee: include public openssl header in cmakeselsta1-1/+4
2021-05-08CI: depends downloads relax retriesmj-xmr1-2/+2
2021-04-27cmake: set 3.5 as minimum versionselsta2-2/+2
2021-04-27depends, docker: fix bintray linksselsta1-1/+1
2021-04-27clang: fix -Wrange-loop-analysis warningsselsta1-2/+2
2021-04-24epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr1-3/+4
2021-04-22Merge pull request #7669luigi11117-135/+164
2021-04-22Merge pull request #7658luigi11111-18/+52
2021-04-22Merge pull request #7643luigi11111-0/+1
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr17-492/+718
2021-04-16Revert "Merge pull request #7136"luigi11117-164/+135
2021-04-16Merge pull request #7652luigi11111-4/+0
2021-04-16Merge pull request #7136luigi11117-135/+164
2021-04-16Merge pull request #7002luigi11114-199/+242
2021-04-16CMake: new macro - finding all headers (extract from epee)mj-xmr1-5/+2
2021-04-11Doc: Update Gitian (Reproducible Builds) with small code snippets and fixesmj-xmr1-18/+52
2021-04-08gitian: remove osslsigncodeselsta1-4/+0
2021-04-01Test: Enable coverage for external repositoriesmj-xmr1-0/+1
2021-03-30Doc: Add ccache to README.md and Brewfilemj-xmr1-0/+1
2021-03-29Merge pull request #7439luigi11111-2/+2
2021-03-29Merge pull request #7636luigi11111-2/+2
2021-03-29Merge pull request #7460luigi11111-28/+24
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr4-199/+242
2021-03-25depends: openssl 1.1.1i -> 1.1.1kselsta1-2/+2
2021-03-20Merge pull request #7402luigi11111-1/+10
2021-03-20Merge pull request #7394luigi11111-1/+2
2021-03-20Merge pull request #7366luigi11113-0/+57
2021-03-20Merge pull request #7274luigi11111-4/+4
2021-03-20Merge pull request #7005luigi11112-5/+21
2021-03-12async_protocol_handler_config: fix deadlockanon1-28/+24
2021-03-05Merge pull request #7399luigi11111-2/+14
2021-02-25Epee: add headers to project files (via glob), to be able to search for them ...mj-xmr1-1/+10
2021-02-23epee: return HTTP error 400 (Bad request) on deserialization errormoneromooo-monero1-2/+14
2021-02-21Fix compiler warning for in keyvalue_serialization.hmj-xmr1-1/+2
2021-02-19async_protocol_handler_config: remove connection correctlyanon1-1/+1
2021-02-18Merge pull request #7343luigi11111-32/+2
2021-02-15Merge pull request #7308luigi11112-7/+19
2021-02-13Store RPC SSL key/cert for consistent authentication between runsLee Clagett3-0/+57
2021-02-06Reduce compilation time of epee/portable_storage.hmj-xmr11-216/+286
2021-01-23Improve cryptonote (block and tx) binary read performanceLee Clagett1-4/+4
2021-01-19boosted_tcp_server: fix connection lifetimeanon2-7/+19
2021-01-19Remove unnecessary atomic operations in levin codeLee Clagett1-32/+2
2021-01-19Remove payload copy in all outgoing p2p messagesLee Clagett7-135/+164
2021-01-16Reduced executable size; reduced call sequence to "allowed" log functionLee Clagett1-2/+2
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett7-135/+164
2021-01-15Merge pull request #7149luigi11111-2/+2
2021-01-15Merge pull request #7137luigi11111-2/+16
2021-01-07storages: overridable limits for loading portable_storage from binarymoneromooo-monero5-33/+63
2021-01-06Merge pull request #7281luigi11111-1/+11
2021-01-05epee: also limit number of strings in portable_storagemoneromooo-monero1-1/+11
2021-01-03Merge pull request #7263Alexander Blair1-4/+13
2021-01-03epee: don't log raw packet datamoneromooo-monero1-4/+4
2021-01-03add a max levin packet size by command typemoneromooo-monero1-4/+13
2021-01-02portable_storage: better sanity checkingmoneromooo-monero1-2/+7
2021-01-01Merge pull request #7250Alexander Blair2-10/+25
2021-01-01Merge pull request #7243Alexander Blair1-1/+6
2021-01-01Merge pull request #7220Alexander Blair3-0/+3
2020-12-31portable_storage: check object limit where appropriatemoneromooo1-1/+6
2020-12-29Merge pull request #7218Alexander Blair1-5/+0
2020-12-29Merge pull request #7207Alexander Blair5-13/+14
2020-12-28portable_storage: forbid unnamed sectionsxiphon3-0/+3
2020-12-28portable_storage: remove array element limitmoneromooo-monero1-5/+0
2020-12-28ssl: buffered handshake detectionanon5-13/+14
2020-12-27portable_storage: remove overly aggressive cutoffmoneromooo-monero1-2/+0
2020-12-26Merge pull request #7192Alexander Blair1-6/+21
2020-12-26Merge pull request #7190Alexander Blair1-1/+35
2020-12-26Merge pull request #7099Alexander Blair1-0/+1
2020-12-26Merge pull request #7098Alexander Blair1-1/+0
2020-12-26epee: fix some issues using connections after shutdownmoneromooo-monero1-6/+21
2020-12-26portable_storage: add some sanity checks on data sizemoneromooo-monero1-1/+35
2020-12-20Restrict duplicate keys in epee binary formatLee Clagett1-1/+4
2020-12-17Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2-10/+25
2020-12-14Fix byte_stream::put_nLee Clagett1-1/+1
2020-12-14fuzz_tests: add a test for utf8canonicalmoneromooo-monero1-2/+2
2020-12-13readline_buffer: Avoid consecutive duplicates in the historycodesoap1-2/+16
2020-12-10Merge pull request #7100Alexander Blair2-43/+12
2020-12-10Merge pull request #7009Alexander Blair12-51/+71
2020-12-10Merge pull request #7003Alexander Blair2-18/+8
2020-12-10Merge pull request #6947Alexander Blair1-0/+93
2020-12-09depends: Update OpenSSL to 1.1.1iHoward Chu2-43/+12
2020-12-08Add command to sign freebsd assert file for gitianMoneroArbo1-0/+1
2020-12-08Fixed issues found by static analysisSChernykh1-1/+0
2020-12-06protocol: drop peers that don't reply to queriesmoneromooo1-8/+6
2020-12-04keep only the last seen node on a given host in the white listmoneromooo1-0/+33
2020-11-29Merge pull request #6999luigi11111-4/+4
2020-11-29Merge pull request #6995luigi11111-1/+9
2020-11-09epee: tighten the URL parsing regexp a littlemoneromooo-monero1-4/+4
2020-11-07epee: readline_buffer - fix thread safety, fix sync() after stop()xiphon1-1/+9
2020-10-28add a convenience script to start monero with inbound tormoneromooo-monero1-0/+93
2020-10-19Force CMAKE_SKIP_RPATH=ONHoward Chu2-2/+2
2020-10-18Merge pull request #6862Alexander Blair1-12/+17
2020-10-13Change to more efficient allocation strategy in byte_streamLee Clagett2-18/+8
2020-10-13Allow byte_stream->byte_slice conversion to shrink unused buffer spaceLee Clagett2-5/+21
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett12-51/+71
2020-10-06Fix lgamma/signgam dependencyHoward Chu1-12/+17
2020-09-17Depends: Bump qt to 5.15.1TheCharlatan7-107/+166
2020-09-14build: prepare v0.17selsta6-7/+7
2020-08-27Merge pull request #6769Alexander Blair1-0/+3
2020-08-20depends: fix broken links for ds_store / mac_aliasselsta2-8/+8
2020-08-17Add clear method to byte_streamLee Clagett1-0/+3
2020-08-16Merge pull request #6736Alexander Blair1-0/+7
2020-08-16Merge pull request #6727Alexander Blair1-9/+31
2020-08-16Merge pull request #6720Alexander Blair1-26/+0
2020-08-16Merge pull request #6718Alexander Blair2-2/+12
2020-08-16Merge pull request #6716Alexander Blair3-8/+6
2020-08-16Merge pull request #6691Alexander Blair1-1/+1
2020-08-16Merge pull request #6614Alexander Blair1-0/+25
2020-08-16Merge pull request #6500Alexander Blair1-1/+1
2020-08-02epee: further defending against exceptions in command handlersmoneromooo-monero1-0/+7
2020-07-30epee: guard against exceptions in RPC handlersmoneromooo-monero1-9/+31
2020-07-24Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner71-0/+25
2020-07-23Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un...koe2-2/+12
2020-07-22epee: Remove unused functions in local_ip.hJean Pierre Dudey1-26/+0
2020-07-20wallet2_api: implement runtime proxy configurationxiphon3-8/+6
2020-07-19Merge pull request #6565Alexander Blair1-1/+1
2020-07-19Merge pull request #6516Alexander Blair2-7/+0
2020-07-19Merge pull request #6512Alexander Blair22-22/+22
2020-07-16Merge pull request #6476Alexander Blair1-18/+0
2020-07-16Merge pull request #6475Alexander Blair4-96/+0
2020-07-08Merge pull request #6675luigi11111-1/+1
2020-07-08Merge pull request #6584luigi11111-1/+1
2020-07-08Merge pull request #6559luigi11111-1/+4
2020-07-08Merge pull request #6528luigi11115-5/+5
2020-06-25cmake: allow custom openssl path on macOSselsta1-1/+1
2020-06-21epee: fix array underflow in unicode parsingmoneromooo-monero1-1/+1
2020-06-08Merge pull request #6539luigi11111-6/+6
2020-06-08Merge pull request #6522luigi11111-9/+17
2020-06-08Merge pull request #6514luigi11111-2/+2
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett4-17/+17
2020-05-23rpc: don't display invalid json errors on default log levelmoneromooo-monero1-1/+1
2020-05-20ByteSlice: Fix persisting ptr to std::moved SSO bufferDoyle1-1/+4
2020-05-19fix a few typos in error messagesmoneromooo-monero1-1/+1
2020-05-16epee: use memwipe rather than memset for md5 secretsmoneromooo-monero1-6/+6
2020-05-16Support for supercop ASM in wallet, and benchmark for supercopLee Clagett1-2/+3
2020-05-14build: fix boost 1.73 compatibilityselsta2-6/+6
2020-05-13[master]: Update gitian yml filesiDunk54005-5/+5
2020-05-13build: prepare v0.16.0.0 releaseselsta1-2/+2
2020-05-12Fixed bugs for take_slice and byte_stream->byte_sliceLee Clagett1-9/+17
2020-05-11remove double includessumogr2-7/+0
2020-05-06Update copyright year to 2020SomaticFanatic22-22/+22
2020-05-03Update expat.mkArqTras1-1/+1
2020-05-01Merge pull request #6446luigi11112-0/+11
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec2-0/+11
2020-04-25contrib: remove codefresh pipelineselsta1-18/+0
2020-04-25snap: remove from reposelsta4-96/+0
2020-04-21Merge pull request #6414luigi11111-1/+1
2020-04-21Merge pull request #6359luigi11111-3/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser6-159/+260
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett5-4/+386
2020-04-10Merge pull request #6398luigi11111-1/+1
2020-04-04Merge pull request #6397luigi11112-1/+27
2020-04-04Merge pull request #6387luigi11111-2/+2
2020-04-04Merge pull request #6371luigi11111-15/+0
2020-04-04Merge pull request #6370luigi11111-1/+3
2020-04-04Merge pull request #6351luigi11114-40/+63
2020-04-04Merge pull request #6339luigi11113-3/+3
2020-04-04Merge pull request #6335luigi11111-3/+4
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2-5/+24
2020-04-01update openssl 1.0.2r linkSumo Gr1-1/+1
2020-03-31p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero1-1/+6
2020-03-31Merge pull request #6336luigi11111-3/+7
2020-03-31Merge pull request #6311luigi11111-0/+7
2020-03-30Fixed string_ref usage bug in epee::from_hex::vectorLee Clagett1-3/+3
2020-03-27Merge pull request #6290Alexander Blair1-2/+5
2020-03-20depends: update qt 5.7.1 download linkSumo Gr1-1/+1
2020-03-20depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)xiphon2-1/+27
2020-03-13epee: avoid spamming 'Generating SSL certificate' in the logsxiphon1-2/+2
2020-03-12Merge pull request #6273Alexander Blair1-1/+11
2020-03-12Merge pull request #6263Alexander Blair2-5/+5
2020-03-12Merge pull request #6251Alexander Blair1-0/+10
2020-03-12Merge pull request #6244Alexander Blair1-5/+16
2020-03-12Merge pull request #6243Alexander Blair2-6/+4
2020-03-11Use boost::asio::ssl::context::sslv23 for backwards compatibilityMartijn Otto1-1/+3
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett4-36/+58
2020-03-09Remove temporary std::string creation in some hex->bin callsLee Clagett1-5/+6
2020-03-06cppzmq: remove leftoversselsta1-15/+0
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett1-1/+11
2020-02-28Merge pull request #6255Alexander Blair1-3/+3
2020-02-28Merge pull request #6220Alexander Blair6-56/+53
2020-02-28Merge pull request #6205Alexander Blair1-1/+1
2020-02-17remove empty statementsInterchained3-3/+3
2020-02-12wipeable_string: split - treat CR, LF and Tabs as separatorsxiphon1-3/+4
2020-02-12console_handler: do not let exception past the dormoneromooo-monero1-3/+7
2020-02-06Merge pull request #6184Alexander Blair1-0/+42
2020-02-06Merge pull request #6182Alexander Blair2-2/+2
2020-01-28Explicitly define copy assignment operatorMartijn Otto1-0/+7
2020-01-26epee: remove backward compatible endian specific address serializationmoneromooo-monero1-6/+2
2020-01-26serialization: do not write optional fields with default valuemoneromooo-monero1-0/+2