Age | Commit message (Expand) | Author | Files | Lines |
2019-11-17 | Fixup compiled python in OSX | Howard Chu | 1 | -1/+1 |
2019-11-17 | Fix unwind library ordering | Howard Chu | 2 | -0/+16 |
2019-11-17 | Fixup sodium darwin | Howard Chu | 3 | -31/+2 |
2019-11-17 | Use standard time for depends caches | Howard Chu | 5 | -66/+59 |
2019-11-17 | Add ARFLAGS | Howard Chu | 23 | -20/+89 |
2019-11-15 | epee: set application/json MIME type on json errors | moneromooo-monero | 1 | -0/+2 |
2019-11-14 | epee: fix peer ids being truncated on display | moneromooo-monero | 1 | -1/+3 |
2019-11-14 | gitian: add FreeBSD | Howard Chu | 2 | -17/+145 |
2019-11-14 | depends: Add FreeBSD support | Howard Chu | 9 | -14/+68 |
2019-11-14 | gitian: Parametrize target platforms | Howard Chu | 1 | -30/+25 |
2019-11-13 | Replace memset with memwipe. | Bert Peters | 1 | -1/+1 |
2019-11-12 | epee: fix console_handlers_binder race, wait for thread to finish | xiphon | 1 | -1/+8 |
2019-11-11 | epee: close connection when the peer has done so | moneromooo-monero | 1 | -1/+7 |
2019-11-11 | gitian: Update to latest gitian-builder | Howard Chu | 1 | -5/+1 |
2019-11-11 | Gitian Readme: adding android signing & fix v0.15 checksum. | Jonathan Cross | 1 | -6/+5 |
2019-11-04 | Merge pull request #6088 | Riccardo Spagni | 1 | -1/+1 |
2019-11-04 | gitian: fix out dir location | iDunk5400 | 1 | -1/+1 |
2019-11-04 | Copy LICENSE to all archives | Howard Chu | 4 | -3/+13 |
2019-11-04 | Improved performance for epee serialization: | Lee Clagett | 6 | -56/+53 |
2019-11-04 | depends: fix typo in packages | selsta | 1 | -1/+1 |
2019-11-03 | Merge pull request #6074 | Riccardo Spagni | 1 | -4/+16 |
2019-11-03 | Merge pull request #6077 | Riccardo Spagni | 13 | -21/+329 |
2019-11-03 | gitian: add --rebuild option | Howard Chu | 2 | -12/+48 |
2019-11-03 | Add Android support | Howard Chu | 12 | -9/+281 |
2019-11-03 | Fix readline build | Howard Chu | 4 | -5/+6630 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -1/+2 |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -3/+3 |
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -3/+3 |
2019-11-01 | epee: allow a random component in once_a_time timeouts | moneromooo-monero | 1 | -4/+16 |
2019-11-01 | Merge pull request #6059 | Riccardo Spagni | 3 | -3/+3 |
2019-10-31 | Updating gitian yml files for v0.15 | Jonathan Cross | 3 | -3/+3 |
2019-10-25 | Merge pull request #6022 | luigi1111 | 2 | -4/+4 |
2019-10-25 | Merge pull request #5357 | luigi1111 | 5 | -8/+51 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 5 | -8/+51 |
2019-10-25 | depends: bump zeromq version to 4.1.7 | anonimal | 1 | -2/+2 |
2019-10-25 | depends: bump cppzmq version to 4.4.1 | anonimal | 1 | -2/+2 |
2019-10-24 | Merge pull request #6006 | luigi1111 | 1 | -2/+6 |
2019-10-22 | epee: use SO_REUSEADDR on non-Windows targets | xiphon | 1 | -2/+6 |
2019-10-22 | Merge pull request #5996 | luigi1111 | 2 | -2/+11 |
2019-10-22 | Merge pull request #5986 | luigi1111 | 1 | -1/+1 |
2019-10-22 | Merge pull request #5966 | luigi1111 | 3 | -1/+53 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 3 | -1/+53 |
2019-10-18 | epee: fix SSL server handshake, run_one() can block, use poll_one() | xiphon | 2 | -2/+11 |
2019-10-16 | Merge pull request #5911 | luigi1111 | 1 | -0/+5 |
2019-10-15 | levin: armour against some "should not happen" case | moneromooo-monero | 1 | -0/+5 |
2019-10-14 | Merge pull request #5947 | luigi1111 | 1 | -4/+2 |
2019-10-14 | Merge pull request #5937 | luigi1111 | 1 | -1/+1 |
2019-10-14 | abstract_tcp_server2: move "Trying to connect" from error to debug | moneromooo-monero | 1 | -1/+1 |
2019-10-08 | Merge pull request #5936 | luigi1111 | 1 | -2/+2 |
2019-10-08 | Merge pull request #5918 | luigi1111 | 3 | -5/+30 |
2019-10-08 | Merge pull request #5917 | luigi1111 | 1 | -1/+2 |
2019-10-02 | epee: tcp server - set SO_LINGER instead of SO_REUSEADDR option | xiphon | 1 | -4/+2 |
2019-09-30 | Merge pull request #5910 | luigi1111 | 1 | -0/+5 |
2019-09-30 | Merge pull request #5893 | luigi1111 | 2 | -1/+15 |
2019-09-30 | Merge pull request #5653 | luigi1111 | 1 | -28/+37 |
2019-09-27 | abstract_tcp_server2: log pointer, not contents, where appropriate | moneromooo-monero | 1 | -1/+1 |
2019-09-26 | build: fix MinGW GUI dependencies build | xiphon | 1 | -2/+2 |
2019-09-25 | Don't set ARCH_ID if it's already set | Howard Chu | 1 | -3/+5 |
2019-09-24 | Streamline build setup | Howard Chu | 1 | -28/+37 |
2019-09-24 | epee: misc_log_ex.h can now be used in C code | moneromooo-monero | 2 | -11/+51 |
2019-09-24 | Merge pull request #5892 | luigi1111 | 4 | -7/+13 |
2019-09-24 | Merge pull request #5891 | luigi1111 | 1 | -6/+6 |
2019-09-24 | Merge pull request #5875 | luigi1111 | 1 | -0/+1 |
2019-09-17 | epee: implement handshake timeout for SSL connections | xiphon | 3 | -5/+30 |
2019-09-16 | epee: fix network timeouts in blocked_mode_client | xiphon | 1 | -1/+2 |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 2 | -22/+58 |
2019-09-14 | Merge pull request #5898 | luigi1111 | 1 | -1/+1 |
2019-09-12 | abstract_tcp_server2: fix lingering connections | moneromooo-monero | 1 | -0/+5 |
2019-09-09 | depends: fix monero binaries Boost linking errors | iDunk5400 | 1 | -6/+6 |
2019-09-08 | Merge pull request #5858 | luigi1111 | 1 | -1/+1 |
2019-09-08 | depends: fix MacOS build with Clang 3.7.1 | Lee Clagett | 1 | -1/+1 |
2019-09-08 | epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO) | anonimal | 1 | -1/+13 |
2019-09-07 | depends: attempt to fix readline | iDunk5400 | 4 | -7/+13 |
2019-09-06 | epee: connection_basic: resolve CID 203916 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
2019-09-06 | epee: connection_basic: resolve CID 203920 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 1 | -1/+15 |
2019-09-04 | storages: fix "portable" storage on big endian | moneromooo-monero | 4 | -3/+99 |
2019-09-04 | storages: fix writing varints on big endian | moneromooo-monero | 1 | -1/+1 |
2019-09-04 | epee: fix local/loopback checks on big endian | moneromooo-monero | 1 | -0/+7 |
2019-09-04 | Merge pull request #5824 | luigi1111 | 1 | -1/+1 |
2019-09-04 | Merge pull request #5814 | luigi1111 | 1 | -91/+0 |
2019-09-04 | Merge pull request #5796 | luigi1111 | 1 | -3/+3 |
2019-09-04 | Merge pull request #5764 | luigi1111 | 3 | -4/+4 |
2019-09-04 | Merge pull request #5536 | luigi1111 | 3 | -13/+88 |
2019-08-29 | contrib: add a suppressions file for leak sanitizer | moneromooo-monero | 1 | -0/+1 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 3 | -13/+88 |
2019-08-27 | Fix Travis build on Windows + Mac | hyperreality | 1 | -1/+1 |
2019-08-23 | syncobj.h no longer defines shared_guard, so remove those define's | Tom Smeding | 1 | -3/+0 |
2019-08-21 | Merge pull request #5827 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5702 | luigi1111 | 5 | -1/+16 |
2019-08-20 | Add depends riscv 64 bit support | TheCharlatan | 5 | -1/+16 |
2019-08-20 | fix feature not introduced until boost 1.66 | Jethro Grassie | 1 | -1/+1 |
2019-08-19 | Merge pull request #5706 | luigi1111 | 3 | -3/+25 |
2019-08-19 | Merge pull request #5705 | luigi1111 | 1 | -4/+4 |
2019-08-19 | epee: fix connections not being properly closed in some instances | moneromooo-monero | 1 | -1/+1 |
2019-08-16 | epee: support unicode in parsed strings | moneromooo-monero | 2 | -22/+61 |
2019-08-15 | Merge pull request #5756 | luigi1111 | 1 | -38/+78 |
2019-08-15 | Merge pull request #5674 | luigi1111 | 1 | -0/+24 |
2019-08-15 | Merge pull request #5649 | luigi1111 | 2 | -2/+6 |
2019-08-15 | Remove unused code under WINDWOS_PLATFORM guard | Tom Smeding | 1 | -88/+0 |
2019-08-06 | Gitian build script fixes for MacOS | Jonathan Cross | 1 | -3/+3 |
2019-07-31 | Add IPv6 support | Thomas Winget | 8 | -67/+461 |
2019-07-30 | gitian build README improvements | Jonathan Cross | 1 | -38/+78 |
2019-07-24 | Merge pull request #5627 | luigi1111 | 2 | -21/+25 |
2019-07-24 | Merge pull request #5531 | luigi1111 | 1 | -4/+8 |
2019-07-24 | Merge pull request #5530 | luigi1111 | 3 | -7/+0 |
2019-07-24 | Merge pull request #5528 | luigi1111 | 1 | -1/+1 |
2019-07-18 | Gitian build (mac, linux): gzip => bzip2 | Jonathan Cross | 3 | -4/+4 |
2019-07-17 | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 10 | -64/+289 |
2019-07-16 | Add ref-counted buffer byte_slice. Currently used for sending TCP data. | Lee Clagett | 10 | -149/+445 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 3 | -2/+67 |
2019-07-12 | Merge pull request #5704 | luigi1111 | 1 | -3/+3 |
2019-06-27 | Gitian: Add version string to output tar archives | TheCharlatan | 3 | -3/+25 |
2019-06-27 | Depends: Update HIDAPI version | TheCharlatan | 1 | -3/+3 |
2019-06-27 | Update icu4c to latest support version | TheCharlatan | 1 | -9/+4 |
2019-06-26 | Add option to run gitian-build.py on non-debian os | TheCharlatan | 2 | -21/+25 |
2019-06-25 | Add ncurses package for linux and darwin readline | TheCharlatan | 4 | -14/+69 |
2019-06-25 | Remove clutter in depends installed packages | TheCharlatan | 12 | -9/+42 |
2019-06-25 | Add debug targets to depends Makefile | TheCharlatan | 2 | -0/+10 |
2019-06-19 | p2p: close the right number of connections on setting max in/out peers | moneromooo-monero | 1 | -0/+24 |
2019-06-16 | Bans for RPC connections | Howard Chu | 2 | -2/+6 |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 2 | -6/+14 |
2019-06-14 | abstract_tcp_server2: improve DoS resistance | moneromooo-monero | 1 | -4/+5 |
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 | abstract_tcp_server2: move some things out of a lock | moneromooo-monero | 1 | -4/+8 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 3 | -7/+0 |
2019-05-10 | net_utils: fix m_ssl type from time_t to bool | moneromooo-monero | 1 | -1/+1 |
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 |