aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-04Single quotes for cDefine.Bruce Mitchener
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORTAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03add some long double libc stubsAlon Zakai
2013-09-03free H_BASE on cleanupAnthony Pesch
2013-09-03do not eliminate supposedly stub functions in side modules, as they may be im...Alon Zakai
2013-09-03do no run cleanups on dlclose of selfAlon Zakai
2013-09-03typo fix, index is in arguments[0]Anthony Pesch
2013-09-03fix cleanup code to not happen in main moduleAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03move neededTables assignment to right place; fixes test_dlfcn_unique_sigAlon Zakai
2013-09-03use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forwardAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03commentAlon Zakai
2013-09-03emit side module memory initializer in the right place; test_dlfcn_basic work...Alon Zakai
2013-09-03forward parent Module to side moduleAlon Zakai
2013-09-03do not emit static allocations in side modulesAlon Zakai
2013-09-03track maximum function index when using dlopen supportAlon Zakai
2013-09-03Merge pull request #1576 from inolen/misc_stubsAlon Zakai
2013-09-03disable node stdin fixes due to side effectsAnthony Pesch
2013-09-01misc in.h and SDL joystick stubsAnthony Pesch
2013-08-31Merge pull request #1575 from inolen/accept_fixesAlon Zakai
2013-08-31remove temporary enet fix, and define gethostbyname_r in a header, so that we...Alon Zakai
2013-08-31 - refactored accept code to automatically setup peers for incoming connectio...Anthony Pesch
2013-08-31 - temp fix for test_enetAnthony Pesch
2013-08-31better error messageAlon Zakai
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
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-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-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-28Fix permissions set by FS.createDeviceRanger 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