Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-05 | be more careful about printing out assertion messages, not all metadata is ↵ | Alon Zakai | |
always present | |||
2012-11-06 | Add another loud error message containing the actual command line when ↵ | Jukka Jylänki | |
calling make in shared.py. | |||
2012-11-05 | If configure in shared.py fails with an exception, print out the command ↵ | Jukka Jylänki | |
line that was attempted. | |||
2012-11-05 | skip test_llvm_nativizer if no gnu as present | Alon Zakai | |
2012-11-05 | fix fread/fwrite returns values on error; fixes #675 | Alon Zakai | |
2012-11-05 | Merge pull request #657 from Blechhirn/LLD_for_sscanf | Alon Zakai | |
Added %lld support to __scanString | |||
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann | |
Also extended makeSetValue for the i64/typed_array=2 case. | |||
2012-11-04 | enable node in test_cases | Alon Zakai | |
2012-11-04 | comment on multicore in test runner | Alon Zakai | |
2012-11-04 | fix test_runtimelink_multi when no spidermonkey present | Alon Zakai | |
2012-11-04 | simplify default settings | Alon Zakai | |
2012-11-04 | fix test_time | Alon Zakai | |
2012-11-04 | handle windows line endings in js optimizer splitting | Alon Zakai | |
2012-11-03 | log out js optimizer split sizes | Alon Zakai | |
2012-11-03 | run bullet and sqlite tests with more js engines | Alon Zakai | |
2012-11-03 | fix exit code on sanity fails | Alon Zakai | |
2012-11-03 | fix windows line endings | Alon Zakai | |
2012-11-02 | improve js Benchmarker utility | Alon Zakai | |
2012-11-02 | commented out refactoring of makeRounding | Alon Zakai | |
2012-11-02 | fix s_0_0.test_sscanf | Alon Zakai | |
2012-11-01 | restore lost emscripten_resume_main_loop | Alon Zakai | |
2012-11-01 | Merge pull request #669 from kanaka/incoming-ws | Alon Zakai | |
Update websockify, fix websocket tests, refactor websocket harness. | |||
2012-11-01 | enable working enet test | Alon Zakai | |
2012-11-01 | commented code to run test runner browser tests in another browser | Alon Zakai | |
2012-11-01 | send sendmsg chunks all together in one socket send | Alon Zakai | |
2012-11-01 | write source of message in recvmsg | Alon Zakai | |
2012-11-01 | Add myself to AUTHORS. | Joel Martin | |
2012-11-01 | Update 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-31 | sleep in native emscripten_set_main_loop | Alon Zakai | |
2012-10-31 | fix sendmsg return value | Alon Zakai | |
2012-10-31 | fix sendmsg and recvmsg handling of iov | Alon Zakai | |
2012-10-31 | improve enet test c files | Alon Zakai | |
2012-10-31 | fix uio.h | Alon Zakai | |
2012-10-31 | include uio.h in socket.h so iovec is defined | Alon Zakai | |
2012-10-31 | emscripten_cancel_main_loop in native | Alon Zakai | |
2012-10-31 | send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵ | Alon Zakai | |
browsers | |||
2012-10-31 | comment on debugging in test runner | Alon Zakai | |
2012-10-31 | Merge pull request #665 from caiiiycuk/sscanf | Alon Zakai | |
Fix sscanf white space bug | |||
2012-10-31 | rename worker_t to worker_handle | Alon Zakai | |
2012-10-31 | clear error message when browser createObjectURL does not return a string as ↵ | Alon Zakai | |
the spec says it should | |||
2012-10-31 | warn in SDL_CreateThread about the problem with SDL threads | Alon Zakai | |
2012-10-31 | Fix sscanf whitespace bug | Aleksander Guryanov | |
Add test for sscanf | |||
2012-10-30 | refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE | Alon Zakai | |
2012-10-30 | tell closure its input is ECMASCRIPT5 | Alon Zakai | |
2012-10-30 | support growing the socket data buffer, and enable working bigdata socket test | Alon Zakai | |
2012-10-30 | use binary data in websockets | Alon Zakai | |
2012-10-30 | update websockify to latest trunk | Alon Zakai | |
2012-10-30 | fix test text | Alon Zakai | |
2012-10-29 | more non-clang configure fixes for configure tests | Alon Zakai | |
2012-10-29 | more non-clang configure work and debugging tools | Alon Zakai | |