| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5833 | luigi1111 | 2019-09-08 | 1 | -0/+1 |
| |\ | |||||
| | * | rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' | xiphon | 2019-08-20 | 1 | -0/+1 |
| * | | Merge pull request #5830 | luigi1111 | 2019-09-08 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | daemon: fix merge error removing the "never seen before" timestamp check | moneromooo-monero | 2019-08-20 | 1 | -1/+1 |
| * | | | Merge pull request #5544 | luigi1111 | 2019-09-08 | 15 | -43/+175 |
| |\ \ \ | |||||
| | * | | | Fix IP address serialization on big endian | moneromooo-monero | 2019-09-04 | 2 | -1/+17 |
| | * | | | boost: fix little/big endian compatibility | moneromooo-monero | 2019-09-04 | 2 | -2/+4 |
| | * | | | slow-hash: fix CNv2+ on big endian | moneromooo-monero | 2019-09-04 | 1 | -3/+3 |
| | * | | | db_lmdb: print percentages as percentages, not ratios | moneromooo-monero | 2019-09-04 | 1 | -1/+1 |
| | * | | | unit_tests: fix levin unit test on big endian | moneromooo-monero | 2019-09-04 | 1 | -23/+23 |
| | * | | | storages: fix "portable" storage on big endian | moneromooo-monero | 2019-09-04 | 4 | -3/+99 |
| | * | | | storages: fix writing varints on big endian | moneromooo-monero | 2019-09-04 | 1 | -1/+1 |
| | * | | | epee: fix local/loopback checks on big endian | moneromooo-monero | 2019-09-04 | 1 | -0/+7 |
| | * | | | difficulty: fix check_hash on big endian | moneromooo-monero | 2019-09-04 | 3 | -9/+20 |
| |/ / / | |||||
| * | | | Merge pull request #5824 | luigi1111 | 2019-09-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | epee: fix connections not being properly closed in some instances | moneromooo-monero | 2019-08-19 | 1 | -1/+1 |
| * | | | | Merge pull request #5822 | luigi1111 | 2019-09-04 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | reject setting lookahead major or minor to 0 | moneromooo-monero | 2019-08-19 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #5819 | luigi1111 | 2019-09-04 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | blockchain: Fix alt chain generated coins overflow | iamamyth | 2019-08-18 | 1 | -1/+2 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #5814 | luigi1111 | 2019-09-04 | 1 | -91/+0 |
| |\ \ \ \ | |||||
| | * | | | | syncobj.h no longer defines shared_guard, so remove those define's | Tom Smeding | 2019-08-23 | 1 | -3/+0 |
| | * | | | | Remove unused code under WINDWOS_PLATFORM guard | Tom Smeding | 2019-08-15 | 1 | -88/+0 |
| | |/ / / | |||||
| * | | | | Merge pull request #5806 | luigi1111 | 2019-09-04 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | cryptonote_protocol: fix '--no-sync', ignore new blocks and txes | xiphon | 2019-08-11 | 1 | -3/+3 |
| | |/ / / | |||||
| * | | | | Merge pull request #5799 | luigi1111 | 2019-09-04 | 5 | -35/+246 |
| |\ \ \ \ | |||||
| | * | | | | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 2019-08-27 | 5 | -35/+246 |
| * | | | | | Merge pull request #5796 | luigi1111 | 2019-09-04 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | Gitian build script fixes for MacOS | Jonathan Cross | 2019-08-06 | 1 | -3/+3 |
| * | | | | | | Merge pull request #5764 | luigi1111 | 2019-09-04 | 3 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Gitian build (mac, linux): gzip => bzip2 | Jonathan Cross | 2019-07-18 | 3 | -4/+4 |
| * | | | | | | | Merge pull request #5536 | luigi1111 | 2019-09-04 | 10 | -149/+577 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | simplewallet: lock console on inactivity | moneromooo-monero | 2019-08-28 | 10 | -149/+577 |
| * | | | | | | | | Merge pull request #5793 | luigi1111 | 2019-08-29 | 35 | -277/+3575 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 2019-07-17 | 28 | -162/+2731 |
| | * | | | | | | | Add ref-counted buffer byte_slice. Currently used for sending TCP data. | Lee Clagett | 2019-07-16 | 13 | -152/+881 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #5707 | luigi1111 | 2019-08-28 | 7 | -101/+75 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | MLSAG speedup and additional checks | Sarang Noether | 2019-08-27 | 7 | -101/+75 |
| * | | | | | | | | Merge pull request #5844 | luigi1111 | 2019-08-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | build: fix depends Travis ncurses build, don't wipe CONFIG_SHELL | xiphon | 2019-08-23 | 1 | -1/+1 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5820 | luigi1111 | 2019-08-27 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix Android build in Docker | hyperreality | 2019-08-18 | 2 | -2/+2 |
| | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5794 | luigi1111 | 2019-08-27 | 1 | -15/+15 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmq | HomDX | 2019-08-14 | 1 | -15/+15 |
| | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5729 | luigi1111 | 2019-08-27 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | device_ledger: fix uninitialized additional_key | moneromooo-monero | 2019-08-26 | 1 | -1/+1 |
| | * | | | | | | | | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 2019-08-26 | 1 | -1/+3 |
| | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5609 | luigi1111 | 2019-08-27 | 5 | -2/+41 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | wallet: add --extra-entropy command line flag | moneromooo-monero | 2019-08-22 | 5 | -2/+41 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #5559 | luigi1111 | 2019-08-27 | 7 | -2/+16 |
| |\ \ \ \ \ \ \ \ | |||||
