aboutsummaryrefslogtreecommitdiff
path: root/contrib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-07epee: fix mlog filename compare bug.0xFFFC00001-2/+3
2024-05-28epee: partially revert c56ee140 to fix linking errorsjeffro2563-17/+1
2024-05-21copyright: fix vector.h typohinto.janaiyo1-1/+1
2024-05-21copyright: bump to 2024copyCat43-43/+43
2024-05-21depends: add command to print variablestobtoht1-0/+5
2024-05-01contrib: fix compilation error for boost 1.850xFFFC00001-0/+1
2024-04-20remove repetitive wordcuinix1-1/+1
2024-03-15Cleanup string_tools.0xFFFC00003-63/+40
2024-03-10Revert "http_client: reduce number of packets sent for small bodies"jeffro2561-26/+16
2024-03-09depends: add riscv64 linux build tagselsta1-0/+3
2024-03-05depends: fix ar zero timestamp for openssl & unbound on android targetstobtoht2-4/+7
2024-02-26depends: native_libtapi: don't embed git hashtobtoht2-0/+36
2024-02-24depends: move sodium to packagestobtoht1-7/+6
2024-02-23depends: native_cctools: don't embed build datetobtoht2-0/+17
2024-02-23depends: {native_,}protobuf: speedup buildtobtoht2-12/+7
2024-02-20depends: add download commands for freebsd & android sourcestobtoht1-2/+6
2024-02-19depends: remove unwindtobtoht2-40/+0
2024-02-13depends: add riscv64 to gitignoretobtoht1-0/+1
2024-02-13depends: remove ccachetobtoht2-30/+0
2024-02-13depends: eudev: update to 3.2.14tobtoht1-4/+3
2024-02-13depends: libusb: update to 1.0.27tobtoht2-28/+8
2024-02-13depends: openssl: update to 3.0.13tobtoht1-2/+2
2024-02-13depends: expat: update to 2.6.0tobtoht1-6/+6
2024-02-13depends: unbound: update to 1.19.1tobtoht2-7/+7
2024-02-12depends: android_ndk: update to 18btobtoht2-2/+23
2024-01-23Cleanup extra memory allocation, and port boost::shared_ptr to std::shared_ptr.0xFFFC00001-3/+3
2024-01-17epee/test: remove levin_protocol_handler and core_proxy testsjeffro2561-193/+0
2024-01-12depends: update config scriptsjeffro2562-1980/+2445
2024-01-05Add support for LoongarchYalingFang2-0/+5
2023-12-25storages: add missing returnselsta1-0/+2
2023-12-19Cleanup scoped_ptr in src/common/dns_utils.cpp and header include:0xFFFC00001-0/+1
2023-11-20Change std::result_of to autoLee Clagett1-4/+2
2023-11-06Add compile-time check for input iterators in ::wire array writingLee *!* Clagett1-1/+8
2023-10-26cmake: set cpp17 standardselsta1-1/+1
2023-10-25epee: remove dead code in math_helper and string_toolsjeffro2563-210/+6
2023-10-24depends: use macOS 11 SDK with libc++ headerstobtoht4-9/+8
2023-10-21gitian: add riscv64 supportselsta1-2/+9
2023-10-20Update RandomX to 1.2.1tevador1-2/+2
2023-10-10depends: zeromq: update to 4.3.5tobtoht2-29/+2
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec8-179/+30
2023-09-27depends: remove kernel version from darwin triplettobtoht4-7/+7
2023-09-26depends: move cmake system config to hosts filestobtoht7-17/+10
2023-09-26depends: unwind: do not build for linux hoststobtoht1-4/+0
2023-09-25depends: remove libiconv: unusedtobtoht4-52/+4
2023-09-22storages: change error log category to serializationselsta2-0/+6
2023-09-19depends: openssl: update to 3.0.11tobtoht1-2/+2
2023-08-11Write interface for new serialization systemLee *!* Clagett9-0/+1093
2023-08-10`KV_SERIALIZE`: remove extraneous semicolons in DSLjeffro2561-1/+1
2023-07-28wallet-rpc: restore from multisig seedjeffro2561-0/+10
2023-07-18remove more 'using namespace' statements from headersjeffro2561-11/+10
2023-07-02core_rpc_server: new file: rpc_ssl.fingerprintJeffrey Ryan2-0/+100
2023-06-26depends: upgrade OpenSSL to 3.0.9tobtoht2-8/+8
2023-06-09Set SSL SNI even when server verification is disabledLee *!* Clagett1-5/+8
2023-05-26depends: remove icu4ctobtoht3-65/+1
2023-05-22Add to_hex::bufferLee *!* Clagett2-0/+11
2023-05-21Add byte_stream `value_type` and `data()`Lee *!* Clagett1-0/+2
2023-05-15depends: update expat to 2.5.0tobtoht1-3/+3
2023-05-06fix missing <cstdint> includestobtoht2-0/+2
2023-03-20epee: protect base64_chars, removed dead functions, speed up compileJeffro2564-27/+6
2023-03-20depends: cleanup Makefiletobtoht2-98/+0
2023-03-19http_client: reduce number of packets sent for small bodiesjeffro2561-16/+26
2023-03-19epee: remove dead code in net_helperJeffro2562-167/+2
2023-02-16depends: remove unused packagestobtoht10-383/+0
2023-02-07depends: bump openssl to 1.1.1ttobtoht2-65/+3
2023-02-07Revert "epee: when loading a JSON RPC payload, ensure params is an object"moneromooo-monero1-10/+0
2023-02-04properly terminate interrupted TCP connection. fixes #8685j-berman1-4/+1
2023-01-25depends: bump hidapi/libusbtobtoht3-7/+10
2023-01-16Copyright: Update to 2023mj-xmr34-34/+34
2023-01-04readline_buffer: disable bracketed paste escape sequencesJeffrey Ryan1-0/+4
2023-01-01heed NO_COLOR environment variablemoneromooo-monero1-0/+13
2023-01-01epee: when loading a JSON RPC payload, ensure params is an objectmoneromooo-monero1-0/+10
2022-11-13epee: remove dead HTTP codeJeffrey Ryan5-137/+0
2022-09-26Remove invoke function in levin handlerLee Clagett1-86/+2
2022-09-20depends: remove unused fileselsta1-29/+0
2022-09-20depends: remove unused Qt packageselsta9-309/+1
2022-09-14levin_abstract_invoke: remove dead codeJeffrey Ryan1-72/+0
2022-09-02Windows: fix unicode file path supporttobtoht1-4/+4
2022-08-30rpc: dont shrink slice when loading from binaryJeffrey Ryan1-1/+1
2022-08-11depends: remove unused packagesselsta4-97/+0
2022-08-11repo: remove ldns leftoversselsta4-37/+2
2022-08-09Bump to v0.18.1.0Seth For Privacy1-1/+1
2022-07-18Migrate VERSION variable to non-exportSeth For Privacy1-1/+1
2022-07-18Set version in ENV varSeth For Privacy1-6/+7
2022-07-18Bump Gitian build instructions to v0.18.0.0Seth For Privacy1-6/+6
2022-07-13Template hash func to fix compiler error on < gcc-6j-berman1-0/+10
2022-07-13build: prepare v0.18.0.0selsta6-6/+6
2022-07-08address PR commentsj-berman3-390/+385
2022-07-05connection: fix implementationanon4-836/+1229
2022-07-05Fix some paths for toolchain / buildHoward Chu1-3/+5
2022-06-22Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)TheCharlatan2-1/+22
2022-06-21contrib: add more valgrind suppressions for spurious issuesmoneromooo-monero1-0/+31
2022-06-17Remove async_blocked_mode_clientJeffrey Ryan1-113/+0
2022-06-06Gitian: refresh the stale Monero dir via --setup switchmj-xmr2-3/+6
2022-05-23string_coding: unused functionsJeffrey Ryan1-94/+0
2022-05-23http_server_handlers_map2: dead macrosJeffrey Ryan1-26/+0
2022-05-23epee: update 'http_server_handlers_map2.h' macros to use fully qualified namesJeffrey Ryan1-4/+4
2022-05-23Windows build: fix narrowing error for WaitForSingleObjectJeffrey Ryan1-1/+1
2022-05-17src, epee: fix a couple compiler warningsselsta1-1/+0
2022-05-10depends: Package cleanupHoward Chu7-20/+15
2022-05-09Make Mac SDK into a regular depends packageHoward Chu11-54/+17
2022-05-09Silence some protobuf link warningsHoward Chu2-0/+164
2022-05-06Fix arm64 darwin package defsHoward Chu5-5/+6
2022-05-06Boost 1.64 doesn't recognize arm64 darwinHoward Chu2-2/+14
2022-05-06more... update to clang 9.0.0Howard Chu1-6/+6
2022-05-06Split native_clang out of native_cctoolsHoward Chu4-49/+36
2022-05-06Update native_cctools for newer SDK supportHoward Chu5-18/+33
2022-05-05Give better error messages when missing SSL filesJeffrey Ryan1-1/+24
2022-05-04Update to MacOSX SDK 11.1, add Mac M1Howard Chu6-20/+38
2022-04-28Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey1-1/+1
2022-04-27Change "Github" to "GitHub"Abdullah2-2/+2
2022-04-22EPEE: Remove gzip_encoding.hJeffrey2-237/+1
2022-04-22EPEE: Remove hmac-md5Jeffrey3-302/+0
2022-04-21add a sanity check to RPC input data sizemoneromooo-monero2-0/+12
2022-04-19depends: update unbound to 1.15.0selsta1-2/+2
2022-04-18Change C-style-casts to static_cast in time_helper.hJeffrey1-4/+4
2022-04-18Remove the only 4 non-UTF8 characters in codebaseJeffrey1-4/+4
2022-04-18Factor out move_it_backward from misc_language.hJeffrey1-9/+1
2022-04-18Move copyable_atomic into connection_contextJeffrey1-56/+0
2022-04-18Refactor out to_nonconst_iterator.hJeffrey4-55/+1
2022-04-18Refactor out pragma_comp_defsJeffrey4-35/+4
2022-04-18Merge functionality of misc_os_dependent into time_helper.hJeffrey8-279/+33
2022-04-18Trimming FatJeffrey7-149/+0
2022-04-18Boring Old DeletesJeffrey67-9622/+0
2022-04-10epee: allow copying a rolling_median_t objectmoneromooo-monero1-1/+14
2022-04-09Remove serialization/enableableJeffrey3-72/+0
2022-03-30Remove dead code from parserse_base_utils and fix unit testsJeffrey2-77/+1
2022-03-30Eliminate dependence on boost::interprocess #8223Jeffrey7-39/+34
2022-03-25Fix typo: SERIALIZE_TYPE_DUOBLEJeffrey3-5/+5
2022-03-04Copyright: Update to 2022mj-xmr35-35/+44
2022-02-19Undefined behaviour fixesSChernykh6-12/+24
2021-12-02Add copy commands for compiled binariesSeth For Privacy1-0/+7
2021-12-02Add archive details to post-build sectionSeth For Privacy1-2/+13
2021-12-02Add git clone and cd commands for initial prepSeth For Privacy1-0/+7
2021-12-02Add note on adding SSH keys for GithubSeth For Privacy1-0/+2
2021-12-01Update DOCKRUN.mdSeth For Privacy1-3/+4
2021-12-01Bump versions in DOCKRUN.md and add log commandsSeth For Privacy1-2/+8
2021-11-30Fix Android OpenSSL buildHoward Chu2-5/+7
2021-11-10depends: bump hidapi to 0.11.0selsta2-2/+28
2021-10-22depends: openssl 1.1.1k -> 1.1.1lselsta2-3/+65
2021-10-22epee: add missing headerselsta2-0/+2
2021-10-20epee: avoid ADL selecting C++14 std::quotedselsta1-14/+9
2021-10-14Add README to release archivesHoward Chu5-9/+9
2021-10-10depends: update zeromq package to 4.3.4selsta5-91/+28
2021-09-27gitian: cleanup more unused packagesHoward Chu5-19/+3
2021-09-27gitian: omit ccache from gitian buildsHoward Chu6-3/+8
2021-09-25cmake: set cpp14 standardselsta1-1/+1
2021-09-16cmake: set required C/C++ standard to 11selsta2-5/+10
2021-09-11depends: update unwind, fix build with ubuntu 21.04selsta2-8/+8
2021-09-04Add simple script for running gitian-buildHoward Chu3-0/+220
2021-09-03external: remove unbound submoduleselsta5-11/+14
2021-08-31Fix parallel make of OpenSSLHoward Chu1-2/+2
2021-08-20support cors wildcardwoodser1-1/+1
2021-08-19epee: link with Boost_SYSTEM_LIBRARYselsta1-0/+2
2021-08-13fix median overflow bugkoe1-1/+2
2021-08-11epee: tidying post-incrementation -> pre-incrementationmj-xmr3-7/+7
2021-08-05p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero1-0/+3
2021-08-04CMake: ccache fix for FreeBSD at 'depends'mj-xmr1-2/+2
2021-07-27Make SSL key/cert storage backward-compatibleNathan Dorfman1-1/+2
2021-07-01depends: add getmonero package mirrorselsta5-5/+8
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr3-233/+291
2021-05-24Fix boost 1.76.0 compatibilityloqs1-0/+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-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-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-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-12async_protocol_handler_config: fix deadlockanon1-28/+24
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-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-07storages: overridable limits for loading portable_storage from binarymoneromooo-monero5-33/+63
2021-01-05epee: also limit number of strings in portable_storagemoneromooo-monero1-1/+11
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
2020-12-31portable_storage: check object limit where appropriatemoneromooo1-1/+6
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-26epee: fix some issues using connections after shutdownmoneromooo-monero1-6/+21