Guillermo Rauch
|
a300223122
|
Release 0.8.0
0.8.0
|
2011-08-28 15:42:19 -07:00 |
|
Guillermo Rauch
|
0769c40368
|
Renamed wsver/ -> websocket/
|
2011-08-28 15:41:55 -07:00 |
|
Guillermo Rauch
|
355203afdb
|
Changed protocols require path.
|
2011-08-28 15:41:13 -07:00 |
|
einaros
|
46bfcd0d83
|
Merge remote branch 'upstream/master'
|
2011-08-28 11:20:01 +02:00 |
|
einaros
|
46b2f86372
|
added hybi07 tests
|
2011-08-28 11:19:22 +02:00 |
|
einaros
|
e5c86178f5
|
added initial hybi07 protocol parser
|
2011-08-28 10:44:07 +02:00 |
|
Guillermo Rauch
|
0c31d6eabf
|
Release 0.7.11
0.7.11
|
2011-08-27 15:29:33 -07:00 |
|
einaros
|
0e08d67e48
|
cleanups and comments
|
2011-08-27 23:43:16 +02:00 |
|
Guillermo Rauch
|
42904cb3d7
|
Release 0.7.10
0.7.10
|
2011-08-27 11:42:55 -07:00 |
|
einaros
|
8efb1bc6e2
|
added test and support for really long messages, but capped by 32 bit
|
2011-08-27 19:21:01 +02:00 |
|
einaros
|
8bdf221935
|
minor cleanups
|
2011-08-27 18:42:17 +02:00 |
|
einaros
|
899fb7faa1
|
updated to work with two-level websocket versioning
|
2011-08-27 18:27:52 +02:00 |
|
einaros
|
34622b74ef
|
added hybi10 close operation
|
2011-08-27 17:54:13 +02:00 |
|
einaros
|
d327976064
|
added hybi10 parser tests
|
2011-08-27 17:45:39 +02:00 |
|
einaros
|
07b9c4696d
|
added hybi10 support
|
2011-08-27 17:41:49 +02:00 |
|
einaros
|
7a5913b8a6
|
Added http referrer verification to manager.js verifyOrigin + tests for origins setting
|
2011-08-16 07:46:57 +02:00 |
|
Guillermo Rauch
|
fbb268fbce
|
Release 0.7.9
0.7.9
|
2011-08-12 10:19:18 -07:00 |
|
Guillermo Rauch
|
a31c267e83
|
Bumped version.
|
2011-08-12 06:56:26 -07:00 |
|
Guillermo Rauch
|
b82fd79f57
|
Updated package.json socket.io-client and bumped version.
|
2011-08-12 06:55:37 -07:00 |
|
Guillermo Rauch
|
f85ce74a1f
|
Merge pull request #446 from 3rd-Eden/testsuite
Testsuite fixes
|
2011-08-08 12:07:07 -07:00 |
|
Guillermo Rauch
|
65f1399a44
|
Release 0.7.8
0.7.8
|
2011-08-08 08:06:30 -07:00 |
|
Arnout Kazemier
|
894ec9f84e
|
Make sure we only do garbage collection when the server we receive
is actually ran.
|
2011-08-04 22:03:55 +02:00 |
|
Guillermo Rauch
|
d86ffcf06d
|
Merge pull request #408 from 3rd-Eden/gc
Garbage collection
|
2011-08-04 11:50:39 -07:00 |
|
Arnout Kazemier
|
ab5beaff63
|
Fix
|
2011-08-04 20:32:49 +02:00 |
|
Arnout Kazemier
|
f0ef33b45f
|
Merge branch 'master' of github.com:LearnBoost/socket.io into gc
Conflicts:
lib/manager.js
|
2011-08-04 20:32:43 +02:00 |
|
Guillermo Rauch
|
a4ec5aafa6
|
Merge pull request #363 from dvv/489bc860d2f050a7925e602a6d16c428f2784b40
small cleanup
|
2011-07-30 20:32:39 -07:00 |
|
Guillermo Rauch
|
984639ba67
|
Merge pull request #381 from 3rd-Eden/alias
Added alias for to to in and in to to
|
2011-07-30 20:27:30 -07:00 |
|
Guillermo Rauch
|
9923c1dee9
|
Merge branch 'master' of github.com:LearnBoost/socket.io
|
2011-07-30 20:23:35 -07:00 |
|
Guillermo Rauch
|
1b0a4849df
|
Added test (fixes #380).
|
2011-07-30 20:21:13 -07:00 |
|
Guillermo Rauch
|
4fc43f322f
|
Changed; make sure sio#listen passes options to both HTTP server and socket.io manager.
Added docs for sio#listen.
|
2011-07-30 20:20:31 -07:00 |
|
Guillermo Rauch
|
5c0f78ab02
|
Added options parameter support for Manager constructor.
|
2011-07-30 20:19:38 -07:00 |
|
Guillermo Rauch
|
d8c7060cc8
|
Merge pull request #396 from 3rd-Eden/xxs
Potential fix for #372
|
2011-07-30 18:49:47 -07:00 |
|
Guillermo Rauch
|
b0335b0a61
|
Merge pull request #339 from 3rd-Eden/333
Don't require redis by default
|
2011-07-30 18:47:41 -07:00 |
|
Guillermo Rauch
|
a1797ccd4b
|
Merge pull request #337 from 3rd-Eden/handshakeData
Expose path and querystring in handshakeData
|
2011-07-30 18:47:12 -07:00 |
|
Guillermo Rauch
|
a1c997bc58
|
Merge pull request #401 from Pita/master
Send response once we got all POST data, not immediately
|
2011-07-30 18:36:08 -07:00 |
|
Guillermo Rauch
|
0b9b28d251
|
Merge pull request #409 from 3rd-Eden/bug/407
Fix for #407
|
2011-07-30 17:59:06 -07:00 |
|
Guillermo Rauch
|
a79b2fa761
|
Added memory leaks tests.
|
2011-07-30 17:53:35 -07:00 |
|
Guillermo Rauch
|
195eba74de
|
Added assertvanish dev dependency.
|
2011-07-30 17:53:22 -07:00 |
|
Guillermo Rauch
|
3edebe5d61
|
Added test-leaks Makefile task.
|
2011-07-30 17:53:14 -07:00 |
|
Guillermo Rauch
|
b56389fbc8
|
Removed auto npm-linking from make test.
|
2011-07-30 14:46:54 -07:00 |
|
Guillermo Rauch
|
203293db0b
|
Merge pull request #413 from 3rd-Eden/update/package
updated package.json with new build of policyfile and redis
|
2011-07-30 14:33:09 -07:00 |
|
Guillermo Rauch
|
2b7ea448c4
|
Merge pull request #416 from 3rd-Eden/test/374
Added testcase to prevent #374 from happening again
|
2011-07-30 14:32:51 -07:00 |
|
Guillermo Rauch
|
c627f1b7d0
|
Merge pull request #421 from 3rd-Eden/bug/heartbeat
Make sure that you can disable heart beats
|
2011-07-30 14:32:34 -07:00 |
|
Guillermo Rauch
|
4c20afd4b7
|
Merge pull request #346 from ericz/patch-1
Change `;` typo to `,` in first example
|
2011-07-26 01:48:22 -07:00 |
|
Arnout Kazemier
|
f689434f61
|
Make sure that you can disable heart beats
|
2011-07-25 22:12:48 +02:00 |
|
Arnout Kazemier
|
b694ee68c9
|
Added testcase to prevent #374 from happening again
|
2011-07-24 13:21:30 +02:00 |
|
Guillermo Rauch
|
8b22ca2ffd
|
Merge pull request #415 from 3rd-Eden/bug/rooms
Bug/rooms
|
2011-07-24 02:30:36 -07:00 |
|
Arnout Kazemier
|
5c50c4844f
|
fixed missing done() that cuased the suite to timeout
|
2011-07-24 11:27:43 +02:00 |
|
Arnout Kazemier
|
4fcad6e4bc
|
updated package.json with new build of policyfile and redis
|
2011-07-23 22:59:32 +02:00 |
|
Arnout Kazemier
|
3b2316e0d8
|
Fixed rooms memory leak
|
2011-07-23 22:55:29 +02:00 |
|