aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Revert "http_client: reduce number of packets sent for small bodies"jeffro2561-26/+16
2023-10-15http_client: reduce number of packets sent for small bodiesjeffro2561-16/+26
2023-09-22storages: change error log category to serializationselsta2-0/+6
2023-08-10wallet-rpc: restore from multisig seedjeffro2561-0/+10
2023-07-06Merge pull request #8900luigi11111-4/+1
2023-06-09properly terminate interrupted TCP connection. fixes #8685j-berman1-4/+1
2023-05-08fix missing <cstdint> includestobtoht2-0/+2
2022-07-15Merge pull request #8435v0.18.0.0luigi11111-0/+10
2022-07-13Template hash func to fix compiler error on < gcc-6j-berman1-0/+10
2022-07-08address PR commentsj-berman2-378/+376
2022-07-05connection: fix implementationanon3-811/+1133
2022-05-26Merge pull request #8337luigi11111-1/+0
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-10Merge pull request #8301luigi11111-1/+1
2022-05-10Merge pull request #8279luigi11112-237/+1
2022-05-10Merge pull request #8278luigi11113-302/+0
2022-05-10Merge pull request #8226luigi11113-5/+5
2022-04-28Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey1-1/+1
2022-04-25Merge pull request #8275luigi11112-0/+12
2022-04-25Merge pull request #8248luigi11113-72/+0
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-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.hJeffrey5-233/+32
2022-04-18Trimming FatJeffrey4-104/+0
2022-04-18Boring Old DeletesJeffrey40-8174/+0
2022-04-10epee: allow copying a rolling_median_t objectmoneromooo-monero1-1/+14
2022-04-09Remove serialization/enableableJeffrey3-72/+0
2022-04-06Merge pull request #8228luigi11111-39/+1
2022-04-06Merge pull request #8223luigi11117-39/+34
2022-04-06Merge pull request #8197luigi111118-18/+23
2022-03-30Remove dead code from parserse_base_utils and fix unit testsJeffrey1-39/+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-xmr18-18/+23
2022-02-19Undefined behaviour fixesSChernykh6-12/+24
2021-09-09Merge pull request #7884luigi11111-1/+1
2021-08-20support cors wildcardwoodser1-1/+1
2021-08-13fix median overflow bugkoe1-1/+2
2021-08-05p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero1-0/+3
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr1-232/+8
2021-06-10Merge pull request #7661luigi11111-4/+4
2021-05-24Fix boost 1.76.0 compatibilityloqs1-0/+2
2021-04-22Merge pull request #7669luigi11115-99/+118
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr10-492/+149
2021-04-16Revert "Merge pull request #7136"luigi11115-118/+99
2021-04-16Merge pull request #7136luigi11115-99/+118
2021-04-16Merge pull request #7002luigi11112-198/+10
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-xmr2-198/+10
2021-03-20Merge pull request #7394luigi11111-1/+2
2021-03-20Merge pull request #7366luigi11112-0/+10
2021-03-20Merge pull request #7274luigi11111-4/+4
2021-03-20Merge pull request #7005luigi11111-1/+1
2021-03-12async_protocol_handler_config: fix deadlockanon1-28/+24
2021-03-05Merge pull request #7399luigi11111-2/+14
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 Clagett2-0/+10
2021-02-06Reduce compilation time of epee/portable_storage.hmj-xmr8-215/+21
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 Clagett5-99/+118
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 Clagett5-99/+118
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 Blair4-12/+12
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 detectionanon4-12/+12
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-10Merge pull request #7009Alexander Blair10-50/+41
2020-12-10Merge pull request #7003Alexander Blair1-14/+1
2020-12-08Fixed issues found by static analysisSChernykh1-1/+0
2020-11-09epee: tighten the URL parsing regexp a littlemoneromooo-monero1-4/+4
2020-10-13Change to more efficient allocation strategy in byte_streamLee Clagett1-14/+1
2020-10-13Allow byte_stream->byte_slice conversion to shrink unused buffer spaceLee Clagett1-1/+1
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett10-50/+41
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 Blair2-8/+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 configurationxiphon2-8/+1
2020-07-19Merge pull request #6516Alexander Blair2-7/+0
2020-07-19Merge pull request #6512Alexander Blair11-11/+11
2020-06-21epee: fix array underflow in unicode parsingmoneromooo-monero1-1/+1
2020-06-08Merge pull request #6539luigi11111-6/+6
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett4-17/+17
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-11remove double includessumogr2-7/+0
2020-05-06Update copyright year to 2020SomaticFanatic11-11/+11
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2-1/+249
2020-05-01Merge pull request #6446luigi11112-0/+11
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec2-0/+11
2020-04-04Merge pull request #6351luigi11113-38/+24
2020-04-04Merge pull request #6339luigi11112-2/+2
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett1-1/+9
2020-04-15Allow wallet2.h to run in WebAssemblywoodser4-158/+117
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-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-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett3-34/+19
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-17remove empty statementsInterchained2-2/+2
2020-02-12console_handler: do not let exception past the dormoneromooo-monero1-3/+7
2020-02-06Merge pull request #6182Alexander Blair1-1/+1
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-11-25epee: reorder a couple init list fields to match declarationmoneromooo-monero1-1/+1
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-04Improved performance for epee serialization:Lee Clagett6-56/+53
2019-11-11epee: close connection when the peer has done somoneromooo-monero1-1/+7
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 #5357luigi11114-7/+50
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero4-7/+50
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 #5996luigi11111-0/+1
2019-10-22Merge pull request #5986luigi11111-1/+1
2019-10-22Merge pull request #5966luigi11111-0/+3
2019-10-21Support median block size > 4 GBmoneromooo-monero1-0/+3
2019-10-18epee: fix SSL server handshake, run_one() can block, use poll_one()xiphon1-0/+1
2019-10-16Merge pull request #5911luigi11111-0/+5
2019-10-15levin: armour against some "should not happen" casemoneromooo-monero1-0/+5
2019-10-14Merge pull request #5947luigi11111-4/+2
2019-10-14Merge pull request #5937luigi11111-1/+1
2019-10-14abstract_tcp_server2: move "Trying to connect" from error to debugmoneromooo-monero1-1/+1
2019-10-08Merge pull request #5918luigi11112-2/+6
2019-10-08Merge pull request #5917luigi11111-1/+2
2019-10-02epee: tcp server - set SO_LINGER instead of SO_REUSEADDR optionxiphon1-4/+2
2019-09-30Merge pull request #5910luigi11111-0/+5
2019-09-30Merge pull request #5893luigi11111-1/+13
2019-09-27abstract_tcp_server2: log pointer, not contents, where appropriatemoneromooo-monero1-1/+1
2019-09-24epee: misc_log_ex.h can now be used in C codemoneromooo-monero1-0/+26
2019-09-17epee: implement handshake timeout for SSL connectionsxiphon2-2/+6
2019-09-16epee: fix network timeouts in blocked_mode_clientxiphon1-1/+2
2019-09-16Properly format multiline logsmoneromooo-monero1-21/+21
2019-09-14Merge pull request #5898luigi11111-1/+1
2019-09-12abstract_tcp_server2: fix lingering connectionsmoneromooo-monero1-0/+5
2019-09-08depends: fix MacOS build with Clang 3.7.1Lee Clagett1-1/+1
2019-09-08epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO)anonimal1-1/+13
2019-09-04Fix IP address serialization on big endianmoneromooo-monero1-1/+15
2019-09-04storages: fix "portable" storage on big endianmoneromooo-monero4-3/+99
2019-09-04storages: fix writing varints on big endianmoneromooo-monero1-1/+1
2019-09-04epee: fix local/loopback checks on big endianmoneromooo-monero1-0/+7