Commit Graph

708 Commits

Author SHA1 Message Date
Guillermo Rauch
01e173c8d5 server: fix ws memory leak (fixes #268) 2014-07-29 17:35:32 -07:00
Guillermo Rauch
f00ef8b284 Merge pull request #270 from rase-/cache-ip-in-handshake
Cache remote address in handshake since it might be lost later.
2014-07-18 18:55:35 -07:00
Tony Kovanen
15afd3e2c3 Cache remote address in handshake since it might be lost later. 2014-07-19 04:47:38 +03:00
Guillermo Rauch
588af6437c correct git ref 2014-07-17 11:18:01 -07:00
Guillermo Rauch
c3478fe494 Merge pull request #267 from rase-/bump/parser
Bump parser 1.1.0
2014-07-16 15:45:26 -07:00
Tony Kovanen
08afdc4692 Update client to commit with bumped parser 2014-07-17 01:34:10 +03:00
Tony Kovanen
d9b188a58a Bump parser 1.1.0 2014-07-17 01:29:20 +03:00
Guillermo Rauch
7a2fe46b57 package: bump parser 2014-07-16 11:44:07 -07:00
Guillermo Rauch
c506603874 npmignore: ignore .gitignore 2014-07-15 10:56:25 -07:00
Guillermo Rauch
56720ac9ca package: bump debug 2014-07-11 16:21:43 -07:00
Guillermo Rauch
816fd2e5a3 package: bump engine.io-parser for memleak fix 2014-06-24 15:23:03 -07:00
Guillermo Rauch
f3ada3c723 Release 1.3.1 2014-06-19 14:50:37 -07:00
Guillermo Rauch
2f63cf1452 package: bump engine.io-client 2014-06-19 14:48:09 -07:00
Guillermo Rauch
bb2455389f use latest engine.io-client 2014-06-19 14:08:04 -07:00
Guillermo Rauch
a94b6abb5a Release 1.3.0 2014-06-13 13:27:36 -07:00
Guillermo Rauch
e07d4e1b40 Merge pull request #263 from andybons/example_fix
Update example to use v1.2.2
2014-06-13 11:18:39 -07:00
Andrew Bonventre
51318a66c8 update example to use v1.2.2 2014-06-13 14:13:21 -04:00
Guillermo Rauch
b806c88ff7 Merge pull request #262 from dainis/newline_escape_fix
Newline escape fix
2014-06-13 10:09:10 -07:00
Dainis Tillers
c998d68631 Merge branch '1.1.1_newline_escape_fix' into newline_escape_fix 2014-06-13 15:06:45 +03:00
Dainis Tillers
de0b4a9d4a Fixed - previously any json message which contained a newline would fail to parse as it would replace escaped newline incorrectly 2014-06-13 15:03:46 +03:00
Guillermo Rauch
ff7ef76ff9 Merge pull request #260 from ifraixedes/patch-1
Update README.md
2014-06-07 10:26:57 -07:00
Ivan Fraixedes
038d0ef21e Update README.md
`require(engine.io).listen()` can receive a second optional parameter as options
2014-06-07 17:14:41 +01:00
Guillermo Rauch
2ec3d89d4b Merge pull request #213 from defunctzombie/server_attach
add Server.attach method
2014-06-04 11:16:57 -07:00
Roman Shtylman
b8366057d2 lib: remove unused file 2014-06-04 13:45:48 -04:00
Roman Shtylman
48f006f947 make require('engine.io')() return a new Server instance
fixes #212
2014-06-04 13:45:48 -04:00
Roman Shtylman
cb2b80afd9 remove lib/index.js
Needless level of indirection which blocks actually reading the
important parts of the code.
2014-06-04 13:45:47 -04:00
Roman Shtylman
d3ed8418a8 remove unused require 2014-06-04 13:45:47 -04:00
Roman Shtylman
d74f93e4f9 add Server.attach method
This method does what engine.attach use to do but is now on the
instantiated server instance. This makes it possible to create engine.io
servers without yet attaching them to any active http server.

When creating a project which will server static files/pages alongside
engine.io on the same domain/process this makes it easier to separate
logic into files without having to pass around the http server.
2014-06-04 13:45:43 -04:00
Guillermo Rauch
ce9e4720d9 Merge pull request #258 from mokesmokes/fix211
fix GH-211, set CORS headers when sending error message
2014-06-03 17:45:33 -07:00
Mark Mokryn
b98406a678 fix GH-211, set CORS headers when sending error message 2014-06-04 03:21:11 +03:00
Guillermo Rauch
3358918824 Release 1.2.2 2014-05-30 12:37:43 -07:00
Guillermo Rauch
d84b6aa22d package: bump engine.io-parser 2014-05-30 12:18:04 -07:00
Guillermo Rauch
61ea471035 Merge pull request #255 from Aaron1011/fix_badge
Fix Travis Badge URL in README
2014-05-28 12:09:30 -07:00
Aaron1011
5d83c7c222 Fix Travis Badge URL in README 2014-05-28 15:07:37 -04:00
Guillermo Rauch
3b6c195afa Release 1.2.1 2014-05-22 09:08:39 -07:00
Guillermo Rauch
ca7a539856 package: bump engine.io-client 2014-05-22 09:08:06 -07:00
Guillermo Rauch
0eca5e5d46 shishishishishi 2014-05-22 01:45:21 -07:00
Guillermo Rauch
7bbd91b98f Release 1.2.0 2014-05-18 10:17:41 -07:00
Guillermo Rauch
10261c5211 removed flashsocket, moving to userland 2014-05-17 15:24:40 -07:00
Guillermo Rauch
4bb92430e0 re-execute tests 2014-05-14 11:38:24 -07:00
Guillermo Rauch
361053c30b further reduce 2014-05-14 11:34:13 -07:00
Guillermo Rauch
e822d4f1de README: tweak 2014-05-14 11:27:12 -07:00
Guillermo Rauch
6bae44f7a9 Release 1.1.1 2014-05-14 11:19:05 -07:00
Guillermo Rauch
b5a311e2d1 test: reduce packet size 2014-05-14 10:45:20 -07:00
Guillermo Rauch
ccc4482fe6 package: bump parser 2014-05-06 06:31:50 -04:00
Guillermo Rauch
2619b9153f README: fix 2014-04-27 14:27:58 -07:00
Guillermo Rauch
327bfaafa7 Release 1.1.0 2014-04-27 14:24:45 -07:00
Guillermo Rauch
76628a0d9e socket: removed unneeded clearTimeout (fixes #250) 2014-04-26 10:50:27 -07:00
Guillermo Rauch
927904067c package: bump engine.io-parser 2014-04-13 12:06:11 -07:00
Guillermo Rauch
ca8a435d01 Merge pull request #246 from rase-/fix/jsonp-tests
Fix tests
2014-04-11 11:09:51 -07:00