summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmake: do not pass -stdlib=c++ to clang >=3.7redfish2016-07-101-2/+4
| |/
* | Merge pull request #902Riccardo Spagni2016-07-207-18/+84
|\ \
| * | Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-107-18/+84
| |/
* | Merge pull request #900Riccardo Spagni2016-07-202-5/+3
|\ \
| * | daemon: fix ban seconds being misinterpreted as absolutemoneromooo-monero2016-07-101-3/+1
| * | rpc: fix get_bans and set_bans RPC names, they were missing a _moneromooo-monero2016-07-101-2/+2
| |/
* | Merge pull request #899Riccardo Spagni2016-07-201-1/+8
|\ \
| * | wallet_rpc_server: add payment id from integrated addresses to extramoneromooo-monero2016-07-101-1/+8
| |/
* | Merge pull request #897Riccardo Spagni2016-07-201-14/+0
|\ \
| * | daemonizer: posix: keep parent's working dir and umaskredfish2016-07-091-14/+0
| |/
* | Merge pull request #896Riccardo Spagni2016-07-201-1/+1
|\ \
| * | cmake: do not ignore dangerous warnings with -Wno-errorredfish2016-07-091-1/+1
| |/
* | Merge pull request #887Riccardo Spagni2016-07-201-0/+5
|\ \
| * | cmake: pass -fno-strict-aliasing to fix build with GCC 6.1.1redfish2016-07-081-0/+5
| |/
* | Merge pull request #818Riccardo Spagni2016-07-208-1/+194
|\ \ | |/ |/|
| * wallet: add command and RPC to sign/verify datamoneromooo-monero2016-07-198-1/+194
|/
* Merge pull request #889Riccardo Spagni2016-07-081-1/+1
|\
| * wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero2016-07-071-1/+1
|/
* Merge pull request #885Riccardo Spagni2016-07-061-2/+1
|\
| * updated README to reflect Windows changesRiccardo Spagni2016-07-031-2/+1
* | Merge pull request #884Riccardo Spagni2016-07-062-4/+14
|\ \
| * | allow peers without portmoneromooo-monero2016-07-032-4/+14
| |/
* | Merge pull request #883Riccardo Spagni2016-07-061-1/+10
|\ \
| * | daemon: print exception errors when failing to parse config filemoneromooo-monero2016-06-301-1/+10
| |/
* | Merge pull request #882Riccardo Spagni2016-07-061-0/+12
|\ \
| * | rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero2016-06-291-0/+12
| |/
* | Merge pull request #879Riccardo Spagni2016-07-061-0/+1
|\ \
| * | simplewallet: mention the background refresh thread when startingmoneromooo-monero2016-06-221-0/+1
| |/
* | Merge pull request #878Riccardo Spagni2016-07-067-28/+146
|\ \
| * | wallet: add a fee multipliermoneromooo-monero2016-06-227-28/+146
| |/
* | Merge pull request #877Riccardo Spagni2016-07-062-16/+16
|\ \
| * | makefile: remove unnecessary ARM-specific targetsredfish2016-06-231-8/+0
| * | cmake: disable AES on ARMredfish2016-06-211-1/+3
| * | cmake: initialize ARCH for native buildsredfish2016-06-211-1/+6
| * | cmake: remove repetitive code in handling of NO_AESredfish2016-06-211-7/+8
* | | Merge pull request #876Riccardo Spagni2016-07-061-1/+1
|\ \ \
| * | | contrib: epee: add missing noexcept spec to class declredfish2016-06-221-1/+1
| | |/ | |/|
* | | Merge pull request #875Riccardo Spagni2016-07-062-15/+32
|\ \ \
| * | | readme: move license to separate file for packagingredfish2016-06-212-15/+32
| | |/ | |/|
* | | Merge pull request #873Riccardo Spagni2016-07-062-1/+3
|\ \ \
| * | | remove POSIX_C_SOURCE and remove dlfcn.h for static buildsluigi11112016-06-212-1/+3
| | |/ | |/|
* | | Merge pull request #872Riccardo Spagni2016-07-0631-452/+2572
|\ \ \ | |/ / |/| |
| * | CMake: GPL 'libutils' script removedIlya Kitaev2016-06-245-407/+16
| * | Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-235-23/+19
| |\ \
| | * | PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-222-4/+4
| | * | commented regexIlya Kitaev2016-06-221-1/+1
| | * | Typo fixedIlya Kitaev2016-06-221-1/+1
| | * | Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-204-11/+63
| | * | double/string to monero integer convertion methodsIlya Kitaev2016-06-163-2/+33
| | * | wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-104-1/+24