index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
cryptonote_core: remove unused functions with off by one bugs
moneromooo-monero
2017-12-18
4
-105
/
+0
*
blockchain: don't leave dangling pointers in this
moneromooo-monero
2017-12-18
1
-0
/
+2
*
cryptonote_core: fix db leak on error
moneromooo-monero
2017-12-18
2
-2
/
+3
*
use const refs in for loops for non tiny types
moneromooo-monero
2017-12-18
5
-5
/
+5
*
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
8
-12
/
+46
*
check return value for generate_key_derivation and derive_public_key
moneromooo-monero
2017-12-18
2
-11
/
+22
*
catch const exceptions
moneromooo-monero
2017-12-18
3
-6
/
+6
*
add empty container sanity checks when using front() and back()
moneromooo-monero
2017-12-18
8
-5
/
+31
*
rpc: guard against json parsing a non object
moneromooo-monero
2017-12-18
1
-1
/
+1
*
checkpoints: trap failure to load JSON checkpoints
moneromooo-monero
2017-12-18
1
-1
/
+5
*
checkpoints: pass std::string by const ref, not const value
moneromooo-monero
2017-12-18
2
-4
/
+4
*
fix a few leaks by throwing objects, not newed pointers to objects
moneromooo-monero
2017-12-18
2
-6
/
+6
*
p2p: use size_t for arbitrary counters instead of uint8_t
moneromooo-monero
2017-12-18
1
-2
/
+2
*
cryptonote_protocol: sanity check chain hashes from peer
moneromooo-monero
2017-12-18
1
-0
/
+6
*
cryptonote_protocol: print peer versions when unexpected
moneromooo-monero
2017-12-18
1
-6
/
+10
*
rpc: do not try to use an invalid txid in relay_tx
moneromooo-monero
2017-12-18
1
-6
/
+17
*
Merge pull request #2134
Riccardo Spagni
2017-12-17
31
-368
/
+3829
|
\
|
*
change the N-1/N multisig second message signer for auth
moneromooo-monero
2017-12-17
1
-10
/
+9
|
*
wallet: factor multisig info parsing
moneromooo-monero
2017-12-17
4
-102
/
+68
|
*
wallet: use raw encrypted data in multisig import/export RPC
moneromooo-monero
2017-12-17
5
-163
/
+73
|
*
wallet: add multisig sign/submit RPC
moneromooo-monero
2017-12-17
6
-108
/
+465
|
*
Match surae's recommendation to derive multisig keys
moneromooo-monero
2017-12-17
5
-33
/
+43
|
*
wallet2: fix slow multisig unit tests with subaddress patch
moneromooo-monero
2017-12-17
2
-8
/
+47
|
*
make multisig work with subaddresses
moneromooo-monero
2017-12-17
7
-75
/
+78
|
*
simplewallet: add export_raw_multisig command
moneromooo-monero
2017-12-17
2
-0
/
+74
|
*
simplewallet: add multisig to wallet type in wallet_info output
moneromooo-monero
2017-12-17
1
-1
/
+11
|
*
wallet: guard against partly initialized multisig wallet
moneromooo-monero
2017-12-17
5
-14
/
+70
|
*
add multisig core test and factor multisig building blocks
moneromooo-monero
2017-12-17
11
-127
/
+303
|
*
N-1/N multisig
moneromooo-monero
2017-12-17
11
-133
/
+827
|
*
multisig address generation RPC
moneromooo-monero
2017-12-17
6
-6
/
+400
|
*
gen_multisig: generates multisig wallets if participants trust each other
moneromooo-monero
2017-12-17
8
-2
/
+275
|
*
wallet2: allow empty wallet filename to avoid saving data
moneromooo-monero
2017-12-17
1
-29
/
+57
|
*
Add N/N multisig tx generation and signing
moneromooo-monero
2017-12-17
16
-263
/
+1410
|
*
wallet: add multisig key generation
moneromooo-monero
2017-12-17
6
-7
/
+332
*
|
cryptonote_core: fix blockchain init call after prototype change
moneromooo-monero
2017-12-17
1
-1
/
+1
|
/
*
Merge pull request #2857
Riccardo Spagni
2017-12-17
4
-22
/
+58
|
\
|
*
Scrub keys from memory just before scope end.
moneromooo-monero
2017-12-16
4
-22
/
+58
*
|
Merge pull request #2877
Riccardo Spagni
2017-12-17
24
-1291
/
+179
|
\
\
|
*
|
Wallets now do not depend on the daemon rpc lib
moneromooo-monero
2017-12-16
3
-4
/
+23
|
*
|
move connection_basic and network_throttle from src/p2p to epee
moneromooo-monero
2017-12-16
9
-1217
/
+3
|
*
|
cryptonote_core does not depend on p2p anymore
moneromooo-monero
2017-12-16
14
-71
/
+154
|
|
/
*
/
move includes around to lessen overall load
moneromooo-monero
2017-12-16
40
-80
/
+112
|
/
*
Merge pull request #2878
Riccardo Spagni
2017-12-16
7
-13
/
+42
|
\
|
*
rpc: add offline state in info rpc
moneromooo-monero
2017-11-30
2
-1
/
+5
|
*
core: make --offline also disable DNS lookups
moneromooo-monero
2017-11-30
5
-12
/
+37
*
|
Merge pull request #2873
Riccardo Spagni
2017-12-16
2
-3
/
+3
|
\
\
|
*
|
Simplewallet.cpp: Fewer pleases in seed NOTE
xmr-eric
2017-11-28
1
-2
/
+2
|
*
|
Fix password capitalization mismatch
xmr-eric
2017-11-28
1
-1
/
+1
|
|
/
*
|
Merge pull request #2871
Riccardo Spagni
2017-12-16
1
-2
/
+2
|
\
\
|
*
|
Small cleanup of daemon synchronization output
xmr-eric
2017-11-27
1
-2
/
+2
|
|
/
[next]