index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-18
Add a few read txns to streamline
Howard Chu
3
-3
/
+11
2017-02-12
tools: log to the correct file
moneromooo-monero
2
-2
/
+6
2017-02-12
tools: set requested log level
moneromooo-monero
3
-2
/
+4
2017-02-12
protocol: speed up sync by minimizing duplicate work
moneromooo-monero
2
-2
/
+31
2017-02-12
net_node: fix spurious warning about using uninitialized data
moneromooo-monero
1
-1
/
+1
2017-02-12
Fixup choice of easylogging++ vs libunwind stack trace code
moneromooo-monero
1
-1
/
+1
2017-02-12
tx_pool: add a debug message when adding a tx to the pool
moneromooo-monero
1
-0
/
+1
2017-02-12
cryptonote_protocol: misc fluffy block fixes
moneromooo-monero
2
-42
/
+78
2017-02-12
rpc: fix daemon mixed style set_log 2,category:level
moneromooo-monero
1
-1
/
+1
2017-02-12
daemon: fix crash on exit when mining
moneromooo-monero
1
-0
/
+2
2017-02-11
Fix GUI building after libcryptonote_core was split (#1626)
iDunk5400
1
-1
/
+1
2017-02-11
db_lmdb: fix bad height saved in tx data
moneromooo-monero
2
-6
/
+7
2017-02-10
Added a note about smart mining to status command. Fixed up a bug where I was...
Dion Ahmetaj
5
-5
/
+8
2017-02-10
Changed ac_line_status to on_battery_power.
Dion Ahmetaj
2
-6
/
+6
2017-02-10
Use defined directive to silence pre-proc warnings.
Dion Ahmetaj
1
-1
/
+1
2017-02-10
Cleaned up some logging. Thanks to moneromooo for help.
Dion Ahmetaj
1
-20
/
+20
2017-02-10
Added some //TODO comments pertaining to returning enums instead of bools in ...
Dion Ahmetaj
1
-0
/
+5
2017-02-10
Moved around checking of AC power in order to bail quicker to sleep if not pl...
Dion Ahmetaj
1
-4
/
+6
2017-02-10
Moved setting of previous process times to block where background mining is s...
Dion Ahmetaj
1
-14
/
+11
2017-02-10
Set background mining started bool to false on bg thread start. If mining::st...
Dion Ahmetaj
1
-0
/
+1
2017-02-10
Background/smart mining. If a users' computer is plugged into a power
Dion Ahmetaj
8
-18
/
+459
2017-02-08
simplewallet: print error when address is wrong
kenshi84
1
-0
/
+6
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
69
-610
/
+762
2017-02-06
wallet2: fix transactions not considering rct inputs
moneromooo-monero
2
-11
/
+11
2017-02-06
Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
Lee Clagett
28
-133
/
+385
2017-02-05
Wallet API: Easylogger wrapper for gui
Jaquee
2
-0
/
+8
2017-02-05
bugfix: infinite recursion in get_account_address_from_str_or_url
kenshi84
1
-1
/
+1
2017-02-05
Clarify in/out connections for users
NanoAkron
1
-1
/
+1
2017-02-05
common: fix link error on at least one platform (no clue which one)
moneromooo-monero
1
-0
/
+1
2017-02-05
Wallet API: Catch error from tools::is_local_address
Jaquee
1
-2
/
+7
2017-02-04
GUI: Improved refresh performance
Jaquee
1
-7
/
+10
2017-02-04
wallet api: Remove initAsync() and don't start refresh automatically on init
Jaquee
3
-31
/
+6
2017-02-04
wallet2::init() - disconnect before init if connected
Jaquee
1
-0
/
+2
2017-02-04
Use easylogging++'s stack trace facility where possible
moneromooo-monero
1
-0
/
+19
2017-02-04
wallet_rpc_server: add address book RPC calls
moneromooo-monero
4
-0
/
+184
2017-02-03
simplewallet: option to always ask password for any crytical operations
kenshi84
4
-2
/
+54
2017-02-02
Fix missing parentheses
Miguel Herranz
1
-2
/
+2
2017-02-02
simplewallet: cleanup
moneromooo-monero
1
-5
/
+0
2017-02-02
simplewallet: fix build (unqualified type not in current scope)
moneromooo-monero
1
-1
/
+1
2017-02-02
core: fix integrated addresses breaking with auto zero change
moneromooo-monero
1
-0
/
+2
2017-02-02
Add missing include
Miguel Herranz
1
-0
/
+2
2017-01-31
Added days uptime to the status message
NanoAkron
1
-4
/
+6
2017-01-30
Wallet API: Create wallet from keys
Jaquee
5
-0
/
+178
2017-01-30
Changed console output for transaction from L0 to L1
NanoAkron
1
-1
/
+1
2017-01-29
wallet_rpc_server: fix short payment id validation in transfer
moneromooo-monero
1
-1
/
+1
2017-01-29
Add change_password for simplewallet
Ashley Perpetual
2
-0
/
+28
2017-01-28
wallet2: fix corner case failing to send a second output
moneromooo-monero
1
-1
/
+2
2017-01-28
Factor is_address_local code into a tools function
moneromooo-monero
4
-65
/
+43
2017-01-28
Update and use blockchain data files defines
Miguel Herranz
2
-6
/
+7
2017-01-28
Separate data per P2P port
Miguel Herranz
2
-1
/
+16
2017-01-28
wallet_rpc_server: fix logs going to the wrong file
moneromooo-monero
3
-7
/
+7
2017-01-28
core: set missing verifivation_failed flag when rejecting a tx
moneromooo-monero
1
-0
/
+1
2017-01-28
Add concurrency check to rpc mining to ensure not too many threads. number of...
Ashley Perpetual
1
-0
/
+17
2017-01-26
Fix clang build failure, caused by mixing C and C++
Timothy D. Prime
1
-1
/
+1
2017-01-26
Fix invalid + of std::string and int
Timothy D. Prime
2
-4
/
+4
2017-01-25
Updates to epee HTTP client code
Lee Clagett
10
-121
/
+90
2017-01-25
Blockfill - Sort tx pool correctly
Alexis Enston
1
-2
/
+2
2017-01-25
Blockfill - Take TX fees into account properly
Alexis Enston
1
-1
/
+1
2017-01-25
Consider empty block when filling with TXs
Alexis Enston
1
-1
/
+5
2017-01-25
Clear feedback to user when daemon has stopped successfully
NanoAkron
1
-0
/
+1
2017-01-24
moved get_account_address_from_str_or_url from libcommon to libcryptonote_core
kenshi84
5
-29
/
+48
2017-01-23
rpc: fix bc_dyn_stats not setting grace blocks
moneromooo-monero
1
-0
/
+1
2017-01-23
Remove unreachable returns
Miguel Herranz
1
-3
/
+0
2017-01-23
fixed typo: monero-wallet-cli,log
kenshi84
1
-1
/
+1
2017-01-23
Update log messages to reflect fact we no longer need to type `exit` to save ...
NanoAkron
2
-10
/
+6
2017-01-22
Remove boost/foreach.cpp includes
Miguel Herranz
12
-12
/
+0
2017-01-22
Wallet api: testnet getter
=
2
-0
/
+2
2017-01-22
Replace BOOST_REVERSE_FOREACH with ranged for
Miguel Herranz
2
-4
/
+6
2017-01-22
Replace BOOST_FOREACH with C++11 ranged for
Miguel Herranz
12
-78
/
+78
2017-01-22
protocol: log received messages in a separate category
moneromooo-monero
1
-8
/
+10
2017-01-22
core: cache tx hashes of failing semantics txes
moneromooo-monero
2
-0
/
+10
2017-01-22
wallet2: fix sending a rct tx with a single output available
moneromooo-monero
1
-3
/
+50
2017-01-22
rpc: fix orphan_status when getting blocks
moneromooo-monero
5
-9
/
+16
2017-01-22
p2p: always recreate a new peer id on startup
moneromooo-monero
3
-2
/
+19
2017-01-21
p2p: show ban/unban logs by default again
moneromooo-monero
1
-3
/
+3
2017-01-21
core: early out in handle_incoming_tx if already in pool or blockchain
moneromooo-monero
1
-0
/
+12
2017-01-21
ringct: reorder a bit to check quicker tests first
moneromooo-monero
1
-17
/
+17
2017-01-21
Make stack trace show up in log file with default settings
moneromooo-monero
1
-1
/
+1
2017-01-21
Rename method to get_random_gray_peer
Miguel Herranz
2
-4
/
+4
2017-01-21
Fix logging that broke after rebasing
Miguel Herranz
1
-1
/
+1
2017-01-21
Use set_peer_just_seen to keep last_seen updated
Miguel Herranz
1
-1
/
+1
2017-01-21
Add gray peer list housekeeping system
Miguel Herranz
3
-0
/
+121
2017-01-20
wallet: print exception message on get_random_outs_error
moneromooo-monero
2
-10
/
+10
2017-01-18
Honor depth in get_peerlist_head method
Miguel Herranz
1
-2
/
+4
2017-01-18
simplewallet: use MAKE_CORE_RPC_VERSION(1,4) instead of 0x10004
kenshi84
1
-1
/
+1
2017-01-16
wallet2_api: add API to set log categories
moneromooo-monero
2
-0
/
+6
2017-01-16
Tweak some msg loglevels
Howard Chu
1
-11
/
+13
2017-01-16
Reduce to one connection per IP
Miguel Herranz
1
-1
/
+1
2017-01-16
fixups in logging init calls, and add missing net context in a log
moneromooo-monero
3
-3
/
+3
2017-01-16
Fix PR#1506, off by one in chain height
Howard Chu
1
-3
/
+2
2017-01-16
wallet: add a node RPC cache layer for simple RPC calls
moneromooo-monero
6
-79
/
+259
2017-01-16
wallet2: reuse fake outs when adjusting fee on transfer
moneromooo-monero
3
-23
/
+55
2017-01-16
core: don't try to deserialize an empty extra to remove a field
moneromooo-monero
1
-0
/
+2
2017-01-16
specify restore height by YYYY-MM-DD format
kenshi84
6
-17
/
+207
2017-01-16
Change logging to easylogging++
moneromooo-monero
65
-996
/
+785
2017-01-16
macro to define core RPC version for avoiding future mistake
kenshi84
1
-1
/
+2
2017-01-15
blockchain_import: fix build after tx_pool::add_tx changes
moneromooo-monero
1
-1
/
+1
2017-01-15
remove std::move from return statements (pessimizing-move warning)
Chris Vickio
1
-2
/
+2
2017-01-15
change counter from bool to int (deprecated-increment-bool warning)
Chris Vickio
1
-1
/
+1
2017-01-15
Check for correct thread before ending batch transaction
Howard Chu
1
-0
/
+7
2017-01-15
mnemonics: fix language detection with checksum word
moneromooo-monero
1
-1
/
+26
2017-01-15
Limit incoming connections from the same IP
Miguel Herranz
2
-0
/
+32
2017-01-14
Must wait for previous batch to finish before starting new one
Howard Chu
1
-1
/
+6
2017-01-14
Don't cache block height, always get from DB
Howard Chu
2
-14
/
+29
2017-01-14
Tweak default db-sync-mode to fast:async:1
Howard Chu
1
-4
/
+7
2017-01-14
Use batch transactions when syncing
Howard Chu
7
-14
/
+22
2017-01-14
core: check block version for alt chains too
moneromooo-monero
3
-0
/
+36
2017-01-14
wallet2: use at least two rct inputs if possible
moneromooo-monero
2
-9
/
+36
2017-01-14
rct: split rct checks between semantics and other
moneromooo-monero
4
-84
/
+148
2017-01-14
fix timeout in check_connection
Jaquee
3
-5
/
+7
2017-01-14
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
9
-34
/
+51
2017-01-14
add extra braces around subobjects (missing-braces warning)
Chris Vickio
1
-64
/
+64
2017-01-14
make struct/class declarations consistent (mismatched-tags warning)
Chris Vickio
4
-5
/
+3
2017-01-14
remove unused fields from network_throttle (unused-private-field warning)
Chris Vickio
1
-3
/
+0
2017-01-13
rpc: add a command to get info about the current blockchain
moneromooo-monero
7
-1
/
+134
2017-01-13
wallet2: fix tx reroll not updating fee is going up a kB step
moneromooo-monero
1
-7
/
+13
2017-01-13
account: fix build error involving std::max and different types
moneromooo-monero
1
-2
/
+6
2017-01-13
Wallet API: add key image import/export functions
Jaquee
3
-6
/
+67
2017-01-13
Wallet API: support integrated addresses in address book.
Jaquee
1
-12
/
+42
2017-01-13
core: ensure block size limit is set from the start
moneromooo-monero
1
-0
/
+2
2017-01-13
Wallet API: add rescanSpent()
Jaquee
3
-1
/
+24
2017-01-13
Prioritize older transactions in the mempool
Miguel Herranz
2
-21
/
+26
2017-01-13
Move key image export/import functions to wallet2
Jaquee
3
-79
/
+99
2017-01-12
Wallet2 + API: Callbacks for unconfirmed transfers
Jaquee
9
-6
/
+73
2017-01-12
initialize timestamp to 0 and check for mktime() error
Chris Vickio
1
-4
/
+4
2017-01-12
Add start_time to get_info methods and show uptime
Miguel Herranz
5
-2
/
+26
2017-01-11
Added (not yet enabled) HTTP client authentication
Lee Clagett
1
-1
/
+1
2017-01-10
Wallet api: Update trustedDaemon when daemon is changed
Jaquee
1
-0
/
+6
2017-01-10
GUI cold signing
Jaquee
10
-9
/
+519
2017-01-10
Wallet API: functions for supporting/creating view only wallets
Jaquee
4
-5
/
+88
2017-01-10
Wallet API: functions for supporting/creating view only wallets
Jaquee
4
-5
/
+88
2017-01-10
fix time stats mixin
luigi1111
1
-3
/
+6
2017-01-10
Remove db-auto-remove-logs
Miguel Herranz
3
-9
/
+0
2017-01-10
Remove berkeley from db_type initialization
Miguel Herranz
1
-12
/
+0
2017-01-10
Show available types for db-type command
Miguel Herranz
1
-1
/
+4
2017-01-10
Remove berkeley from blockchain_db_types
Miguel Herranz
1
-1
/
+0
2017-01-09
wallet2_api: add solo mining API
moneromooo-monero
3
-1
/
+49
2017-01-09
wallet cli: print originating block heights of mixin keys when making transfer
kenshi84
7
-18
/
+175
2017-01-08
add msg for donate
luigi1111
1
-0
/
+1
2017-01-08
Fix monero-wallet-cli compile
luigi1111
1
-1
/
+1
2017-01-08
Add parse_uri to wallet2_api
MoroccanMalinois
3
-0
/
+8
2017-01-08
Cold signing: make sure short payment id isnt encrypted twice
Jaquee
2
-1
/
+43
2017-01-08
simplewallet: add a show_transfer <txid> command
moneromooo-monero
2
-0
/
+124
2017-01-08
wallet_rpc_server: new RPC call to get a transfer by txid
moneromooo-monero
3
-86
/
+208
2017-01-07
blockchain: allow marking "tx not found" without an exception
moneromooo-monero
4
-8
/
+32
2017-01-07
tx_pool: better block template filling algorithm
moneromooo-monero
3
-17
/
+33
2017-01-06
rpc: add block size to GET_BLOCK_HEADER RPC
moneromooo-monero
3
-2
/
+6
2017-01-06
rpc: add current block size to the getinfo call
moneromooo-monero
2
-1
/
+5
2017-01-05
Build wallet with Android NDK
MoroccanMalinois
4
-5
/
+37
2017-01-03
portable serializer: tests added
kenshi84
1
-0
/
+3
2017-01-02
portable serializer: make signerd/unsigned tx portable, ignore archive versio...
kenshi84
3
-61
/
+110
2017-01-01
wallet2_api: add an address book payment id lookup API
moneromooo-monero
3
-0
/
+25
2016-12-27
wallet api: prevent setting refresh height too high
Jaquee
1
-4
/
+2
2016-12-27
Wallet2: faster exit while refreshing
Jaquee
1
-1
/
+6
2016-12-27
wallet2: check the node returned the real output when requested
moneromooo-monero
1
-0
/
+17
2016-12-26
wallet2 bugfix: store watch_only flag properly with rewrite()
kenshi84
1
-1
/
+1
2016-12-26
wallet cli: print unspent outputs with histogram
kenshi84
2
-0
/
+120
2016-12-26
simplewallet: remove unnecessary local_args.erase(...) in set_variable()
kenshi84
1
-24
/
+8
2016-12-25
core: invalidate difficulty cache when resetting blockchain
moneromooo-monero
1
-0
/
+1
2016-12-25
wallet2_api: some new APIs to access daemon state
moneromooo-monero
3
-2
/
+41
2016-12-24
tx_pool: fix uninitialized "last failed" fields
moneromooo-monero
1
-0
/
+2
2016-12-24
rpc: fix mixup in tx_info serialization
moneromooo-monero
1
-1
/
+1
2016-12-24
wallet2: fix large reorgs failing
moneromooo-monero
1
-1
/
+1
2016-12-22
cleaner log calc algorithm
fireice-uk
1
-20
/
+18
2016-12-21
add tx hash to time stats
luigi1111
1
-2
/
+5
2016-12-21
make openalias also available for solo miner; introduce namespace tools::dns_...
kenshi84
8
-154
/
+194
2016-12-21
core: fix recalculation of emission/fees
moneromooo-monero
1
-7
/
+4
2016-12-21
wallet cli: viewing and editing address book
kenshi84
2
-0
/
+82
2016-12-20
simplewallet: bump output file format version
moneromooo-monero
1
-1
/
+1
2016-12-20
common: add missing #include <system_error> for std::error_code
moneromooo-monero
1
-0
/
+1
2016-12-20
support importing unportable outputs
kenshi84
1
-3
/
+12
2016-12-20
also use portable serializer for boost_serialization_helper.h and net_node.in...
kenshi84
7
-19
/
+50
2016-12-20
moved boost cpp into hpp since they're supposed to be header only
kenshi84
1
-1
/
+0
2016-12-19
Refactored password prompting for wallets
Lee Clagett
7
-368
/
+218
2016-12-19
Lower connection timeout in check_connection()
Jaquee
1
-1
/
+1
2016-12-19
Removed unused functions
Lee Clagett
2
-18
/
+0
2016-12-17
simplewallet: add pending/pool/failed in the show_transfers help
moneromooo-monero
1
-1
/
+1
2016-12-17
wallet2_api: add an API to the OpenAlias resolver
moneromooo-monero
3
-0
/
+12
2016-12-17
rpc: new function and RPC to get alternative chain info
moneromooo-monero
10
-0
/
+147
2016-12-16
Enabled HTTP auth support for monero-wallet-rpc
Lee Clagett
5
-17
/
+205
2016-12-17
simplewallet: add return type for donate function
anonimal
1
-0
/
+1
2016-12-17
simplewallet: hardcode Monero's donation address
anonimal
1
-1
/
+2
2016-12-16
added experimental boost::archive::portable_binary_{i|o}archive
kenshi84
5
-15
/
+39
2016-12-15
Wallet API: Do not refresh while daemon is syncing
Jaquee
3
-22
/
+65
2016-12-15
Preliminary support for DragonFly BSD
Antonio Huete Jimenez
4
-4
/
+6
2016-12-15
wallet cli: donate command
Kenshi Takayama
2
-0
/
+41
2016-12-14
AddressBook: use unsigned type for row ID's
anonimal
5
-9
/
+9
2016-12-14
fix MGs json
moneroexamples
1
-3
/
+3
2016-12-13
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...
Randi Joseph
14
-15
/
+43
2016-12-13
rename cn_deserialize
Riccardo Spagni
1
-1
/
+1
2016-12-13
Adding HTTP Digest Auth (but not yet enabled)
Lee Clagett
2
-1
/
+2
2016-12-13
blockchain: fix reorganizations past a hard fork boundary
moneromooo-monero
1
-0
/
+3
2016-12-12
monero-wallet-cli wording changes 'n' stuff
luigi1111
3
-15
/
+17
2016-12-12
Improve language of 'node ahead by' message
NanoAkron
1
-1
/
+1
2016-12-12
Tx verification failing is not an error
luigi1111
1
-5
/
+5
2016-12-13
bump version
Riccardo Spagni
1
-1
/
+1
2016-12-13
update checkpoints
Riccardo Spagni
1
-0
/
+0
2016-12-13
update checkpoints
Riccardo Spagni
1
-0
/
+3
2016-12-12
addressbook updates
Jaquee
5
-26
/
+41
2016-12-12
GUI address book
Jaquee
9
-7
/
+307
[next]