Commit Graph

7697 Commits

Author SHA1 Message Date
Guillermo Rauch
618a2a035c README: tweak 2013-12-25 23:35:39 -03:00
Guillermo Rauch
0ed506fb72 move zuul to Makefile 2013-12-25 20:13:07 -03:00
Guillermo Rauch
2df1a74f27 README: tweak 2013-12-25 16:43:20 -03:00
Guillermo Rauch
91a6c9dcd2 README: document manager options 2013-12-25 16:40:31 -03:00
Guillermo Rauch
4db6bb5536 .travis: update 2013-12-25 16:13:37 -03:00
Guillermo Rauch
35523da32c README: simplify 2013-12-25 16:12:59 -03:00
Guillermo Rauch
39d5e20944 switch to browserify 2013-12-25 16:00:27 -03:00
Guillermo Rauch
eeb373d2c8 Release 1.1.0 2013-12-25 15:59:41 -03:00
Guillermo Rauch
eb6930f8d5 package: pin versions 2013-12-25 14:28:25 -03:00
Guillermo Rauch
656e224f7c index: use json3 2013-12-25 14:17:11 -03:00
Guillermo Rauch
2b27ff2f2e package: add json3 dep 2013-12-25 14:16:40 -03:00
Guillermo Rauch
f2394e75b9 *: switch to istanbul for coverage analysis 2013-12-25 13:39:51 -03:00
Guillermo Rauch
4671ec33a8 package: pin dev dependencies 2013-12-25 13:34:23 -03:00
Guillermo Rauch
afce31d97b package: pin debug 2013-12-25 13:33:21 -03:00
Guillermo Rauch
96a2017d17 package: switch to browserify 2013-12-25 13:32:27 -03:00
Guillermo Rauch
816087cc00 Makefile: don't rely on global component install 2013-12-25 13:25:19 -03:00
Guillermo Rauch
db2530fef5 Makefile: fix global to be io instead of eio 2013-12-25 13:17:19 -03:00
Guillermo Rauch
2b5183b369 socket: revert onclose reason 2013-12-25 13:15:18 -03:00
Guillermo Rauch
14c71c2e72 socket: fix onclose reason 2013-12-25 13:13:02 -03:00
Guillermo Rauch
03db6a62e7 Readme: document use 2013-12-24 21:46:23 -03:00
Guillermo Rauch
83208b6e11 socket: add conn, client, request getters 2013-12-24 21:36:48 -03:00
Guillermo Rauch
036faa7d89 Readme: fix 2013-12-24 21:02:15 -03:00
Guillermo Rauch
7b2a71ac4f server: add listen 2013-12-24 20:49:21 -03:00
Guillermo Rauch
da844159d9 namespace: jshint friendly usage of reserved keyword for backwards-compatibility 2013-12-24 20:10:16 -03:00
Guillermo Rauch
baea55009b Readme: document usage with node 2013-12-24 20:08:47 -03:00
Guillermo Rauch
198efb0957 Readme: clarify engine.io options 2013-12-24 20:07:56 -03:00
Guillermo Rauch
f0e88265d6 Readme: added example of using 1.0 and koajs 2013-12-24 20:05:24 -03:00
Guillermo Rauch
760e1b5cda Readme: fix 2013-12-24 20:01:56 -03:00
Guillermo Rauch
ecca4ee738 use serveClient in favor of static for broader jshint compliance 2013-12-24 20:00:46 -03:00
Guillermo Rauch
d31aafa5fd socket: fix style 2013-12-24 19:56:10 -03:00
Guillermo Rauch
c545e3b963 lib: fix style 2013-12-24 19:56:01 -03:00
Guillermo Rauch
af66e5df4e client: fix style 2013-12-24 19:55:52 -03:00
Guillermo Rauch
a86994f693 index: syntax 2013-12-24 19:51:53 -03:00
Jonathan Ong
7547b11c71 Merge pull request #38 from HaykoKoryun/patch-1
created .npmignore
2013-12-23 08:09:38 -08:00
Hayko Koryun
4f850be846 created .npmignore
created `.npmignore` to additionally ignore the `test` folder for __production__
2013-12-23 05:09:02 -08:00
Hayko Koryun
5bd1db556f updated .npmignore
updated `.npmignore` to additionally ignore the `test` folder for __production__
2013-12-23 04:48:59 -08:00
Hayko Koryun
76e5e32c52 created .npmignore
created `.npmignore` to additionally ignore the `test` folder for __production__
2013-12-23 04:45:24 -08:00
Hayko Koryun
3d205ee489 updated .npmignore
updated `.npmignore` to completely ignore `test` folder for __production__
2013-12-23 04:32:04 -08:00
Hayko Koryun
41021c8df3 created .npmignore
created `.npmignore` file to additionally ignore `test` folder to not pull for __production__
2013-12-23 04:02:33 -08:00
Hayko Koryun
27ca74dafc created .npmignore
created `.npmignore` to additionally ignore `examples` and `test` folders to not pull them for __production__
2013-12-23 03:54:57 -08:00
Guillermo Rauch
0a197af0b2 Release 0.7.13 2013-12-20 12:41:39 -03:00
Guillermo Rauch
c154d11aad package: bump engine.io-client 2013-12-20 12:41:01 -03:00
Guillermo Rauch
823f61c3eb Release 0.7.13 2013-12-20 12:39:19 -03:00
Guillermo Rauch
f64e22d1b1 use jsonp in favor of XDomainRequest to preserve Cookie headers in all situations [3rd-eden] (fixes #217) 2013-12-20 12:36:33 -03:00
Andrew Bonventre
680df59d27 correctly log the port that the example is running on 2013-12-16 19:14:35 -05:00
Guillermo Rauch
e10ca28cc7 transports: added support for xss filters and IE11 UA
thanks @3rd-eden for bringing up ie11
2013-12-09 16:36:21 -03:00
Guillermo Rauch
430670f136 Merge pull request #1313 from tylermcginnis33/patch-1
Remove unnecessary comma from documentation
2013-12-09 08:27:02 -08:00
Guillermo Rauch
b527c7570b transports: added support for XSS filters on IE 2013-12-09 13:25:58 -03:00
Guillermo Rauch
f65966d858 Merge pull request #1220 from balupton/patch-1
Removed 0.6 from travis (no longer supported by socket.io deps), added 0.10
2013-12-09 08:16:38 -08:00
Guillermo Rauch
2f3f54fb38 updated history 2013-12-09 13:03:37 -03:00