Yad Smood
8c19eef07a
fix: We should use the standard http protocol to handler the etag
...
header.
2014-06-29 21:42:57 +08:00
Guillermo Rauch
662b30669b
Merge pull request #1653 from acusti/patch-1
...
Override default browser font-family for inputs
2014-06-28 10:55:22 -07:00
Andrew Patton
001373ee17
Override default browser font-family for inputs
...
For consistent typography, explicitly declare font-family stack for `input` in addition to `html` (in Chrome and Safari on mac, the input will otherwise use default font for such elements, like Lucida Grande)
2014-06-28 13:14:33 -04:00
Guillermo Rauch
246f3bb5c3
Merge pull request #1648 from kevin-roark/update/has-binary-data
...
update has-binary-data to 1.0.3
2014-06-23 20:20:39 -07:00
Kevin Roark
68d06ec94c
update has-binary-data to 1.0.3
2014-06-23 20:19:26 -07:00
Tony Kovanen
55572122f3
Merge pull request #1642 from rase-/add/test
...
Duplicate events test for `reconnect_failed`
2014-06-21 17:28:37 +03:00
Tony Kovanen
a1170a3aa6
Bump client
2014-06-21 17:26:55 +03:00
Tony Kovanen
0954301d7e
Add test case for checking that reconnect_failed is fired only once upon failure
2014-06-21 17:14:15 +03:00
Guillermo Rauch
328a9df8eb
package: bump socket.io-parser for component-emitter dep fix
...
cc @davglass @reid
2014-06-20 16:57:54 -07:00
Guillermo Rauch
d99e30fca7
Release 1.0.6
1.0.6
2014-06-19 14:57:50 -07:00
Guillermo Rauch
561dd6fd79
package: bump engine.io for utf8 fix ( fixes #1622 )
2014-06-19 14:51:37 -07:00
Guillermo Rauch
e9e2a91cea
package: bump socket.io-client
2014-06-19 08:05:38 -07:00
Guillermo Rauch
8a3a111a7f
Merge pull request #1635 from rase-/add/test
...
Test for duplicate events on manual reconnect
2014-06-18 15:54:23 -07:00
Tony Kovanen
bd87e4dc35
Bump socket.io-client to latest commit so that duplicate events test passes
2014-06-19 01:52:34 +03:00
Tony Kovanen
71c253e992
Added test for duplicate events after manual reconnects
2014-06-19 01:49:00 +03:00
Guillermo Rauch
a5cf4f57a0
Release 1.0.5
1.0.5
2014-06-17 18:14:44 -07:00
Guillermo Rauch
a079cbc7f9
client: fixes #1632
2014-06-17 18:07:30 -07:00
Guillermo Rauch
14a9fdb64f
package: bump engine.io
2014-06-16 08:36:01 -07:00
Guillermo Rauch
6159df3937
fixed client
2014-06-13 13:04:50 -07:00
Guillermo Rauch
6f7bab5dfd
Merge pull request #1578 from kevin-roark/add/emit-buffer-test
...
added the client emit-buffer test
2014-06-13 10:10:40 -07:00
Guillermo Rauch
7d2b44e176
index: fix typo [thanks @yanatan16]
2014-06-11 10:42:48 -07:00
Tony Kovanen
0b5fdf995a
Merge pull request #1603 from nkzawa/patch-2
...
Add removeListener to blacklisted events
2014-06-08 14:40:25 +03:00
Naoyuki Kanezawa
a66bea5b33
add removeListener to blacklisted events
2014-06-08 20:34:50 +09:00
Guillermo Rauch
a1a88aaaaf
Merge pull request #1600 from poldridge/master
...
Update index.js
2014-06-06 22:36:19 -07:00
poldridge
3f817c3a18
Update index.js
...
Added missing hasOwnProperty check. socket.io breaks without it when Object.prototype has been extended.
2014-06-06 22:08:58 -07:00
Guillermo Rauch
99bbd74d14
Merge pull request #1582 from kevin-roark/add/clearer-example-instructions
...
Add/clearer example instructions
2014-06-02 20:44:34 -07:00
Kevin Roark
398511ddee
Merge branch 'upstream' into add/clearer-example-instructions
2014-06-02 20:28:42 -07:00
Kevin Roark
fdf7937815
clearer instructions to install chat example
2014-06-02 20:28:19 -07:00
Guillermo Rauch
475909e642
Release 1.0.4
1.0.4
2014-06-02 20:08:33 -07:00
Guillermo Rauch
95acec8b94
package: bump socket.io-client
2014-06-02 20:07:07 -07:00
Kevin Roark
5812ddf2b0
added the client emit-buffer test
2014-06-01 23:20:42 -07:00
Guillermo Rauch
1bbc3951bd
Release 1.0.3
1.0.3
2014-05-31 18:34:50 -07:00
Guillermo Rauch
039eed2c2a
package: bump socket.io-client
2014-05-31 09:53:25 -07:00
Guillermo Rauch
6de022b180
Merge pull request #1565 from kevin-roark/add/binary-ack
...
Add/binary ack
2014-05-31 09:50:19 -07:00
Guillermo Rauch
a06331d29f
travis fix
2014-05-30 21:37:22 -07:00
Guillermo Rauch
e639685370
fix travis
2014-05-30 21:23:55 -07:00
Guillermo Rauch
1f2e681ce2
package: bump socket.io-parser for binary ack fix
2014-05-30 21:11:57 -07:00
Kevin Roark
397944fcbe
big file tests
2014-05-30 20:40:44 -07:00
Kevin Roark
27dada65b9
distinction between ACK and BINARY_ACK
2014-05-30 18:42:23 -07:00
Guillermo Rauch
99f1ac9aae
Merge pull request #1563 from rase-/fix/no-disconnect-fired-for-nsp
...
Fix namespace iterator in disconnect
2014-05-30 16:40:59 -07:00
Tony Kovanen
ee8d0fbae0
Fix namespace iterator in disconnect
2014-05-31 02:25:28 +03:00
Guillermo Rauch
8e08a6d419
Merge pull request #1562 from rase-/add/utf8-tests
...
Add test case for emitting multibyte chars
2014-05-30 15:48:34 -07:00
Tony Kovanen
318ae87f50
Add test case for emitting multibyte chars
2014-05-31 01:45:31 +03:00
Guillermo Rauch
2c1b61148d
Merge branch 'master' of github.com:automattic/socket.io
2014-05-30 14:14:12 -07:00
Guillermo Rauch
507054c0a8
package: bump engine.io for utf8 binary fix
2014-05-30 14:09:54 -07:00
Tony Kovanen
dfceb006d7
Merge pull request #1554 from grant/master
...
Fix xss vulnerability in example chat app
2014-05-30 12:15:12 +03:00
Grant Timmerman
4d83456f74
Fix xss vulnerability in example chat app
2014-05-30 02:03:33 -07:00
Tony Kovanen
201aad83b1
Merge pull request #1540 from grant/master
...
Make chat example wrap long words (no overflow)
2014-05-30 12:02:15 +03:00
Grant Timmerman
72eb61d01f
Make chat example wrap long words (no overflow)
2014-05-30 01:44:27 -07:00
Tony Kovanen
163a2a696e
Merge pull request #1543 from mohnish/patch-1
...
Remove obsolete message from README file
2014-05-29 21:33:36 +03:00