aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-03fix exit code on sanity failsAlon Zakai
2012-11-03fix windows line endingsAlon Zakai
2012-11-02improve js Benchmarker utilityAlon Zakai
2012-11-02commented out refactoring of makeRoundingAlon Zakai
2012-11-02fix s_0_0.test_sscanfAlon Zakai
2012-11-01restore lost emscripten_resume_main_loopAlon Zakai
2012-11-01Merge pull request #669 from kanaka/incoming-wsAlon Zakai
Update websockify, fix websocket tests, refactor websocket harness.
2012-11-01enable working enet testAlon Zakai
2012-11-01commented code to run test runner browser tests in another browserAlon Zakai
2012-11-01send sendmsg chunks all together in one socket sendAlon Zakai
2012-11-01write source of message in recvmsgAlon Zakai
2012-11-01Add myself to AUTHORS.Joel Martin
2012-11-01Update websockify, fix websocket tests, refactor websocket harness.Joel Martin
- pull in websockify c00c0eed from https://github.com/kanaka/websockify with one-shot socket listener cleanup and other misc updates. - import the WebSocketProxy class directly and launch it one-shot using the run_once parameter rather than spawning a separate websockify via shell. - create a python version of socket_server.sh and in the harness and remove socket_server.sh. - refactor clean_pids to use a two phase cleanup where it sends a SIGTERM (to give the parent the chance to cleanup children) and then send a SIGTERM 1 second later. This still has risk of leaving child processes around (for example, the nc process in the original socket_server.sh which would also hold onto the listen port). Conflicts: tests/runner.py
2012-10-31sleep in native emscripten_set_main_loopAlon Zakai
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