aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-17use base64 as websocket protocolAlon Zakai
2012-10-17add non-working websockets test for large amounts of 'random' dataAlon Zakai
2012-10-17Add explicit braces to one-liner if statements in library_egl.js.Jukka Jylänki
2012-10-17Relax the implementation of eglGetDisplay function to always return the ↵Jukka Jylänki
Emscripten EGLDisplay handle. This allows EGL-using GLES2-related tests to pass, they expect to utilize eglGetDisplay as if running on X11.
2012-10-17Implemented more EGL functions.Jukka Jylänki
2012-10-17add sscanf support for 'i'Alon Zakai
2012-10-17return identical ids from glGetUniformLocation when we need toAlon Zakai
2012-10-17improve runtimelink handling of function aliasesAlon Zakai
2012-10-17do not include C library in shared library 2Alon Zakai
2012-10-17disable test_gethostbyname without t2Alon Zakai
2012-10-17disable jansson in SAFE_HEAPAlon Zakai
2012-10-17improve node autodetectionAlon Zakai
2012-10-17Don't explode in emconfigure if no args are passedRiccardo Magliocchetti
2012-10-17mark jansson test as only for ta2Alon Zakai
2012-10-17Add `library_jansson` for JSON parsing.Lars Schneider
Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript. [1] https://github.com/akheron/jansson
2012-10-14handle .a with identically named .o ; fixes #637Alon Zakai
2012-10-13update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0Alon Zakai
2012-10-13build libcxx and libcxxabi using direct commands, not a makefile, to make ↵Alon Zakai
this more easily portable to windows where make is not always present
2012-10-13add -O1 testing for embindAlon Zakai
2012-10-13add parameter to emscripten_set_main_loop to optionally simulate an infinite ↵Alon Zakai
loop by throwing an exception (like glutMainLoop)
2012-10-12get almost all of embind test passingAlon Zakai
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-10-12remove some phi warnings by defaultAlon Zakai
2012-10-12embind header fixesAlon Zakai
2012-10-12Merge branch 'master' into incomingAlon Zakai
2012-10-11make runtimelink work in the browserAlon Zakai
2012-10-11refactor runtimelink testAlon Zakai
2012-10-11indentation fixAlon Zakai
2012-10-04emscripten_async_prepareAlon Zakai
2012-10-04stub for IMG_Load_RWAlon Zakai
2012-10-04recvmsg and further socket debuggingAlon Zakai
2012-10-03socket debuggingAlon Zakai
2012-10-03fix gethostbyname_rAlon Zakai
2012-10-03socket listen fakingAlon Zakai
2012-10-03ignore and warn on -OsAlon Zakai
2012-10-03fix gethostbyname closure errorAlon Zakai
2012-10-02enet and socket improvementsAlon Zakai
2012-10-02sendmsg and recvmsgAlon Zakai
2012-10-02make socket relay parametrizableAlon Zakai
2012-10-02socket improvements towards enet testAlon Zakai
2012-10-02support for connecting to sockets with fake ips from gethostbynameAlon Zakai
2012-10-02gethostbyname initial supportAlon Zakai
2012-10-02preparation for enet testingAlon Zakai
2012-10-02improve emscripten.h for native buildsAlon Zakai
2012-10-01fix websocket outgoing queue logicAlon Zakai
2012-10-01inet_addrAlon Zakai
2012-10-01clean up websocket testsAlon Zakai
2012-10-01improve websocket harness durabilityAlon Zakai
2012-10-01websockets test notes and tweaksAlon Zakai
2012-10-01add socket send(), and almost working testAlon Zakai