<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/net, branch v0.11.0.1</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-25T22:28:07Z</updated>
<entry>
<title>http_client: add getters for host and port</title>
<updated>2017-08-25T22:28:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-22T11:00:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fa65da25c9458f1abbac0344d198640445c1cc30'/>
<id>urn:sha1:fa65da25c9458f1abbac0344d198640445c1cc30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2149</title>
<updated>2017-08-07T13:24:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:24:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6db8a60a18c3678824016234b2153b4b0f0dbbdd'/>
<id>urn:sha1:6db8a60a18c3678824016234b2153b4b0f0dbbdd</id>
<content type='text'>
158c3ecf core: thread most of handle_incoming_tx (moneromooo-monero)
f57ee382 cryptonote_protocol: retry stale spans early (moneromooo-monero)
90df52e1 cryptonote_protocol: light cleanup (moneromooo-monero)
84e23156 cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)
5be43fcd cryptonote_protocol_handler: sync speedup (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2220</title>
<updated>2017-08-07T13:11:37Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:11:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b0daf49dbd860bf2424e03d1dc80c096cb6596a'/>
<id>urn:sha1:9b0daf49dbd860bf2424e03d1dc80c096cb6596a</id>
<content type='text'>
c6ba7d11 p2p: move m_in_timedsync from connection_context to p2p_connection_context (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2151</title>
<updated>2017-08-07T13:06:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:06:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6244c782de78e3052927416d156ce530c10844ce'/>
<id>urn:sha1:6244c782de78e3052927416d156ce530c10844ce</id>
<content type='text'>
13a8d64f epee: don't send the body of the response to a HEAD HTTP request (Guillaume LE VAILLANT)
</content>
</entry>
<entry>
<title>Merge pull request #2153</title>
<updated>2017-08-07T12:49:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T12:49:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=04591af7fd48e5795b98292095619377845933e1'/>
<id>urn:sha1:04591af7fd48e5795b98292095619377845933e1</id>
<content type='text'>
35d68b2c Fix spelling errors (Erik de Castro Lopo)
</content>
</entry>
<entry>
<title>cryptonote_protocol_handler: sync speedup</title>
<updated>2017-08-07T08:33:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-02T21:41:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5be43fcdbad5ed034b07831473e07f47b7b10947'/>
<id>urn:sha1:5be43fcdbad5ed034b07831473e07f47b7b10947</id>
<content type='text'>
A block queue is now placed between block download and
block processing. Blocks are now requested only from one
peer (unless starved).

Includes a new sync_info coommand.
</content>
</entry>
<entry>
<title>p2p: move m_in_timedsync from connection_context to p2p_connection_context</title>
<updated>2017-08-01T17:41:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-29T10:17:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6ba7d110fd1339ab4e8ca87c5b30dd9ef7ad758'/>
<id>urn:sha1:c6ba7d110fd1339ab4e8ca87c5b30dd9ef7ad758</id>
<content type='text'>
It's got no place in the base class as it's P2P specific field
</content>
</entry>
<entry>
<title>Merge pull request #2131</title>
<updated>2017-07-19T09:48:51Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-07-19T09:48:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f584a2de92ad81f1696e0b48465e79acd70f3e17'/>
<id>urn:sha1:f584a2de92ad81f1696e0b48465e79acd70f3e17</id>
<content type='text'>
a04faf56 abstract_tcp_server2: guard against accessing lock on a destroyed object (moneromooo-monero)
</content>
</entry>
<entry>
<title>epee: don't send the body of the response to a HEAD HTTP request</title>
<updated>2017-07-05T13:39:50Z</updated>
<author>
<name>Guillaume LE VAILLANT</name>
<email>glv@posteo.net</email>
</author>
<published>2017-07-05T13:27:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=13a8d64fe654e35fdd928199e440cfc4142be16e'/>
<id>urn:sha1:13a8d64fe654e35fdd928199e440cfc4142be16e</id>
<content type='text'>
According to the HTTP spec: "The HEAD method is identical to GET
except that the server MUST NOT return a message-body in the
response".
</content>
</entry>
<entry>
<title>Fix spelling errors</title>
<updated>2017-07-05T07:53:16Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2017-07-05T07:53:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35d68b2c6d0914e24d07873c514baac68b0079a7'/>
<id>urn:sha1:35d68b2c6d0914e24d07873c514baac68b0079a7</id>
<content type='text'>
</content>
</entry>
</feed>
