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
...
|
*
|
Is forgiving of spelling mistakes beyond the 1st 4 characters.
Oran Juice
2014-09-30
2
-32
/
+72
|
*
|
Change seed message to '25' words from '24' words
Oran Juice
2014-09-30
1
-2
/
+2
|
*
|
Merge with origin/master
Oran Juice
2014-09-28
20
-58
/
+700
|
|
\
\
|
*
|
|
Minor comment changes and code clean-up
Oran Juice
2014-09-28
3
-5
/
+5
|
*
|
|
Default to new style English seed
Oran Juice
2014-09-28
1
-1
/
+1
|
*
|
|
Minor code refactor and comment changes
Oran Juice
2014-09-28
1
-4
/
+4
|
*
|
|
CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...
Oran Juice
2014-09-28
3
-41
/
+109
|
*
|
|
Doxygen comments in
Oran Juice
2014-09-27
4
-21
/
+134
|
*
|
|
Informs about old style mnemonics from older wallet and provides a new one. C...
Oran Juice
2014-09-27
8
-6
/
+7792
|
*
|
|
Throw error when word list file is empty and quick bug fix
Oran Juice
2014-09-27
2
-12
/
+40
|
*
|
|
Supports wallet restoration
Oran Juice
2014-09-26
2
-19
/
+45
|
*
|
|
Accepts seed language choice from user.
Oran Juice
2014-09-25
4
-2
/
+59
|
*
|
|
Copies word lists directory to the location of the executable
Oran Juice
2014-09-24
4
-4
/
+11
|
*
|
|
Check for error after opening word list file
Oran Juice
2014-09-23
1
-6
/
+11
|
*
|
|
Added code to separate old word list to raw input file and support for multip...
Oran Juice
2014-09-23
3
-3273
/
+1688
|
*
|
|
Moved mnemonics code to src/mnemonics
Oran Juice
2014-09-23
5
-4
/
+8
*
|
|
|
fixed checkpointing bug
Riccardo Spagni
2014-10-03
1
-1
/
+1
*
|
|
|
quick hacky fix for broken TXT reads
Riccardo Spagni
2014-10-03
1
-1
/
+9
*
|
|
|
cleaned up OpenAlias messages in simplewallet
Riccardo Spagni
2014-10-03
1
-6
/
+6
*
|
|
|
MoneroPulse log wording tweaks
Riccardo Spagni
2014-10-03
2
-4
/
+5
*
|
|
|
moved checkpoint log level
Riccardo Spagni
2014-10-02
1
-1
/
+1
*
|
|
|
moved file checkpointing log output to log1
Riccardo Spagni
2014-10-02
1
-6
/
+6
*
|
|
|
remove dangling upnp port mappings, updated miniupnpc
Riccardo Spagni
2014-10-02
1
-2
/
+10
*
|
|
|
remove pthreads, successfully tested on gcc 4.9.1 without pthreads
Riccardo Spagni
2014-10-02
1
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #165
Riccardo Spagni
2014-10-02
13
-88
/
+407
|
\
\
\
|
*
|
|
Daemon should now exit on conflicting checkpoints
Thomas Winget
2014-09-30
2
-0
/
+13
|
*
|
|
various changes to runtime checkpoint updating
Thomas Winget
2014-09-30
7
-23
/
+113
|
*
|
|
Fixed segfault with checkpoints loading
Thomas Winget
2014-09-30
3
-2
/
+10
|
*
|
|
DNS checkpoint updating added, and daemon flag to enforce them
Thomas Winget
2014-09-30
7
-16
/
+106
|
*
|
|
reload checkpoints file every ~hr and print if any fail
Thomas Winget
2014-09-30
10
-73
/
+173
|
*
|
|
updated DNSResolver/things that use it for DNSSEC
Thomas Winget
2014-09-30
3
-10
/
+23
|
*
|
|
Adding an identical existing checkpoint should not error
Thomas Winget
2014-09-30
1
-2
/
+7
|
|
|
/
|
|
/
|
*
/
|
simplewallet ignoring testnet port in RPC mode
Riccardo Spagni
2014-10-01
1
-1
/
+1
|
/
/
*
|
Revert "low risk, potentially varint overflow bug patched thanks to BBR"
Riccardo Spagni
2014-09-25
8
-54
/
+14
*
|
Remove LDNS dep and fix a bug in libunbound const correctness fix
Thomas Winget
2014-09-24
2
-4
/
+4
*
|
Removed ldns dependency
Thomas Winget
2014-09-24
2
-4
/
+9
*
|
low risk, potentially varint overflow bug patched thanks to BBR
Riccardo Spagni
2014-09-24
8
-14
/
+54
*
|
libunbound has const correctness issues...
Thomas Winget
2014-09-24
1
-5
/
+19
*
|
Added ability to read chechpoint hashes from json file in data folder
Tomer Konforty
2014-09-25
4
-0
/
+65
*
|
checkpoint
iamsmooth
2014-09-24
1
-0
/
+1
*
|
checkpoint
iamsmooth
2014-09-24
1
-0
/
+2
*
|
checkpoints
iamsmooth
2014-09-24
1
-0
/
+5
*
|
checkpoint
iamsmooth
2014-09-24
1
-0
/
+1
*
|
checkpoints
iamsmooth
2014-09-24
1
-3
/
+5
*
|
redo FindUnbound.cmake
Riccardo Spagni
2014-09-24
1
-4
/
+4
*
|
use boost::asio::ip::address because cross-platform plz
Riccardo Spagni
2014-09-24
1
-94
/
+25
*
|
temp commit
Thomas Winget
2014-09-24
1
-15
/
+42
*
|
Added function to check syntax of URL for DNS lookup
Thomas Winget
2014-09-23
2
-8
/
+44
*
|
Fixed artifacts from cherry-picking devel->master
Thomas Winget
2014-09-23
1
-2
/
+2
*
|
change to allow (at least a bit) for multiple TXT records
Thomas Winget
2014-09-23
5
-23
/
+40
[prev]
[next]