aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-27eliminate into one-time do-while loopsAlon Zakai
2012-10-26emscripten_get_worker_queue_sizeAlon Zakai
2012-10-26support for %n in sscanfAlon Zakai
2012-10-26do not do signalyzer pass if sign correction is on - it can only hurt thereAlon Zakai
2012-10-25warning and TODO on memory enlargingAlon Zakai
2012-10-25push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g...Alon Zakai
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-22fix SAFE_HEAP historyAlon Zakai
2012-10-22fix strtok temp state ; fixes #658Alon Zakai
2012-10-22fix array detection in preadAlon Zakai
2012-10-21listen to glut events on glutInit, so it works even without main loopAlon Zakai
2012-10-19emit unreachable throws only in ASSERTIONS modeAlon Zakai
2012-10-19do not forward worker stdio by default ; fixes test_workerAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
2012-10-20document SMALL_CHUNKSJanus
2012-10-19assert on stack being too large compared to total memoryAlon Zakai
2012-10-19add argument to emscripten_async_prepare_dataAlon Zakai
2012-10-19emscripten_async_prepare_dataAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-10-19add tests for chunked binary web worker xhrJanus
2012-10-17support for SDL resize eventAlon Zakai
2012-10-17UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...Alon Zakai
2012-10-17use base64 as websocket protocolAlon 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 Emscr...Jukka Jylänki
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-17Add `library_jansson` for JSON parsing.Lars Schneider
2012-10-17Support for servers without byte serving, various small fixesJanus
2012-10-13add parameter to emscripten_set_main_loop to optionally simulate an infinite ...Alon Zakai
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-10-12remove some phi warnings by defaultAlon Zakai
2012-10-12Merge branch 'master' into incomingAlon Zakai
2012-10-11make runtimelink work in the browserAlon Zakai
2012-10-11add chunked lazy sync XHR loading in Web WorkersJanus
2012-10-11fix synchronous xhr in webworkers by reintroducing code deleted in be163123Janus
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-03fix gethostbyname closure errorAlon Zakai
2012-10-02enet and socket improvementsAlon Zakai
2012-10-02sendmsg and recvmsgAlon Zakai