Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
5f397464a9 client: added static files 2012-12-13 16:38:58 -03:00
Guillermo Rauch
373c66f1ee index: added client serving with send 2012-12-13 16:38:23 -03:00
Guillermo Rauch
be99036ebc package: bumped versions 2012-12-13 12:30:41 -03:00
Guillermo Rauch
c10a9ae6a0 test: adapted version checking for 0.4 2012-12-13 12:30:26 -03:00
Guillermo Rauch
7b3243dbea engine.io: added middleware attachment possibility (eg: for express) 2012-12-13 12:29:37 -03:00
Guillermo Rauch
bec38c2ce1 index: move this to engine.io 2012-12-13 12:20:56 -03:00
Guillermo Rauch
b6a4899689 initial 1.0 commit 2012-12-13 12:14:54 -03:00
Guillermo Rauch
3c03ba36c8 package: added back keywords 2012-12-13 11:05:56 -03:00
Guillermo Rauch
95fcd9c657 package: added back contributors 2012-12-13 11:05:11 -03:00
Guillermo Rauch
3af1ad982c Merge branch 'master' of github.com:LearnBoost/socket.io 2012-12-13 10:54:19 -03:00
Guillermo Rauch
7d205214f0 socket: added onack instrumentation 2012-12-13 10:52:12 -03:00
Guillermo Rauch
3bcdba0b4c socket: fixed event emitting instrumentation 2012-12-13 10:46:06 -03:00
Guillermo Rauch
a6820e3a0d socket: improved style 2012-12-13 10:35:32 -03:00
Guillermo Rauch
2301884730 url: support for io() 2012-12-13 10:12:19 -03:00
Guillermo Rauch
19e8048ec5 socket: don't emit open and close 2012-12-13 10:05:46 -03:00
Guillermo Rauch
d523a25cc0 socket: emit events after connect fires 2012-12-13 10:05:09 -03:00
Guillermo Rauch
0ce8934eed socket: turn acks into an object 2012-12-13 08:51:16 -03:00
Guillermo Rauch
8daa71302d Merge tag '0.9.12'
Release 0.9.12

Conflicts:
	package.json
2012-12-13 08:48:05 -03:00
Guillermo Rauch
60a17801f9 socket: do not remove event name from args 2012-12-13 08:47:05 -03:00
Guillermo Rauch
b2a8ed1421 Release 0.9.12 0.9.12 2012-12-13 08:19:16 -03:00
Guillermo Rauch
0d3313f536 manager: fix for latest node which is returning a clone with listeners [viirya] 2012-12-13 08:18:42 -03:00
Guillermo Rauch
1a27ddb583 socket: make events public for plugins to extend 2012-12-13 08:12:28 -03:00
Guillermo Rauch
d8e47d0783 Merge pull request #82 from ramitos/master
use window to detect platform and fix global reference
2012-12-12 09:25:54 -08:00
TJ Holowaychuk
9ee234a190 Merge pull request #81 from oqulr/master
Code snippets in Readme have extra parens.
2012-12-12 08:49:41 -08:00
Sérgio Ramos
23315f46a9 use window to detect platform and fix global reference 2012-12-12 16:43:49 +00:00
Paolo Fragomeni
3edc409440 Update README.md
Fixed code snippets.
2012-12-12 11:29:58 -05:00
Guillermo Rauch
fcd4f6acfc Merge pull request #1078 from stouset/master
Fix operator precedence bug
2012-12-11 09:42:23 -08:00
Guillermo Rauch
94fbce919a *: make debug dep a * 2012-12-10 18:35:17 -03:00
Guillermo Rauch
1932c156dc component: fix depedencies 2012-12-10 18:33:42 -03:00
Guillermo Rauch
c049fc8f89 package: added uglify-js 2012-12-10 18:32:32 -03:00
Guillermo Rauch
4108387a05 Makefile: default to build 2012-12-10 18:32:06 -03:00
Guillermo Rauch
510538813d url: finished module with tests 2012-12-10 18:31:54 -03:00
Guillermo Rauch
f324fca41d Release 1.0.1 2012-12-10 17:37:18 -03:00
Guillermo Rauch
456b65a8ae Release 1.0.1 2012-12-10 17:34:24 -03:00
Guillermo Rauch
1ccf2816da Merge pull request #80 from ramitos/patch-1
*: fix references to `global` (fixes #79)
2012-12-10 12:30:56 -08:00
Sérgio Ramos
942581c64f *: fix references to global (fixes #79) 2012-12-10 20:27:18 +00:00
Guillermo Rauch
a0c6f36f94 index: fix source exposure 2012-12-10 14:28:44 -03:00
TJ Holowaychuk
7063b6f07d screw npm 2012-12-10 08:47:20 -08:00
Guillermo Rauch
62e27c3032 Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-12-10 12:16:12 -03:00
Guillermo Rauch
adadcdfbe8 *: fix references to global (fixes #79) 2012-12-10 12:10:20 -03:00
Guillermo Rauch
b081987de9 Merge pull request #78 from ramitos/patch-2
fixes "failed to require "engine.io" from (...)"
2012-12-10 06:58:27 -08:00
Sérgio Ramos
86a49d2151 fixes "failed to require "engine.io" from (...)"
From the [component/component](https://github.com/component/component) [spec](https://github.com/component/component/wiki/Spec):

> It is recommended that you use "index.js" for the main component file, however if you use another filename, you **MUST** define a "main" field for that. A component **MUST** have only one "main" file specified, and it **MUST** still be listed in the "scripts" array.
2012-12-10 13:32:46 +00:00
Guillermo Rauch
37ac529df7 emitter: added back WebSocket compat 2012-12-10 03:34:38 -03:00
Guillermo Rauch
d5652feadc 1.0 client initial commit 2012-12-10 03:31:57 -03:00
Guillermo Rauch
74e5b62029 *: fix version 2012-12-09 21:05:29 -03:00
Guillermo Rauch
c44b059749 Readme: improve 2012-12-09 20:29:31 -03:00
Guillermo Rauch
8fae6bf6b6 *: travis 2012-12-09 20:28:40 -03:00
Guillermo Rauch
38cb105b62 *: initial component 2012-12-09 20:25:37 -03:00
Guillermo Rauch
4618389264 Release 0.4.0 2012-12-09 10:14:28 -03:00
Guillermo Rauch
8c638bae34 engine.io: standalone component build 2012-12-08 20:17:11 -03:00