| Age | Commit message (Expand) | Author |
| 2013-05-25 | use smaller special label for longjmp | Alon Zakai |
| 2013-05-25 | silence exceptions during cxa_free_exception | Alon Zakai |
| 2013-05-25 | do not emit resumeException when exceptions are disabled | Alon Zakai |
| 2013-05-25 | additional embind testing | Alon Zakai |
| 2013-05-24 | handle globals with no value and no zeroinit | Alon Zakai |
| 2013-05-24 | auto-export malloc, needed by file packager | Alon Zakai |
| 2013-05-23 | Fix missing methods. | Alan Kligman |
| 2013-05-23 | Comments. | Alan Kligman |
| 2013-05-23 | Formatting fixes. For some reason, indented preprocessor directives cause com... | Alan Kligman |
| 2013-05-23 | Formatting fixes. | Alan Kligman |
| 2013-05-23 | Remove console.log. | Alan Kligman |
| 2013-05-23 | Added var for socket deps. | Alan Kligman |
| 2013-05-23 | Rename global io to SocketIO. Updated webrtc library to pull in global name. | Alan Kligman |
| 2013-05-23 | Default to websockets, since it's more widely supported at the moment. | Alan Kligman |
| 2013-05-23 | Remove unused code. | Alan Kligman |
| 2013-05-23 | Add support for webrtc-based sockets. Moved both backends behind a settings f... | Alan Kligman |
| 2013-05-23 | actually implement clock_gettime() | Alon Zakai |
| 2013-05-23 | fix argument counting regression from 5efd506 ; fixes #1202 | Alon Zakai |
| 2013-05-22 | handle dynamic indexes properly, even out of bounds, for array gep lookups; f... | Alon Zakai |
| 2013-05-22 | Browser.safeCallback | Alon Zakai |
| 2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
| 2013-05-21 | show awaited run dependencies only in ASSERTIONS builds | Alon Zakai |
| 2013-05-21 | allocate using NORMAL in FS.init, to avoid races with data packages arriving ... | Alon Zakai |
| 2013-05-21 | Conform to coding conventions. | tingyuan |
| 2013-05-21 | mmap(): Align to malloc's default alignment instead of pages. | tingyuan |
| 2013-05-21 | Assert that MAP_SHARED is only specified with files backed by HEAP. | tingyuan |
| 2013-05-21 | 1. mmap(): Make use of files that is backed by HEAP. | tingyuan |
| 2013-05-21 | Specialize Array/TypedArray in allocate() to avoid unnecessary array construc... | tingyuan |
| 2013-05-21 | fix crash when no exitPointerLock, see #1074 | Alon Zakai |
| 2013-05-21 | fix invokes of abort | Alon Zakai |
| 2013-05-21 | fix asm.js coercion | Alon Zakai |
| 2013-05-21 | Merge pull request #1195 from inolen/longjmp_signed | Alon Zakai |
| 2013-05-21 | Merge pull request #1199 from j4m3z0r/sdl-fixes | Alon Zakai |
| 2013-05-21 | Convert threwValue check to boolean expression | Anthony Pesch |
| 2013-05-21 | fix __errno_location | Alon Zakai |
| 2013-05-21 | Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming | Alon Zakai |
| 2013-05-21 | Merge pull request #1186 from imvu/errno-runtime-leak-detection-fix | Alon Zakai |
| 2013-05-21 | Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements | Alon Zakai |
| 2013-05-21 | Handle CommonJS exports | Jazz |
| 2013-05-20 | Make looping behavior on effects match background music. | James Gregory |
| 2013-05-20 | According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i... | James Gregory |
| 2013-05-20 | legalize i64 return types properly | Alon Zakai |
| 2013-05-20 | correctly count the number of normal vars even when there are i64s before a v... | Alon Zakai |
| 2013-05-20 | coding conventions | Alon Zakai |
| 2013-05-20 | clean up unneeded logging | Alon Zakai |
| 2013-05-20 | Revert more changes to get back to passing tests. | Jeff Gilbert |
| 2013-05-20 | Revert client array packing changes. | Jeff Gilbert |
| 2013-05-20 | coding conventions | Alon Zakai |
| 2013-05-20 | PR fixes, part 2, take 3. | Jeff Gilbert |
| 2013-05-20 | Switch to emcc-style function capitalization. | Jeff Gilbert |