aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06remove createPreloadedFile__deps which is on an internal propertyAlon Zakai
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
handle IPv6 addresses in inet_ntop and inet_pton
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
initial vfs work
2013-08-06add more output in file packager errorAlon Zakai
2013-08-06Merge pull request #1459 from j4m3z0r/gl_delete_buffers_nocrashAlon Zakai
Ensure glDeleteBuffers silently processes non-existent names, per spec.
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-05remove nativizer test outputAlon Zakai
2013-08-05infrastructure to track the costs of outlining, and to possibly change ↵Alon Zakai
outlining thresholds as we go
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
- convert all indexing into FS.streams to use FS.getStream
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
same built libraries
2013-08-05add more slack to test_sdl_rotozoomAlon Zakai
2013-08-05strip color correction from pngs, so that the browser reftests are ↵Alon Zakai
consistent across machines
2013-08-04Modify glDeleteBuffers changes per azakai's comments.James Gregory
2013-08-04Merge pull request #1460 from yukoba/sys-sendfile-hAlon Zakai
Add sys/sendfile.h
2013-08-04mention DISABLE_GL_EMULATION option when initializing gl emulationAlon Zakai
2013-08-03Merge pull request #1462 from waywardmonkeys/include-signal-hAlon Zakai
Include signal h
2013-08-03Merge pull request #1461 from waywardmonkeys/cdefine-single-quotesAlon Zakai
cDefine should use single quotes
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-08-04Use single quotes instead of double quotes with cDefine.Bruce Mitchener
This makes these 2 usages match all of the others.
2013-08-03Add sys/sendfile.hYu Kobayashi
2013-08-02add slack to some more browser reftestsAlon Zakai
2013-08-02reftest infrastructureAlon Zakai
2013-08-02make some gl tests more forgivingAlon Zakai
2013-08-02update cube browser tests to use reftestsAlon Zakai
2013-08-02fix sanity testsAlon Zakai
2013-08-02Ensure glDeleteBuffers silently processes non-existent names, per spec.James Gregory
2013-08-02convert test_cubegeom_pre to reftestAlon Zakai
2013-08-02improve testcaseAlon Zakai
2013-08-02accept phi subItems that are parsable LLVM functionsAlon Zakai
2013-08-02infer relative paths in file packager only when not told explicit src and ↵Alon Zakai
dest paths, and fix test_preload_file
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
split up FS.init
2013-08-02Merge pull request #1453 from yukoba/flock-mprotect-msyncAlon Zakai
Empty implmentations of flock, mprotect and msync
2013-08-02also use LLVM_ROOT to detect when we need to clear the cacheAlon Zakai
2013-08-02properly deprecate all arguments to --minify except for 0Alon Zakai
2013-08-02add default extra arguments to beginning of commandline arguments, so that ↵Alon Zakai
users can override them (not recommended though)