index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library.js
Age
Commit message (
Expand
)
Author
2013-09-03
abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORT
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
add some long double libc stubs
Alon Zakai
2013-09-03
do no run cleanups on dlclose of self
Alon Zakai
2013-09-03
clean up shared modules when dlclose()d
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
use addFunction in dlsym, and define F_BASE in side modules so they can run a...
Alon Zakai
2013-09-03
forward parent Module to side module
Alon Zakai
2013-09-03
track maximum function index when using dlopen support
Alon Zakai
2013-09-01
misc in.h and SDL joystick stubs
Anthony Pesch
2013-08-31
Merge pull request #1575 from inolen/accept_fixes
Alon Zakai
2013-08-31
remove 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-30
Merge pull request #1557 from inolen/sockfs
Alon Zakai
2013-08-30
- moved hostname resolution functions to DNS object
Anthony Pesch
2013-08-29
- added tests for tcgetattr / tcsetattr
Anthony Pesch
2013-08-29
- added stubs for tcgetattr and tcsetattr
Anthony Pesch
2013-08-29
- created SOCKFS
Anthony Pesch
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
2013-08-29
- minor refactoring to new address translation functions to support better "...
Anthony Pesch
2013-08-16
Bug fixes of the pthread specific and a test added.
Yu Kobayashi
2013-08-15
Merge pull request #1513 from modeswitch/webrtc-tests
Alon Zakai
2013-08-14
Merge pull request #1514 from inolen/default_open_mode
Alon Zakai
2013-08-14
Minor fixes for webrtc test.
Alan Kligman
2013-08-13
default to mode 0666
Anthony Pesch
2013-08-14
Add return value to sendmsg.
Alan Kligman
2013-08-13
- made FS.readdir easier to use
Anthony Pesch
2013-08-11
use performance timers for usleep if available
ToadKing
2013-08-10
Merge pull request #1498 from inolen/lib_reorg
Alon Zakai
2013-08-09
- merged FS and VFS namespaces
Anthony Pesch
2013-08-10
Provide additional errno messages.
Bruce Mitchener
2013-08-10
Remove errno codes that don't exist in musl.
Bruce Mitchener
2013-08-09
print from exit(), so that explicitly calling it prints out the exit status
Alon Zakai
2013-08-09
Merge pull request #1488 from waywardmonkeys/errno-definitions
Alon Zakai
2013-08-09
Merge pull request #1487 from waywardmonkeys/fix-typos
Alon Zakai
2013-08-09
Merge pull request #1477 from inolen/websocket_tests
Alon Zakai
2013-08-09
Use cDefine to get numerical values for errors.
Bruce Mitchener
2013-08-09
Fix some typos.
Bruce Mitchener
2013-08-08
converted Object.defineProperty calls to use Object.defineProperties in order...
Anthony Pesch
2013-08-08
Merge pull request #1470 from inolen/preload_path_fixes
Alon Zakai
2013-08-08
Added FS deps to socket-related library functions
Anthony Pesch
2013-08-07
- select shouldn't return an error when the socket is valid, but disconnected
Anthony Pesch
2013-08-07
add missing return value in readdir_r
Alon Zakai
2013-08-07
fix test_files
Alon Zakai
2013-08-07
manually fill heap history in write targets of VFS.write|read into the heap
Alon Zakai
2013-08-07
indentation fix
Alon Zakai
2013-08-07
Merge pull request #1478 from inolen/function_spacing
Alon Zakai
2013-08-07
Merge pull request #1479 from j4m3z0r/fast_isspace
Alon Zakai
2013-08-07
Workaround for Chrome bug https://code.google.com/p/chromium/issues/detail?id...
James Gregory
2013-08-07
updated bad function formatting
Anthony Pesch
[prev]
[next]