aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-14Merge pull request #5947luigi11111-4/+2
2019-10-14Merge pull request #5937luigi11111-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
2019-09-04Merge pull request #5824luigi11111-1/+1
2019-09-04Merge pull request #5814luigi11111-91/+0
2019-09-04Merge pull request #5536luigi11112-13/+78
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-15Merge pull request #5674luigi11111-0/+24
2019-08-15Merge pull request #5649luigi11112-2/+6
2019-08-15Remove unused code under WINDWOS_PLATFORM guardTom Smeding1-88/+0
2019-07-31Add IPv6 supportThomas Winget6-64/+416
2019-07-24Merge pull request #5531luigi11111-4/+8
2019-07-24Merge pull request #5530luigi11111-2/+0
2019-07-24Merge pull request #5528luigi11111-1/+1
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-11Merge pull request #5618luigi11111-6/+4
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-07Merge pull request #5509Riccardo Spagni1-0/+3
2019-05-07Merge pull request #5499Riccardo Spagni1-0/+236
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-24Merge pull request #5482Riccardo Spagni1-0/+1
2019-04-24Merge pull request #5479Riccardo Spagni1-1/+1
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-16Merge pull request #5445Riccardo Spagni1-0/+12
2019-04-16Merge pull request #5436Riccardo Spagni1-3/+4
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-04-06Merge pull request #5375Riccardo Spagni1-0/+1
2019-04-06Merge pull request #5348Riccardo Spagni4-8/+11
2019-04-01Merge pull request #5327Riccardo Spagni2-1/+5
2019-04-01Merge pull request #5309Riccardo Spagni1-0/+1
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-24Merge pull request #5285Riccardo Spagni1-0/+1
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72-1/+5
2019-03-21Merge pull request #5283Riccardo Spagni1-5/+6
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-17Merge pull request #5061Riccardo Spagni9-9/+9
2019-03-13console_handler: print newline on EOFmoneromooo-monero1-0/+1
2019-03-08Fix startup errors with SSL cert generationHoward Chu1-1/+0
2019-03-05Update 2019 copyrightbinaryFate9-9/+9
2019-03-05epee: add SSL supportMartijn Otto7-19/+31
2019-03-04default initialize rpc structuresmoneromooo-monero2-0/+19
2019-03-04Merge pull request #5162Riccardo Spagni2-6/+14
2019-03-04Merge pull request #5160Riccardo Spagni1-1/+1
2019-03-04Merge pull request #5113Riccardo Spagni1-0/+1
2019-03-04Merge pull request #5102Riccardo Spagni2-0/+417
2019-03-04Merge pull request #5096Riccardo Spagni1-1/+2
2019-03-04Merge pull request #5091Riccardo Spagni1-1/+4
2019-02-18epee: Add space after ':' in additional http response headersTom Smeding1-1/+1
2019-02-10Use io_service::work in epee tcp serverLee Clagett2-6/+14
2019-02-09Fixed missing return value in once_a_time class on windowsMarkus Behm1-0/+1
2019-02-02epee: add SSL supportmoneromooo-monero8-198/+539
2019-02-01network_throttle: use circular_buffer where appropriatemoneromooo-monero1-1/+2
2019-01-30i2p: initial supportJethro Grassie1-1/+4
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett5-98/+267
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-6/+6
2019-01-28performance_tests: better stats, and keep track of timing historymoneromooo-monero2-0/+417
2019-01-22Pruningmoneromooo-monero4-2/+29
2019-01-16epee: speedup word/number matchingmoneromooo-monero2-45/+89
2019-01-16Merge pull request #5021Riccardo Spagni2-3/+13
2019-01-16Merge pull request #5001Riccardo Spagni1-30/+0
2019-01-16Merge pull request #4976Riccardo Spagni11-54/+128
2019-01-06Merge pull request #4950Riccardo Spagni1-8/+15
2019-01-06Merge pull request #4949Riccardo Spagni1-9/+30
2019-01-06Merge pull request #4938Riccardo Spagni2-38/+18
2018-12-31Merge pull request #4933luigi11112-2/+2
2018-12-27epee: speed up json parsingmoneromooo-monero2-3/+13
2018-12-23epee: better network buffer data structuremoneromooo-monero11-54/+128
2018-12-23Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett1-30/+0
2018-12-08epee: speed up string matching a bitmoneromooo-monero1-2/+6
2018-12-08epee: avoid string allocation when parsing a pod from stringmoneromooo-monero1-36/+12
2018-12-07easylogging++: check allowed categories before loggingmoneromooo-monero1-8/+15
2018-12-07add a once_a_time_milliseconds classmoneromooo-monero1-9/+30
2018-12-04Merge pull request #4866Riccardo Spagni6-57/+371
2018-12-04Merge pull request #4880Riccardo Spagni1-0/+9
2018-12-04epee: fix network packet header field endiannessmoneromooo-monero5-57/+113
2018-12-04move int-util.h to epeemoneromooo-monero1-0/+258
2018-12-04Merge pull request #4854Riccardo Spagni4-18/+4
2018-12-04Merge pull request #4853Riccardo Spagni1-1/+1
2018-12-04Merge pull request #4850Riccardo Spagni1-15/+35
2018-12-04Changed RECIEVED to RECEIVED in log messages.Norman Moeschter2-2/+2
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-0/+2
2018-11-26Merge pull request #4819Riccardo Spagni2-6/+10
2018-11-21blockchain_stats: don't use gmtime_r on Windowsmoneromooo-monero1-0/+9
2018-11-16Merge pull request #4807Riccardo Spagni1-1/+6
2018-11-16Merge pull request #4775Riccardo Spagni1-11/+41
2018-11-15epee: speed up parse_hexstr_to_binbuff a littleHoward Chu1-15/+35
2018-11-15Removed a lot of unnecessary includesMartijn Otto4-18/+4
2018-11-15various: do not propagate exception through dtormoneromooo-monero1-1/+1
2018-11-07No longer use a list for registering self references in the abstract tcpMartijn Otto2-6/+10
2018-11-06Merge pull request #4740Riccardo Spagni1-0/+2
2018-11-06Merge pull request #4709Riccardo Spagni1-2/+4
2018-11-06Merge pull request #3970Riccardo Spagni1-2/+4
2018-11-05epee: log HTTP/RPC calls at info levelmoneromooo-monero1-1/+6
2018-11-01epee: speed up json number parsingmoneromooo-monero1-11/+41
2018-10-27tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined'xiphon1-0/+2
2018-10-26Merge pull request #4573Riccardo Spagni1-0/+1
2018-10-24epee: some minor speedup in parsingmoneromooo-monero1-2/+4
2018-10-20console_handler: add a global log when exiting via EOFmoneromooo-monero1-1/+4
2018-10-15Merge pull request #4489Riccardo Spagni4-10/+11
2018-10-12readline_buffer: fix "cursor in prompt" bugmoneromooo-monero1-0/+1
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero2-6/+5
2018-10-02epee: initialize a few data members where it seems to be appropriatemoneromooo-monero1-1/+3
2018-10-02abstract_tcp_server2: move m_period to subclassmoneromooo-monero1-5/+6
2018-10-02connection_basic: remove unused floating time start timemoneromooo-monero1-3/+0
2018-10-02Catch more exceptions in dtorsmoneromooo-monero1-1/+2
2018-09-29Merge pull request #4459Riccardo Spagni3-2/+10
2018-09-25epee: fix stack overflow on crafted inputmoneromooo-monero1-5/+8
2018-09-25epee: fix invalid memory write reading an array entrymoneromooo-monero1-0/+8
2018-09-21Merge pull request #4209Riccardo Spagni1-6/+40
2018-09-18Merge pull request #4306Riccardo Spagni2-1/+19
2018-09-18Merge pull request #3430Riccardo Spagni1-1/+1
2018-09-14Merge pull request #4307Riccardo Spagni1-4/+20
2018-09-12wipeable_string: add hex_to_pod functionmoneromooo-monero2-1/+19
2018-09-10Modify depends for monero's dependenciesTheCharlatan1-1/+1
2018-09-09abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero1-4/+4
2018-09-04Merge pull request #4270luigi11112-1/+14
2018-08-27epee: use the socket::bind variant which does not throwmoneromooo-monero1-2/+18
2018-08-19epee: some speedup in parsingmoneromooo-monero1-1/+8
2018-08-17epee: resize vectors where possible in serializationmoneromooo-monero1-0/+6
2018-08-16common: add a class to safely wrap mlock/munlockmoneromooo-monero2-0/+94
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+9
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero3-1/+77
2018-08-15Merge pull request #4177luigi11111-0/+1
2018-08-15Merge pull request #4130luigi11112-1/+9
2018-08-15Merge pull request #4090luigi11111-5/+13
2018-08-03Added features to epee::span<T> :Lee Clagett1-6/+40
2018-07-25epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero1-0/+1
2018-07-15abstract_tcp_server2: fix race on shutdownmoneromooo-monero2-1/+9
2018-07-03http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero1-1/+1
2018-07-03http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero1-4/+12
2018-07-03Merge pull request #4080Riccardo Spagni1-2/+2
2018-07-03Merge pull request #3997Riccardo Spagni1-4/+19
2018-06-29abstract_tcp_server2: fix use after freemoneromooo-monero1-2/+2
2018-06-28epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2-15/+45
2018-06-25Merge pull request #3971luigi11111-1/+1
2018-06-25Merge pull request #3962luigi11114-19/+75
2018-06-20Merge pull request #3902luigi11111-1/+1
2018-06-20Merge pull request #3897luigi11111-1/+2
2018-06-19Merge pull request #3878luigi11111-3/+3
2018-06-19Merge pull request #3821luigi11111-1/+1
2018-06-18abstract_tcp_server2: restart async accept on errormoneromooo-monero1-4/+19
2018-06-13wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2-18/+18
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu1-1/+2
2018-06-10epee: adaptive connection timeout systemmoneromooo-monero4-19/+75
2018-06-09epee: fix include for ofstreammoneromooo-monero1-1/+1
2018-06-09abstract_tcp_server2: fix busy calling of idle IO servicemoneromooo-monero1-2/+4
2018-06-01epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero1-1/+1
2018-05-28disable file size sanity check when loading the wallet cachemoneromooo-monero1-3/+3
2018-05-27http_protocol_handler: limit the number of starting newlinesmoneromooo-monero3-1/+12