Age | Commit message (Expand) | Author | Files | Lines |
2018-01-26 | Readd copyright starting date | xmr-eric | 4 | -4/+4 |
2018-01-26 | Update 2018 copyright | xmr-eric | 8 | -8/+8 |
2018-01-26 | levin_protocol_handler_async: erase from back of vector instead of front | stoffu | 1 | -1/+1 |
2018-01-18 | Remove is_pod trait, and replace with is_standard_layout requirement | Lee Clagett | 3 | -12/+15 |
2018-01-11 | epee: detect strptime, use std::get_time as fallback | moneromooo-monero | 1 | -0/+6 |
2018-01-10 | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 1 | -0/+84 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 4 | -7/+9 |
2017-12-27 | epee: check some error return values | moneromooo-monero | 1 | -8/+18 |
2017-12-23 | Fix Windows build | dEBRUYNE-1 | 1 | -0/+4 |
2017-12-23 | http_client: rewrite header parsing manually for speed | moneromooo-monero | 1 | -74/+95 |
2017-12-23 | tests: add http client fuzz test | moneromooo-monero | 1 | -3/+14 |
2017-12-22 | factor STL container serialization | moneromooo-monero | 1 | -1/+0 |
2017-12-21 | epee: use strptime instead of std::get_time, for compatibility | moneromooo-monero | 1 | -3/+3 |
2017-12-18 | network_throttle: remove unused xxx static member | moneromooo-monero | 1 | -2/+0 |
2017-12-18 | abstract_tcp_server2: log init_server errors as fatal | moneromooo-monero | 1 | -1/+11 |
2017-12-18 | net_parse_helpers: fix regex error checking | moneromooo-monero | 1 | -2/+2 |
2017-12-18 | catch const exceptions | moneromooo-monero | 1 | -1/+1 |
2017-12-18 | add empty container sanity checks when using front() and back() | moneromooo-monero | 1 | -1/+1 |
2017-12-18 | epee: trap failure to parse URI from request | moneromooo-monero | 1 | -1/+6 |
2017-12-16 | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 4 | -2/+444 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 18 | -75/+40 |
2017-12-16 | Scrub keys from memory just before scope end. | moneromooo-monero | 1 | -1/+1 |
2017-12-15 | levin_protocol_handler_async: another attempt at fixing at exception | moneromooo-monero | 1 | -3/+12 |
2017-12-15 | Revert "epee: keep a ref to a connection we're deleting" | moneromooo-monero | 1 | -8/+2 |
2017-12-15 | levin_protocol_handler_async: add missing response handler locking | moneromooo-monero | 1 | -5/+9 |
2017-12-15 | epee: add a get_file_size function | moneromooo-monero | 1 | -0/+20 |
2017-12-11 | levin_protocol_handler_async: call handler destroy function on dtor | moneromooo-monero | 1 | -0/+1 |
2017-12-09 | net_utils_base: fix peer list parsing | moneromooo-monero | 1 | -3/+25 |
2017-12-07 | epee: add do while(0) around brace statement in a macro | moneromooo-monero | 1 | -1/+1 |
2017-12-01 | epee: fix kv_unserialize return value when a field is not found | moneromooo-monero | 1 | -2/+2 |
2017-11-28 | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 1 | -5/+4 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 2 | -3/+73 |
2017-11-26 | Added command descriptions | Cifrado | 1 | -9/+15 |
2017-11-16 | RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflight | Tim L | 1 | -0/+3 |
2017-11-14 | epee: don't disable -Wtautological-constant-out-of-range-compare on GCC | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -2/+0 |
2017-11-07 | RPC: get_info add rpc_connections_count | Tim L | 2 | -0/+11 |
2017-11-03 | Fix file permission issue | Tim L | 6 | -0/+0 |
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 6 | -17/+60 |
2017-10-28 | epee: disable a spurious warning for a storage function | moneromooo-monero | 1 | -0/+1 |
2017-10-20 | net_helper: fix massive slowdown after SSL support | moneromooo-monero | 1 | -5/+5 |
2017-10-17 | epee: use boost type for SSL error code | redfish | 1 | -1/+9 |
2017-10-15 | add string_tools::validate_hex() | Jaquee | 1 | -0/+6 |
2017-10-15 | Serializer: string to integer conversion for MyMonero compatibility | Jaquee | 1 | -0/+27 |
2017-10-15 | epee http_client SSL support | Jaquee | 3 | -46/+111 |
2017-10-09 | Fix an object lifetime bug in net load tests | moneromooo-monero | 4 | -5/+26 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 2 | -5/+5 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -5/+41 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 2 | -71/+127 |
2017-09-27 | copyable_atomic: add a ctor with initial value | moneromooo-monero | 1 | -0/+2 |
2017-09-25 | serialization: add deque serialization | moneromooo-monero | 1 | -0/+36 |
2017-09-25 | http_base: init size_t in http_request_info ctor | moneromooo-monero | 1 | -1/+2 |
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 1 | -0/+1 |
2017-09-19 | epee: keep a ref to a connection we're deleting | moneromooo-monero | 1 | -2/+8 |
2017-09-18 | epee: give virtual dtor to network_address_base | moneromooo-monero | 1 | -0/+3 |
2017-09-17 | daemon, wallet: add --max-log-file-size option | selsta | 1 | -1/+2 |
2017-08-23 | print peer id in 0 padded hex for consistency | moneromooo-monero | 1 | -0/+12 |
2017-08-22 | http_client: add getters for host and port | moneromooo-monero | 1 | -0/+3 |
2017-08-22 | Simplify readline support | Howard Chu | 2 | -18/+16 |
2017-08-16 | abstract_tcp_server2: improve tracking/cancelling of early connections | moneromooo-monero | 2 | -22/+15 |
2017-08-16 | Construct on first use for completion_commands | Jethro Grassie | 1 | -11/+3 |
2017-08-09 | epee: fixup KV_SERIALIZE_OPT to work in more cases | moneromooo-monero | 1 | -1/+4 |
2017-08-07 | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 1 | -0/+14 |
2017-08-05 | epee: remove a couple unused locals | moneromooo-monero | 1 | -2/+2 |
2017-08-02 | simplewallet: add (out of sync) or (no daemon) markers in the prompt | moneromooo-monero | 1 | -11/+16 |
2017-08-01 | p2p: move m_in_timedsync from connection_context to p2p_connection_context | moneromooo-monero | 1 | -3/+0 |
2017-08-01 | epee: add nanosecond timer and pause/restart profiling macros | moneromooo-monero | 2 | -5/+17 |
2017-07-24 | epee: add a KV_SERIALIZE variant for optional parameters | moneromooo-monero | 1 | -0/+7 |
2017-07-24 | Make msgwriter logs go to file only | moneromooo-monero | 1 | -0/+1 |
2017-07-09 | Add various readline related fixes | Jethro Grassie | 2 | -0/+19 |
2017-07-05 | epee: don't send the body of the response to a HEAD HTTP request | Guillaume LE VAILLANT | 1 | -1/+1 |
2017-07-05 | Fix spelling errors | Erik de Castro Lopo | 6 | -9/+9 |
2017-07-02 | epee: Remove unused variable | Erik de Castro Lopo | 1 | -1/+0 |
2017-07-01 | Fix issue #2119 SEGV | Howard Chu | 1 | -15/+20 |
2017-06-28 | abstract_tcp_server2: guard against accessing lock on a destroyed object | moneromooo-monero | 1 | -3/+3 |
2017-06-28 | Remove typeid use in network_address | moneromooo-monero | 1 | -3/+2 |
2017-06-26 | Fix #2071: remove declaration of unused variable "it" in epee | binaryFate | 1 | -1/+0 |
2017-06-24 | Add readline improvements | Jethro Grassie | 1 | -1/+5 |
2017-06-21 | readline_buffer: add a couple const | moneromooo-monero | 1 | -2/+2 |
2017-06-19 | net_utils_base: added missing template keyword | kenshi84 | 1 | -1/+1 |
2017-06-18 | Add readline support to cli | jethro | 2 | -0/+81 |
2017-06-15 | Don't issue a new timedsync while one is already in progress | Howard Chu | 1 | -0/+3 |
2017-06-15 | Don't timeout a slow operation that's making progress | Howard Chu | 1 | -9/+46 |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 8 | -26/+122 |
2017-04-25 | Removed some unused epee functions | Lee Clagett | 3 | -726/+2 |
2017-04-11 | Simplified the implementation and features of span | Lee Clagett | 3 | -194/+137 |
2017-04-11 | Improvements for epee binary to hex functions: | Lee Clagett | 3 | -28/+257 |
2017-04-10 | setThreadName moved in new version of easylogging++ | moneromooo-monero | 1 | -1/+1 |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -9/+0 |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 4 | -31/+16 |
2017-03-05 | http_client: allow cancelling a download | moneromooo-monero | 1 | -2/+10 |
2017-03-05 | http_client: allow derived class to get headers at start | moneromooo-monero | 1 | -0/+11 |
2017-02-24 | Updated default RPC timeout from 5 seconds to 15 seconds | Lee Clagett | 1 | -4/+4 |
2017-02-21 | http_server_impl_base: set bind message to MGINFO | anonimal | 1 | -1/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-20 | http_client: add a couple consts | moneromooo-monero | 1 | -2/+2 |
2017-02-12 | epee: fix some log macros not printing context nicely | moneromooo-monero | 1 | -5/+5 |
2017-02-12 | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 1 | -2/+3 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 6 | -45/+85 |
2017-02-06 | disable ELPP_STACKTRACE_ON_CRASH for android | MoroccanMalinois | 1 | -0/+2 |
2017-02-04 | Use easylogging++'s stack trace facility where possible | moneromooo-monero | 1 | -1/+2 |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 4 | -200/+80 |
2017-01-20 | removing some unsed epee files | moneroexamples | 1 | -132/+0 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 30 | -1466/+283 |
2017-01-14 | inline unused function (for unused-function warning) | Chris Vickio | 1 | -1/+1 |
2017-01-11 | Added (not yet enabled) HTTP client authentication | Lee Clagett | 3 | -22/+101 |
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 1 | -1/+1 |
2016-12-30 | Workarounds for gcc 4.8 | Lee Clagett | 1 | -3/+10 |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 4 | -6/+103 |
2016-12-04 | Spelling in errors | taushet | 1 | -1/+1 |
2016-11-28 | epee: add functions to convert from URL format (ie, %XX values) | moneromooo-monero | 1 | -0/+30 |
2016-11-28 | epee: signal cond var before unlocking | moneromooo-monero | 1 | -1/+1 |
2016-11-23 | Fix DNS failures in offline mode preventing daemon startup | moneromooo-monero | 1 | -3/+3 |
2016-11-17 | epee: blind attempt to fix exit hang on windows | moneromooo-monero | 1 | -0/+14 |
2016-11-12 | levin: fix wrong value passed as return code to remote call | moneromooo-monero | 1 | -1/+1 |
2016-10-31 | adding static_assert to pod functions in string tools | Lee Clagett | 1 | -0/+4 |
2016-10-27 | Unkonown -> unknown | NanoAkron | 1 | -1/+1 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 2 | -14/+1 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 5 | -12/+31 |
2016-09-01 | epee: do not try network resolution if loopback worked | moneromooo-monero | 1 | -1/+1 |
2016-07-03 | allow peers without port | moneromooo-monero | 1 | -4/+9 |
2016-06-22 | contrib: epee: add missing noexcept spec to class decl | redfish | 1 | -1/+1 |
2016-06-19 | Require 64/16 characters for payment ids | moneromooo-monero | 1 | -1/+3 |
2016-05-18 | contrib: epee: add exception spec to throwing destructors | redfish | 3 | -3/+3 |
2016-05-14 | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 1 | -2/+4 |
2016-05-01 | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 1 | -1/+9 |
2016-04-17 | abstract_tcp_server2: fix send queue limit warning spam | moneromooo-monero | 1 | -1/+1 |
2016-04-17 | abstract_tcp_server2: avoid deadlock waiting for send queue to drain | moneromooo-monero | 1 | -2/+5 |
2016-04-06 | Fix get_tick_count() on Windows | Howard Chu | 1 | -5/+7 |
2016-04-02 | epee: flush output after a message | moneromooo-monero | 1 | -0/+1 |
2016-03-27 | abstract_tcp_server2: possible fix for exception in handle_accept | moneromooo-monero | 1 | -4/+17 |
2016-03-25 | remove unecessary and bad std::move from portable_storage_template_helper.h | Riccardo Spagni | 1 | -2/+2 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 3 | -4/+4 |
2016-03-20 | epee: fix potential hang on exit | moneromooo-monero | 1 | -0/+8 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 3 | -4/+4 |
2016-03-12 | epee: fix bug deleting more than one connection at once | moneromooo-monero | 1 | -0/+1 |
2016-03-11 | WIN32 thread_id is OS-dependent not compiler-dependent | Howard Chu | 1 | -1/+7 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 4 | -19/+19 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 1 | -5/+12 |
2016-02-18 | Fix crash in std::map for connections_map | Howard Chu | 1 | -1/+2 |
2016-02-18 | std::condvar is broken on Win32 with gcc/g++ 4.8 too | Howard Chu | 1 | -6/+4 |
2016-02-18 | Use boost::thread instead of std::thread | Howard Chu | 1 | -2/+3 |
2016-02-13 | epee: always call the PRNG through the locked API | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | epee: use generate_random_bytes for new random uuids | moneromooo-monero | 1 | -1/+6 |
2016-01-30 | epee: remove dodgy random code that nobody uses | moneromooo-monero | 1 | -9/+0 |
2016-01-27 | more typos fixed | Henning Kopp | 1 | -1/+1 |
2016-01-25 | more typos fixed | Henning Kopp | 1 | -1/+1 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 1 | -0/+7 |
2016-01-03 | ARM chars are unsigned | Howard Chu | 1 | -1/+1 |
2016-01-02 | IP_TOS not supported before Windows7 | Howard Chu | 1 | -1/+4 |
2015-12-23 | epee: regularly cleanup connections we kept a reference to | moneromooo-monero | 2 | -4/+23 |
2015-12-22 | epee: fix hang on exit | moneromooo-monero | 2 | -1/+25 |
2015-12-19 | epee: make log macros behave like statements | moneromooo-monero | 1 | -22/+22 |
2015-12-06 | console_handler: catch exception inside the input loop | moneromooo-monero | 1 | -32/+37 |
2015-11-28 | wallet: optional automatic refresh from the daemon | moneromooo-monero | 1 | -9/+21 |
2015-11-27 | core_rpc_server: add a --restricted-rpc option | moneromooo-monero | 1 | -2/+4 |
2015-11-23 | Add IP blocking for misbehaving nodes (adapted from Boolberry) | Javier Smooth | 1 | -3/+1 |
2015-10-21 | console_handler: silence spurious message when exiting daemon | moneromooo-monero | 1 | -1/+1 |
2015-08-16 | epee: Don't set log file name when process path name isn't found | warptangent | 1 | -1/+2 |
2015-07-18 | console_handler: do not call a NULL function pointer | moneromooo-monero | 1 | -1/+2 |
2015-07-18 | console_handler: check for eof before trying to use input | moneromooo-monero | 1 | -4/+5 |
2015-06-03 | fix ^D exit for bitmonerod | moneromooo-monero | 1 | -8/+8 |
2015-05-30 | console_handler: handle EOF properly | moneromooo-monero | 1 | -3/+19 |
2015-05-25 | Fix compile for GCC 5.1.0 | warptangent | 1 | -1/+1 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -2/+2 |
2015-04-08 | [fix] Network 1.8: unlimited the RPC connections | rfree2monero | 3 | -59/+112 |
2015-04-01 | [fix] mac os x includes std::random... | rfree2monero | 1 | -0/+4 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -1/+0 |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 2 | -9/+11 |
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 1 | -54/+51 |
2015-02-20 | 2014 network limit 1.2 +utils +toc -doc -drmonero | rfree2monero | 2 | -15/+18 |
2015-02-20 | fixed size_t on windows | rfree2monero | 1 | -2/+8 |
2015-02-20 | 2014 network limit 1.1 +utils +toc -doc -drmonero | rfree2monero | 5 | -16/+101 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 3 | -127/+336 |
2015-01-02 | year updated in license | Riccardo Spagni | 32 | -32/+32 |
2014-10-02 | forgot to add connection context to log line | Riccardo Spagni | 1 | -1/+1 |
2014-10-02 | moved non-critical p2p errors to l2 | Riccardo Spagni | 2 | -2/+2 |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 1 | -1/+1 |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 6 | -9/+10 |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 87 | -2215/+1820 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 87 | -1820/+2215 |
2014-06-13 | Fixed console handler not properly exiting on SIGINT and such | Thomas Winget | 1 | -1/+7 |
2014-06-06 | removed continue issue | fluffypony | 1 | -1/+0 |
2014-06-04 | don't fall apart if you can't get_line | fluffypony | 1 | -3/+2 |
2014-05-25 | extra files | mydesktop | 4 | -0/+433 |
2014-05-25 | 0.8.8update | mydesktop | 11 | -192/+101 |
2014-05-03 | initial [broken] update | mydesktop | 1 | -1/+1 |
2014-04-30 | mac osx building fixes | mydesktop | 3 | -5/+5 |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 2 | -3/+3 |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 5 | -57/+67 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 6 | -21/+100 |
2014-03-20 | some fixes | Antonio Juarez | 28 | -308/+597 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 89 | -0/+22294 |