| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3968 | luigi1111 | 2022-07-14 | 1 | -2/+2 |
| |\ | | | | | | | aac43e8 display wallet files with . in name (plowsof) | ||||
| | * | display wallet files with "." in name | plowsof | 2022-07-13 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #3966 | luigi1111 | 2022-07-14 | 1 | -9/+9 |
| |\ \ | | | | | | | | | | b576b9e Updated to p2pool v2.2.1 (SChernykh) | ||||
| | * | | Updated to p2pool v2.2.1 | SChernykh | 2022-07-09 | 1 | -9/+9 |
| | | | | |||||
| * | | | Merge pull request #3932 | luigi1111 | 2022-07-14 | 2 | -0/+15 |
| |\ \ \ | |_|/ |/| | | | | | | | | 5591061 SettingsWallet: add scan transaction option (selsta) 6e0b5e2 libwallet: add scanTransactions function (selsta) | ||||
| | * | | libwallet: add scanTransactions function | selsta | 2022-05-28 | 2 | -0/+15 |
| | | | | |||||
| * | | | Merge pull request #3959 | luigi1111 | 2022-07-08 | 1 | -9/+9 |
| |\ \ \ | | |/ | |/| | | | | b951338 Updated to p2pool v2.2 (SChernykh) | ||||
| | * | | Updated to p2pool v2.2 | SChernykh | 2022-07-01 | 1 | -9/+9 |
| | | | | | | | | | | | | | p2pool v2.2 has full support for the coming Monero network upgrade | ||||
| * | | | oshelper: fix openContainingFolder on Linux | selsta | 2022-06-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | Use `p2pool` folder for p2pool on Windows | SChernykh | 2022-06-09 | 2 | -12/+18 |
| | | | | | | | | | And set the correct file permissions on it so it can be run without administrator privileges. | ||||
| * | | Merge pull request #3917 | luigi1111 | 2022-06-09 | 1 | -4/+6 |
| |\ \ | | | | | | | | | | c87482d Only kill p2pool if we started it (ComputeryPony) | ||||
| | * | | Only kill p2pool if we started it | ComputeryPony | 2022-05-10 | 1 | -4/+6 |
| | |/ | |||||
| * | | Merge pull request #3916 | luigi1111 | 2022-06-09 | 2 | -3/+2 |
| |\ \ | | | | | | | | | | 5977e61 qt: remove QTextCodec (selsta) | ||||
| | * | | qt: remove QTextCodec | selsta | 2022-05-07 | 2 | -3/+2 |
| | |/ | | | | | | | QTextCodec is removed in Qt6 | ||||
| * | | Merge pull request #3915 | luigi1111 | 2022-06-09 | 3 | -4/+2 |
| |\ \ | | | | | | | | | | 7b729fc qt: replace QRegExp with QRegularExpression (selsta) | ||||
| | * | | qt: replace QRegExp with QRegularExpression | selsta | 2022-05-07 | 3 | -4/+2 |
| | |/ | | | | | | | QRegExp is removed in Qt6 | ||||
| * | | 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) | ||||
