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
/
cryptonote_protocol
/
cryptonote_protocol_handler.inl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #3004
Riccardo Spagni
2018-01-10
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
cryptonote_protocol: internal error consistency size check
moneromooo-monero
2017-12-24
1
-0
/
+5
*
|
add empty container sanity checks when using front() and back()
moneromooo-monero
2017-12-18
1
-0
/
+6
*
|
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
|
/
*
move connection_basic and network_throttle from src/p2p to epee
moneromooo-monero
2017-12-16
1
-1
/
+1
*
cryptonote_core does not depend on p2p anymore
moneromooo-monero
2017-12-16
1
-2
/
+2
*
cryptonote_protocol: fix corner case looping asking for same block hashes
moneromooo-monero
2017-12-03
1
-0
/
+4
*
make connection_id a string in RPC
moneromooo-monero
2017-11-18
1
-1
/
+1
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-2
/
+2
*
protocol: drop connections which don't handshake after some time
moneromooo-monero
2017-10-22
1
-3
/
+6
*
Fix compiler warnings with Clang 6.0.0.
Vasil Dimov
2017-10-15
1
-1
/
+1
*
Merge pull request #2604
Riccardo Spagni
2017-10-15
1
-3
/
+10
|
\
|
*
protocol: kick idle peers by dropping them
moneromooo-monero
2017-10-07
1
-3
/
+10
*
|
Merge pull request #2469
Riccardo Spagni
2017-10-15
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
precomputed block hashes are now in blocks of N (currently 256)
moneromooo-monero
2017-09-18
1
-0
/
+12
*
|
move checkpoints in a separate library
moneromooo-monero
2017-09-25
1
-1
/
+1
*
|
Merge pull request #2460
Riccardo Spagni
2017-09-25
1
-2
/
+3
|
\
\
|
*
|
cryptonote_protocol: fix needless chain hashes downloads
moneromooo-monero
2017-09-17
1
-2
/
+3
|
|
/
*
/
protocol: remove hop count on block propagation
moneromooo-monero
2017-09-17
1
-8
/
+2
|
/
*
Add a --fluffy-blocks option to relay blocks as fluffy blocks
moneromooo-monero
2017-09-03
1
-1
/
+1
*
Merge pull request #2372
Riccardo Spagni
2017-09-02
1
-6
/
+34
|
\
|
*
cryptonote_protocol: error handling on cleanup_handle_incoming_blocks
moneromooo-monero
2017-08-29
1
-6
/
+34
*
|
cryptonote_protocol: remove old spans when received as old blocks
moneromooo-monero
2017-08-28
1
-0
/
+1
|
/
*
Merge pull request #2314
Riccardo Spagni
2017-08-26
1
-0
/
+2
|
\
|
*
Cleanup test impact of adding safesyncmode() method
Howard Chu
2017-08-22
1
-2
/
+2
|
*
Toggle SAFE syncmode on and off automatically
Howard Chu
2017-08-20
1
-0
/
+2
*
|
cryptonote_protocol: warn if we see a higher top version we expect
moneromooo-monero
2017-08-23
1
-0
/
+2
*
|
cryptonote_protocol: less strict check on top version on connect
moneromooo-monero
2017-08-23
1
-1
/
+1
*
|
cryptonote_protocol: update target height when syncing too
moneromooo-monero
2017-08-23
1
-0
/
+4
*
|
cryptonote_protocol: simplify and remove unnecessary casts
moneromooo-monero
2017-08-23
1
-5
/
+6
*
|
cryptonote_protocol: print peer top height along with its version
moneromooo-monero
2017-08-23
1
-1
/
+1
*
|
cryptonote_protocol: misc fixes to the new sync algorithm
moneromooo-monero
2017-08-21
1
-34
/
+78
|
/
*
Merge pull request #2303
Riccardo Spagni
2017-08-17
1
-1
/
+28
|
\
|
*
cryptonote_protocol: large block sync size before v4
moneromooo-monero
2017-08-17
1
-1
/
+1
|
*
cryptonote_protocol: kick idle synchronizing peers
moneromooo-monero
2017-08-16
1
-0
/
+27
*
|
Merge pull request #2300
Riccardo Spagni
2017-08-17
1
-1
/
+1
|
\
\
|
*
|
Consistently print peer id in hex and on 16 chars
moneromooo-monero
2017-08-16
1
-1
/
+1
|
|
/
*
|
Merge pull request #2291
Riccardo Spagni
2017-08-17
1
-1
/
+1
|
\
\
|
*
|
befor -> before
Nano Akron
2017-08-15
1
-1
/
+1
|
|
/
*
/
protocol: pass blockchain cumulative difficulty when syncing
moneromooo-monero
2017-08-15
1
-0
/
+1
|
/
*
Merge pull request #2276
Riccardo Spagni
2017-08-15
1
-2
/
+2
|
\
|
*
tests: fix tests build
moneromooo-monero
2017-08-10
1
-2
/
+2
*
|
Merge pull request #2275
Riccardo Spagni
2017-08-15
1
-1
/
+1
|
\
\
|
*
|
cryptonote_protocol_handler: log versions as unsigned ints
moneromooo-monero
2017-08-12
1
-1
/
+1
|
|
/
*
|
Merge pull request #2273
Riccardo Spagni
2017-08-15
1
-2
/
+2
|
\
\
|
*
|
cryptonote_protocol: fix recv/send idle time before handshake
moneromooo-monero
2017-08-09
1
-2
/
+2
|
|
/
*
|
Merge pull request #2272
Riccardo Spagni
2017-08-15
1
-67
/
+54
|
\
\
|
*
|
cryptonote_protocol: keep target in sync with dropped connections
moneromooo-monero
2017-08-09
1
-67
/
+54
|
|
/
*
|
cryptonote_protocol: fix "holes" in block download schedule
moneromooo-monero
2017-08-15
1
-1
/
+2
[prev]
[next]