Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | mlocker: fix dtor ordering problem | moneromooo-monero | 1 | -2/+2 |
2018-11-01 | epee: speed up json number parsing | moneromooo-monero | 1 | -11/+41 |
2018-10-29 | network_throttle: initialize m_last_sample_time in ctor | moneromooo-monero | 1 | -0/+1 |
2018-10-27 | tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined' | xiphon | 1 | -0/+2 |
2018-10-24 | epee: some minor speedup in parsing | moneromooo-monero | 1 | -2/+4 |
2018-10-20 | console_handler: add a global log when exiting via EOF | moneromooo-monero | 1 | -1/+4 |
2018-10-18 | Adapt Readme and script to monero gitian build signing | TheCharlatan | 5 | -77/+43 |
2018-10-18 | Remove Travis check in depends toolchain file | TheCharlatan | 1 | -3/+0 |
2018-10-13 | build: use ARCH 'native' by default, allow to configure and override it | xiphon | 1 | -0/+2 |
2018-10-12 | readline_buffer: fix "cursor in prompt" bug | moneromooo-monero | 2 | -1/+5 |
2018-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 2 | -6/+5 |
2018-10-11 | Add OSX gitian descriptor | TheCharlatan | 4 | -23/+120 |
2018-10-09 | Add windows descriptor to gitian descriptors | TheCharlatan | 3 | -7/+142 |
2018-10-09 | Change gitian.sigs repo from bitcoin-core to monero-project remote host | TheCharlatan | 1 | -1/+1 |
2018-10-08 | Add checksums for download tools | TheCharlatan | 1 | -4/+5 |
2018-10-08 | Add gitian build script | TheCharlatan | 4 | -0/+712 |
2018-10-08 | Prepare Depends Packages for Gitian Scripts | TheCharlatan | 4 | -1/+42 |
2018-10-08 | ANSI colors in Windows 10 | iDunk5400 | 1 | -0/+35 |
2018-10-08 | Depends: build hidapi with -fPIC | iDunk5400 | 1 | -0/+1 |
2018-10-07 | Consolidate HID depends makefiles into single recipe | TheCharlatan | 8 | -59/+16 |
2018-10-02 | epee: initialize a few data members where it seems to be appropriate | moneromooo-monero | 2 | -1/+4 |
2018-10-02 | abstract_tcp_server2: move m_period to subclass | moneromooo-monero | 1 | -5/+6 |
2018-10-02 | connection_basic: remove unused floating time start time | moneromooo-monero | 2 | -10/+0 |
2018-10-02 | Catch more exceptions in dtors | moneromooo-monero | 1 | -1/+2 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 4 | -3/+16 |
2018-09-29 | Merge pull request #4448 | Riccardo Spagni | 3 | -3/+4 |
2018-09-29 | Merge pull request #4443 | Riccardo Spagni | 1 | -0/+2 |
2018-09-29 | Fix 32bit depends builds | TheCharlatan | 1 | -0/+4 |
2018-09-26 | osx compilation fix: missing boost libs added | Dusan Klinec | 1 | -0/+2 |
2018-09-25 | Make depends use self built clang for darwin | TheCharlatan | 3 | -3/+4 |
2018-09-25 | epee: fix stack overflow on crafted input | moneromooo-monero | 1 | -5/+8 |
2018-09-25 | epee: fix invalid memory write reading an array entry | moneromooo-monero | 1 | -0/+8 |
2018-09-25 | Add hidapi to depends | TheCharlatan | 7 | -28/+134 |
2018-09-22 | Fix Darwin Sodium build | TheCharlatan | 5 | -12/+38 |
2018-09-18 | Fixup 32bit arm build | TheCharlatan | 1 | -2/+3 |
2018-09-17 | Fix Windows build | TheCharlatan | 1 | -1/+1 |
2018-09-17 | Add libsodium to the packages, the arm build was complaining about it. | TheCharlatan | 3 | -5/+35 |
2018-09-14 | mlog: do not display http errors by default | moneromooo-monero | 1 | -1/+1 |
2018-09-12 | wipeable_string: add hex_to_pod function | moneromooo-monero | 3 | -2/+21 |
2018-09-11 | fuzz_tests: add a bulletproof fuzz test | moneromooo-monero | 1 | -3/+3 |
2018-09-10 | Updated pcsc url | TheCharlatan | 1 | -1/+1 |
2018-09-10 | Add lrelease to the depends | TheCharlatan | 6 | -6/+235 |
2018-09-10 | Add Miniupnp submodule | TheCharlatan | 4 | -23/+6 |
2018-09-10 | Unbound is now a submodule. Adapt depends for this. | TheCharlatan | 1 | -2/+0 |
2018-09-10 | Update readmes to reflect the usage of depends | TheCharlatan | 1 | -0/+7 |
2018-09-10 | Add support for apple and arm building | TheCharlatan | 5 | -25/+67 |
2018-09-10 | Modify depends for monero's dependencies | TheCharlatan | 50 | -690/+953 |
2018-09-10 | Initial depends addition | TheCharlatan | 54 | -0/+5562 |
2018-09-09 | abstract_tcp_server2: fix binding to the wrong IP | moneromooo-monero | 1 | -4/+4 |
2018-08-27 | epee: use the socket::bind variant which does not throw | moneromooo-monero | 1 | -2/+18 |
2018-08-19 | epee: some speedup in parsing | moneromooo-monero | 1 | -1/+8 |
2018-08-17 | epee: resize vectors where possible in serialization | moneromooo-monero | 1 | -0/+6 |
2018-08-16 | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 4 | -1/+277 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -0/+9 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 5 | -6/+194 |
2018-08-08 | Added Codefresh.yml pipeline | HomDx | 1 | -0/+18 |
2018-08-03 | Added features to epee::span<T> : | Lee Clagett | 1 | -6/+40 |
2018-07-26 | mlog: handle filenames without parent directories | moneromooo-monero | 1 | -1/+3 |
2018-07-25 | epee: set jsonrpc to "2.0" in parse error return data | moneromooo-monero | 1 | -0/+1 |
2018-07-18 | Clarification of boolean options in config file | Jonathan Cross | 1 | -1/+2 |
2018-07-15 | abstract_tcp_server2: fix race on shutdown | moneromooo-monero | 2 | -1/+9 |
2018-07-10 | memwipe: don't call the workhorse for 0 bytes | moneromooo-monero | 1 | -3/+5 |
2018-07-03 | http_protocol_handler: fix HTTP/x.y parsing | moneromooo-monero | 1 | -1/+1 |
2018-07-03 | http_protocol_handler: catch invalid numbers when parsing | moneromooo-monero | 1 | -4/+12 |
2018-06-29 | abstract_tcp_server2: fix use after free | moneromooo-monero | 1 | -2/+2 |
2018-06-28 | epee.string_tools: add conversion between UTF-8 and UTF-16 | stoffu | 2 | -15/+45 |
2018-06-18 | abstract_tcp_server2: restart async accept on error | moneromooo-monero | 1 | -4/+19 |
2018-06-13 | wallet-rpc: added IPs to error logging in simple_http_connection_handler | jcktm | 2 | -18/+18 |
2018-06-13 | mlog: --max-log-files to set the max number of rotated log files | stoffu | 2 | -3/+53 |
2018-06-10 | epee: adaptive connection timeout system | moneromooo-monero | 4 | -19/+75 |
2018-06-09 | epee: fallback to a counter if gmtime fails when rotating logs | moneromooo-monero | 1 | -1/+2 |
2018-06-09 | epee: fix include for ofstream | moneromooo-monero | 1 | -1/+1 |
2018-06-09 | abstract_tcp_server2: fix busy calling of idle IO service | moneromooo-monero | 1 | -2/+4 |
2018-06-06 | snap: strip metadata from icon.png | moneromooo-monero | 1 | -0/+0 |
2018-06-01 | epee: fix detection of 172.16.0.0/172.31.255.255 local IP range | moneromooo-monero | 1 | -1/+1 |
2018-05-28 | disable file size sanity check when loading the wallet cache | moneromooo-monero | 1 | -3/+3 |
2018-05-27 | http_protocol_handler: limit the number of starting newlines | moneromooo-monero | 3 | -1/+12 |
2018-05-26 | abstract_tcp_server2: timeout on RPC connections | moneromooo-monero | 2 | -1/+68 |
2018-05-26 | http_protocol_handler: speedup newline discarding | moneromooo-monero | 1 | -2/+5 |
2018-05-26 | console_handler: fix start_default_console use of prompt parameter | moneromooo-monero | 1 | -3/+21 |
2018-05-17 | epee: log type name when a container size check fails | moneromooo-monero | 1 | -1/+1 |
2018-04-25 | mlog: fix setting no logs | moneromooo-monero | 1 | -1/+6 |
2018-04-21 | Build: remove UPnP definition from snap | anonimal | 1 | -1/+0 |
2018-04-19 | epee: Drop deprecated Boost.Thread header | Jan Beich | 2 | -2/+4 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 3 | -3/+3 |
2018-02-25 | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 1 | -1/+82 |
2018-02-18 | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 1 | -3/+6 |
2018-02-17 | memwipe: add missing #include <stdio.h> | stoffu | 1 | -0/+1 |
2018-02-11 | Fix #602 Turn on socket keepalive | Howard Chu | 1 | -0/+3 |
2018-02-08 | epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow | stoffu | 1 | -2/+2 |
2018-02-02 | pass large parameters by const ref, not value | moneromooo-monero | 4 | -11/+11 |
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 1 | -0/+6 |
2018-01-31 | wipeable_string: call memwipe directly | moneromooo-monero | 2 | -13/+6 |
2018-01-29 | Fix method name in invoke_http_json_rpc | Erik de Castro Lopo | 1 | -1/+1 |
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 1 | -33/+45 |
2018-01-26 | Readd copyright starting date | xmr-eric | 7 | -7/+7 |
2018-01-26 | Update 2018 copyright | xmr-eric | 18 | -18/+18 |
2018-01-26 | levin_protocol_handler_async: erase from back of vector instead of front | stoffu | 1 | -1/+1 |
2018-01-18 | remove unnecessary include | Jethro Grassie | 1 | -1/+0 |
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-11 | Keep readline optional | Jethro Grassie | 1 | -1/+1 |
2018-01-10 | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 3 | -1/+195 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 7 | -13/+12 |
2017-12-27 | epee: check some error return values | moneromooo-monero | 1 | -8/+18 |
2017-12-23 | wipeable_string: fix buffer overread | moneromooo-monero | 1 | -1/+1 |
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 levin fuzz test | moneromooo-monero | 1 | -3/+3 |
2017-12-23 | tests: add http client fuzz test | moneromooo-monero | 2 | -6/+17 |
2017-12-23 | add parse_url fuzz test | moneromooo-monero | 1 | -3/+3 |
2017-12-23 | tests: add base58 fuzz test | moneromooo-monero | 1 | -3/+3 |
2017-12-23 | fuzz_testing: allow automatically resuming an interrupted job | moneromooo-monero | 1 | -1/+8 |
2017-12-23 | fuzz_testing: create out directory if needed, and fix filename passing | moneromooo-monero | 1 | -1/+2 |
2017-12-23 | add load_from_binary/load_from_json fuzzers | moneromooo-monero | 1 | -3/+3 |
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-19 | wipeable_string: move a wipe from reserve to grow | moneromooo-monero | 1 | -3/+2 |
2017-12-19 | wipeable_string: ignore reserve size less than actual size | moneromooo-monero | 1 | -2/+1 |
2017-12-19 | wipeable_string: fix clear and push_back | moneromooo-monero | 1 | -1/+4 |
2017-12-18 | network_throttle: fix ineffective locking | moneromooo-monero | 1 | -3/+5 |
2017-12-18 | network_throttle: remove unused xxx static member | moneromooo-monero | 2 | -5/+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-18 | mlog: terminate a string at last char, just in case | moneromooo-monero | 1 | -0/+1 |
2017-12-16 | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 8 | -3/+1218 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 22 | -75/+87 |
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 | 5 | -4/+228 |
2017-11-26 | Added command descriptions | Cifrado | 1 | -9/+15 |
2017-11-22 | Fix versioning | vdo | 1 | -1/+1 |
2017-11-20 | Update snap version to 0.11.1 | vdo | 1 | -1/+5 |
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 | split off readline code into epee_readline | moneromooo-monero | 1 | -3/+14 |
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 | cmake: epee: use var from FindOpenSSL.cmake | redfish | 1 | -2/+1 |
2017-10-17 | epee: use boost type for SSL error code | redfish | 1 | -1/+9 |
2017-10-15 | epee: link against ssl/crypto for the new SSL code | moneromooo-monero | 1 | -0/+2 |
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 | 5 | -6/+27 |
2017-10-08 | cmake: build tests last | redfish | 1 | -0/+5 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 3 | -6/+6 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -5/+41 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 4 | -73/+189 |
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 | 2 | -2/+40 |
2017-09-22 | epee: factor log level/categories setting | moneromooo-monero | 1 | -2/+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 | 2 | -3/+4 |
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 | contrib: add sync_info to rlwrap command set | moneromooo-monero | 1 | -0/+1 |
2017-08-22 | Simplify readline support | Howard Chu | 3 | -140/+85 |
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 | 2 | -15/+23 |
2017-08-16 | Add sync lock on stop | Jethro Grassie | 1 | -5/+4 |
2017-08-15 | Tweak net logs so we get more info on why networking can't start | moneromooo-monero | 1 | -1/+1 |
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 | Fix readline prompt when command does not output | Jethro Grassie | 1 | -13/+24 |
2017-07-24 | mlog: default to msgwriter logs only for log level 1 | moneromooo-monero | 1 | -1/+1 |
2017-07-24 | Make msgwriter logs go to file only | moneromooo-monero | 1 | -0/+1 |
2017-07-22 | mlog: fix crash accessing stale data when rotating logs | moneromooo-monero | 1 | -1/+1 |
2017-07-15 | mlog: make MONERO_LOGS env var understand N,logs type spec | moneromooo-monero | 1 | -1/+1 |
2017-07-09 | Add various readline related fixes | Jethro Grassie | 3 | -16/+74 |
2017-07-07 | Add notification on stop | Jethro Grassie | 1 | -0/+1 |
2017-07-06 | mlog: add msgwriter:INFO to log 0 and 1 defaults | moneromooo-monero | 1 | -2/+2 |
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 | monero-wallet-cli: hang on exit in readline code (#2117) | moneromooo-monero | 1 | -3/+2 |