COMMITS
/ lib/index.js January 14, 2015
A
Add space in error message
Alexey Chuvashov committed
January 10, 2015
D
Allow null or undefined origins when allowed origins is a function
Drew Blaisdell committed
September 22, 2014
T
Merge pull request #1777 from akamensky/dynamic-cors
Tony Kovanen committed
T
Merge pull request #1690 from rase-/fix/resource-option-bc
Tony Kovanen committed
September 12, 2014
A
Added optional Server#origins(function) for dynamic CORS
akamensky committed
August 19, 2014
A
testing for equivalence of namespaces starting with / or without
Anup Bishnoi committed
A
Update index.js
Anup Bishnoi committed
A
Take "" and "/" as equivalent namespaces on server
Anup Bishnoi committed
July 23, 2014
July 1, 2014
G
Merge pull request #1655 from ysmood/fix_etag_header
Guillermo Rauch committed
June 29, 2014
Y
fix: We should use the standard http protocol to handler the etag
Yad Smood committed
June 24, 2014
N
Add ability to stop the http server even if not created inside socket.io
Narciso Guillen committed
N
make sure server gets close
Narciso Guillen committed
June 11, 2014
G
index: fix typo [thanks @yanatan16]
Guillermo Rauch committed
June 7, 2014
P
Update index.js
poldridge committed
March 26, 2014
T
Added backwards compatible settability of engine.io maxHttpBufferSize
Tony Kovanen committed
April 11, 2014
T
Moved the origins checking callback outside the origins getter/setter function.
Tony Kovanen committed
April 10, 2014
T
Switched to async allowRequest callback in engine.io for setting the allowed origins
Tony Kovanen committed
April 9, 2014
T
Added support for setting allowed origins
Tony Kovanen committed
March 25, 2014
T
The set function in server can be used to set some attributes for backwards compatibility
Tony Kovanen committed
March 7, 2014
G
server: make `Server#adapter` work after construction
Guillermo Rauch committed
G
move adapter out
Guillermo Rauch committed
February 13, 2014
G
lib: bc compatibility
Guillermo Rauch committed
February 8, 2014
G
Merge pull request #1399 from lzyzsd/master
Guillermo Rauch committed
G
change index to read build file from client
GK committed
January 24, 2014
B
fix captcha
Bruce Lee committed
January 15, 2014
S
index: remove send dep
Seiya Konno committed
January 10, 2014
G
index: simplify and speed up client serving
Guillermo Rauch committed
December 27, 2013
G
index: add support for string port numbers
Guillermo Rauch committed
December 24, 2013
G
server: add `listen`
Guillermo Rauch committed
G
use `serveClient` in favor of `static` for broader jshint compliance
Guillermo Rauch committed
G
index: syntax
Guillermo Rauch committed
December 24, 2012
G
index: rename `adaptor` to `adapter`
Guillermo Rauch committed
December 18, 2012
G
index: added `Server#adaptor`
Guillermo Rauch committed
December 17, 2012
G
index: added second parameter to `of` optional
Guillermo Rauch committed
G
index: added missing `on` method
Guillermo Rauch committed
G
index: fix style
Guillermo Rauch committed
G
index: fix client url
Guillermo Rauch committed
G
lib: fixed static server binding
Guillermo Rauch committed
G
index: feel static server attachment order
Guillermo Rauch committed
G
index: remove `client` event
Guillermo Rauch committed
G
index: override `path` with `/socket.io`
Guillermo Rauch committed
December 16, 2012
G
index: add warning about passing a function to `attach`
Guillermo Rauch committed
G
index: removed middleware attachment possibility
Guillermo Rauch committed
G
index: fix event listener override
Guillermo Rauch committed
G
index: fix port binding
Guillermo Rauch committed
December 14, 2012
G
index: api cleanup
Guillermo Rauch committed
G
index: renamed `client` to `static` for clarity
Guillermo Rauch committed
G
index: fix `send` implementation
Guillermo Rauch committed