aboutsummaryrefslogtreecommitdiff
path: root/src/library_sockfs.js
AgeCommit message (Expand)Author
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-02-20strict fix: Can't use octal constants.Bruce Mitchener
2014-01-31Removed capitals from a comment as requested, reinstated UDP test that was ac...Fraser Adams
2014-01-15Provide compile time and run time options for WebSocket URL and subprotocol f...Fraser Adams
2013-11-29add missing mkport dependencyAlon Zakai
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-10-30replace window.WebSocket with window['WebSocket'] to avoid closure compiler i...Fraser Adams
2013-10-29updated library_sockfs.js to make WebSocket a local var and updated library_b...Fraser Adams
2013-10-27add support for node.js to act as a socket clientFraser Adams
2013-09-27 - added idbfs and nodefsAnthony Pesch
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-30 - moved hostname resolution functions to DNS objectAnthony Pesch
2013-08-29lazy evaluate ws module requireAnthony Pesch
2013-08-29 - created SOCKFSAnthony Pesch
2013-08-09 - merged FS and VFS namespacesAnthony Pesch