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_sockfs.js
Age
Commit message (
Expand
)
Author
2014-03-17
Merge pull request #2020 from fadams/improve-websocket-config-options
Alon Zakai
2014-02-20
strict fix: Can't use octal constants.
Bruce Mitchener
2014-01-31
Removed capitals from a comment as requested, reinstated UDP test that was ac...
Fraser Adams
2014-01-15
Provide compile time and run time options for WebSocket URL and subprotocol f...
Fraser Adams
2013-11-29
add missing mkport dependency
Alon Zakai
2013-11-06
Merge pull request #1743 from fadams/fix-nodejs-socket-client
Alon Zakai
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-10-30
replace window.WebSocket with window['WebSocket'] to avoid closure compiler i...
Fraser Adams
2013-10-29
updated library_sockfs.js to make WebSocket a local var and updated library_b...
Fraser Adams
2013-10-27
add support for node.js to act as a socket client
Fraser Adams
2013-09-27
- added idbfs and nodefs
Anthony Pesch
2013-08-31
- refactored accept code to automatically setup peers for incoming connectio...
Anthony Pesch
2013-08-31
- temp fix for test_enet
Anthony Pesch
2013-08-30
- moved hostname resolution functions to DNS object
Anthony Pesch
2013-08-29
lazy evaluate ws module require
Anthony Pesch
2013-08-29
- created SOCKFS
Anthony Pesch
2013-08-09
- merged FS and VFS namespaces
Anthony Pesch