Age | Commit message (Expand) | Author |
2012-11-07 | commented out safe heap code for infinities and nans | Alon Zakai |
2012-11-06 | remove now-unneeded currFunctions | Alon Zakai |
2012-11-06 | generate indexedFunctions in pre, and give it the information to do so | Alon Zakai |
2012-11-06 | fix printing of GENERATED_FUNCTIONS | Alon Zakai |
2012-11-06 | process each function separately in emscript | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-11-05 | add proper indentation in long.js to not confuse js optimizer splitter | Alon Zakai |
2012-11-05 | be more careful about printing out assertion messages, not all metadata is al... | Alon Zakai |
2012-11-05 | fix fread/fwrite returns values on error; fixes #675 | Alon Zakai |
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann |
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 | send sendmsg chunks all together in one socket send | Alon Zakai |
2012-11-01 | write source of message in recvmsg | 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 | send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older brow... | Alon Zakai |
2012-10-31 | Merge pull request #665 from caiiiycuk/sscanf | Alon Zakai |
2012-10-31 | clear error message when browser createObjectURL does not return a string as ... | Alon Zakai |
2012-10-31 | warn in SDL_CreateThread about the problem with SDL threads | Alon Zakai |
2012-10-31 | Fix sscanf whitespace bug | Aleksander Guryanov |
2012-10-30 | refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE | 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-29 | fix bug with locking an sdl surface not reading the canvas pixel data properl... | Alon Zakai |
2012-10-29 | only fire sdl unload event if there is a main loop | Alon Zakai |
2012-10-29 | adjust memory size in tests | Alon Zakai |
2012-10-28 | Merge pull request #651 from larsxschneider/json_parser | Alon Zakai |
2012-10-27 | memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas... | Alon Zakai |
2012-10-27 | eliminate into one-time do-while loops | Alon Zakai |
2012-10-26 | emscripten_get_worker_queue_size | Alon Zakai |
2012-10-26 | support for %n in sscanf | Alon Zakai |
2012-10-26 | do not do signalyzer pass if sign correction is on - it can only hurt there | Alon Zakai |
2012-10-25 | warning and TODO on memory enlarging | Alon Zakai |
2012-10-25 | push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g... | Alon Zakai |
2012-10-25 | Fix -O1 warning and use proper pointers for Jansson library. | Lars Schneider |
2012-10-22 | handle no-data worker api calls, and more tests | Alon Zakai |
2012-10-22 | worker api closure fixes + additional testing | Alon Zakai |
2012-10-22 | initial work on worker api | Alon Zakai |
2012-10-22 | fix SAFE_HEAP history | Alon Zakai |
2012-10-22 | fix strtok temp state ; fixes #658 | Alon Zakai |
2012-10-22 | fix array detection in pread | Alon Zakai |
2012-10-21 | listen to glut events on glutInit, so it works even without main loop | Alon Zakai |
2012-10-19 | emit unreachable throws only in ASSERTIONS mode | Alon Zakai |
2012-10-19 | do not forward worker stdio by default ; fixes test_worker | Alon Zakai |
2012-10-19 | tweak sync xhr code a tiny bit | Alon Zakai |
2012-10-19 | Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading | Alon Zakai |
2012-10-20 | document SMALL_CHUNKS | Janus |