<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_basic/connection_context.h, branch v0.11.0.0</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.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-17T19:39:44Z</updated>
<entry>
<title>Merge pull request #2303</title>
<updated>2017-08-17T19:39:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-17T19:39:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4466b6d1b08d827f3bdddb1cab8ca05833b65437'/>
<id>urn:sha1:4466b6d1b08d827f3bdddb1cab8ca05833b65437</id>
<content type='text'>
5a283078 cryptonote_protocol: large block sync size before v4 (moneromooo-monero)
7b747607 cryptonote_protocol: kick idle synchronizing peers (moneromooo-monero)
</content>
</entry>
<entry>
<title>cryptonote_protocol: kick idle synchronizing peers</title>
<updated>2017-08-16T21:24:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-16T18:27:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7b747607566aa62460a4b4a278f2f8eb86f18bc2'/>
<id>urn:sha1:7b747607566aa62460a4b4a278f2f8eb86f18bc2</id>
<content type='text'>
In case they dropped off downloading for any reason, they'll get
sent to download again.
</content>
</entry>
<entry>
<title>befor -&gt; before</title>
<updated>2017-08-15T22:23:26Z</updated>
<author>
<name>Nano Akron</name>
<email>nanoakron@users.noreply.github.com</email>
</author>
<published>2017-08-13T02:04:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b59cd0745bde449eb2c9860f8c07b89e764a6441'/>
<id>urn:sha1:b59cd0745bde449eb2c9860f8c07b89e764a6441</id>
<content type='text'>
Really unique yet consistent spelling mistake
</content>
</entry>
<entry>
<title>protocol: fix reorgs while syncing</title>
<updated>2017-08-12T10:22:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-12T09:59:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08abb670e1d8c2d459dcd49ca02785a8cebc7b8b'/>
<id>urn:sha1:08abb670e1d8c2d459dcd49ca02785a8cebc7b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connection_context: initialize state</title>
<updated>2017-08-09T18:01:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-09T18:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3ff5ce63c542677b1921af34bfe42a8e7a3e17b4'/>
<id>urn:sha1:3ff5ce63c542677b1921af34bfe42a8e7a3e17b4</id>
<content type='text'>
Why this was initialized properly before I have no idea, but
it is not anymore. Fix it, which fixes syncing in release mode.
</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>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract some basic code from libcryptonote_core into libcryptonote_basic</title>
<updated>2017-02-08T13:45:15Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-26T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8027ce0c75f882de0523e668defa0bc3c8564e96'/>
<id>urn:sha1:8027ce0c75f882de0523e668defa0bc3c8564e96</id>
<content type='text'>
</content>
</entry>
</feed>
