- 09 Oct, 2011 3 commits
- 08 Oct, 2011 2 commits
- 06 Oct, 2011 2 commits
- 05 Oct, 2011 5 commits
- 30 Sep, 2011 3 commits
- 29 Sep, 2011 6 commits
-
-
rswindell authored
copy of each line, but return pointer into str list (with no automatic white-space truncation). Thanks to Deuce for pointing out both issues.
-
rswindell authored
lists: don't copy the ini line into an automatic (stack) variable and return a pointer to it (bad), return a pointer to the value in the string list instead. This has the side-effect of trimming white-space from the end of "key = value" lines in the string list, but it's been determined that is okay (use "key : value" syntax to preserve trailing white-space).
-
ree authored
the websocket guys decided that the handshake needs to hash some junk with sha1 for no reason whatsoever...jerks
-
ree authored
Implemented version 7 of the websocket protocol. This adds support for Firefox 6+, Chrome 13+ and IE 10+
-
deuce authored
-
deuce authored
to hopefully make SyncTERM stop disabling the screen saver.
-
- 28 Sep, 2011 1 commit
-
-
mcmlxxix authored
-
- 27 Sep, 2011 1 commit
-
-
mcmlxxix authored
-
- 26 Sep, 2011 1 commit
-
-
mcmlxxix authored
make screen updates smarter (sort y,x)
-
- 23 Sep, 2011 2 commits
- 21 Sep, 2011 3 commits
- 20 Sep, 2011 5 commits
-
-
mcmlxxix authored
-
mcmlxxix authored
added scope property to outbound packets, moved ping/pong from socket prototype to client object, misc updates
-
mcmlxxix authored
updated record identifying functions to allow top-level object access, track subscriptions (for dupe checking and faster subscription release)
-
mcmlxxix authored
separate service module shared objects, added error reporting standard, miscellaneous other shenanigans
-
deuce authored
-
- 19 Sep, 2011 1 commit
-
-
rswindell authored
-
- 18 Sep, 2011 5 commits