Guillermo Rauch
|
79dfa54105
|
Release 0.8.3
|
2011-09-03 12:40:30 -07:00 |
|
Guillermo Rauch
|
9a05b3597e
|
Fixed test for default flash port.
|
2011-09-03 12:34:36 -07:00 |
|
Guillermo Rauch
|
68dfb5216b
|
Build
|
2011-09-03 12:25:57 -07:00 |
|
Guillermo Rauch
|
2a5c7b2c5b
|
Added parser test for newline.
|
2011-09-03 12:24:52 -07:00 |
|
Guillermo Rauch
|
41f38b60e8
|
Added parser test for decoding newline.
|
2011-09-03 12:23:44 -07:00 |
|
Guillermo Rauch
|
85991d9e6a
|
Added acceptance test for sending newlines.
|
2011-09-03 12:22:17 -07:00 |
|
Guillermo Rauch
|
cbca52d9c7
|
Fixed \n parsing for non-JSON packets.
|
2011-09-03 12:16:45 -07:00 |
|
Guillermo Rauch
|
a9bbc38919
|
Fixed \n parsing for non-JSON packets (fixes #479).
|
2011-09-03 12:14:07 -07:00 |
|
Guillermo Rauch
|
e282ab0e63
|
Fixed transport message packet logging.
Fixed style.
|
2011-09-03 12:13:50 -07:00 |
|
Guillermo Rauch
|
20f7100e08
|
Build
|
2011-09-03 10:58:17 -07:00 |
|
Guillermo Rauch
|
24c30177de
|
Fixed; make Socket.IO XHTML doctype compatible (fixes #460 from server)
|
2011-09-03 10:57:49 -07:00 |
|
Guillermo Rauch
|
7a863e6cc8
|
Fixed support for Node.JS running socket.io-client.
|
2011-09-03 10:57:15 -07:00 |
|
Guillermo Rauch
|
546d5203d4
|
Added test case for #476 to prevent regressions.
|
2011-09-03 10:49:08 -07:00 |
|
Guillermo Rauch
|
69941e602b
|
Fixed emission of error event resulting in an uncaught exception if unhandled (fixes #476).
|
2011-09-03 10:48:31 -07:00 |
|
Guillermo Rauch
|
7ac9c2e888
|
Fixed style
|
2011-09-03 10:48:23 -07:00 |
|
Guillermo Rauch
|
fa1f50d173
|
Fixed; allow for falsy values as the configuration value of log level (fixes #491).
|
2011-09-03 10:29:51 -07:00 |
|
Guillermo Rauch
|
20ddd5f11a
|
Merge branch 'master' of github.com:LearnBoost/socket.io
|
2011-09-03 10:19:17 -07:00 |
|
Guillermo Rauch
|
e1891fd615
|
Fixed repository URI in package.json. Fixes #504.
|
2011-09-03 10:18:52 -07:00 |
|
Guillermo Rauch
|
fc53c5b2be
|
Fixed latest commit; point repository to -client
|
2011-09-03 10:18:27 -07:00 |
|
Guillermo Rauch
|
58447ac365
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client
|
2011-09-03 10:17:15 -07:00 |
|
Guillermo Rauch
|
314e335d6f
|
Updated repository name.
|
2011-09-03 10:17:00 -07:00 |
|
Daniel Shaw
|
cc0a96a8d9
|
Wow, really.
|
2011-09-01 14:22:53 -07:00 |
|
Daniel Shaw
|
7b2b302022
|
merge learnboost/master
|
2011-09-01 14:00:17 -07:00 |
|
Guillermo Rauch
|
4d66f78ca2
|
Merge pull request #502 from einaros/master
Correction on previous pull req, which left out status code
|
2011-09-01 12:12:32 -07:00 |
|
einaros
|
6db6db41a2
|
corrected passing of status code for handshake error
|
2011-08-31 19:55:28 +02:00 |
|
Guillermo Rauch
|
0419213a74
|
Merge pull request #273 from 3rd-Eden/feature/policy
Feature/policy
|
2011-08-31 09:35:34 -07:00 |
|
Guillermo Rauch
|
713baa40e1
|
Merge pull request #455 from 3rd-Eden/update/package
Added socket.io-flashsocket default port
|
2011-08-31 09:32:16 -07:00 |
|
Guillermo Rauch
|
7c196f5b32
|
Merge pull request #501 from einaros/master
Fixes issue commented on in #377
|
2011-08-31 08:50:44 -07:00 |
|
einaros
|
bd360a15ef
|
added text/plain content-type to handshake responses
|
2011-08-31 14:48:43 +02:00 |
|
einaros
|
ae7f25332a
|
switched \u**** to \x** for single byte writes, as the former doesn't really make any sense
|
2011-08-30 11:17:32 +02:00 |
|
einaros
|
63fc15d276
|
style changes
|
2011-08-30 11:03:50 +02:00 |
|
Guillermo Rauch
|
d88575dadf
|
Release 0.8.2
|
2011-08-29 17:07:29 -07:00 |
|
Guillermo Rauch
|
93c963e30f
|
Release 0.8.1
|
2011-08-29 17:07:29 -07:00 |
|
einaros
|
72a79e5cec
|
fixed utf8 bug in send framing
|
2011-08-29 17:07:29 -07:00 |
|
Markus Hedlund
|
140ed41907
|
Fixed typo.
|
2011-08-29 17:07:29 -07:00 |
|
einaros
|
12fc168516
|
fixed bug in send framing for over 64kB of data
|
2011-08-29 17:07:29 -07:00 |
|
einaros
|
2c3dc42ae8
|
corrected ping handling from websocket transport, and added warning output on parser error
|
2011-08-29 17:07:29 -07:00 |
|
einaros
|
48dadd8e10
|
joined compatible hybi protocol handlers and updated test reference
|
2011-08-29 17:07:29 -07:00 |
|
einaros
|
ce4c46b37d
|
fixed Parser library path and did some code cleanup
|
2011-08-29 17:07:29 -07:00 |
|
Guillermo Rauch
|
c8938a99b2
|
Release 0.8.0
|
2011-08-29 17:07:29 -07:00 |
|
Guillermo Rauch
|
b7998e815a
|
Renamed wsver/ -> websocket/
|
2011-08-29 17:07:29 -07:00 |
|
Guillermo Rauch
|
444229a9dc
|
Changed protocols require path.
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
b69dac6f4d
|
added hybi07 tests
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
94fdbadaec
|
added initial hybi07 protocol parser
|
2011-08-29 17:07:28 -07:00 |
|
Guillermo Rauch
|
c4b23246b4
|
Release 0.7.11
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
5186788969
|
cleanups and comments
|
2011-08-29 17:07:28 -07:00 |
|
Guillermo Rauch
|
169ad8245f
|
Release 0.7.10
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
71e013a197
|
added test and support for really long messages, but capped by 32 bit
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
7e60d37171
|
minor cleanups
|
2011-08-29 17:07:28 -07:00 |
|
einaros
|
a9e9e64eab
|
updated to work with two-level websocket versioning
|
2011-08-29 17:07:28 -07:00 |
|