<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salticidae/src, branch v0.1.1</title>
<subtitle>Minimal C++ asynchronous network library.</subtitle>
<id>https://git.tedyin.com/salticidae/atom?h=v0.1.1</id>
<link rel='self' href='https://git.tedyin.com/salticidae/atom?h=v0.1.1'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/'/>
<updated>2020-02-14T20:41:54Z</updated>
<entry>
<title>add more to C API</title>
<updated>2020-02-14T20:41:54Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2020-02-14T20:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=4fed5578db7714d8317d1bfe9262143d25034d00'/>
<id>urn:sha1:4fed5578db7714d8317d1bfe9262143d25034d00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change queue_capacity to max_send_buff_size; adjust the C API</title>
<updated>2020-02-14T20:13:47Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2020-02-14T20:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=853a6503391a05a3f60b50bb40a7dd4f35588293'/>
<id>urn:sha1:853a6503391a05a3f60b50bb40a7dd4f35588293</id>
<content type='text'>
</content>
</entry>
<entry>
<title>limit the max message size</title>
<updated>2020-02-14T19:17:16Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2020-02-14T19:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=46a35d57f2565b306285023b27d28187167205c8'/>
<id>urn:sha1:46a35d57f2565b306285023b27d28187167205c8</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>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>fix bug: forgot to reset ready_recv</title>
<updated>2019-10-14T01:34:11Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-10-14T01:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=b6cc8b6615266fa1023b63d08e96971629d854c6'/>
<id>urn:sha1:b6cc8b6615266fa1023b63d08e96971629d854c6</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>improve EventContext deleter</title>
<updated>2019-07-04T17:30:23Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2019-07-04T17:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/salticidae/commit/?id=384d9277458cbd90c94d1510e5d20d96b26010c8'/>
<id>urn:sha1:384d9277458cbd90c94d1510e5d20d96b26010c8</id>
<content type='text'>
</content>
</entry>
</feed>
