Guillermo Rauch
|
9720c76d10
|
Release 1.0.0-pre2
1.0.0-pre2
|
2014-04-27 19:40:33 -07:00 |
|
Guillermo Rauch
|
0f127d2b7d
|
package: bump engine.io
|
2014-04-27 19:23:07 -07:00 |
|
Guillermo Rauch
|
e87e9e18e1
|
package: bump parser
|
2014-04-27 18:54:53 -07:00 |
|
Guillermo Rauch
|
46351d38b8
|
Merge pull request #1489 from kevin-roark/add/protocol-check
added test that server and client using same protocol
|
2014-04-14 13:11:04 -07:00 |
|
Kevin Roark
|
ce68fb3105
|
Merge branch 'upstream' into add/protocol-check
|
2014-04-14 12:43:01 -04:00 |
|
Guillermo Rauch
|
94905500e4
|
Merge pull request #1467 from rase-/add/set-backwards-compatibility
Added backwards compatible settability of engine.io maxHttpBufferSize
|
2014-04-13 12:25:36 -07:00 |
|
Tony Kovanen
|
f830899e39
|
Added backwards compatible settability of engine.io maxHttpBufferSize
Updated readme
|
2014-04-12 12:02:52 +03:00 |
|
Guillermo Rauch
|
3444f017bc
|
Merge pull request #1492 from kevin-roark/add/query-test
Added a test to check access to client query params
|
2014-04-11 10:57:04 -07:00 |
|
Kevin Roark
|
0588dc0fc4
|
Added a test to check access to client query params
It fails with the current upstream client! There is a pending PR to
make this test pass though.
|
2014-04-11 13:19:19 -04:00 |
|
Guillermo Rauch
|
57425ab1dd
|
Merge pull request #1485 from rase-/add/origins
Added support for setting allowed origins
|
2014-04-11 09:46:37 -07:00 |
|
Tony Kovanen
|
463d7a16a1
|
Moved the origins checking callback outside the origins getter/setter function.
|
2014-04-11 19:39:10 +03:00 |
|
Tony Kovanen
|
5d74847123
|
Updated README to include origins
|
2014-04-11 01:29:37 +03:00 |
|
Kevin Roark
|
f8b4d87331
|
added test that server and client using same protocol
|
2014-04-10 14:45:32 -04:00 |
|
Tony Kovanen
|
e9928b2b1d
|
Switched to async allowRequest callback in engine.io for setting the allowed origins
|
2014-04-10 21:02:20 +03:00 |
|
Tony Kovanen
|
d33553a4bd
|
Added support for setting allowed origins
|
2014-04-09 22:34:53 +03:00 |
|
Guillermo Rauch
|
45a98970d7
|
added information about logging
|
2014-03-28 11:51:54 -03:00 |
|
Guillermo Rauch
|
0b4e4f6a67
|
Merge pull request #1464 from rase-/add/set-backwards-compatibility
Set function for BC
|
2014-03-25 20:09:16 -03:00 |
|
Tony Kovanen
|
656047536a
|
The set function in server can be used to set some attributes for backwards compatibility
|
2014-03-26 00:04:22 +02:00 |
|
Guillermo Rauch
|
97b7ab4fe2
|
Merge pull request #1462 from nicolagreco/patch-1
Mistake in callback call 'done' instead of 'next' in docs
|
2014-03-24 22:38:02 -03:00 |
|
Nicola Greco
|
6a435ce677
|
Mistake in callback call 'done' instead of 'next' in docs
|
2014-03-25 01:02:46 +00:00 |
|
Guillermo Rauch
|
6aa553b211
|
Merge branch 'master' of github.com:LearnBoost/socket.io
|
2014-03-24 14:44:00 -03:00 |
|
Guillermo Rauch
|
024af23b2c
|
package: bump client
|
2014-03-24 14:43:37 -03:00 |
|
Guillermo Rauch
|
b50d9f8f5d
|
Merge pull request #1443 from kevin-roark/add/simple-tests
added some new tests, including binary with acks
|
2014-03-24 14:21:19 -03:00 |
|
Kevin Roark
|
874c194210
|
Merge branch 'upstream' into add/simple-tests
Conflicts:
package.json
|
2014-03-24 13:03:43 -04:00 |
|
Guillermo Rauch
|
f537560bcc
|
package: bump socket.io-parser
|
2014-03-18 18:28:49 -03:00 |
|
Guillermo Rauch
|
7197d6a29d
|
rebuild
|
2014-03-18 17:16:38 -03:00 |
|
Guillermo Rauch
|
8dba96511d
|
package: rollback socket.io-parser to fix acks
|
2014-03-18 16:45:48 -03:00 |
|
Guillermo Rauch
|
f8d1d33dfa
|
Merge branch 'master' of github.com:LearnBoost/socket.io
Conflicts:
package.json
|
2014-03-18 16:34:49 -03:00 |
|
Guillermo Rauch
|
736106a9e7
|
package: bump engine.io
|
2014-03-18 16:31:22 -03:00 |
|
Guillermo Rauch
|
f5a8ac293a
|
Merge pull request #1452 from kevin-roark/update/parser-dependency
updated parser dependency
|
2014-03-15 19:35:35 -02:00 |
|
Kevin Roark
|
afc83ad65a
|
Merge branch 'upstream' into add/simple-tests
Conflicts:
package.json
|
2014-03-15 17:32:27 -04:00 |
|
Kevin Roark
|
b5f90923a2
|
updated parser dependency
|
2014-03-15 17:30:47 -04:00 |
|
Guillermo Rauch
|
c574f5f959
|
Merge pull request #1451 from elisee/patch-1
Fix // … to be /* … */ in README.md
|
2014-03-15 17:57:01 -02:00 |
|
elisee
|
ba339cc460
|
Fix // … to be /* … */
|
2014-03-15 20:25:00 +01:00 |
|
Guillermo Rauch
|
aee4dd9a6d
|
package: bump expect.js
|
2014-03-15 10:39:21 -03:00 |
|
Guillermo Rauch
|
ad86129437
|
Release 1.0.0-pre
1.0.0-pre
|
2014-03-15 10:36:51 -03:00 |
|
Guillermo Rauch
|
c8eda77da3
|
package: fix versions
|
2014-03-15 10:33:02 -03:00 |
|
Guillermo Rauch
|
a4fabba781
|
Readme: tweak
|
2014-03-15 10:23:25 -03:00 |
|
Guillermo Rauch
|
c19d2692e2
|
package: bump engine.io
|
2014-03-14 19:39:10 -03:00 |
|
Guillermo Rauch
|
36ad8e87eb
|
package: bump socket.io-adapter
|
2014-03-14 15:05:43 -03:00 |
|
Kevin Roark
|
7d4aa670ad
|
bumped parser dependency
|
2014-03-13 10:49:31 -04:00 |
|
Kevin Roark
|
620f94a007
|
Merge branch 'upstream' into add/simple-tests
Conflicts:
package.json
|
2014-03-12 20:33:01 -04:00 |
|
Guillermo Rauch
|
f808c377b0
|
package: bump engine.io
|
2014-03-12 15:47:29 -03:00 |
|
Guillermo Rauch
|
41c5b37ac7
|
bump engine.io
|
2014-03-11 11:53:42 -03:00 |
|
Guillermo Rauch
|
c972153669
|
bump client
|
2014-03-10 20:09:56 -03:00 |
|
Kevin Roark
|
4823d20cf1
|
Merge branch 'upstream' into add/simple-tests
Conflicts:
package.json
|
2014-03-08 20:58:41 -05:00 |
|
Guillermo Rauch
|
44a79f9cee
|
server: make Server#adapter work after construction
|
2014-03-07 18:33:36 -03:00 |
|
Guillermo Rauch
|
81e8a0c3a5
|
added support for volatile packets
|
2014-03-07 04:09:43 -06:00 |
|
Guillermo Rauch
|
adffabeee3
|
style
|
2014-03-07 03:41:22 -06:00 |
|
Guillermo Rauch
|
79dd06a767
|
socket: fix flags api state
|
2014-03-07 03:32:27 -06:00 |
|