<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/boost/archive, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-21T09:16:10Z</updated>
<entry>
<title>Silence stupid fallthru warning in gcc 7</title>
<updated>2017-08-21T09:16:10Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-20T14:58:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c6c3eb3f220aa4c9f575ebaaacf5775a68589c5'/>
<id>urn:sha1:0c6c3eb3f220aa4c9f575ebaaacf5775a68589c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1531</title>
<updated>2017-01-09T00:43:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-09T00:43:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=278562d2c2df90fe56cdc6d7c3082c45795fd0ad'/>
<id>urn:sha1:278562d2c2df90fe56cdc6d7c3082c45795fd0ad</id>
<content type='text'>
9d1d3a45 portable serializer: use signed char for size (kenshi84)
</content>
</entry>
<entry>
<title>Merge pull request #1515</title>
<updated>2017-01-09T00:41:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-09T00:41:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba9744d4000268dedb08a00125776ccf526064f7'/>
<id>urn:sha1:ba9744d4000268dedb08a00125776ccf526064f7</id>
<content type='text'>
ada7c7da portable serializer: tests added (kenshi84)
f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84)
</content>
</entry>
<entry>
<title>portable serializer: use signed char for size</title>
<updated>2017-01-07T02:59:16Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-05T23:37:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d1d3a454e95098bebe1807f4d05f9378bfc0f81'/>
<id>urn:sha1:9d1d3a454e95098bebe1807f4d05f9378bfc0f81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>portable serializer: make signerd/unsigned tx portable, ignore archive version checking</title>
<updated>2017-01-02T11:04:58Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2016-12-30T13:51:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f390a0e2dcc6b2a67b3161d167da4378e898e177'/>
<id>urn:sha1:f390a0e2dcc6b2a67b3161d167da4378e898e177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiple definition clash on ARMv7 build</title>
<updated>2016-12-23T18:05:11Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-12-23T18:04:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3fdefe001b15d042d0d3029c0734aedf2a7b7ce'/>
<id>urn:sha1:f3fdefe001b15d042d0d3029c0734aedf2a7b7ce</id>
<content type='text'>
Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8
</content>
</entry>
<entry>
<title>account for API difference between 1.58 &amp; 1.59</title>
<updated>2016-12-21T07:05:31Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2016-12-21T05:43:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af9a7999257e0c73737f94012148210fc6099436'/>
<id>urn:sha1:af9a7999257e0c73737f94012148210fc6099436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved boost cpp into hpp since they're supposed to be header only</title>
<updated>2016-12-20T03:27:23Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2016-12-20T02:51:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d1d6e27ab661f71d90fb6530db84d5a2b92550a8'/>
<id>urn:sha1:d1d6e27ab661f71d90fb6530db84d5a2b92550a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added experimental boost::archive::portable_binary_{i|o}archive</title>
<updated>2016-12-16T14:46:24Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2016-12-16T09:10:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=66e6af89ce413ed7bb9f427d64250c6cc4bc3120'/>
<id>urn:sha1:66e6af89ce413ed7bb9f427d64250c6cc4bc3120</id>
<content type='text'>
</content>
</entry>
</feed>
