| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #3914 | luigi1111 | 2022-06-09 | 1 | -0/+7 | |
| |\ \ | | | | | | | | | | 372a591 main: disable setting -platformpluginpath (selsta) | |||||
| | * | | main: disable setting -platformpluginpath | selsta | 2022-05-07 | 1 | -0/+7 | |
| | |/ | ||||||
| * / | main: add compile time option to disable updates | selsta | 2022-05-01 | 1 | -0/+4 | |
| |/ | ||||||
| * | FutureScheduler: delete unused function declarations | selsta | 2022-04-23 | 1 | -3/+0 | |
| | | ||||||
| * | Integrate P2Pool | devhyper | 2022-04-01 | 4 | -0/+318 | |
| | | ||||||
| * | libwalletqt: fix typo in type | selsta | 2022-03-04 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #3841 | luigi1111 | 2022-03-02 | 1 | -0/+4 | |
| |\ | | | | | | | da63ab2 workflows: fix windows build error (reemuru) | |||||
| | * | workflows: fix windows build error | reemuru | 2022-02-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | Windows build log has an error message for including winsock2.h and the build fails at the updater.cpp file. Use the MONERO_GUI_STATIC definition for driving the import logic since it is already defined for the docker static build. Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com> | |||||
| * | | Merge pull request #3828 | luigi1111 | 2022-03-02 | 2 | -0/+21 | |
| |\ \ | |/ |/| | | | | | 2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru) 0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru) | |||||
| | * | Advanced: ReserveProof: Add support for reserve proof | reemuru | 2022-01-20 | 2 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | This change adds the ability to prove and check a reserve proof to this existing "Prove/check" advanced menu. If the amount line has a valid amount less than that of the current account index this input will drive the logic for generating a reserve proof. Checking a reserve proof is accomplished by validating the address and verifying that signature.indexOf("ReserveProofV") === 0. The result displays the total and spent amount of the proof. | |||||
| * | | main: add compile time option to disable desktop entry dialog | selsta | 2021-12-17 | 1 | -0/+6 | |
| |/ | ||||||
| * | zxcvbn: fix buffer overflow | selsta | 2021-11-15 | 1 | -1/+1 | |
| | | | | | Original patch by hannob | |||||
| * | cmake: simplify version, fix tag if git isn't found | selsta | 2021-10-19 | 1 | -1/+3 | |
| | | ||||||
| * | Merge pull request #3687 | luigi1111 | 2021-09-09 | 4 | -0/+17 | |
| |\ | | | | | | | | | f327d20 qml: use libwalletqt make_uri function (selsta) dcc16a4 libwalletqt: add make_uri function (selsta) | |||||
| | * | libwalletqt: add make_uri function | selsta | 2021-09-05 | 4 | -0/+17 | |
| | | | ||||||
| * | | cmake: cleanup openssl | selsta | 2021-09-06 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge pull request #3572 | luigi1111 | 2021-09-05 | 3 | -3/+22 | |
| |\ \ | | | | | | | | | | | | | 544cff7 TransactionHistory: add description to csv export (selsta) 57c2052 TransactionInfo: add isCoinbase and description (selsta) | |||||
| | * | | TransactionHistory: add description to csv export | selsta | 2021-08-31 | 1 | -3/+5 | |
| | | | | ||||||
| | * | | TransactionInfo: add isCoinbase and description | selsta | 2021-06-18 | 2 | -0/+17 | |
| | | | | ||||||
| * | | | Merge pull request #3477 | luigi1111 | 2021-09-05 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | | | | | 75746a8 cmake: explicitly link net and common (selsta) | |||||
| | * | | | cmake: explicitly link net and common | selsta | 2021-05-10 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #3471 | luigi1111 | 2021-09-05 | 1 | -3/+0 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 2f8f7c2 cmake: cleanup boost (selsta) | |||||
| | * | | | | cmake: cleanup boost | selsta | 2021-08-31 | 1 | -3/+0 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #3435 | luigi1111 | 2021-09-05 | 2 | -0/+12 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 36940f0 Transfer: add support for outputs import / export (selsta) e36b166 Wallet: import / export output function (tobtoht) | |||||
| | * | | | | Wallet: import / export output function | tobtoht | 2021-09-03 | 2 | -0/+12 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3282 | luigi1111 | 2021-09-05 | 2 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 6dd7445 Transfer: export all key images by default (benevanoff) | |||||
| | * | | | | Transfer: export all key images by default | benevanoff | 2020-12-25 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3096 | luigi1111 | 2021-09-05 | 2 | -0/+17 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | AddressBook: description edits, remove hack (selsta) | |||||
| | * | | | | AddressBook: description edits, remove hack | selsta | 2021-08-31 | 2 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dsc <dsc@xmr.pm> | |||||
| * | | | | | Receive: implement payment request | rating89us | 2021-08-19 | 2 | -0/+11 | |
| | | | | | | ||||||
| * | | | | | openpgp: add missing include | selsta | 2021-07-15 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | cmake: fix incorrect rebase | selsta | 2021-07-11 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | cmake: remove unnecessary file globbing | selsta | 2021-07-10 | 4 | -19/+0 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3562 | luigi1111 | 2021-07-06 | 16 | -282697/+24871 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 6610f6f cmake: fix compilation with zxcvbn, always enable (selsta) | |||||
| | * | | | | | cmake: fix compilation with zxcvbn, always enable | selsta | 2021-06-14 | 16 | -282697/+24871 | |
| | | |_|_|/ | |/| | | | ||||||
| * / | | | | TransactionHistory: use displayAmount for amount | selsta | 2021-06-18 | 1 | -2/+1 | |
| |/ / / / | ||||||
| * | | / | cmake: cleanup hidapi / libusb | selsta | 2021-05-13 | 1 | -2/+0 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #3448 | luigi1111 | 2021-04-29 | 1 | -15/+1 | |
| |\ \ \ | | | | | | | | | | | | | 2cda1fc cmake: link with wallet_api instead of wallet_merged (selsta) | |||||
| | * | | | cmake: link with wallet_api instead of wallet_merged | selsta | 2021-04-27 | 1 | -15/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #3447 | luigi1111 | 2021-04-29 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | dac0c04 main: fix Monero GUI window centering (xiphon) | |||||
| | * | | | | main: fix Monero GUI window centering | xiphon | 2021-04-26 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3441 | luigi1111 | 2021-04-29 | 1 | -20/+0 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 837dd61 Revert 'Animation slow down for debugging' (selsta) | |||||
| | * | | | | | Revert "Animation slow down for debugging" | selsta | 2021-04-25 | 1 | -20/+0 | |
| | | |/ / / | |/| | | | | | | | | | | | | | This reverts commit baff7f213f07b7ae134062cd54b22c691f48fbe4. | |||||
| * | | | | | Merge pull request #3439 | luigi1111 | 2021-04-29 | 2 | -17/+0 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 51ece5f Wallet: drop unused paymentId property (xiphon) | |||||
| | * | | | | | Wallet: drop unused paymentId property | xiphon | 2021-04-25 | 2 | -17/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3436 | luigi1111 | 2021-04-29 | 4 | -14/+0 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | 14b1476 History: cleanup unused lookupPaymentID function (selsta) | |||||
| | * | | | | History: cleanup unused lookupPaymentID function | selsta | 2021-04-24 | 4 | -14/+0 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3431 | luigi1111 | 2021-04-24 | 1 | -19/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | 4e67cd0 Wallet: omit redundant 'delete' on destruction (xiphon) | |||||
| | * | | | | Wallet: omit redundant 'delete' on destruction | xiphon | 2021-04-22 | 1 | -19/+4 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3420 | luigi1111 | 2021-04-22 | 2 | -7/+9 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | becc747 WalletManager: support kdf round in device wallet restore (selsta) | |||||
