aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-06net: enable IPv6 by defaultBertrand Jacquin3-45/+47
2024-04-06net: define IPv4 object explicitlyBertrand Jacquin3-32/+32
2024-03-10Revert "http_client: reduce number of packets sent for small bodies"jeffro2561-26/+16
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
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-06Add compile-time check for input iterators in ::wire array writingLee *!* Clagett1-1/+8
2023-10-25epee: remove dead code in math_helper and string_toolsjeffro2562-200/+6
2023-09-22storages: change error log category to serializationselsta2-0/+6
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 Ryan1-0/+27
2023-05-22Add to_hex::bufferLee *!* Clagett1-0/+3
2023-05-21Add byte_stream `value_type` and `data()`Lee *!* Clagett1-0/+2
2023-05-06fix missing <cstdint> includestobtoht2-0/+2
2023-03-20epee: protect base64_chars, removed dead functions, speed up compileJeffro2563-17/+6
2023-03-19http_client: reduce number of packets sent for small bodiesjeffro2561-16/+26
2023-03-19epee: remove dead code in net_helperJeffro2561-166/+0
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-16Copyright: Update to 2023mj-xmr17-17/+17
2023-01-01epee: when loading a JSON RPC payload, ensure params is an objectmoneromooo-monero1-0/+10
2022-11-13epee: remove dead HTTP codeJeffrey Ryan3-65/+0
2022-09-26Remove invoke function in levin handlerLee Clagett1-86/+2
2022-09-14levin_abstract_invoke: remove dead codeJeffrey Ryan1-72/+0
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-06-17Remove async_blocked_mode_clientJeffrey Ryan1-113/+0
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-04-28Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey1-1/+1
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-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-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-05-24Fix boost 1.76.0 compatibilityloqs1-0/+2
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-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2-198/+10
2021-03-12async_protocol_handler_config: fix deadlockanon1-28/+24
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 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-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 detectionanon4-12/+12
2020-12-27portable_storage: remove overly aggressive cutoffmoneromooo-monero1-2/+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-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-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-06-21epee: fix array underflow in unicode parsingmoneromooo-monero1-1/+1
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-27trezor: adapt to new passphrase mechanismDusan Klinec2-0/+11
2020-04-15Allow wallet2.h to run in WebAssemblywoodser4-158/+117
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2-1/+249
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett1-1/+9
2020-03-31p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero1-1/+6
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-17remove empty statementsInterchained2-2/+2
2020-02-12console_handler: do not let exception past the dormoneromooo-monero1-3/+7
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
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-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-25daemon, wallet: new pay for RPC use systemmoneromooo-monero4-7/+50
2019-10-22epee: use SO_REUSEADDR on non-Windows targetsxiphon1-2/+6
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-15levin: armour against some "should not happen" casemoneromooo-monero1-0/+5
2019-10-14abstract_tcp_server2: move "Trying to connect" from error to debugmoneromooo-monero1-1/+1
2019-10-02epee: tcp server - set SO_LINGER instead of SO_REUSEADDR optionxiphon1-4/+2
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-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
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero2-13/+78
2019-08-23syncobj.h no longer defines shared_guard, so remove those define'sTom Smeding1-3/+0
2019-08-20fix feature not introduced until boost 1.66Jethro Grassie1-1/+1
2019-08-19epee: fix connections not being properly closed in some instancesmoneromooo-monero1-1/+1
2019-08-16epee: support unicode in parsed stringsmoneromooo-monero2-22/+61
2019-08-15Remove unused code under WINDWOS_PLATFORM guardTom Smeding1-88/+0
2019-07-31Add IPv6 supportThomas Winget6-64/+416
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett7-61/+158
2019-07-16Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett8-147/+234
2019-07-16allow blocking whole subnetsmoneromooo-monero2-2/+49
2019-06-19p2p: close the right number of connections on setting max in/out peersmoneromooo-monero1-0/+24
2019-06-16Bans for RPC connectionsHoward Chu2-2/+6
2019-06-14abstract_tcp_server2: improve DoS resistancemoneromooo-monero1-4/+5
2019-06-14epee: basic sanity check on allocation size from untrusted sourcemoneromooo-monero1-0/+1
2019-06-10epee: fix SSL autodetect on reconnectionxiphon1-6/+4
2019-06-09Fix GCC 9.1 build warningsmoneromooo-monero1-0/+5
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett1-0/+38
2019-05-10abstract_tcp_server2: move some things out of a lockmoneromooo-monero1-4/+8
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-2/+0
2019-05-10net_utils: fix m_ssl type from time_t to boolmoneromooo-monero1-1/+1
2019-05-07net_ssl: SSL config tweaks for compatibility and securitymoneromooo-monero1-0/+3
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero1-0/+236
2019-04-26change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero1-0/+2
2019-04-23net_helper: clear recv buffer on eofmoneromooo-monero1-0/+1
2019-04-22levin_protocol_handler_async: tune down preallocation a fair bitmoneromooo-monero1-1/+1
2019-04-21serialization: set default log categorymoneromooo-monero2-0/+6
2019-04-18epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecatedmoneromooo-monero1-1/+1
2019-04-15wallet: new --offline optionmoneromooo-monero1-0/+12
2019-04-13net_helper: avoid unnecessary memcpymoneromooo-monero1-3/+4
2019-04-12abstract_tcp_server2: fix timeout on exitmoneromooo-monero2-2/+9
2019-04-11epee: init a new ssl related variable in ctormoneromooo-monero1-0/+1
2019-04-11simplewallet: new net_stats commandmoneromooo-monero2-2/+30
2019-04-07Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett1-0/+3
2019-04-07Require manual override for user chain certificates.Lee Clagett1-1/+2
2019-04-07Perform RFC 2818 hostname verification in client SSL handshakesLee Clagett2-2/+14
2019-04-07Require server verification when SSL is enabled.Lee Clagett1-0/+6
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett7-111/+152
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett6-23/+20
2019-03-31Add missing includeLeon Klingele1-0/+1
2019-03-25epee: some more minor JSON parsing speedupmoneromooo-monero4-8/+11
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett4-75/+79
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72-1/+5
2019-03-21epee: fix build with boost 1.70.0moneromooo-monero1-5/+11
2019-03-19abstract_tcp_server2: fix crashy race on socket shutdownmoneromooo-monero1-5/+6
2019-03-18Implement array_entry_t copy constructorGuido Vranken1-0/+1
2019-03-13console_handler: print newline on EOFmoneromooo-monero1-0/+1
2019-03-08Fix startup errors with SSL cert generationHoward Chu1-1/+0