Arnout Kazemier
c92d02c430
code cleanup
2011-07-26 10:16:17 +02:00
Arnout Kazemier
f090fafb0f
Fix for https://github.com/LearnBoost/socket.io/issues/422
2011-07-26 10:14:14 +02:00
Arnout Kazemier
9b697942c2
CodeStyle fixes and added xhr-polling as JSONP dependency
2011-07-17 20:43:49 +02:00
Arnout Kazemier
f0ce6e8120
Forgot to commit package.json + builder adjustment
2011-07-01 12:21:22 +02:00
Arnout Kazemier
3afe88904c
Removed bloat from repo, use uglify as dependency, and updated package.json
...
And removed old builder
2011-07-01 10:45:27 +02:00
Guillermo Rauch
ef1e6e4283
Fixed; default error to null instead of undefined.
...
TODO: fix style.
2011-06-18 15:21:43 -03:00
Arnout Kazemier
fc4b8c382e
Include flashsocket above the websocket fallback so we can disable the
...
AUTO-INITIALIZE before the code gets executed, preventing a double init call
2011-06-18 16:18:22 +02:00
Arnout Kazemier
6a9207369c
Added flashsocket to the /transports.
...
The transport check now sends the socket instance so we can leverage methods
of that inside the check.
Updated the builder to also include flashsocket
2011-06-18 16:07:05 +02:00
Arnout Kazemier
605e92b8e1
Made the io.tranports dynamic based on the transports that are available
2011-06-09 21:17:05 +02:00
Arnout Kazemier
651dbda054
Updated the io to include the builder
...
Updated Make file to do node bin/builder.js
2011-06-09 14:49:27 +02:00
Arnout Kazemier
32a112bb87
Added the builder to the make file,
...
updated the builder to choose if we want to remove // node if statements
updated to the new file locations
disabled unfinished transports, need to be re-enabled once they are completed
2011-06-09 09:58:12 +02:00
Arnout Kazemier
8ddca3b7af
Added builder
2011-06-09 09:47:58 +02:00
Guillermo Rauch
294d55a43f
Implemented dist/ directory in builder.
2011-06-07 20:14:09 -03:00
Guillermo Rauch
1c9db6c902
Updated builder
2011-05-30 11:31:51 -03:00
Arnout Kazemier
5952bd965b
Upgraded the build process to also produce a minified build.
...
The minification was done using uglifyjs and included in the vendor folder.
2011-03-04 10:47:38 +01:00
Arnout Kazemier
2fd7f0b130
Removed FABridge from build script, it's no longer needed as the flash fallback
...
is using ExternalInterface instead
2011-03-04 09:28:52 +01:00
Guillermo Rauch
bfdb66eac2
Added jsonp-polling to the build script
...
Version set to 0.6
2010-08-26 16:11:43 -07:00
Guillermo Rauch
f0a307269f
Updated builder
...
Added makefile and `make build` task
Updated socket.io.js
Added basic prototype inheritance support
2010-07-28 10:58:33 -07:00