aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06Merge pull request #8228luigi11112-77/+1
2022-04-06Merge pull request #8223luigi11117-39/+34
2022-04-06Merge pull request #8197luigi111134-34/+43
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-04Copyright: Update to 2022mj-xmr34-34/+43
2022-02-19Undefined behaviour fixesSChernykh6-12/+24
2021-11-01Merge pull request #8016luigi11111-14/+9
2021-10-22epee: add missing headerselsta2-0/+2
2021-10-20epee: avoid ADL selecting C++14 std::quotedselsta1-14/+9
2021-09-16cmake: set required C/C++ standard to 11selsta2-5/+10
2021-09-09Merge pull request #7884luigi11111-1/+1
2021-09-09Merge pull request #7858luigi11111-1/+2
2021-08-26Merge pull request #7850luigi11113-7/+7
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-11Merge pull request #7812luigi11111-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-07-27Make SSL key/cert storage backward-compatibleNathan Dorfman1-1/+2
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-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 #7665luigi11111-5/+2
2021-05-09epee: include public openssl header in cmakeselsta1-1/+4
2021-04-27cmake: set 3.5 as minimum versionselsta2-2/+2
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-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 #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-03-29Merge pull request #7439luigi11111-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-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 #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 #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-13readline_buffer: Avoid consecutive duplicates in the historycodesoap1-2/+16
2020-12-10Merge pull request #7009Alexander Blair12-51/+71
2020-12-10Merge pull request #7003Alexander Blair2-18/+8
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-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-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-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-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 Blair21-21/+21
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-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-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-14build: fix boost 1.73 compatibilityselsta2-6/+6
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 2020SomaticFanatic21-21/+21
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett5-4/+386
2020-05-01Merge pull request #6446luigi11112-0/+11
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec2-0/+11
2020-04-04Merge pull request #6387luigi11111-2/+2
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-21Merge pull request #6359luigi11111-3/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser6-159/+260
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-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 #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-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett1-1/+11
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
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero1-5/+43
2020-01-16Merge pull request #6143Alexander Blair1-0/+2
2020-01-16Merge pull request #6133Alexander Blair1-1/+1
2020-01-16Merge pull request #6125Alexander Blair1-1/+8
2020-01-16Merge pull request #6120Alexander Blair1-1/+3
2019-12-16abstract_tcp_server2: guard against negative timeoutsmoneromooo-monero1-5/+16
2019-12-03ssl: server-side: allow multiple version of TLSBertrand Jacquin1-1/+1
2019-11-26net_ssl: load default certificates in CA mode on Windowsmoneromooo-monero1-0/+42
2019-11-25epee: reorder a couple init list fields to match declarationmoneromooo-monero2-2/+2
2019-11-15epee: set application/json MIME type on json errorsmoneromooo-monero1-0/+2
2019-11-14epee: fix peer ids being truncated on displaymoneromooo-monero1-1/+3
2019-11-13Replace memset with memwipe.Bert Peters1-1/+1
2019-11-12epee: fix console_handlers_binder race, wait for thread to finishxiphon1-1/+8
2019-11-11epee: close connection when the peer has done somoneromooo-monero1-1/+7
2019-11-04Improved performance for epee serialization:Lee Clagett6-56/+53
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-1/+2
2019-11-01epee: allow a random component in once_a_time timeoutsmoneromooo-monero1-4/+16
2019-10-25Merge pull request #5357luigi11115-8/+51
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero5-8/+51
2019-10-24Merge pull request #6006luigi11111-2/+6
2019-10-22epee: use SO_REUSEADDR on non-Windows targetsxiphon1-2/+6
2019-10-22Merge pull request #5996luigi11112-2/+11
2019-10-22Merge pull request #5986luigi11111-1/+1
2019-10-22Merge pull request #5966luigi11113-1/+53
2019-10-21Support median block size > 4 GBmoneromooo-monero3-1/+53