COMMITS
/ lib/socket.js November 23, 2016
J
[docs] Comment connected socket availability for adapters (#2081)
Jérémy Lal committed
August 23, 2015
L
[perf] Minor code optimizations (#2219)
Luca Tabone committed
November 16, 2016
J
[fix] Don't drop query variables on handshake (#2745)
Julian Grinblat committed
November 15, 2015
A
[feature] Add support for socket middleware (#2306)
Alex committed
October 21, 2016
F
[docs] Minor fixes (#2526)
Feram Bot committed
October 6, 2016
D
[feature] Add a 'disconnecting' event to access to socket.rooms upon disconnection (#2332)
Damien Arrachequesne committed
April 11, 2016
G
Merge pull request #2422 from nus-fboa2016-si/queryStringFix
Guillermo Rauch committed
April 1, 2016
吳
stop append /# before id when no namespace
吳東曄 Wu, Dung-Ie committed
February 4, 2016
Z
add comments to code
Zheng Weihan committed
January 31, 2016
Z
add test for issue #331 on socket.io-client.
Zheng Weihan committed
January 28, 2016
Z
fix to issue #331 on socket.o-client.
Zheng Weihan committed
January 17, 2016
N
Merge pull request #2344 from denghongcai/patch-2
Naoyuki Kanezawa committed
December 20, 2015
F
fix typo word :)
Faizal Pribadi committed
September 15, 2015
H
fix wrong jsdoc
Hongcai Deng committed
November 27, 2015
D
Trigger callback even when joining an already joined room
Damien Arrachequesne committed
November 23, 2015
D
Add hasOwnProperty checks
Damien Arrachequesne committed
September 11, 2015
D
converted arrays to objects
Damien Arrachequesne committed
November 20, 2015
G
Merge pull request #2136 from nkzawa/patch-5
Guillermo Rauch committed
July 6, 2015
K
Actually prevent double callbacks...
Kevin Jose Martin committed
May 29, 2015
N
don't set request property
Naoyuki Kanezawa committed
April 11, 2015
G
Merge pull request #2063 from kapouer/patch-1
Guillermo Rauch committed
March 24, 2015
J
Let adapter.add find connected socket
Jérémy Lal committed
February 14, 2015
N
improve Socket#packet and Client#packet
Naoyuki Kanezawa committed
February 4, 2015
G
socket: warn node_redis-style about missing `error`
Guillermo Rauch committed
January 24, 2015
G
fix broken previous commit
Guillermo Rauch committed
January 21, 2015
N
support compression
Naoyuki Kanezawa committed
January 10, 2015
R
fix leaving unknown rooms
Roman Shtylman committed
November 21, 2014
G
fix protocol violations and improve error handling (fixes #1880)
Guillermo Rauch committed
August 1, 2014
T
Fix splice arguments and `socket.rooms` value update in `socket.leaveAll`.
Tony Kovanen committed
July 19, 2014
T
Fixed handshake object address property and made the test case more strict.
Tony Kovanen committed
June 8, 2014
N
add removeListener to blacklisted events
Naoyuki Kanezawa committed
May 31, 2014
K
distinction between ACK and BINARY_ACK
Kevin Roark committed
May 24, 2014
T
Added socket.handshake BC object
Tony Kovanen committed
March 7, 2014
G
added support for volatile packets
Guillermo Rauch committed
G
socket: fix `flags` `api` state
Guillermo Rauch committed
March 3, 2014
K
Added binary support to broadcasting of events
Kevin Roark committed
February 21, 2014
K
fixed the has-binary-data dependency
Kevin Roark committed
February 19, 2014
K
Added binary support to socket.io
Kevin Roark committed
December 25, 2013
G
socket: revert `onclose` reason
Guillermo Rauch committed
G
socket: fix `onclose` reason
Guillermo Rauch committed
G
socket: add `conn`, `client`, `request` getters
Guillermo Rauch committed
December 24, 2013
G
socket: fix style
Guillermo Rauch committed
December 24, 2012
G
socket: rename `joined` to `rooms`
Guillermo Rauch committed
G
socket: keep track of socket in `connected` hash
Guillermo Rauch committed
G
socket: added `leaveAll`
Guillermo Rauch committed
G
socket: added `leave`
Guillermo Rauch committed
G
socket: added `join`
Guillermo Rauch committed
G
socket: added `in`
Guillermo Rauch committed
G
socket: fix `emit`
Guillermo Rauch committed