| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | simplewallet: add multisig to wallet type in wallet_info output | moneromooo-monero | 2017-12-17 | 1 | -1/+11 | |
| | * | | | | | | | wallet: guard against partly initialized multisig wallet | moneromooo-monero | 2017-12-17 | 6 | -19/+82 | |
| | * | | | | | | | add multisig core test and factor multisig building blocks | moneromooo-monero | 2017-12-17 | 17 | -127/+1019 | |
| | * | | | | | | | N-1/N multisig | moneromooo-monero | 2017-12-17 | 12 | -140/+846 | |
| | * | | | | | | | multisig address generation RPC | moneromooo-monero | 2017-12-17 | 6 | -6/+400 | |
| | * | | | | | | | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 2017-12-17 | 9 | -10/+283 | |
| | * | | | | | | | wallet2: allow empty wallet filename to avoid saving data | moneromooo-monero | 2017-12-17 | 2 | -40/+58 | |
| | * | | | | | | | tests: add multisig unit tests | moneromooo-monero | 2017-12-17 | 2 | -0/+179 | |
| | * | | | | | | | Add N/N multisig tx generation and signing | moneromooo-monero | 2017-12-17 | 18 | -273/+1420 | |
| | * | | | | | | | wallet: add multisig key generation | moneromooo-monero | 2017-12-17 | 6 | -7/+332 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2950 | Riccardo Spagni | 2017-12-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | cryptonote_core: fix blockchain init call after prototype change | moneromooo-monero | 2017-12-17 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2857 | Riccardo Spagni | 2017-12-17 | 6 | -23/+60 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Scrub keys from memory just before scope end. | moneromooo-monero | 2017-12-16 | 6 | -23/+60 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #2877 | Riccardo Spagni | 2017-12-17 | 30 | -89/+206 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Wallets now do not depend on the daemon rpc lib | moneromooo-monero | 2017-12-16 | 3 | -4/+23 | |
| | * | | | | | | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 2017-12-16 | 11 | -14/+15 | |
| | * | | | | | | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2017-12-16 | 18 | -72/+169 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2864 | Riccardo Spagni | 2017-12-17 | 73 | -161/+212 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 73 | -161/+212 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2881 | Riccardo Spagni | 2017-12-16 | 2 | -37/+33 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Scheduled mandatory software upgrades | xmr-eric | 2017-12-07 | 1 | -4/+4 | |
| | * | | | | | Keep VRP a proper noun | xmr-eric | 2017-12-05 | 1 | -1/+1 | |
| | * | | | | | CONTRIBUTING.md capitalization | xmr-eric | 2017-12-04 | 1 | -11/+11 | |
| | * | | | | | Shorten a title, remove a section, small edits | xmr-eric | 2017-12-04 | 1 | -16/+12 | |
| | * | | | | | Capitalization on first word only | xmr-eric | 2017-12-04 | 1 | -17/+17 | |
| | * | | | | | Readme.md: Normalize heading capitalization | xmr-eric | 2017-12-02 | 1 | -3/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2878 | Riccardo Spagni | 2017-12-16 | 7 | -13/+42 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpc: add offline state in info rpc | moneromooo-monero | 2017-11-30 | 2 | -1/+5 | |
| | * | | | | | core: make --offline also disable DNS lookups | moneromooo-monero | 2017-11-30 | 5 | -12/+37 | |
| * | | | | | | Merge pull request #2874 | Riccardo Spagni | 2017-12-16 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fixed linking against libreadline on OpenBSD | ston1th | 2017-11-28 | 1 | -0/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2873 | Riccardo Spagni | 2017-12-16 | 5 | -6/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Simplewallet.cpp: Fewer pleases in seed NOTE | xmr-eric | 2017-11-28 | 4 | -5/+5 | |
| | * | | | | | | Fix password capitalization mismatch | xmr-eric | 2017-11-28 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2871 | Riccardo Spagni | 2017-12-16 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Small cleanup of daemon synchronization output | xmr-eric | 2017-11-27 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2866 | Riccardo Spagni | 2017-12-16 | 8 | -41/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 2017-11-28 | 8 | -41/+25 | |
| * | | | | | | | Merge pull request #2885 | Riccardo Spagni | 2017-12-16 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | catch wallet decrypt false positive | Riccardo Spagni | 2017-12-04 | 1 | -1/+6 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2860 | Riccardo Spagni | 2017-12-16 | 22 | -69/+528 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 2017-11-27 | 15 | -68/+293 | |
| | * | | | | | | | utils: initialize easylogging++ in on_startup | moneromooo-monero | 2017-11-27 | 1 | -0/+2 | |
| | * | | | | | | | use memwipe in a few relevant places | moneromooo-monero | 2017-11-27 | 2 | -4/+8 | |
| | * | | | | | | | add a memwipe function | moneromooo-monero | 2017-11-27 | 6 | -0/+228 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2856 | Riccardo Spagni | 2017-12-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rpc: increase the max number of outs one can request | moneromooo-monero | 2017-11-23 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #2551 | Riccardo Spagni | 2017-12-16 | 2 | -2/+44 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | set_node command, allows setting node without restart | Tobias Hoffmann | 2017-12-06 | 2 | -2/+44 | |
| | | |_|/ / / / | |/| | | | | | ||||||
