aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-06enclose noInitialRun in parentheses to make closure happyAnthony Pesch
2013-08-06test outlining with -O2, but without size checksAlon Zakai
2013-08-06allow outlining of single statementsAlon Zakai
2013-08-06add infrastructure to test multiple optimization levels in test_outlineAlon Zakai
2013-08-06use compiler test opts in cache name for libraries, to increase coverage and ...Alon Zakai
2013-08-06better outline loggingAlon Zakai
2013-08-06increment outlining counter only when outlining succeededAlon Zakai
2013-08-06fix path handling in createPreloadedFileAlon Zakai
2013-08-06fix for process.cwd usageAnthony Pesch
2013-08-06do not swallow errors in FS try-catches that are not ErrnoErrorsAlon Zakai
2013-08-07Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.jsYu Kobayashi
2013-08-07Remove sys/socket.h comment about glibcYu Kobayashi
2013-08-07Modified the values of SO_* and SOL_SOCKET to be the same values of glibcYu Kobayashi
2013-08-07Modified src/settings.h to match the constants of sys/socket.hYu Kobayashi
2013-08-07Add constants to network headersYu Kobayashi
2013-08-06remove createPreloadedFile__deps which is on an internal propertyAlon Zakai
2013-08-06Enable LLVM_ADD_VERSION and CLANG_ADD_VERSION being set in Emscripten configu...Andreas Bergmeier
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
2013-08-06add more output in file packager errorAlon Zakai
2013-08-06Merge pull request #1459 from j4m3z0r/gl_delete_buffers_nocrashAlon Zakai
2013-08-05Coding conventions fix.James Gregory
2013-08-06handle IPv6 addresses in inet_ntop and inet_ptonMokhtar Naamani
2013-08-05handle overflows when relocating heap offsetsAlon Zakai
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05increase logging output, fixes s_0_0.test_safe_heapAlon Zakai
2013-08-05fix test_fgetc_ungetcAlon Zakai
2013-08-05Merge branch 'incoming'Alon Zakai
2013-08-05increase logging output, fixes s_0_0.test_safe_heapAlon Zakai
2013-08-05fix test_fgetc_ungetcAlon Zakai
2013-08-05remove nativizer test outputAlon Zakai
2013-08-05infrastructure to track the costs of outlining, and to possibly change outlin...Alon Zakai
2013-08-05Added node.js license infoAnthony Pesch
2013-08-05hacked createLazyFile to work with the new FS codeAnthony Pesch
2013-08-05initial VFS workAnthony Pesch
2013-08-05Split out createPreloadedFile to FSCOMAnthony Pesch
2013-08-05 - convert to new stream API function namesAnthony Pesch
2013-08-05enable permissions checks after initializationAnthony Pesch
2013-08-05Updated rename testsAnthony Pesch
2013-08-05always use canonical temp dir in benchmarks, to let multiple tests reuse the ...Alon Zakai
2013-08-05add more slack to test_sdl_rotozoomAlon Zakai
2013-08-05strip color correction from pngs, so that the browser reftests are consistent...Alon Zakai
2013-08-04Modify glDeleteBuffers changes per azakai's comments.James Gregory
2013-08-04Merge pull request #1460 from yukoba/sys-sendfile-hAlon Zakai
2013-08-04mention DISABLE_GL_EMULATION option when initializing gl emulationAlon Zakai
2013-08-03Merge pull request #1462 from waywardmonkeys/include-signal-hAlon Zakai
2013-08-03Merge pull request #1461 from waywardmonkeys/cdefine-single-quotesAlon Zakai
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-08-04Use single quotes instead of double quotes with cDefine.Bruce Mitchener
2013-08-03Add sys/sendfile.hYu Kobayashi