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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing pragma
Zachary Michaels
2014-07-01
1
-0
/
+2
*
Allow priority peers when there are exclusive peers
Zachary Michaels
2014-07-01
1
-1
/
+1
*
Explicit error constructors
Zachary Michaels
2014-07-01
1
-5
/
+5
*
Remove unused array in cn_slow_hash
Zachary Michaels
2014-07-01
1
-1
/
+0
*
Merge pull request #55 from monero-project/revert-54-master
Thomas Winget
2014-06-30
1
-2
/
+1
|
\
|
*
Revert "Do not fall over when refreshing balance fails"
Thomas Winget
2014-06-30
1
-2
/
+1
|
/
*
Merge pull request #54 from zone117x/master
monero-project
2014-06-29
1
-1
/
+2
|
\
|
*
Do not fall over when refreshing balance fails
Matthew Little
2014-06-29
1
-1
/
+2
|
/
*
set max block size for gbt
mydesktop
2014-06-26
2
-0
/
+9
*
fix function typo
monero-project
2014-06-24
1
-1
/
+1
*
Fix copy/paste bug, thx Boolberry
monero-project
2014-06-24
1
-3
/
+3
*
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2014-06-19
1
-0
/
+5
*
Merge pull request #48 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/master
monero-project
2014-06-19
2
-111
/
+299
|
\
|
*
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2014-06-16
1
-1
/
+8
|
*
Update miner.cpp
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2014-06-16
1
-1
/
+4
|
*
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2014-06-16
1
-110
/
+288
|
*
Merge branch 'master' of https://github.com/monero-project/bitmonero
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2014-06-16
77
-659
/
+8043
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #33 from mikezackles/arch_linux_build_fixes
monero-project
2014-06-15
3
-13
/
+23
|
\
\
|
*
|
Fix to disable LTO for Clang
Zachary Michaels
2014-06-12
1
-1
/
+1
|
*
|
Link to pthreads on non-apple unix
Zachary Michaels
2014-06-11
3
-12
/
+17
|
*
|
Gcc 4.9 LTO fix
Zachary Michaels
2014-06-11
1
-0
/
+5
*
|
|
Merge pull request #41 from fluffypony/master
monero-project
2014-06-15
4
-1
/
+36
|
\
\
\
|
*
|
|
proper tx_pool handling from CryptoZoidberg / BBR
fluffypony
2014-06-15
4
-1
/
+36
|
/
/
/
*
|
|
added checkpoint @ 80000
monero-project
2014-06-14
1
-0
/
+1
*
|
|
Merge pull request #37 from tewinget/signals_fix
monero-project
2014-06-13
1
-1
/
+7
|
\
\
\
|
*
|
|
Fixed console handler not properly exiting on SIGINT and such
Thomas Winget
2014-06-13
1
-1
/
+7
*
|
|
|
Merge pull request #35 from tewinget/master
monero-project
2014-06-12
2
-12
/
+14
|
\
|
|
|
|
*
|
|
changed wallet mnemonic to use cout so it doesn't print to log
Thomas Winget
2014-06-12
1
-1
/
+2
|
*
|
|
change hash for keygen from blake to keccak
tom
2014-06-12
1
-2
/
+2
|
*
|
|
changed text a bit more
tom
2014-06-12
1
-10
/
+11
|
*
|
|
changed some print messages
tom
2014-06-12
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #34 from tewinget/master
monero-project
2014-06-12
15
-35
/
+3567
|
\
\
\
|
*
|
|
allow two-random-numbers wallet generation (but not as default)
Thomas Winget
2014-06-12
6
-42
/
+52
|
*
|
|
reworked command line args for simplewallet.
Thomas Winget
2014-06-12
2
-19
/
+30
|
*
|
|
DRY cin input_line (and test replacement of non-DRY usage)
Thomas Winget
2014-06-12
3
-6
/
+19
|
*
|
|
stupid signed arithmetic.
Thomas Winget
2014-06-12
1
-6
/
+3
|
*
|
|
more pointer-based derp
Thomas Winget
2014-06-12
3
-8
/
+23
|
*
|
|
fixed some pointer- and loop-based derps
Thomas Winget
2014-06-12
3
-1
/
+6
|
*
|
|
builds, but doesn't link. other than that, electrum-style recovery implement...
Thomas Winget
2014-06-12
9
-19
/
+56
|
*
|
|
missing '.at' on two map calls. built on some machines, very strange...
Thomas Winget
2014-06-12
1
-2
/
+2
|
*
|
|
revert 'dirty hack' change to crypto.h. need a better way for sure.
Thomas Winget
2014-06-12
1
-4
/
+1
|
*
|
|
compile issues, resolve later. commiting because switching machines
tom
2014-06-12
3
-2
/
+83
|
*
|
|
defaulted new parameters in modified functions
tom
2014-06-12
2
-2
/
+2
|
*
|
|
most functions prototyped/modified for wallet recovery
Thomas Winget
2014-06-12
10
-9
/
+3371
|
*
|
|
added vim swap files to .gitignore
Thomas Winget
2014-06-12
1
-0
/
+4
|
/
/
/
*
|
|
new error code for rpc
mydesktop
2014-06-11
1
-2
/
+1
*
|
|
Fix for orphan fix (check blocksize)
mydesktop
2014-06-11
3
-0
/
+22
|
/
/
*
|
Correcting high orphan rate of blocks at pool
monero-project
2014-06-11
1
-3
/
+12
*
|
Merge pull request #29 from fluffypony/master
monero-project
2014-06-10
2
-3
/
+10
|
\
\
|
*
|
added new seed nodes
fluffypony
2014-06-10
1
-0
/
+9
[next]