summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-31remove unneeded Branch info on incoming branches in relooper1.4.4Alon Zakai
2013-05-31point relooper fuzzer to non-absolute pathAlon Zakai
2013-05-31add testcase for annoying relooper pattern that generates many control flow ↵Alon Zakai
overheads
2013-05-31prepare for option to split arbitrary nodes in relooperAlon Zakai
2013-05-30License info for webrtc p2p library.Alan Kligman
2013-05-30Fixed formatting.Alan Kligman
2013-05-30fix relooper test, needs bashAlon Zakai
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack ↵Alon Zakai
of a bound buffer between them
2013-05-30remove unnecessary GL.currArrayBufferObjAlon Zakai
2013-05-30indentationAlon Zakai
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30Merge pull request #1220 from inolen/free_surfaceAlon Zakai
SDL_SetVideoMode: Free old surface before creating new one
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30export PGOMonitorAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-30heap hash debugging functionAlon Zakai
2013-05-30Don't include webrtc-specific code for websockets builds.Alan Kligman
2013-05-30Fix style issues.Alan Kligman
2013-05-29Free old surface before creating new oneAnthony Pesch
2013-05-29This fixes various strtoll/strtol issues, including testsSoeren Balko
2013-05-28initialize errnoAlon Zakai
2013-05-27make sure emscripten_run_script_int returns an intAlon Zakai
2013-05-27emscripten_exit_with_live_runtimeAlon Zakai
2013-05-25use smaller special label for longjmpAlon Zakai
2013-05-25silence exceptions during cxa_free_exceptionAlon Zakai
2013-05-25do not emit resumeException when exceptions are disabledAlon Zakai
2013-05-25additional embind testingAlon Zakai
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-05-24auto-export malloc, needed by file packagerAlon Zakai
2013-05-23Fix missing methods.Alan Kligman
2013-05-23Comments.Alan Kligman
2013-05-23Formatting fixes. For some reason, indented preprocessor directives cause ↵Alan Kligman
compiler failures.
2013-05-23Formatting fixes.Alan Kligman
2013-05-23Remove console.log.Alan Kligman
2013-05-23Added var for socket deps.Alan Kligman
2013-05-23Rename global io to SocketIO. Updated webrtc library to pull in global name.Alan Kligman
2013-05-23Default to websockets, since it's more widely supported at the moment.Alan Kligman
2013-05-23Remove unused code.Alan Kligman
2013-05-23Add support for webrtc-based sockets. Moved both backends behind a settings ↵Alan Kligman
flag, SOCKET_WEBRTC.
2013-05-23actually implement clock_gettime()Alon Zakai
2013-05-23fix argument counting regression from 5efd506 ; fixes #1202Alon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; ↵Alon Zakai
fixes #865
2013-05-22Browser.safeCallbackAlon Zakai
2013-05-22do not call code-running callbacks if ABORTing; fixes #1191Alon Zakai
2013-05-21show awaited run dependencies only in ASSERTIONS buildsAlon Zakai
2013-05-21allocate using NORMAL in FS.init, to avoid races with data packages arriving ↵Alon Zakai
and using malloc before us
2013-05-21Conform to coding conventions.tingyuan
2013-05-21mmap(): Align to malloc's default alignment instead of pages.tingyuan
2013-05-21Assert that MAP_SHARED is only specified with files backed by HEAP.tingyuan
2013-05-211. mmap(): Make use of files that is backed by HEAP.tingyuan
2. mmap(): Use valloc() directly. 3. mmap(): Try to avoid Array.slice() when possible.