Age | Commit message (Expand) | Author | Files | Lines |
2016-07-23 | cmake: wallet: libunbound is not always static | redfish | 1 | -22/+4 |
2016-07-23 | Merge pull request #923 | Riccardo Spagni | 1 | -0/+1 |
2016-07-23 | Merge pull request #916 | Riccardo Spagni | 5 | -54/+243 |
2016-07-23 | Merge pull request #915 | Riccardo Spagni | 7 | -75/+450 |
2016-07-23 | Merge pull request #910 | Riccardo Spagni | 1 | -0/+2 |
2016-07-23 | Merge pull request #886 | Riccardo Spagni | 1 | -15/+22 |
2016-07-23 | Merge pull request #920 | Riccardo Spagni | 1 | -0/+8 |
2016-07-23 | include result in the notifications template | Riccardo Spagni | 1 | -1/+1 |
2016-07-23 | only alert on IRC when the status changes | Riccardo Spagni | 1 | -0/+2 |
2016-07-23 | Merge pull request #924 | Riccardo Spagni | 1 | -1/+1 |
2016-07-22 | cmake: do not pass -Werror when building tests | redfish | 1 | -15/+22 |
2016-07-22 | Tests: fix signed/unsigned comparison in hash-target | anonimal | 1 | -1/+1 |
2016-07-22 | simplewallet: suggest removing cache when loading fails | moneromooo-monero | 1 | -0/+1 |
2016-07-20 | wallet: add unconfirmed incoming txes from the txpool | moneromooo-monero | 5 | -54/+243 |
2016-07-20 | simplewallet: revert to foreground refresh at startup | moneromooo-monero | 1 | -0/+2 |
2016-07-20 | add IRC notifications to travis | Riccardo Spagni | 1 | -0/+6 |
2016-07-20 | Merge pull request #914 | Riccardo Spagni | 1 | -2/+2 |
2016-07-20 | Merge pull request #919 | Riccardo Spagni | 1 | -7/+6 |
2016-07-20 | Merge pull request #918 | Riccardo Spagni | 1 | -5/+5 |
2016-07-20 | fix atomic library to only fire off for clang | Riccardo Spagni | 1 | -3/+5 |
2016-07-20 | fix duplicate clang block in cmake | Riccardo Spagni | 1 | -4/+1 |
2016-07-20 | Docs: fix 'Development Resources' formatting in README. | anonimal | 1 | -5/+5 |
2016-07-20 | Merge pull request #911 | Riccardo Spagni | 9 | -186/+9 |
2016-07-20 | Merge pull request #917 | Riccardo Spagni | 1 | -1/+1 |
2016-07-20 | change travis badge | Riccardo Spagni | 1 | -1/+1 |
2016-07-20 | Merge pull request #909 | Riccardo Spagni | 2 | -5/+34 |
2016-07-20 | Merge pull request #904 | Riccardo Spagni | 2 | -14/+41 |
2016-07-20 | Merge pull request #902 | Riccardo Spagni | 7 | -18/+84 |
2016-07-20 | Merge pull request #900 | Riccardo Spagni | 2 | -5/+3 |
2016-07-20 | Merge pull request #899 | Riccardo Spagni | 1 | -1/+8 |
2016-07-20 | Merge pull request #897 | Riccardo Spagni | 1 | -14/+0 |
2016-07-20 | Merge pull request #896 | Riccardo Spagni | 1 | -1/+1 |
2016-07-20 | Merge pull request #887 | Riccardo Spagni | 1 | -0/+5 |
2016-07-20 | Merge pull request #818 | Riccardo Spagni | 8 | -1/+194 |
2016-07-19 | wallet: add command and RPC to sign/verify data | moneromooo-monero | 8 | -1/+194 |
2016-07-18 | refreshing wallet even if error happened | Ilya Kitaev | 2 | -6/+18 |
2016-07-18 | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 5 | -38/+172 |
2016-07-18 | libwallet_api cmake: conditionally creating libwallet_merged2 only for | Ilya Kitaev | 2 | -9/+17 |
2016-07-18 | wallet_api: segfault on refresh fixed | Ilya Kitaev | 2 | -5/+9 |
2016-07-18 | WalletListener functionality | Ilya Kitaev | 5 | -52/+195 |
2016-07-18 | hack to successfull linking for MSYS2 | Ilya Kitaev | 1 | -2/+6 |
2016-07-18 | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 4 | -4/+67 |
2016-07-18 | Wallet::paymentIdValid | Ilya Kitaev | 2 | -0/+7 |
2016-07-17 | wallet2_api: use uint64_t for amounts | moneromooo-monero | 1 | -2/+2 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 9 | -186/+9 |
2016-07-13 | Docs: update 'Development Resources' in README. | anonimal | 1 | -5/+4 |
2016-07-13 | Travis-CI: add build-status badge to README.md | anonimal | 1 | -0/+2 |
2016-07-13 | Travis-CI: remote redundant make release-test. | anonimal | 1 | -1/+1 |
2016-07-12 | Travis-CI: implement first-draft configuration. | anonimal | 1 | -0/+28 |
2016-07-12 | cmake: don't try to link with atomic on Apple | redfish | 1 | -1/+1 |
2016-07-10 | cmake: ARM: clang: make warning non-fatal: inline asm | redfish | 1 | -0/+3 |
2016-07-10 | cmake: link with -latomic for clang | redfish | 1 | -0/+5 |
2016-07-10 | cmake: include -ldl via cmake built-in var | redfish | 1 | -4/+1 |
2016-07-10 | common: stack trace: make clang happy with func ptrs | redfish | 1 | -9/+29 |
2016-07-10 | cmake: do not pass -stdlib=c++ to clang >=3.7 | redfish | 1 | -2/+4 |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 7 | -18/+84 |
2016-07-10 | daemon: fix ban seconds being misinterpreted as absolute | moneromooo-monero | 1 | -3/+1 |
2016-07-10 | rpc: fix get_bans and set_bans RPC names, they were missing a _ | moneromooo-monero | 1 | -2/+2 |
2016-07-10 | wallet_rpc_server: add payment id from integrated addresses to extra | moneromooo-monero | 1 | -1/+8 |
2016-07-09 | daemonizer: posix: keep parent's working dir and umask | redfish | 1 | -14/+0 |
2016-07-09 | cmake: do not ignore dangerous warnings with -Wno-error | redfish | 1 | -1/+1 |
2016-07-08 | cmake: pass -fno-strict-aliasing to fix build with GCC 6.1.1 | redfish | 1 | -0/+5 |
2016-07-08 | Merge pull request #889 | Riccardo Spagni | 1 | -1/+1 |
2016-07-07 | wallet2_api: make this build (smatch needs .str() for /=) | moneromooo-monero | 1 | -1/+1 |
2016-07-06 | Merge pull request #885 | Riccardo Spagni | 1 | -2/+1 |
2016-07-06 | Merge pull request #884 | Riccardo Spagni | 2 | -4/+14 |
2016-07-06 | Merge pull request #883 | Riccardo Spagni | 1 | -1/+10 |
2016-07-06 | Merge pull request #882 | Riccardo Spagni | 1 | -0/+12 |
2016-07-06 | Merge pull request #879 | Riccardo Spagni | 1 | -0/+1 |
2016-07-06 | Merge pull request #878 | Riccardo Spagni | 7 | -28/+146 |
2016-07-06 | Merge pull request #877 | Riccardo Spagni | 2 | -16/+16 |
2016-07-06 | Merge pull request #876 | Riccardo Spagni | 1 | -1/+1 |
2016-07-06 | Merge pull request #875 | Riccardo Spagni | 2 | -15/+32 |
2016-07-06 | Merge pull request #873 | Riccardo Spagni | 2 | -1/+3 |
2016-07-06 | Merge pull request #872 | Riccardo Spagni | 31 | -452/+2572 |
2016-07-03 | updated README to reflect Windows changes | Riccardo Spagni | 1 | -2/+1 |
2016-07-03 | allow peers without port | moneromooo-monero | 2 | -4/+14 |
2016-06-30 | daemon: print exception errors when failing to parse config file | moneromooo-monero | 1 | -1/+10 |
2016-06-29 | rpc: restrict number of fake outs requested in restricted rpc mode | moneromooo-monero | 1 | -0/+12 |
2016-06-24 | CMake: GPL 'libutils' script removed | Ilya Kitaev | 5 | -407/+16 |
2016-06-23 | makefile: remove unnecessary ARM-specific targets | redfish | 1 | -8/+0 |
2016-06-23 | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 5 | -23/+19 |
2016-06-23 | WalletManager::findWallets: searching by "keys" files instead of | Ilya Kitaev | 1 | -5/+3 |
2016-06-23 | Wallet: payment id and integrated address | Ilya Kitaev | 4 | -14/+144 |
2016-06-23 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2 | -4/+4 |
2016-06-23 | commented regex | Ilya Kitaev | 1 | -1/+1 |
2016-06-23 | Typo fixed | Ilya Kitaev | 1 | -1/+1 |
2016-06-23 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 4 | -11/+63 |
2016-06-23 | double/string to monero integer convertion methods | Ilya Kitaev | 3 | -2/+33 |
2016-06-23 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 4 | -1/+24 |
2016-06-23 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 4 | -0/+58 |
2016-06-23 | removed unused "using" | Ilya Kitaev | 1 | -1/+0 |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 8 | -19/+86 |
2016-06-23 | scripts for faster test wallets generation | Ilya Kitaev | 11 | -19/+120 |
2016-06-23 | regenerated test wallets, basic functions got broken | Ilya Kitaev | 1 | -17/+20 |
2016-06-23 | installing wallet_api header | Ilya Kitaev | 1 | -2/+2 |
2016-06-23 | cmake: BUILD_TESTS as option explicitly; added missed dependency | Ilya Kitaev | 1 | -0/+3 |
2016-06-23 | cmake libutils dependency added | Ilya Kitaev | 1 | -0/+46 |
2016-06-23 | all wallet dependencies merged to single static lib | Ilya Kitaev | 4 | -2/+491 |
2016-06-23 | WalletListener::moneyReceived test | Ilya Kitaev | 1 | -12/+38 |
2016-06-23 | WalletListener::moneySpent test | Ilya Kitaev | 3 | -55/+164 |
2016-06-23 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2 | -2/+22 |
2016-06-23 | i_wallet_callback: virtual dtor | Ilya Kitaev | 1 | -0/+1 |
2016-06-23 | started WalletListener | Ilya Kitaev | 3 | -1/+65 |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 6 | -24/+159 |
2016-06-23 | merged with upstream | Ilya Kitaev | 5 | -3/+106 |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 8 | -32/+115 |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 7 | -16/+110 |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 13 | -315/+710 |
2016-06-23 | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2 | -130/+188 |
2016-06-23 | Wallet::createTransaction API introduced | Ilya Kitaev | 3 | -135/+225 |
2016-06-23 | Wallet::transfer in progress | Ilya Kitaev | 3 | -2/+214 |
2016-06-23 | Wallet::refresh + tests | Ilya Kitaev | 3 | -0/+28 |
2016-06-23 | "testnet" is default parameter | Ilya Kitaev | 2 | -3/+11 |
2016-06-23 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 3 | -17/+27 |
2016-06-23 | - testnet option added to api; | Ilya Kitaev | 5 | -37/+98 |
2016-06-23 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 4 | -69/+87 |
2016-06-22 | simplewallet: mention the background refresh thread when starting | moneromooo-monero | 1 | -0/+1 |
2016-06-22 | wallet: add a fee multiplier | moneromooo-monero | 7 | -28/+146 |
2016-06-22 | contrib: epee: add missing noexcept spec to class decl | redfish | 1 | -1/+1 |
2016-06-22 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2 | -4/+4 |
2016-06-22 | commented regex | Ilya Kitaev | 1 | -1/+1 |
2016-06-22 | Typo fixed | Ilya Kitaev | 1 | -1/+1 |
2016-06-21 | cmake: disable AES on ARM | redfish | 1 | -1/+3 |
2016-06-21 | cmake: initialize ARCH for native builds | redfish | 1 | -1/+6 |
2016-06-21 | cmake: remove repetitive code in handling of NO_AES | redfish | 1 | -7/+8 |
2016-06-21 | readme: move license to separate file for packaging | redfish | 2 | -15/+32 |
2016-06-21 | remove POSIX_C_SOURCE and remove dlfcn.h for static builds | luigi1111 | 2 | -1/+3 |
2016-06-21 | Merge pull request #870 | Riccardo Spagni | 1 | -2/+6 |
2016-06-21 | Merge pull request #869 | Riccardo Spagni | 1 | -2/+2 |
2016-06-21 | Merge pull request #867 | Riccardo Spagni | 2 | -0/+25 |
2016-06-21 | Merge pull request #868 | Riccardo Spagni | 2 | -2/+3 |
2016-06-20 | gmtime for Windows | luigi1111 | 1 | -2/+6 |
2016-06-20 | More fixing for Windows | iDunk | 1 | -1/+1 |
2016-06-20 | CMakeLists.txt: fix build for mingw | iDunk | 1 | -1/+1 |
2016-06-20 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 4 | -11/+63 |
2016-06-20 | common: fix build without libunwind | moneromooo-monero | 1 | -2/+2 |
2016-06-20 | CMakeLists: fix build without libunwind | moneromooo-monero | 1 | -0/+1 |
2016-06-20 | simplewallet: add a status command | moneromooo-monero | 2 | -0/+25 |
2016-06-20 | Merge pull request #865 | Riccardo Spagni | 1 | -0/+25 |
2016-06-20 | cmake: add missing FindLibunwind.cmake | moneromooo-monero | 1 | -0/+25 |
2016-06-19 | Merge pull request #863 | Riccardo Spagni | 1 | -1/+1 |
2016-06-19 | Merge pull request #862 | Riccardo Spagni | 2 | -11/+13 |
2016-06-19 | Merge pull request #857 | Riccardo Spagni | 1 | -4/+0 |
2016-06-19 | Merge pull request #856 | Riccardo Spagni | 2 | -2/+14 |
2016-06-19 | Merge pull request #846 | Riccardo Spagni | 11 | -21/+16 |
2016-06-19 | Merge pull request #775 | Riccardo Spagni | 6 | -4/+190 |
2016-06-19 | wallet_rpc_server: fix some string values being returned between <> | moneromooo-monero | 1 | -10/+10 |
2016-06-19 | Require 64/16 characters for payment ids | moneromooo-monero | 1 | -1/+3 |
2016-06-16 | double/string to monero integer convertion methods | Ilya Kitaev | 3 | -2/+33 |
2016-06-10 | rpc: fix getblock RPC sending blob as binary, not hex dump | moneromooo-monero | 1 | -1/+1 |
2016-06-10 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 4 | -1/+24 |
2016-06-10 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 4 | -0/+58 |
2016-06-07 | Fix Issue #855 | Howard Chu | 1 | -4/+0 |
2016-06-06 | cn_deserialize: add minergate data | moneromooo-monero | 1 | -0/+1 |
2016-06-06 | cn_deserialize: print extra nonce as hex data | moneromooo-monero | 1 | -1/+1 |
2016-06-06 | tx_extra: parse new chunk added by minergate | blashyrkh | 1 | -1/+12 |
2016-06-03 | Merge pull request #854 | Riccardo Spagni | 1 | -0/+18 |
2016-06-03 | Merge pull request #850 | Riccardo Spagni | 1 | -2/+5 |
2016-06-03 | removed unused "using" | Ilya Kitaev | 1 | -1/+0 |
2016-06-03 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 8 | -19/+86 |
2016-06-01 | scripts for faster test wallets generation | Ilya Kitaev | 11 | -19/+120 |
2016-05-28 | readme: notes on config file and fg/bg run mode | redfish | 1 | -0/+18 |
2016-05-27 | regenerated test wallets, basic functions got broken | Ilya Kitaev | 1 | -17/+20 |
2016-05-27 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 28 | -830/+1409 |
2016-05-27 | installing wallet_api header | Ilya Kitaev | 1 | -2/+2 |
2016-05-27 | cmake: BUILD_TESTS as option explicitly; added missed dependency | Ilya Kitaev | 1 | -0/+3 |
2016-05-27 | cmake libutils dependency added | Ilya Kitaev | 1 | -0/+46 |
2016-05-27 | all wallet dependencies merged to single static lib | Ilya Kitaev | 4 | -2/+491 |
2016-05-25 | crypto: slow-hash: disable mul implemented in asm for ARM | redfish | 1 | -2/+5 |
2016-05-18 | fix: error: -Werror=misleading-indentation | moneroexample | 1 | -1/+3 |
2016-05-18 | contrib: epee: add exception spec to throwing destructors | redfish | 3 | -3/+3 |
2016-05-18 | src: p2p: add exception spec to throwing destructors | redfish | 4 | -4/+4 |
2016-05-18 | crypto: slow-hash: fix misleading indent | redfish | 1 | -1/+1 |
2016-05-18 | crypto: slow-hash: remove unused hash list for ARM | redfish | 1 | -4/+0 |
2016-05-18 | crypto: oaes_lib: remove unused _NR array | redfish | 1 | -4/+0 |
2016-05-18 | crypto: fix compile error: use named type in sizeof | redfish | 1 | -4/+5 |
2016-05-17 | Merge pull request #842 | Riccardo Spagni | 4 | -4/+11 |
2016-05-17 | Merge pull request #840 | Riccardo Spagni | 2 | -6/+8 |
2016-05-17 | Merge pull request #837 | Riccardo Spagni | 1 | -1/+9 |
2016-05-17 | Merge pull request #831 | Riccardo Spagni | 11 | -31/+121 |
2016-05-17 | Merge pull request #827 | Riccardo Spagni | 3 | -19/+31 |
2016-05-17 | WalletListener::moneyReceived test | Ilya Kitaev | 1 | -12/+38 |
2016-05-16 | Restrict also 'get_connections' and 'getbans' APIs. | osensei | 1 | -2/+2 |
2016-05-16 | WalletListener::moneySpent test | Ilya Kitaev | 3 | -55/+164 |
2016-05-15 | crypto: make clear generate_random_bytes is not thread safe | moneromooo-monero | 4 | -4/+11 |
2016-05-14 | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 2 | -4/+6 |
2016-05-13 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2 | -2/+22 |
2016-05-13 | i_wallet_callback: virtual dtor | Ilya Kitaev | 1 | -0/+1 |
2016-05-12 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 22 | -146/+1306 |
2016-05-11 | Update README with TAILS instructions | dEBRUYNE-1 | 1 | -1/+9 |
2016-05-05 | started WalletListener | Ilya Kitaev | 3 | -1/+65 |
2016-05-05 | TransactionHistory continued | Ilya Kitaev | 1 | -5/+0 |
2016-05-01 | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 6 | -24/+18 |
2016-05-01 | cn_deserialize: deserialize tx_extra too | moneromooo-monero | 1 | -0/+21 |
2016-05-01 | unit_tests: add a write_varint/read_varint test | moneromooo-monero | 2 | -1/+68 |
2016-05-01 | unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo | moneromooo-monero | 1 | -1/+1 |
2016-05-01 | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 2 | -5/+13 |
2016-04-29 | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 7 | -769/+1229 |
2016-04-29 | Only log 1/N skipped blocks | Howard Chu | 1 | -2/+4 |