aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Merge pull request #1651Riccardo Spagni1-2/+2
2017-02-02Merge pull request #1647Riccardo Spagni1-1/+2
2017-02-02Merge pull request #1646Riccardo Spagni2-6/+7
2017-02-02Merge pull request #1645Riccardo Spagni4-65/+43
2017-02-02Merge pull request #1643Riccardo Spagni3-7/+7
2017-02-02Merge pull request #1642Riccardo Spagni2-1/+2
2017-02-02Merge pull request #1639Riccardo Spagni2-0/+28
2017-02-02Merge pull request #1636Riccardo Spagni1-0/+17
2017-02-02Add missing includeMiguel Herranz1-0/+2
2017-02-02Merge pull request #1634Riccardo Spagni2-4/+4
2017-02-02Merge pull request #1631Riccardo Spagni1-4/+8
2017-02-02Merge pull request #1629Riccardo Spagni15-323/+172
2017-02-02Merge pull request #1628Riccardo Spagni1-0/+1
2017-02-02Merge pull request #1627Riccardo Spagni5-29/+48
2017-02-02Merge pull request #1624Riccardo Spagni1-0/+1
2017-02-02Merge pull request #1617Riccardo Spagni20-94/+84
2017-02-02Merge pull request #1614Riccardo Spagni1-0/+44
2017-02-01Fixed a deadlock issue with easylogger++NanoAkron1-2/+2
2017-01-31Workaround VL32 cursor refcounting miscountHoward Chu1-7/+9
2017-01-31Added days uptime to the status messageNanoAkron1-4/+6
2017-01-30Merge pull request #1649luigi11111-0/+10
2017-01-30Merge pull request #1637luigi11111-1/+1
2017-01-30Merge pull request 1635luigi11115-0/+178
2017-01-30Merge pull request 1648luigi11111-1/+1
2017-01-30GUI: Add install target for epeeJaquee1-0/+10
2017-01-30Wallet API: Create wallet from keysJaquee5-0/+178
2017-01-30Changed console output for transaction from L0 to L1NanoAkron1-1/+1
2017-01-29wallet_rpc_server: fix short payment id validation in transfermoneromooo-monero1-1/+1
2017-01-29Add change_password for simplewalletAshley Perpetual2-0/+28
2017-01-28wallet2: fix corner case failing to send a second outputmoneromooo-monero1-1/+2
2017-01-28Factor is_address_local code into a tools functionmoneromooo-monero4-65/+43
2017-01-28Update and use blockchain data files definesMiguel Herranz2-6/+7
2017-01-28Separate data per P2P portMiguel Herranz2-1/+16
2017-01-28wallet_rpc_server: fix logs going to the wrong filemoneromooo-monero3-7/+7
2017-01-28core: set missing verifivation_failed flag when rejecting a txmoneromooo-monero1-0/+1
2017-01-28core_tests: decrease trace level from trace to debugmoneromooo-monero1-1/+1
2017-01-28Add concurrency check to rpc mining to ensure not too many threads. number of...Ashley Perpetual1-0/+17
2017-01-27Merge pull request #1618luigi11112-0/+2
2017-01-26Fix clang build failure, caused by mixing C and C++Timothy D. Prime1-1/+1
2017-01-26Fix invalid + of std::string and intTimothy D. Prime2-4/+4
2017-01-25Updates to epee HTTP client codeLee Clagett15-323/+172
2017-01-25Blockfill - Sort tx pool correctlyAlexis Enston1-2/+2
2017-01-25Blockfill - Take TX fees into account properlyAlexis Enston1-1/+1
2017-01-25Consider empty block when filling with TXsAlexis Enston1-1/+5
2017-01-25Clear feedback to user when daemon has stopped successfullyNanoAkron1-0/+1
2017-01-24moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi845-29/+48
2017-01-23Added instructions for getting stack traces with gdbNanoAkron1-0/+44
2017-01-23rpc: fix bc_dyn_stats not setting grace blocksmoneromooo-monero1-0/+1
2017-01-23Merge pull request #1622Riccardo Spagni1-3/+0
2017-01-23Merge pull request #1621Riccardo Spagni1-1/+1
2017-01-23Merge pull request #1620Riccardo Spagni2-10/+6
2017-01-23Remove unreachable returnsMiguel Herranz1-3/+0
2017-01-23fixed typo: monero-wallet-cli,logkenshi841-1/+1
2017-01-23Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron2-10/+6
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz12-12/+0
2017-01-22Wallet api: testnet getter=2-0/+2
2017-01-22Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz2-4/+6
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz12-78/+78
2017-01-22Merge pull request #1608Riccardo Spagni2-33/+47
2017-01-22mlog: allow using numerical level as default prefixmoneromooo-monero1-25/+37
2017-01-22protocol: log received messages in a separate categorymoneromooo-monero1-8/+10
2017-01-22Merge pull request #1615Riccardo Spagni2-0/+10
2017-01-22Merge pull request #1613Riccardo Spagni1-2/+2
2017-01-22Merge pull request #1612Riccardo Spagni1-3/+50
2017-01-22Merge pull request #1610Riccardo Spagni5-9/+16
2017-01-22Merge pull request #1609Riccardo Spagni3-2/+19
2017-01-22Merge pull request #1607Riccardo Spagni1-1/+1
2017-01-22Merge pull request #1606Riccardo Spagni1-3/+3
2017-01-22Merge pull request #1605Riccardo Spagni2-17/+29
2017-01-22Merge pull request #1604Riccardo Spagni2-3/+3
2017-01-22Merge pull request #1601Riccardo Spagni1-27/+19
2017-01-22Merge pull request #1600Riccardo Spagni3-0/+121
2017-01-22Merge pull request #1597Riccardo Spagni5-728/+0
2017-01-22core: cache tx hashes of failing semantics txesmoneromooo-monero2-0/+10
2017-01-22mlog: fix default level/category mappingmoneromooo-monero1-2/+2
2017-01-22wallet2: fix sending a rct tx with a single output availablemoneromooo-monero1-3/+50
2017-01-22rpc: fix orphan_status when getting blocksmoneromooo-monero5-9/+16
2017-01-22p2p: always recreate a new peer id on startupmoneromooo-monero3-2/+19
2017-01-21unit_tests: fix missing return after batch_start prototype changemoneromooo-monero1-1/+1
2017-01-21p2p: show ban/unban logs by default againmoneromooo-monero1-3/+3
2017-01-21core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero1-0/+12
2017-01-21ringct: reorder a bit to check quicker tests firstmoneromooo-monero1-17/+17
2017-01-21Make stack trace show up in log file with default settingsmoneromooo-monero2-3/+3
2017-01-21Rename method to get_random_gray_peerMiguel Herranz2-4/+4
2017-01-21Fix logging that broke after rebasingMiguel Herranz1-1/+1
2017-01-21Use set_peer_just_seen to keep last_seen updatedMiguel Herranz1-1/+1
2017-01-21Add gray peer list housekeeping systemMiguel Herranz3-0/+121
2017-01-21streamlinevdo1-27/+19
2017-01-21undelete epee tests.cppmoneroexamples1-0/+59
2017-01-20Merge pull request #1599Riccardo Spagni2-10/+10
2017-01-20Merge pull request #1596Riccardo Spagni1-1/+6
2017-01-20Merge pull request #1593Riccardo Spagni1-2/+4
2017-01-20Merge pull request #1592Riccardo Spagni1-1/+1
2017-01-20Merge pull request #1589Riccardo Spagni2-0/+6
2017-01-20Merge pull request #1587Riccardo Spagni1-11/+13
2017-01-20Merge pull request #1586Riccardo Spagni2-3/+9
2017-01-20Merge pull request #1572Riccardo Spagni2-0/+32
2017-01-20wallet: print exception message on get_random_outs_errormoneromooo-monero2-10/+10
2017-01-20removing some unsed epee filesmoneroexamples6-787/+0
2017-01-20easylogging++: detect DragonFly BSD as a UNIXmoneromooo-monero1-1/+6
2017-01-18Honor depth in get_peerlist_head methodMiguel Herranz1-2/+4
2017-01-18simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004kenshi841-1/+1
2017-01-16wallet2_api: add API to set log categoriesmoneromooo-monero2-0/+6
2017-01-16Tweak some msg loglevelsHoward Chu1-11/+13
2017-01-16mlog: allow overriding log formatmoneromooo-monero1-2/+4
2017-01-16easylogging++: enforce recursive mutexmoneromooo-monero1-1/+5
2017-01-16Reduce to one connection per IPMiguel Herranz1-1/+1
2017-01-16Merge pull request #1585Riccardo Spagni7-6/+7
2017-01-16Merge pull request #1584Riccardo Spagni1-3/+2
2017-01-16Merge pull request #1583Riccardo Spagni1-8/+0
2017-01-16Merge pull request #1536Riccardo Spagni8-102/+316
2017-01-16fixups in logging init calls, and add missing net context in a logmoneromooo-monero7-6/+7
2017-01-16Fix PR#1506, off by one in chain heightHoward Chu1-3/+2
2017-01-16wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero6-79/+259
2017-01-16wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero3-23/+55
2017-01-16core: don't try to deserialize an empty extra to remove a fieldmoneromooo-monero1-0/+2
2017-01-16Makefile: remove mistakenly added local custom targetmoneromooo-monero1-8/+0
2017-01-15Merge pull request #1569Riccardo Spagni6-17/+207
2017-01-15Merge pull request #1522Riccardo Spagni126-4406/+8315
2017-01-16specify restore height by YYYY-MM-DD formatkenshi846-17/+207
2017-01-16Change logging to easylogging++moneromooo-monero125-4406/+1458
2017-01-16easylogging++: fix logging with static const header only data membersmoneromooo-monero1-1/+13
2017-01-16easylogging++: add ELPP_DISABLE_CHECK_MACROSmoneromooo-monero1-0/+2
2017-01-16easylogging++: allow clipping a common filename prefixmoneromooo-monero1-3/+20
2017-01-16easylogging++: add file-only logsmoneromooo-monero1-10/+12
2017-01-16eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero1-0/+1
2017-01-16easylogging++: avoid creating directory/filename for the builtin default log ...moneromooo-monero1-0/+2
2017-01-16easylogging++: allow setting thread namesmoneromooo-monero1-1/+16
2017-01-16easylogging++: Print thread ID in a nicer waymoneromooo-monero1-1/+2
2017-01-16easylogging++: Add logging categoriesmoneromooo-monero1-1/+111
2017-01-16easylogging++: import upstreammoneromooo-monero1-0/+6695
2017-01-15Merge pull request #1578Riccardo Spagni1-1/+2
2017-01-15Merge pull request #1581Riccardo Spagni1-1/+1
2017-01-15Merge pull request #1561Riccardo Spagni9-77/+71
2017-01-16macro to define core RPC version for avoiding future mistakekenshi841-1/+2
2017-01-15blockchain_import: fix build after tx_pool::add_tx changesmoneromooo-monero1-1/+1
2017-01-15Merge pull request #1579Riccardo Spagni2-1/+45
2017-01-15Merge pull request #1577Riccardo Spagni3-0/+36
2017-01-15Merge pull request #1576Riccardo Spagni4-84/+148
2017-01-15Merge pull request #1575Riccardo Spagni2-4/+5
2017-01-15Merge pull request #1574Riccardo Spagni2-9/+36
2017-01-15Merge pull request #1573Riccardo Spagni3-5/+7
2017-01-15Merge pull request #1571Riccardo Spagni13-38/+55
2017-01-15Merge pull request #1568Riccardo Spagni7-1/+134
2017-01-15Merge pull request #1567Riccardo Spagni1-7/+13
2017-01-15Merge pull request #1565Riccardo Spagni1-0/+2
2017-01-15Merge pull request #1564Riccardo Spagni3-6/+67
2017-01-15Merge pull request #1563Riccardo Spagni2-21/+26
2017-01-15Merge pull request #1560Riccardo Spagni3-1/+24
2017-01-15Merge pull request #1552Riccardo Spagni1-12/+42
2017-01-15Merge pull request #1506Riccardo Spagni9-33/+71
2017-01-15enable clang checks that were disabledChris Vickio1-1/+0
2017-01-15remove std::move from return statements (pessimizing-move warning)Chris Vickio1-2/+2
2017-01-15change counter from bool to int (deprecated-increment-bool warning)Chris Vickio1-1/+1
2017-01-15Check for correct thread before ending batch transactionHoward Chu1-0/+7
2017-01-15mnemonics: fix language detection with checksum wordmoneromooo-monero2-1/+45
2017-01-15Limit incoming connections from the same IPMiguel Herranz2-0/+32
2017-01-14Must wait for previous batch to finish before starting new oneHoward Chu1-1/+6
2017-01-14Don't cache block height, always get from DBHoward Chu2-14/+29
2017-01-14Tweak default db-sync-mode to fast:async:1Howard Chu1-4/+7
2017-01-14Use batch transactions when syncingHoward Chu8-15/+23
2017-01-14core: check block version for alt chains toomoneromooo-monero3-0/+36
2017-01-14wallet2: use at least two rct inputs if possiblemoneromooo-monero2-9/+36
2017-01-14unit_tests: fix portable serialization tests hardcoded data pathmoneromooo-monero2-4/+5
2017-01-14rct: split rct checks between semantics and othermoneromooo-monero4-84/+148
2017-01-14Merge pull request #1566Riccardo Spagni1-2/+6
2017-01-14fix timeout in check_connectionJaquee3-5/+7
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero13-39/+56
2017-01-14add extra braces around subobjects (missing-braces warning)Chris Vickio1-64/+64
2017-01-14make struct/class declarations consistent (mismatched-tags warning)Chris Vickio4-5/+3
2017-01-14remove unused fields from network_throttle (unused-private-field warning)Chris Vickio1-3/+0
2017-01-14inline unused function (for unused-function warning)Chris Vickio1-1/+1
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero7-1/+134
2017-01-13wallet2: fix tx reroll not updating fee is going up a kB stepmoneromooo-monero1-7/+13
2017-01-13account: fix build error involving std::max and different typesmoneromooo-monero1-2/+6
2017-01-13Wallet API: add key image import/export functionsJaquee3-6/+67
2017-01-13Wallet API: support integrated addresses in address book.Jaquee1-12/+42
2017-01-13core: ensure block size limit is set from the startmoneromooo-monero1-0/+2
2017-01-13Wallet API: add rescanSpent()Jaquee3-1/+24
2017-01-13Merge pull request #1562Riccardo Spagni3-79/+99
2017-01-13Merge pull request #1559Riccardo Spagni10-6/+83
2017-01-13Merge pull request #1558Riccardo Spagni1-4/+4
2017-01-13Merge pull request #1555Riccardo Spagni1-3/+6
2017-01-13Merge pull request #1548Riccardo Spagni1-4/+9
2017-01-13Merge pull request #1545Riccardo Spagni1-0/+1
2017-01-13Merge pull request #1543Riccardo Spagni5-1/+25
2017-01-13Merge pull request #1541Riccardo Spagni10-9/+525
2017-01-13Merge pull request #1540Riccardo Spagni2-1/+43
2017-01-13Merge pull request #1538Riccardo Spagni4-23/+4
2017-01-13Merge pull request #1526Riccardo Spagni4-5/+88
2017-01-13Merge pull request #1523Riccardo Spagni6-189/+790
2017-01-13Merge pull request #1513Riccardo Spagni3-1/+49
2017-01-13Merge pull request #1492Riccardo Spagni7-18/+175
2017-01-13Prioritize older transactions in the mempoolMiguel Herranz2-21/+26
2017-01-13Move key image export/import functions to wallet2Jaquee3-79/+99
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee10-6/+83
2017-01-12initialize timestamp to 0 and check for mktime() errorChris Vickio1-4/+4
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz5-2/+26
2017-01-11Added (not yet enabled) HTTP client authenticationLee Clagett6-189/+790
2017-01-10Wallet api: Update trustedDaemon when daemon is changedJaquee1-0/+6