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
/
p2p
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-18
Use boost::thread instead of std::thread
Howard Chu
3
-3
/
+4
2016-01-14
'max limit of...' is redundant wording, rephrase
binaryFate
1
-1
/
+1
2015-12-31
updated copyright year
Riccardo Spagni
16
-16
/
+16
2015-12-30
net_peerlist: move a couple functions from public to private
moneromooo-monero
1
-2
/
+2
2015-12-22
net_node: fix a hang on exit
moneromooo-monero
1
-1
/
+1
2015-12-19
Add missing semicolons after log statements
moneromooo-monero
1
-1
/
+1
2015-12-18
Merge pull request #543
Riccardo Spagni
1
-1
/
+1
2015-12-17
p2p: minor log formatting fix
moneromooo-monero
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2
-236
/
+236
2015-12-09
Merge pull request #527
Riccardo Spagni
1
-2
/
+1
2015-12-08
Register daemon command line arguments to core if they're used in core
moneromooo-monero
1
-2
/
+1
2015-12-08
Merge pull request #526
Riccardo Spagni
2
-0
/
+12
2015-12-07
net_node: add a --offline argument
moneromooo-monero
2
-0
/
+12
2015-12-07
p2p: failure to load p2pstate.bin is not fatal anymore
moneromooo-monero
1
-2
/
+11
2015-11-26
add RPC calls and commands to get/set bans
moneromooo-monero
3
-4
/
+28
2015-11-25
net_node: allow bans for custom amounts of time
moneromooo-monero
2
-4
/
+4
2015-11-23
Add IP blocking for misbehaving nodes (adapted from Boolberry)
Javier Smooth
4
-2
/
+98
2015-11-23
quiet down p2p logging a bit
Javier Smooth
1
-1
/
+1
2015-10-05
Update to compile with latest miniupnpc
warptangent
1
-0
/
+6
2015-08-14
net_node: Use DNS resolver singleton
warptangent
1
-1
/
+1
2015-08-11
net_node: skimplify rate limit code, and log as appropriate
moneromooo-monero
1
-8
/
+5
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2
-10
/
+25
2015-06-06
properly decrement p2p socket count
Thomas Winget
1
-0
/
+1
2015-05-31
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Riccardo Spagni
9
-11
/
+64
2015-05-28
net_peerlist: fix grayt/white naming mismatch
moneromooo-monero
1
-2
/
+2
2015-05-26
Merge pull request #292
Riccardo Spagni
1
-31
/
+36
2015-05-25
Fix compile for GCC 5.1.0
warptangent
1
-1
/
+5
2015-05-25
Build seed node list without duplicates
warptangent
1
-31
/
+36
2015-05-17
s/terget/target/
moneromooo-monero
4
-7
/
+7
2015-05-17
print limits when running limit commands with no arguments
moneromooo-monero
2
-0
/
+19
2015-05-06
Merge branch 'clang_fixes' into clang_fixes-master
Sergey Kazenyuk
2
-10
/
+10
2015-04-20
Fix missing virtual destructor
Sergey Kazenyuk
2
-2
/
+4
2015-04-08
[fix] Network 1.8: unlimited the RPC connections
rfree2monero
3
-1
/
+22
2015-04-02
Merge pull request #252
Riccardo Spagni
11
-49
/
+1776
2015-04-02
Network 1.7; Quieted the debug a bit.
rfree2monero
1
-5
/
+5
2015-04-02
update hardcoded fallback seeds
Riccardo Spagni
1
-12
/
+25
2015-04-01
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
5
-39
/
+69
2015-04-01
Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
rfree2monero
2
-14
/
+14
2015-02-24
fix locking in count-peers thread (2)
rfree2monero
3
-11
/
+27
2015-02-24
2014 network limit 1.3 fix log/path/data +utils
rfree2monero
4
-60
/
+137
2015-02-24
Daemonize changes pulled in -- daemon builds
Thomas Winget
2
-4
/
+7
2015-02-20
2014 network limit 1.2 +utils +toc -doc -drmonero
rfree2monero
6
-52
/
+55
2015-02-20
2014 network limit 1.1 +utils +toc -doc -drmonero
rfree2monero
9
-183
/
+293
2015-02-20
2014 network limit 1.0a +utils +toc -doc -drmonero
rfree2monero
9
-47
/
+1541
2015-01-14
Fix seed node threaded DNS lookup
warptangent
1
-28
/
+41
2015-01-08
Merge pull request #206
Riccardo Spagni
1
-11
/
+57
2015-01-02
year updated in license
Riccardo Spagni
7
-7
/
+7
2014-12-15
std::atomic_flag has no copy/move constructor, can't have a vector
Thomas Winget
1
-9
/
+7
2014-12-15
small typo in previous commit
Thomas Winget
1
-1
/
+1
2014-12-15
DNS seed timeout and fallback
Thomas Winget
1
-11
/
+59
2014-10-02
remove dangling upnp port mappings, updated miniupnpc
Riccardo Spagni
1
-2
/
+10
2014-09-30
reload checkpoints file every ~hr and print if any fail
Thomas Winget
1
-1
/
+3
2014-09-24
use boost::asio::ip::address because cross-platform plz
Riccardo Spagni
1
-96
/
+27
2014-09-23
seed node DNS code updated to use DNSResolver
Thomas Winget
1
-41
/
+111
2014-09-23
ipv4 and ipv6 resolution working
Thomas Winget
2
-11
/
+34
2014-09-15
Fix time_t serialization issue
Zachary Michaels
3
-5
/
+9
2014-09-15
Make P2P use the testnet data dir
Zachary Michaels
1
-1
/
+3
2014-09-15
Replace macro with equivalent function call
Zachary Michaels
1
-49
/
+45
2014-09-15
Add testnet seed nodes
Zachary Michaels
1
-3
/
+8
2014-09-15
Separate network id for testnet
Zachary Michaels
1
-2
/
+10
2014-09-15
Separate p2p port for testnet
Zachary Michaels
2
-5
/
+23
2014-09-15
Reorganize testnet constants
Zachary Michaels
3
-40
/
+4
2014-09-15
Add testnet flag
Zachary Michaels
2
-17
/
+22
2014-09-12
versioning now includes the commit hash, or -final for tagged releases
Riccardo Spagni
1
-1
/
+1
2014-09-10
more dynamic miniupnp fixes
fluffypony
1
-2
/
+9
2014-09-10
miniupnpc includes fixed
fluffypony
1
-2
/
+2
2014-09-09
moved non-critical warnings and errors to log level 1
fluffypony
1
-4
/
+4
2014-07-23
License updated to BSD 3-clause
fluffypony
8
-29
/
+236
2014-07-01
Allow priority peers when there are exclusive peers
Zachary Michaels
1
-1
/
+1
2014-06-10
added new seed nodes
fluffypony
1
-0
/
+9
2014-05-25
0.8.8update
mydesktop
2
-77
/
+142
2014-04-30
mac osx building fixes
mydesktop
1
-1
/
+4
2014-04-30
various fixes to allow mac osx compilation
mydesktop
2
-3
/
+5
2014-04-30
2nd seed node added
thankful_for_today
1
-0
/
+1
2014-04-18
Bitmonero release
thankful_for_today
2
-11
/
+2
2014-04-09
Port mapping with UPnP
Antonio Juarez
1
-0
/
+35
2014-03-20
some fixes
Antonio Juarez
5
-28
/
+63
2014-03-03
moved all stuff to github
Antonio Juarez
8
-0
/
+2042