<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/test_sockets.py, branch 1.7.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/test_sockets.py?h=1.7.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/test_sockets.py?h=1.7.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-08-31T22:46:10Z</updated>
<entry>
<title>remove temporary enet fix, and define gethostbyname_r in a header, so that we can be sure at compilation time that it is used in the way it is expected to be (that function has more than one possible signature in various unixes)</title>
<updated>2013-08-31T22:46:10Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-31T22:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a96b03e9c1238fe37772e01e69c2e4f56ea36880'/>
<id>urn:sha1:a96b03e9c1238fe37772e01e69c2e4f56ea36880</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - temp fix for test_enet</title>
<updated>2013-08-31T19:30:19Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-31T19:25:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=52dae3e9b26dd8b4c6ce7989505c41532c090051'/>
<id>urn:sha1:52dae3e9b26dd8b4c6ce7989505c41532c090051</id>
<content type='text'>
 - added debugging info to websocket backend
</content>
</entry>
<entry>
<title>don't close client sockets by default in echo server enabling TCP teardown to succeed</title>
<updated>2013-08-30T23:53:05Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-30T23:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5cf189f76e6e0ebb5d0e4866e066ac26da7ccbb6'/>
<id>urn:sha1:5cf189f76e6e0ebb5d0e4866e066ac26da7ccbb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix use of NODE_JS in test_sockets</title>
<updated>2013-08-30T18:32:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-30T18:32:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a9029e02d342122375629a9d2153d43c626d41dd'/>
<id>urn:sha1:a9029e02d342122375629a9d2153d43c626d41dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't re-use ports between different harnesses</title>
<updated>2013-08-30T08:15:54Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-30T08:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=df89e4a8ea28aa3f0bcdd9116d348fb63f6cc406'/>
<id>urn:sha1:df89e4a8ea28aa3f0bcdd9116d348fb63f6cc406</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - created SOCKFS</title>
<updated>2013-08-29T08:45:38Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-24T16:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=462875aa0e5b2820868b539e2a185db7783653f8'/>
<id>urn:sha1:462875aa0e5b2820868b539e2a185db7783653f8</id>
<content type='text'>
 - added support for node-based listen servers
 - updated tests to also test against compiled listen servers
</content>
</entry>
<entry>
<title> - added raw addr / hostname lookup support</title>
<updated>2013-08-29T08:45:38Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-20T02:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f7744fcb18ab5d12c30cf1340c7bacabfc13d1ab'/>
<id>urn:sha1:f7744fcb18ab5d12c30cf1340c7bacabfc13d1ab</id>
<content type='text'>
 - added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub
 - added tests for getaddrinfo and getnameinfo
 - consolidated test_gethostbyname and test_sockets_gethostbyname
</content>
</entry>
<entry>
<title> - minor refactoring to new address translation functions to support better "raw" functionality</title>
<updated>2013-08-29T08:45:38Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-11T08:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=54537559f334a916739f8c3f31e94597ad471219'/>
<id>urn:sha1:54537559f334a916739f8c3f31e94597ad471219</id>
<content type='text'>
 - moved test_inet* tests into sockets test suite
</content>
</entry>
<entry>
<title>add USE_IFRAME define to support compiled servers</title>
<updated>2013-08-24T01:12:19Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-24T01:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=63e5aee15fae754383edfd9f3faa5b161efeeef3'/>
<id>urn:sha1:63e5aee15fae754383edfd9f3faa5b161efeeef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed server down test</title>
<updated>2013-08-23T21:21:41Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-23T17:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=989ccaf06574ec39338c827ad1eb88c1773c25ba'/>
<id>urn:sha1:989ccaf06574ec39338c827ad1eb88c1773c25ba</id>
<content type='text'>
</content>
</entry>
</feed>
