<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salticidae/include, branch v0.1.0c</title>
<subtitle>Minimal C++ asynchronous network library.</subtitle>
<id>https://git.tedyin.com/salticidae/atom?h=v0.1.0c</id>
<link rel='self' href='https://git.tedyin.com/salticidae/atom?h=v0.1.0c'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/'/>
<updated>2019-12-05T21:15:30Z</updated>
<entry>
<title>use pipe to emulate eventfd on mac; add install script</title>
<updated>2019-12-05T21:15:30Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-12-05T21:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=347daceced3a516fec8080e0fe640f68c137db76'/>
<id>urn:sha1:347daceced3a516fec8080e0fe640f68c137db76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:Determinant/salticidae</title>
<updated>2019-12-05T06:49:54Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-12-05T06:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=eba2e398333ec54d21cfa24b61e1bc7de6242f00'/>
<id>urn:sha1:eba2e398333ec54d21cfa24b61e1bc7de6242f00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: OSX(macOS) support</title>
<updated>2019-12-05T06:48:44Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-12-05T06:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=6225a46eb219fd63b3a11c1805d08c217188e94d'/>
<id>urn:sha1:6225a46eb219fd63b3a11c1805d08c217188e94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mac compatibility with endian helper</title>
<updated>2019-12-02T18:31:47Z</updated>
<author>
<name>Aaron Buchwald</name>
<email>aaron.buchwald56@gmail.com</email>
</author>
<published>2019-12-02T18:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=4960e49419882df7f1e855b38d01d2b38eafb442'/>
<id>urn:sha1:4960e49419882df7f1e855b38d01d2b38eafb442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unnecessary std::move()</title>
<updated>2019-10-14T17:36:58Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2019-10-14T17:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=2a99baafdcac46931b00a9ef9e77340dbc319b58'/>
<id>urn:sha1:2a99baafdcac46931b00a9ef9e77340dbc319b58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drop the use of alignas</title>
<updated>2019-10-13T22:56:33Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-10-13T22:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=c230c6d92e8bff8a3f401b3b538d08962180d0c2'/>
<id>urn:sha1:c230c6d92e8bff8a3f401b3b538d08962180d0c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add len()</title>
<updated>2019-10-13T19:32:16Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-10-13T19:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=8f76e5d8823b684d91e19f8efebe5579e00c8c48'/>
<id>urn:sha1:8f76e5d8823b684d91e19f8efebe5579e00c8c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...</title>
<updated>2019-10-13T19:07:56Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-10-13T19:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=01ad4251c8bc2cc240f7173b7267426085f7e5bb'/>
<id>urn:sha1:01ad4251c8bc2cc240f7173b7267426085f7e5bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: bounded recv buffer</title>
<updated>2019-10-13T18:05:29Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-10-13T18:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=3505e9d33eab6d341185773c1da315b2dc833a21'/>
<id>urn:sha1:3505e9d33eab6d341185773c1da315b2dc833a21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quickfix: make msg queue unbounded</title>
<updated>2019-08-31T00:23:53Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-08-31T00:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=8270af53b2e4741fcacab49a21823597cc31d88c'/>
<id>urn:sha1:8270af53b2e4741fcacab49a21823597cc31d88c</id>
<content type='text'>
</content>
</entry>
</feed>
