Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | add missing mkport dependency | Alon Zakai | |
2013-11-06 | Merge pull request #1743 from fadams/fix-nodejs-socket-client | Alon Zakai | |
add support for node.js to act as a socket client | |||
2013-11-04 | Give names to most manually assigned functions in the .js files, in form ↵ | Jukka Jylänki | |
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions. | |||
2013-10-30 | replace window.WebSocket with window['WebSocket'] to avoid closure compiler ↵ | Fraser Adams | |
issues | |||
2013-10-29 | updated library_sockfs.js to make WebSocket a local var and updated ↵ | Fraser Adams | |
library_browser.js to modify requestAnimationFrame to provide a fallback to setTimeout if window is undefined | |||
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 | |
- minor coding convention fixes | |||
2013-08-31 | - refactored accept code to automatically setup peers for incoming ↵ | Anthony Pesch | |
connections immediately upon connect. previously, this wasn't done until the server called accept, creating a small window of time for peer message events to be lost - renamed send_queue to dgram_send_queue just so its purpose is more clear | |||
2013-08-31 | - temp fix for test_enet | Anthony Pesch | |
- added debugging info to websocket backend | |||
2013-08-30 | - moved hostname resolution functions to DNS object | Anthony Pesch | |
- minor whitespace fixes | |||
2013-08-29 | lazy evaluate ws module require | Anthony Pesch | |
2013-08-29 | - created SOCKFS | Anthony Pesch | |
- added support for node-based listen servers - updated tests to also test against compiled listen servers | |||
2013-08-09 | - merged FS and VFS namespaces | Anthony Pesch | |
- split off fs, memfs, sockfs and tty libraries |