<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/net/http_client.h, 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>2018-03-15T16:25:38Z</updated>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http_client: rewrite header parsing manually for speed</title>
<updated>2017-12-23T11:29:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-12T13:44:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd1f6029a367e411b66d4ff49f2537947e9d300f'/>
<id>urn:sha1:bd1f6029a367e411b66d4ff49f2537947e9d300f</id>
<content type='text'>
boost::regex is stupendously atrocious at parsing malformed data
</content>
</entry>
<entry>
<title>tests: add http client fuzz test</title>
<updated>2017-12-23T11:29:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-11T09:33:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a'/>
<id>urn:sha1:f1bdc9a42a7d75f90cc0c1e4191f4ef1a016a11a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move includes around to lessen overall load</title>
<updated>2017-12-16T22:46:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-25T22:25:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09ce03d612e54231694eee2fb9e5c807b2bfc341'/>
<id>urn:sha1:09ce03d612e54231694eee2fb9e5c807b2bfc341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2629</title>
<updated>2017-11-14T19:29:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-11-14T19:29:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5de492be40e9d55a9b432b562c72e933d0df0efb'/>
<id>urn:sha1:5de492be40e9d55a9b432b562c72e933d0df0efb</id>
<content type='text'>
383ff4f6 remove "using namespace std" from headers (moneromooo-monero)
</content>
</entry>
<entry>
<title>remove "using namespace std" from headers</title>
<updated>2017-11-14T16:56:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-10T14:47:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=383ff4f68943c5d998fba8caa20aee481583f214'/>
<id>urn:sha1:383ff4f68943c5d998fba8caa20aee481583f214</id>
<content type='text'>
It's nasty, and actually breaks on Solaris, where if.h fails to
build due to:

  struct map *if_memmap;
</content>
</entry>
<entry>
<title>Fix file permission issue</title>
<updated>2017-11-03T15:27:50Z</updated>
<author>
<name>Tim L</name>
<email>timo614@gmail.com</email>
</author>
<published>2017-11-03T15:24:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0bf09154462a9030b4f288e0455198d775342a42'/>
<id>urn:sha1:0bf09154462a9030b4f288e0455198d775342a42</id>
<content type='text'>
This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a
</content>
</entry>
<entry>
<title>RPC Add cross origin resource sharing support</title>
<updated>2017-10-30T17:55:56Z</updated>
<author>
<name>Tim L</name>
<email>timo614@gmail.com</email>
</author>
<published>2017-10-24T13:26:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=69c37200aa87f100f731e755bdca7a0dc6ae820a'/>
<id>urn:sha1:69c37200aa87f100f731e755bdca7a0dc6ae820a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee http_client SSL support</title>
<updated>2017-10-15T15:29:04Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-06-20T15:22:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1cf940f2a1292c3ebfd57709782bb53b92803aaa'/>
<id>urn:sha1:1cf940f2a1292c3ebfd57709782bb53b92803aaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http_client: add getters for host and port</title>
<updated>2017-08-22T11:00:21Z</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=333f70120c8c3b6cccf28737c5e230915f5d8f7c'/>
<id>urn:sha1:333f70120c8c3b6cccf28737c5e230915f5d8f7c</id>
<content type='text'>
</content>
</entry>
</feed>
