aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-31fix sendmsg return valueAlon Zakai
2012-10-31fix sendmsg and recvmsg handling of iovAlon Zakai
2012-10-31improve enet test c filesAlon Zakai
2012-10-31fix uio.hAlon Zakai
2012-10-31include uio.h in socket.h so iovec is definedAlon Zakai
2012-10-31emscripten_cancel_main_loop in nativeAlon Zakai
2012-10-31send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵Alon Zakai
browsers
2012-10-31comment on debugging in test runnerAlon Zakai
2012-10-31Merge pull request #665 from caiiiycuk/sscanfAlon Zakai
Fix sscanf white space bug
2012-10-31rename worker_t to worker_handleAlon Zakai
2012-10-31clear error message when browser createObjectURL does not return a string as ↵Alon Zakai
the spec says it should
2012-10-31warn in SDL_CreateThread about the problem with SDL threadsAlon Zakai
2012-10-31Fix sscanf whitespace bugAleksander Guryanov
Add test for sscanf
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
2012-10-30support growing the socket data buffer, and enable working bigdata socket testAlon Zakai
2012-10-30use binary data in websocketsAlon Zakai
2012-10-30update websockify to latest trunkAlon Zakai
2012-10-30fix test textAlon Zakai
2012-10-29more non-clang configure fixes for configure testsAlon Zakai
2012-10-29more non-clang configure work and debugging toolsAlon Zakai
2012-10-29configure debugging toolsAlon Zakai
2012-10-29define LDSHARED, useful in zlib configureAlon Zakai
2012-10-29eliminate variables that have no uses but their definition has side effectsAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data ↵Alon Zakai
properly; fixes #664
2012-10-29only fire sdl unload event if there is a main loopAlon Zakai
2012-10-29adjust memory size in testsAlon Zakai
2012-10-29disable jansson test because it failsAlon Zakai
2012-10-29re-enable parallelization of js optimizer on windowsAlon Zakai
2012-10-29add empty emcc.py to work around issue 663Alon Zakai
2012-10-29do not use process pool for js optimizer when not enough cores or on windows ↵Alon Zakai
(issue 663)
2012-10-28make js optimizer detection of generated functions marker more robustAlon Zakai
2012-10-28remove unneeded importAlon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28add experimental and non-enabled non-clang configure modeAlon Zakai
2012-10-28refactor js optimizer caller a littleAlon Zakai
2012-10-28Merge pull request #651 from larsxschneider/json_parserAlon Zakai
Fix -O1 warning and use proper pointers for Jansson library.
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵Alon Zakai
case the eliminator runs in safe mode
2012-10-27add memory-growth safe eliminator modeAlon Zakai
2012-10-27flip associative binaries when safe to do so for elimination purposesAlon Zakai
2012-10-27eliminate into returnsAlon Zakai
2012-10-27update eliminator test to latest optimizationsAlon Zakai
2012-10-27eliminator docsAlon Zakai
2012-10-27eliminate into one-time do-while loopsAlon Zakai
2012-10-27add eliminator testcaseAlon Zakai
2012-10-27note function arguments as localsAlon Zakai
2012-10-27add more aborting nodes in eliminatorAlon Zakai
2012-10-27abort scanning on unfamiliar eliminator nodesAlon Zakai
2012-10-27do not scan into whileAlon Zakai
2012-10-27handle more nodes in eliminator scanningAlon Zakai