aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
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-03do no run cleanups on dlclose of selfAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon 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-03forward parent Module to side moduleAlon Zakai
2013-09-03track maximum function index when using dlopen supportAlon Zakai
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-30Merge pull request #1557 from inolen/sockfsAlon Zakai
2013-08-30 - moved hostname resolution functions to DNS objectAnthony Pesch
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
2013-08-29 - added stubs for tcgetattr and tcsetattrAnthony 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-16Bug fixes of the pthread specific and a test added.Yu Kobayashi
2013-08-15Merge pull request #1513 from modeswitch/webrtc-testsAlon Zakai
2013-08-14Merge pull request #1514 from inolen/default_open_modeAlon Zakai
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-13default to mode 0666Anthony Pesch
2013-08-14Add return value to sendmsg.Alan Kligman
2013-08-13 - made FS.readdir easier to useAnthony Pesch
2013-08-11use performance timers for usleep if availableToadKing
2013-08-10Merge pull request #1498 from inolen/lib_reorgAlon Zakai
2013-08-09 - merged FS and VFS namespacesAnthony Pesch
2013-08-10Provide additional errno messages.Bruce Mitchener
2013-08-10Remove errno codes that don't exist in musl.Bruce Mitchener
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09Merge pull request #1488 from waywardmonkeys/errno-definitionsAlon Zakai
2013-08-09Merge pull request #1487 from waywardmonkeys/fix-typosAlon Zakai
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-09Fix some typos.Bruce Mitchener
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in order...Anthony Pesch
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-08Added FS deps to socket-related library functionsAnthony Pesch
2013-08-07 - select shouldn't return an error when the socket is valid, but disconnectedAnthony Pesch
2013-08-07add missing return value in readdir_rAlon Zakai
2013-08-07fix test_filesAlon Zakai
2013-08-07manually fill heap history in write targets of VFS.write|read into the heapAlon Zakai
2013-08-07indentation fixAlon Zakai
2013-08-07Merge pull request #1478 from inolen/function_spacingAlon Zakai
2013-08-07Merge pull request #1479 from j4m3z0r/fast_isspaceAlon Zakai
2013-08-07Workaround for Chrome bug https://code.google.com/p/chromium/issues/detail?id...James Gregory
2013-08-07updated bad function formattingAnthony Pesch