Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |