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
/
cryptonote_protocol
/
cryptonote_protocol_handler.inl
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
Remove typeid use in network_address
moneromooo-monero
1
-1
/
+1
2017-06-18
Merge pull request #2064
Riccardo Spagni
1
-3
/
+1
2017-06-18
Merge pull request #2052
Riccardo Spagni
1
-33
/
+18
2017-06-01
cryptonote_protocol_handler: fix crash in debug log
moneromooo-monero
1
-3
/
+1
2017-05-27
abstracted nework addresses
moneromooo-monero
1
-33
/
+18
2017-05-25
Move txpool to the database
moneromooo-monero
1
-3
/
+13
2017-03-13
protocol: fix wrong tx being looked up from fluffy block
moneromooo-monero
1
-1
/
+10
2017-03-12
protocol: fix fluffy to normal block dropping txes
moneromooo-monero
1
-1
/
+1
2017-02-24
protocol: fix "sync done" message not appearing
moneromooo-monero
1
-1
/
+3
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-02-21
Merge pull request #1736
Riccardo Spagni
1
-1
/
+5
2017-02-21
Merge pull request #1727
Riccardo Spagni
1
-0
/
+3
2017-02-15
Fix spurious synchronization status msgs
Howard Chu
1
-1
/
+5
2017-02-13
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
1
-0
/
+3
2017-02-13
cryptonote_protocol: tweaks to the syncing speedup
moneromooo-monero
1
-6
/
+10
2017-02-12
Merge pull request #1717
Riccardo Spagni
1
-2
/
+30
2017-02-12
protocol: speed up sync by minimizing duplicate work
moneromooo-monero
1
-2
/
+30
2017-02-12
cryptonote_protocol: misc fluffy block fixes
moneromooo-monero
1
-37
/
+73
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
1
-1
/
+1
2017-02-02
Merge pull request #1617
Riccardo Spagni
1
-7
/
+7
2017-01-23
Update log messages to reflect fact we no longer need to type `exit` to save ...
NanoAkron
1
-5
/
+2
2017-01-22
Replace BOOST_FOREACH with C++11 ranged for
Miguel Herranz
1
-7
/
+7
2017-01-22
protocol: log received messages in a separate category
moneromooo-monero
1
-8
/
+10
2017-01-16
fixups in logging init calls, and add missing net context in a log
moneromooo-monero
1
-1
/
+1
2017-01-16
Change logging to easylogging++
moneromooo-monero
1
-35
/
+16
2017-01-14
fix do_not_relay not preventing relaying on a timer
moneromooo-monero
1
-4
/
+4
2016-12-12
Improve language of 'node ahead by' message
NanoAkron
1
-1
/
+1
2016-12-10
Update cryptonote_protocol_handler.inl
Gingeropolous
1
-2
/
+2
2016-12-04
Merge pull request #1397
Riccardo Spagni
1
-2
/
+20
2016-12-04
Fix delayed exit when syncing
moneromooo-monero
1
-2
/
+20
2016-12-01
p2p: possibly fix crash in relay_blocks
moneromooo-monero
1
-11
/
+26
2016-11-11
Merge pull request #1263
Riccardo Spagni
1
-3
/
+335
2016-11-09
add lightweight block propagation ("fluffy blocks")
Dion Ahmetaj
1
-3
/
+335
2016-11-09
cryptonote_protocol: drop connection when find_blockchain_supplement fails
moneromooo-monero
1
-0
/
+1
2016-10-23
core: notify the txpool when transactions are relayed
moneromooo-monero
1
-0
/
+3
2016-10-04
Merge pull request #1133
Riccardo Spagni
1
-1
/
+1
2016-10-03
Moved logging to target functions rather than caller
NanoAkron
1
-2
/
+0
2016-09-25
Revert "Fix fake 'network synchronized, begin using' messages"
moneromooo-monero
1
-1
/
+1
2016-09-24
core: make the sync chunk block count overridable
moneromooo-monero
1
-2
/
+2
2016-09-03
fix remaining bitmonero and simplewallet bits
Riccardo Spagni
1
-1
/
+1
2016-09-01
Merge pull request #1012
Riccardo Spagni
1
-1
/
+4
2016-08-30
Show correct amount of days behind/ahead while syncing
tobiasw2
1
-1
/
+4
2016-08-23
Fix fake 'network synchronized, begin using' messages
Thomas Winget
1
-1
/
+1
2016-03-20
cryptonote_protocol: clarify height wording
moneromooo-monero
1
-1
/
+1
2016-01-29
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
1
-1
/
+1
2015-12-31
updated copyright year
Riccardo Spagni
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-278
/
+277
2015-12-14
Tone down L0 logs during daemon sync some more
moneromooo-monero
1
-2
/
+2
2015-12-14
Tone down a bit L0 logs during daemon sync
moneromooo-monero
1
-2
/
+10
2015-11-23
Add IP blocking for misbehaving nodes (adapted from Boolberry)
Javier Smooth
1
-0
/
+4
2015-11-21
Relay transactions when they linger too long in the pool
moneromooo-monero
1
-3
/
+3
2015-07-15
Pause miner before preparing for incoming blocks
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-6
/
+5
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-2
/
+10
2015-04-01
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
1
-0
/
+37
2015-02-20
2014 network limit 1.2 +utils +toc -doc -drmonero
rfree2monero
1
-60
/
+58
2015-02-20
2014 network limit 1.1 +utils +toc -doc -drmonero
rfree2monero
1
-17
/
+131
2015-02-20
2014 network limit 1.0a +utils +toc -doc -drmonero
rfree2monero
1
-10
/
+63
2015-01-02
year updated in license
Riccardo Spagni
1
-1
/
+1
2014-09-09
moved non-critical warnings and errors to log level 1
fluffypony
1
-5
/
+5
2014-07-23
License updated to BSD 3-clause
fluffypony
1
-3
/
+29
2014-07-18
Added get_connections RPC call to daemon
Thomas Winget
1
-0
/
+41
2014-06-04
Added static_cast to hshd.current_height
Neozaru
1
-1
/
+1
2014-06-04
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
Neozaru
1
-0
/
+5
2014-05-25
0.8.8update
mydesktop
1
-11
/
+14
2014-05-03
fix genesis block hash, checkpoint, days behind
mydesktop
1
-1
/
+1
2014-04-02
json rpc for wallet and bugfix
Antonio Juarez
1
-1
/
+3
2014-03-20
some fixes
Antonio Juarez
1
-16
/
+43
2014-03-03
moved all stuff to github
Antonio Juarez
1
-0
/
+474