<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/sockets, branch 1.16.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/sockets?h=1.16.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/sockets?h=1.16.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-03-17T23:28:04Z</updated>
<entry>
<title>Cleaned up required files (some things aren't needed for this test); Run `npm install` as part of test.</title>
<updated>2014-03-17T23:28:04Z</updated>
<author>
<name>Alan K</name>
<email>github@ack.modeswitch.org</email>
</author>
<published>2014-03-17T23:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cf5307c029a9f5e502ddfb1d1949ab4d2a5bd4e5'/>
<id>urn:sha1:cf5307c029a9f5e502ddfb1d1949ab4d2a5bd4e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated gitignore</title>
<updated>2014-03-17T23:07:07Z</updated>
<author>
<name>Alan K</name>
<email>github@ack.modeswitch.org</email>
</author>
<published>2014-03-17T23:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b1f141debf8800c453a5a992fa04862e29f1cdc2'/>
<id>urn:sha1:b1f141debf8800c453a5a992fa04862e29f1cdc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed accidental submodule</title>
<updated>2014-03-17T23:04:51Z</updated>
<author>
<name>Alan K</name>
<email>github@ack.modeswitch.org</email>
</author>
<published>2014-03-17T23:04:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c3a8ac0a5f1df80dbc3e3a3f42eb22b4f8959e50'/>
<id>urn:sha1:c3a8ac0a5f1df80dbc3e3a3f42eb22b4f8959e50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add local broker for webrtc p2p test. Fixes #1974.</title>
<updated>2014-03-17T00:31:11Z</updated>
<author>
<name>Alan K</name>
<email>github@ack.modeswitch.org</email>
</author>
<published>2014-03-17T00:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7e22558b8a8c108ef3804f05311607724d9f3eab'/>
<id>urn:sha1:7e22558b8a8c108ef3804f05311607724d9f3eab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __EMSCRIPTEN__  instead of EMSCRIPTEN in tests.</title>
<updated>2014-02-25T19:58:53Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@google.com</email>
</author>
<published>2014-02-24T16:46:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3317f2cd793893073619a87a462da26c505ba9eb'/>
<id>urn:sha1:3317f2cd793893073619a87a462da26c505ba9eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix function types of main loop funcs in sockets tests</title>
<updated>2014-02-19T00:37:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-19T00:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e76757c9213e3bd671eebf0154f379efb8659305'/>
<id>urn:sha1:e76757c9213e3bd671eebf0154f379efb8659305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check correct define for UDP mode</title>
<updated>2014-01-29T22:11:00Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2014-01-29T22:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9cc5eeca41394bf190ea3465e66abaa0372b2c04'/>
<id>urn:sha1:9cc5eeca41394bf190ea3465e66abaa0372b2c04</id>
<content type='text'>
minor fixes related to UDP mode
</content>
</entry>
<entry>
<title>add getprotobyname and associated functions from netdb.h. Add test_getprotobyname.c test suite and update test_sockets.py to include test_getprotobyname. ./runner.py sockets.test_getprotobyname completes successfully</title>
<updated>2013-11-24T11:16:36Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-11-24T11:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3e4a22b4a9648dd606cb35814d5100b5ef948ace'/>
<id>urn:sha1:3e4a22b4a9648dd606cb35814d5100b5ef948ace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a bug in the accept call in library.js whereby if accept was called with non-NULL addr and addrlen parameters a ReferenceError occurs because accept had a parameter of addrp but later used addr. Modified tests_sockets_echo_server.c to use non-NULL addr if TEST_ACCEPT_ADDR is defined and added test case to test_sockets.py</title>
<updated>2013-11-18T19:28:21Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-11-18T19:28:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5e49fbbfdcca308b7f9d747fc66d3c92c03ac241'/>
<id>urn:sha1:5e49fbbfdcca308b7f9d747fc66d3c92c03ac241</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provided an implementation for gai_strerror and gave getaddrinfo sensible default behaviour when hints is set to NULL. Ideally getaddrinfo should supply multiple addrinfo values when hints is NULL or ai_family is set to AF_UNSPEC but this is a somewhat more complex proposition</title>
<updated>2013-11-09T16:57:12Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-11-09T16:57:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ea7053a084760b5dac25c4a8aa1345ad2ac79ed6'/>
<id>urn:sha1:ea7053a084760b5dac25c4a8aa1345ad2ac79ed6</id>
<content type='text'>
</content>
</entry>
</feed>
