Arnout Kazemier
|
2b4d7c8d15
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client into query
Conflicts:
lib/io.js
|
2011-07-17 23:52:25 +02:00 |
|
Arnout Kazemier
|
34ab001a28
|
Fixed a nasty IE bug where it's unable to parse the unicode characture when it's
looked up using data[0]. It will return undefined instead the actual char.
But luckly charAt does return the correct characture
|
2011-07-10 00:43:26 +02:00 |
|
Arnout Kazemier
|
826c496787
|
Working in progress of adding querystring support to the client
Also fixed some missing semicolons, bug in reconnect and add reconnect limit
|
2011-07-06 00:39:05 +02:00 |
|
Guillermo Rauch
|
abe9ac43b8
|
Added noop message type.
|
2011-06-22 04:09:35 -03:00 |
|
Guillermo Rauch
|
0aeac333da
|
Removed dead code
|
2011-06-19 19:11:41 -03:00 |
|
Arnout Kazemier
|
c35b8405d1
|
use indexOf instead of array.indexOf because thats not supported in IE
|
2011-06-18 22:28:30 +02:00 |
|
Guillermo Rauch
|
addf31ab26
|
Adapted client encoder/decoder for event spec change.
|
2011-06-11 18:10:38 -03:00 |
|
Guillermo Rauch
|
582c233a39
|
Fixed typo.
|
2011-06-09 13:28:07 -03:00 |
|
Guillermo Rauch
|
4926211566
|
Fixed decodePacket reference.
|
2011-06-06 12:31:48 -03:00 |
|
Arnout Kazemier
|
766f5d595e
|
Added qunit test suite for the parser
|
2011-06-05 20:58:53 +02:00 |
|
Arnout Kazemier
|
c8c2c6ede4
|
add all parse methods under the parser namespace
|
2011-06-05 19:34:55 +02:00 |
|
Guillermo Rauch
|
5650e91ecb
|
Added new parser.
|
2011-05-30 11:30:25 -03:00 |
|