aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-30disable test_stdin in node (temporarily) and v8Alon Zakai
2013-08-30fix test_emscripten_get_nowAlon Zakai
2013-08-30fix use of NODE_JS in test_socketsAlon Zakai
2013-08-30update package.json to work with older npmsAlon Zakai
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
2013-08-30Remove compilation warnings on msvc10 tests. Add missing --preload-file direc...Jukka Jylänki
2013-08-30don't re-use ports between different harnessesAnthony Pesch
2013-08-30 - moved hostname resolution functions to DNS objectAnthony Pesch
2013-08-29Merge pull request #1311 from juj/emscripten_get_nowAlon Zakai
2013-08-29Merge pull request #1555 from inolen/tty_fixesAlon Zakai
2013-08-29Merge pull request #1572 from rharkeadsk/fix-stdio-fileno-constantsAlon Zakai
2013-08-29run test_stdin in all JS_ENGINESAnthony Pesch
2013-08-29updated test_stdin to work in SM shellAnthony Pesch
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
2013-08-29 - added stubs for tcgetattr and tcsetattrAnthony Pesch
2013-08-29allow null second param in createPreloadedFile|createDataFile so that file pa...Alon Zakai
2013-08-29Pass relative paths instead of absolute paths in Visual Studio include direct...Jukka Jylänki
2013-08-29Update STD*_FILENO constants in settings.js to match unistd.hRanger Harke
2013-08-29Formatting.Jukka Jylänki
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...Jukka Jylänki
2013-08-29lazy evaluate ws module requireAnthony Pesch
2013-08-29 - created SOCKFSAnthony Pesch
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
2013-08-29 - minor refactoring to new address translation functions to support better "...Anthony Pesch
2013-08-28Merge pull request #1567 from rharkeadsk/fix-device-permissionsAlon Zakai
2013-08-28fix tests that check for code not changing, given the recent sorting of funct...Alon Zakai
2013-08-28sort generated functionsAlon Zakai
2013-08-28Update remaining tests to use registerDevice/mkdevRanger Harke
2013-08-28Update test_unistd_io to use registerDevice/mkdevRanger Harke
2013-08-28Fix permissions set by FS.createDeviceRanger Harke
2013-08-28Update AUTHORS fileRanger Harke
2013-08-27added extname to path libraryAnthony Pesch
2013-08-27Merge pull request #1564 from inolen/sdl_fullscreen_fixAlon Zakai
2013-08-27FS.loadFilesFromDB|saveFilesToDBAlon Zakai
2013-08-27support SDL_WM_ToggleFullScreen when initiated by key inputAnthony Pesch
2013-08-27copy the entire datafile in one chunk into the heap, avoiding one malloc per ...Alon Zakai
2013-08-27own preloaded files, avoiding an unnecessary copyAlon Zakai
2013-08-27fix outliner bug with checking when switch cases need to be joinedAlon Zakai
2013-08-27fix outlining separation of case statements ending in continue or returnAlon Zakai
2013-08-27better outlining debugging outputAlon Zakai
2013-08-27fix test_cases/callwithstructuralAlon Zakai
2013-08-26handle illegal values in structural constants in calls; fixes #1318Alon Zakai
2013-08-26handle structural constants in callsAlon Zakai
2013-08-26parse llvm structural types in parameter tokensAlon Zakai
2013-08-26emit less unnecessary code in side modulesAlon Zakai
2013-08-26re-parse function types after types are fully analyzed, so we get the signatu...Alon Zakai
2013-08-26make headless test use its own fileAlon Zakai
2013-08-26move test_nostdincxx from other to sanity, because it causes the cache to be ...Alon Zakai
2013-08-26Merge pull request #1525 from yukoba/pthread-specificAlon Zakai
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai