aboutsummaryrefslogtreecommitdiff
path: root/src/library_sockfs.js
AgeCommit message (Expand)Author
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