Commit Graph

  • a834105bed
    Merge pull request #927 Riccardo Spagni 2016-07-24 20:41:21 +0200
  • ebf97d76f0
    wallet: new {ex,im}port_key_images commands and RPC calls moneromooo-monero 2016-07-15 12:11:55 +0100
  • 8bed9a42f7 cmake: wallet: libunbound is not always static redfish 2016-07-23 15:04:15 -0400
  • 47618c2710
    Merge pull request #923 Riccardo Spagni 2016-07-23 09:20:18 +0200
  • 07f974a499
    Merge pull request #916 Riccardo Spagni 2016-07-23 09:19:39 +0200
  • b582764bd6
    Merge pull request #915 Riccardo Spagni 2016-07-23 09:17:21 +0200
  • 90f2e19d51
    Merge pull request #910 Riccardo Spagni 2016-07-23 09:13:15 +0200
  • d4af91134c
    Merge pull request #886 Riccardo Spagni 2016-07-23 09:11:24 +0200
  • 28f9348fea
    Merge pull request #920 Riccardo Spagni 2016-07-23 09:10:15 +0200
  • ca33ce6458
    include result in the notifications template Riccardo Spagni 2016-07-23 09:09:40 +0200
  • 2a8352db2e
    only alert on IRC when the status changes Riccardo Spagni 2016-07-23 09:05:30 +0200
  • 3720c27b7d
    Merge pull request #924 Riccardo Spagni 2016-07-23 09:03:55 +0200
  • dca9fe175c cmake: do not pass -Werror when building tests redfish 2016-07-05 01:21:02 +0000
  • 61ed40a618
    Tests: fix signed/unsigned comparison in hash-target anonimal 2016-07-22 22:05:35 +0000
  • 83128877e0
    simplewallet: suggest removing cache when loading fails moneromooo-monero 2016-07-22 17:11:42 +0100
  • b89b96394a
    wallet: add unconfirmed incoming txes from the txpool moneromooo-monero 2016-05-23 21:40:12 +0100
  • 080a60610f
    simplewallet: revert to foreground refresh at startup moneromooo-monero 2016-07-13 11:25:53 +0100
  • 6b6fb7f7d0
    add IRC notifications to travis Riccardo Spagni 2016-07-20 14:50:44 +0200
  • 38e5156392
    Merge pull request #914 Riccardo Spagni 2016-07-20 14:29:33 +0200
  • c6c761c45c
    Merge pull request #919 Riccardo Spagni 2016-07-20 14:29:01 +0200
  • 2b1c4a9f64
    Merge pull request #918 Riccardo Spagni 2016-07-20 14:28:09 +0200
  • 48e14ef66c
    fix atomic library to only fire off for clang Riccardo Spagni 2016-07-20 14:25:59 +0200
  • 39f7fad71d
    fix duplicate clang block in cmake Riccardo Spagni 2016-07-20 14:24:50 +0200
  • b249482e1e
    Docs: fix 'Development Resources' formatting in README. anonimal 2016-07-20 12:22:17 +0000
  • 8e143fcf1d
    Merge pull request #911 Riccardo Spagni 2016-07-20 14:01:27 +0200
  • b52b2ed00b
    Merge pull request #917 Riccardo Spagni 2016-07-20 14:00:23 +0200
  • ea44142d2f
    change travis badge Riccardo Spagni 2016-07-20 13:59:47 +0200
  • c20a6d9069
    Merge pull request #909 Riccardo Spagni 2016-07-20 13:57:25 +0200
  • 77015e8132
    Merge pull request #904 Riccardo Spagni 2016-07-20 13:56:59 +0200
  • fc3e135b83
    Merge pull request #902 Riccardo Spagni 2016-07-20 13:55:59 +0200
  • b1bec02ce5
    Merge pull request #900 Riccardo Spagni 2016-07-20 13:53:25 +0200
  • 07f1d4e04d
    Merge pull request #899 Riccardo Spagni 2016-07-20 13:52:54 +0200
  • 992b6cce06
    Merge pull request #897 Riccardo Spagni 2016-07-20 13:52:27 +0200
  • 255ff79416
    Merge pull request #896 Riccardo Spagni 2016-07-20 13:51:54 +0200
  • 83ccaf316d
    Merge pull request #887 Riccardo Spagni 2016-07-20 13:51:27 +0200
  • 77e1d8774a
    Merge pull request #818 Riccardo Spagni 2016-07-20 13:50:41 +0200
  • 89d9f382a0
    wallet: add command and RPC to sign/verify data moneromooo-monero 2016-04-23 21:46:48 +0100
  • d7597c5961 refreshing wallet even if error happened Ilya Kitaev 2016-07-14 13:33:49 +0300
  • 6d32a3d16b wallet_api: async init, Wallet::connected status, log level Ilya Kitaev 2016-07-14 12:47:01 +0300
  • 193d251360 libwallet_api cmake: conditionally creating libwallet_merged2 only for STATIC build Ilya Kitaev 2016-07-13 15:26:31 +0300
  • 10c06ddac7 wallet_api: segfault on refresh fixed Ilya Kitaev 2016-07-13 13:13:10 +0300
  • 9d2cb4f36c WalletListener functionality Ilya Kitaev 2016-07-10 17:17:23 +0300
  • d27b883b2d hack to successfull linking for MSYS2 Ilya Kitaev 2016-07-04 17:59:53 +0300
  • 083380cb8f Transaction fee multiplier aka priority integraged Ilya Kitaev 2016-06-27 14:55:13 +0300
  • 00ed12bd6c Wallet::paymentIdValid Ilya Kitaev 2016-06-24 16:17:06 +0300
  • 87b1153f37
    wallet2_api: use uint64_t for amounts moneromooo-monero 2016-07-17 09:33:31 +0100
  • d7b681cd65
    remove hf_starting_height db moneromooo-monero 2016-07-13 21:19:05 +0100
  • bbba197cc9
    Docs: update 'Development Resources' in README. anonimal 2016-07-13 02:07:20 +0000
  • 2feb94b44d
    Travis-CI: add build-status badge to README.md anonimal 2016-07-13 01:43:31 +0000
  • f025622ff2
    Travis-CI: remote redundant make release-test. anonimal 2016-07-13 00:45:06 +0000
  • b332da3e9a
    Travis-CI: implement first-draft configuration. anonimal 2016-07-12 23:33:57 +0000
  • f07f120e5d cmake: don't try to link with atomic on Apple redfish 2016-07-12 00:25:56 -0400
  • 19349d7870 cmake: ARM: clang: make warning non-fatal: inline asm redfish 2016-07-10 21:11:18 -0400
  • f3e09f36d3 cmake: link with -latomic for clang redfish 2016-07-10 21:05:52 -0400
  • f4b35aeafd cmake: include -ldl via cmake built-in var redfish 2016-07-10 18:57:53 -0400
  • fa85cd845f common: stack trace: make clang happy with func ptrs redfish 2016-07-10 18:57:53 -0400
  • 4dce26bba4 cmake: do not pass -stdlib=c++ to clang >=3.7 redfish 2016-07-10 18:54:48 -0400
  • 014f3a0d39
    Add a daemon RPC version, and make simplewallet check it moneromooo-monero 2016-07-10 16:49:40 +0100
  • 78cc10f3fa
    daemon: fix ban seconds being misinterpreted as absolute moneromooo-monero 2016-07-10 15:11:23 +0100
  • 34ecfdbf15
    rpc: fix get_bans and set_bans RPC names, they were missing a _ moneromooo-monero 2016-07-10 15:10:51 +0100
  • a95a2cbc4d
    wallet_rpc_server: add payment id from integrated addresses to extra moneromooo-monero 2016-07-10 13:45:01 +0100
  • ce6b83128e daemonizer: posix: keep parent's working dir and umask redfish 2016-07-09 20:09:56 -0400
  • 1e89f4f2c5 cmake: do not ignore dangerous warnings with -Wno-error redfish 2016-07-08 22:34:43 -0400
  • ab250754f2 cmake: pass -fno-strict-aliasing to fix build with GCC 6.1.1 redfish 2016-07-05 01:36:55 +0000
  • 18dd507024
    Merge pull request #889 Riccardo Spagni 2016-07-08 23:00:38 +0200
  • a0bf85d09d
    wallet2_api: make this build (smatch needs .str() for /=) moneromooo-monero 2016-07-07 22:42:59 +0100
  • 59172156bf
    Merge pull request #885 Riccardo Spagni 2016-07-06 18:22:16 +0200
  • 18fa01c092
    Merge pull request #884 Riccardo Spagni 2016-07-06 18:20:17 +0200
  • 1088ed862b
    Merge pull request #883 Riccardo Spagni 2016-07-06 18:19:40 +0200
  • 0b65717a5d
    Merge pull request #882 Riccardo Spagni 2016-07-06 18:17:08 +0200
  • 00fd89a36d
    Merge pull request #879 Riccardo Spagni 2016-07-06 18:15:36 +0200
  • 3923cbddaf
    Merge pull request #878 Riccardo Spagni 2016-07-06 18:14:34 +0200
  • 65df33fb06
    Merge pull request #877 Riccardo Spagni 2016-07-06 18:14:03 +0200
  • c9f66dfaba
    Merge pull request #876 Riccardo Spagni 2016-07-06 18:13:28 +0200
  • 160e808796
    Merge pull request #875 Riccardo Spagni 2016-07-06 18:12:53 +0200
  • 628f57b212
    Merge pull request #873 Riccardo Spagni 2016-07-06 18:12:03 +0200
  • fc58069731
    Merge pull request #872 Riccardo Spagni 2016-07-06 18:11:04 +0200
  • b727a1ffbf
    updated README to reflect Windows changes Riccardo Spagni 2016-07-03 16:42:26 +0200
  • c2ad9caf01
    allow peers without port moneromooo-monero 2016-07-03 12:51:12 +0100
  • 459ec6040e
    daemon: print exception errors when failing to parse config file moneromooo-monero 2016-06-30 22:15:40 +0100
  • f11191a818
    rpc: restrict number of fake outs requested in restricted rpc mode moneromooo-monero 2016-06-29 20:43:14 +0100
  • beb6d9200d CMake: GPL 'libutils' script removed Ilya Kitaev 2016-06-24 14:49:23 +0300
  • ecd0f2dde7 makefile: remove unnecessary ARM-specific targets redfish 2016-06-23 17:01:31 -0400
  • ab61ba0c9b Merge branch 'master' of https://github.com/mbg033/bitmonero Ilya Kitaev 2016-06-23 16:23:09 +0300
  • d60864785f WalletManager::findWallets: searching by "keys" files instead of "address.txt" files Ilya Kitaev 2016-06-23 14:47:22 +0300
  • ca61153003 Wallet: payment id and integrated address Ilya Kitaev 2016-06-23 14:38:22 +0300
  • 23cbf6fd97 PendingTransactionImpl: pointer->reference Ilya Kitaev 2016-06-22 15:50:59 +0300
  • c1d9e7cd2a commented regex Ilya Kitaev 2016-06-22 15:06:19 +0300
  • 563baf1b68 Typo fixed Ilya Kitaev 2016-06-22 14:37:53 +0300
  • 2efec04f74 Wallet::createTransaction: added mixin_count param Ilya Kitaev 2016-06-20 22:56:30 +0300
  • 85a632244e double/string to monero integer convertion methods Ilya Kitaev 2016-06-16 16:42:33 +0300
  • e7d8f2a085 wallet::default_mixin exposed to public interface as Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction Ilya Kitaev 2016-06-10 13:52:10 +0300
  • a5374897f8 Wallet::filename, Wallet::keysFilename, tests for move wallet Ilya Kitaev 2016-06-10 12:51:09 +0300
  • a1eddcd693 removed unused "using" Ilya Kitaev 2016-06-03 16:56:13 +0300
  • 8390bfa770 Wallet API : WalletManager::findWallets() added Ilya Kitaev 2016-06-03 14:52:58 +0300
  • 44cc0ef147 scripts for faster test wallets generation Ilya Kitaev 2016-06-01 17:06:10 +0300
  • 2060bfe5ad regenerated test wallets, basic functions got broken Ilya Kitaev 2016-05-27 13:35:00 +0300
  • dbc0b039b4 installing wallet_api header Ilya Kitaev 2016-05-27 10:58:07 +0300
  • 653c7e3804 cmake: BUILD_TESTS as option explicitly; added missed dependency Ilya Kitaev 2016-05-27 10:42:31 +0300
  • ef9a74c67e cmake libutils dependency added Ilya Kitaev 2016-05-27 10:08:25 +0300