Age | Commit message (Expand) | Author | Files | Lines |
2019-06-14 | epee: basic sanity check on allocation size from untrusted source | moneromooo-monero | 1 | -0/+1 |
2019-06-12 | Merge pull request #5632 | luigi1111 | 5 | -4/+8 |
2019-06-12 | Merge pull request #5552 | luigi1111 | 1 | -2/+2 |
2019-06-12 | Use 9 digit build IDs | Howard Chu | 3 | -0/+3 |
2019-06-12 | Delete redundant cppzmq dependency | Howard Chu | 1 | -1/+1 |
2019-06-12 | Allow parallel make | Howard Chu | 3 | -3/+3 |
2019-06-12 | Don't use -march=native | Howard Chu | 1 | -0/+1 |
2019-06-11 | Merge pull request #5618 | luigi1111 | 1 | -6/+4 |
2019-06-10 | epee: fix SSL autodetect on reconnection | xiphon | 1 | -6/+4 |
2019-06-09 | Fix GCC 9.1 build warnings | moneromooo-monero | 1 | -0/+5 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 1 | -0/+38 |
2019-05-18 | [depends] update openssl to 1.0.2r | who-biz | 1 | -2/+2 |
2019-05-15 | Merge pull request #5539 | Riccardo Spagni | 3 | -108/+138 |
2019-05-14 | Merge pull request #5527 | luigi1111 | 1 | -2/+2 |
2019-05-14 | Merge pull request #5519 | luigi1111 | 1 | -1/+1 |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 3 | -108/+138 |
2019-05-10 | net_ssl: free certs after setting them up | moneromooo-monero | 1 | -2/+2 |
2019-05-07 | Merge pull request #5509 | Riccardo Spagni | 2 | -4/+128 |
2019-05-07 | Merge pull request #5499 | Riccardo Spagni | 1 | -0/+236 |
2019-05-07 | Merge pull request #5419 | Riccardo Spagni | 6 | -5/+87 |
2019-05-07 | net_ssl: SSL config tweaks for compatibility and security | moneromooo-monero | 2 | -4/+128 |
2019-05-06 | mlog: default to not showing SSL errors | moneromooo-monero | 1 | -1/+1 |
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 1 | -0/+236 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 2 | -1/+3 |
2019-04-24 | Merge pull request #5482 | Riccardo Spagni | 1 | -0/+1 |
2019-04-24 | Merge pull request #5479 | Riccardo Spagni | 1 | -1/+1 |
2019-04-23 | net_helper: clear recv buffer on eof | moneromooo-monero | 1 | -0/+1 |
2019-04-22 | levin_protocol_handler_async: tune down preallocation a fair bit | moneromooo-monero | 1 | -1/+1 |
2019-04-21 | serialization: set default log category | moneromooo-monero | 3 | -1/+7 |
2019-04-18 | epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated | moneromooo-monero | 1 | -1/+1 |
2019-04-16 | Merge pull request #5447 | Riccardo Spagni | 1 | -0/+34 |
2019-04-16 | Merge pull request #5445 | Riccardo Spagni | 1 | -0/+12 |
2019-04-16 | Merge pull request #5436 | Riccardo Spagni | 1 | -3/+4 |
2019-04-16 | Merge pull request #5432 | Riccardo Spagni | 2 | -2/+9 |
2019-04-15 | Add Brewfile to allow for an even easier management of dependencies | Florian | 1 | -0/+34 |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 1 | -0/+12 |
2019-04-15 | Merge pull request #5369 | Riccardo Spagni | 2 | -2/+2 |
2019-04-13 | net_helper: avoid unnecessary memcpy | moneromooo-monero | 1 | -3/+4 |
2019-04-12 | abstract_tcp_server2: fix timeout on exit | moneromooo-monero | 2 | -2/+9 |
2019-04-11 | epee: init a new ssl related variable in ctor | moneromooo-monero | 1 | -0/+1 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 2 | -2/+30 |
2019-04-10 | build: debug and test builds via contrib | Dusan Klinec | 6 | -5/+87 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 2 | -0/+22 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 2 | -1/+5 |
2019-04-07 | Only check top-level certificate against fingerprint list. | Lee Clagett | 1 | -2/+4 |
2019-04-07 | Call `use_certificate_chain_file` instead of `use_certificate_file` | Lee Clagett | 1 | -1/+1 |
2019-04-07 | Perform RFC 2818 hostname verification in client SSL handshakes | Lee Clagett | 3 | -5/+26 |
2019-04-07 | Require server verification when SSL is enabled. | Lee Clagett | 2 | -11/+16 |
2019-04-07 | Add `verify_fail_if_no_cert` option for proper client authentication | Lee Clagett | 1 | -1/+1 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 9 | -167/+229 |
2019-04-06 | Do not require client certificate unless server has some whitelisted. | Lee Clagett | 1 | -12/+27 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 7 | -76/+65 |
2019-04-06 | Merge pull request #5375 | Riccardo Spagni | 1 | -0/+1 |
2019-04-06 | Merge pull request #5358 | Riccardo Spagni | 1 | -7/+40 |
2019-04-06 | Merge pull request #5348 | Riccardo Spagni | 4 | -8/+11 |
2019-04-01 | Merge pull request #5327 | Riccardo Spagni | 3 | -1/+15 |
2019-04-01 | Merge pull request #5309 | Riccardo Spagni | 1 | -0/+1 |
2019-03-31 | Add missing include | Leon Klingele | 1 | -0/+1 |
2019-03-29 | do not build in parallel as it is non-deterministic | Jane Mercer | 2 | -2/+2 |
2019-03-27 | No longer use deprecated RSA_generate_key in favor of | Martijn Otto | 1 | -7/+40 |
2019-03-25 | epee: some more minor JSON parsing speedup | moneromooo-monero | 4 | -8/+11 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 6 | -76/+135 |
2019-03-24 | Merge pull request #5285 | Riccardo Spagni | 1 | -0/+1 |
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 3 | -1/+15 |
2019-03-21 | Merge pull request #5283 | Riccardo Spagni | 1 | -5/+6 |
2019-03-21 | Merge pull request #5259 | Riccardo Spagni | 1 | -1/+0 |
2019-03-21 | epee: fix build with boost 1.70.0 | moneromooo-monero | 2 | -7/+19 |
2019-03-19 | abstract_tcp_server2: fix crashy race on socket shutdown | moneromooo-monero | 1 | -5/+6 |
2019-03-18 | Implement array_entry_t copy constructor | Guido Vranken | 1 | -0/+1 |
2019-03-17 | Merge pull request #5061 | Riccardo Spagni | 19 | -19/+19 |
2019-03-13 | console_handler: print newline on EOF | moneromooo-monero | 1 | -0/+1 |
2019-03-10 | epee: certificate generation fix, pkey deleted | Dusan Klinec | 1 | -3/+5 |
2019-03-08 | connection_basic: remove debug exception ^_^ | moneromooo-monero | 1 | -1/+0 |
2019-03-08 | Fix startup errors with SSL cert generation | Howard Chu | 2 | -38/+6 |
2019-03-05 | Update 2019 copyright | binaryFate | 19 | -19/+19 |
2019-03-05 | epee: add SSL support | Martijn Otto | 9 | -43/+152 |
2019-03-05 | cmake: ARCH_ID fixes for cross compilation | TheCharlatan | 1 | -0/+7 |
2019-03-04 | default initialize rpc structures | moneromooo-monero | 4 | -9/+35 |
2019-03-04 | Merge pull request #5162 | Riccardo Spagni | 2 | -6/+14 |
2019-03-04 | Merge pull request #5160 | Riccardo Spagni | 1 | -1/+1 |
2019-03-04 | Merge pull request #5146 | Riccardo Spagni | 3 | -19/+61 |
2019-03-04 | Merge pull request #5136 | Riccardo Spagni | 1 | -10/+2 |
2019-03-04 | Merge pull request #5133 | Riccardo Spagni | 9 | -316/+11 |
2019-03-04 | Merge pull request #5113 | Riccardo Spagni | 1 | -0/+1 |
2019-03-04 | Merge pull request #5102 | Riccardo Spagni | 2 | -0/+417 |
2019-03-04 | Merge pull request #5096 | Riccardo Spagni | 2 | -4/+5 |
2019-03-04 | Merge pull request #5091 | Riccardo Spagni | 1 | -1/+4 |
2019-02-23 | Various speedups to depends and Travis | TheCharlatan | 9 | -316/+11 |
2019-02-18 | epee: Add space after ':' in additional http response headers | Tom Smeding | 1 | -1/+1 |
2019-02-14 | Support docker for gitian builds | TheCharlatan | 3 | -19/+61 |
2019-02-10 | Use io_service::work in epee tcp server | Lee Clagett | 2 | -6/+14 |
2019-02-10 | Update openssl to 1.0.2q in depends build system | who-biz | 1 | -10/+2 |
2019-02-09 | Fixed missing return value in once_a_time class on windows | Markus Behm | 1 | -0/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 11 | -208/+896 |
2019-02-01 | network_throttle: use circular_buffer where appropriate | moneromooo-monero | 2 | -4/+5 |
2019-01-30 | i2p: initial support | Jethro Grassie | 1 | -1/+4 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 7 | -126/+309 |
2019-01-28 | Merge pull request #5062 | Riccardo Spagni | 1 | -6/+6 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 1 | -6/+6 |
2019-01-28 | Merge pull request #5073 | Riccardo Spagni | 3 | -6/+6 |
2019-01-28 | Merge pull request #5065 | Riccardo Spagni | 1 | -2/+2 |
2019-01-28 | performance_tests: better stats, and keep track of timing history | moneromooo-monero | 2 | -0/+417 |
2019-01-22 | Pruning | moneromooo-monero | 4 | -2/+29 |
2019-01-21 | readline: don't dereference possible NULL pointer | Jethro Grassie | 1 | -2/+2 |
2019-01-18 | Merge pull request #5017 | Riccardo Spagni | 2 | -45/+89 |
2019-01-17 | Optimize the depends builds for faster compilation | TheCharlatan | 5 | -67/+7 |
2019-01-16 | epee: speedup word/number matching | moneromooo-monero | 2 | -45/+89 |
2019-01-16 | Merge pull request #5022 | Riccardo Spagni | 1 | -1/+1 |
2019-01-16 | Merge pull request #5021 | Riccardo Spagni | 2 | -3/+13 |
2019-01-16 | Merge pull request #5001 | Riccardo Spagni | 2 | -32/+4 |
2019-01-16 | Merge pull request #4976 | Riccardo Spagni | 13 | -55/+226 |
2019-01-15 | bump sodium to 1.0.16 | italocoin | 3 | -6/+6 |
2019-01-06 | Merge pull request #4951 | Riccardo Spagni | 1 | -0/+3 |
2019-01-06 | Merge pull request #4950 | Riccardo Spagni | 1 | -8/+15 |
2019-01-06 | Merge pull request #4949 | Riccardo Spagni | 1 | -9/+30 |
2019-01-06 | Merge pull request #4938 | Riccardo Spagni | 2 | -38/+18 |
2018-12-31 | Merge pull request #4957 | luigi1111 | 1 | -1/+1 |
2018-12-31 | Merge pull request #4945 | luigi1111 | 5 | -9/+61 |
2018-12-31 | Merge pull request #4933 | luigi1111 | 2 | -2/+2 |
2018-12-31 | Merge pull request #4929 | luigi1111 | 2 | -164/+1 |
2018-12-31 | Merge pull request #4864 | luigi1111 | 2 | -7/+2 |
2018-12-27 | Remove visibility settings from boost.mk | TheCharlatan | 1 | -1/+1 |
2018-12-27 | epee: speed up json parsing | moneromooo-monero | 2 | -3/+13 |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 13 | -55/+226 |
2018-12-23 | Remove boost::lexical_cast for uuid and unused uuid function | Lee Clagett | 2 | -32/+4 |
2018-12-18 | build: protobuf dependency fixes, libusb build | Dusan Klinec | 5 | -9/+61 |
2018-12-12 | Cleanup leftovers from migrating depends from bitcoin | TheCharlatan | 6 | -107/+5 |
2018-12-12 | Merge pull request #4925 | Riccardo Spagni | 1 | -1/+0 |
2018-12-12 | Merge pull request #4900 | Riccardo Spagni | 11 | -11/+11 |
2018-12-12 | Merge pull request #4840 | Riccardo Spagni | 1 | -0/+9 |
2018-12-08 | perf_timer: make all logs Info level | moneromooo-monero | 1 | -1/+1 |
2018-12-08 | epee: speed up string matching a bit | moneromooo-monero | 1 | -2/+6 |
2018-12-08 | epee: avoid string allocation when parsing a pod from string | moneromooo-monero | 1 | -36/+12 |
2018-12-07 | easylogging++: check allowed categories before logging | moneromooo-monero | 1 | -8/+15 |
2018-12-07 | mlocker: set default log category | moneromooo-monero | 1 | -0/+3 |
2018-12-07 | add a once_a_time_milliseconds class | moneromooo-monero | 1 | -9/+30 |
2018-12-04 | Merge pull request #4883 | Riccardo Spagni | 1 | -2/+2 |
2018-12-04 | Merge pull request #4866 | Riccardo Spagni | 6 | -57/+371 |
2018-12-04 | Merge pull request #4880 | Riccardo Spagni | 2 | -6/+11 |
2018-12-04 | Merge pull request #4876 | Riccardo Spagni | 1 | -3/+12 |
2018-12-04 | Merge pull request #4875 | Riccardo Spagni | 1 | -0/+8 |
2018-12-04 | epee: fix network packet header field endianness | moneromooo-monero | 5 | -57/+113 |
2018-12-04 | move int-util.h to epee | moneromooo-monero | 1 | -0/+258 |
2018-12-04 | Merge pull request #4854 | Riccardo Spagni | 9 | -72/+9 |
2018-12-04 | Merge pull request #4853 | Riccardo Spagni | 2 | -2/+3 |
2018-12-04 | Merge pull request #4850 | Riccardo Spagni | 1 | -15/+35 |
2018-12-04 | Changed RECIEVED to RECEIVED in log messages. | Norman Moeschter | 2 | -2/+2 |
2018-12-04 | Add glibc back compat code | TheCharlatan | 2 | -164/+1 |
2018-12-01 | http -> https | Dimitris Apostolou | 11 | -11/+11 |
2018-11-30 | mlocker: remove early page size log | moneromooo-monero | 1 | -1/+0 |
2018-11-27 | easylogging++: faster access to logging | moneromooo-monero | 1 | -0/+9 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -0/+2 |
2018-11-26 | Merge pull request #4824 | Riccardo Spagni | 1 | -4/+4 |
2018-11-26 | Merge pull request #4819 | Riccardo Spagni | 2 | -6/+10 |
2018-11-26 | Only show a single mlock() error, to avoid flooding the log | Martijn Otto | 1 | -3/+12 |
2018-11-25 | device/trezor: webusb transport added, cmake fixes | Dusan Klinec | 1 | -4/+4 |
2018-11-22 | mlocker: fix access to global lock map after dtor on exit | moneromooo-monero | 1 | -2/+2 |
2018-11-21 | blockchain_stats: don't use gmtime_r on Windows | moneromooo-monero | 2 | -6/+11 |
2018-11-20 | mlocker: don't throw from lock/unlock | moneromooo-monero | 1 | -0/+8 |
2018-11-17 | Remove -Werror | moneromooo-monero | 2 | -7/+2 |
2018-11-16 | Merge pull request #4820 | Riccardo Spagni | 2 | -21/+8 |
2018-11-16 | Merge pull request #4807 | Riccardo Spagni | 1 | -1/+6 |
2018-11-16 | Merge pull request #4785 | Riccardo Spagni | 1 | -2/+2 |
2018-11-16 | Merge pull request #4775 | Riccardo Spagni | 1 | -11/+41 |
2018-11-15 | epee: speed up parse_hexstr_to_binbuff a little | Howard Chu | 1 | -15/+35 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 9 | -72/+9 |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 2 | -2/+3 |
2018-11-14 | Merge pull request #4753 | Riccardo Spagni | 1 | -0/+1 |
2018-11-07 | Fix version prefix in gitian build | TheCharlatan | 2 | -21/+8 |
2018-11-07 | No longer use a list for registering self references in the abstract tcp | Martijn Otto | 2 | -6/+10 |
2018-11-06 | Merge pull request #4740 | Riccardo Spagni | 1 | -0/+2 |
2018-11-06 | Merge pull request #4709 | Riccardo Spagni | 1 | -2/+4 |
2018-11-06 | Merge pull request #3970 | Riccardo Spagni | 1 | -2/+4 |
2018-11-05 | epee: log HTTP/RPC calls at info level | moneromooo-monero | 1 | -1/+6 |
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-26 | Merge pull request #4646 | Riccardo Spagni | 1 | -3/+0 |
2018-10-26 | Merge pull request #4573 | Riccardo Spagni | 2 | -1/+5 |
2018-10-26 | Merge pull request #4526 | Riccardo Spagni | 10 | -1/+953 |
2018-10-24 | epee: some minor speedup in parsing | moneromooo-monero | 1 | -2/+4 |
2018-10-20 | Merge pull request #4669 | Riccardo Spagni | 1 | -1/+4 |
2018-10-20 | Merge pull request #4520 | Riccardo Spagni | 1 | -0/+35 |
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-15 | Merge pull request #4489 | Riccardo Spagni | 6 | -17/+12 |
2018-10-15 | Merge pull request #4565 | Riccardo Spagni | 1 | -0/+2 |
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 |