Commit Graph

7693 Commits

Author SHA1 Message Date
Tony Kovanen
aa1eafc99b Update server to commit with bumped parser 2014-07-17 01:37:33 +03:00
Tony Kovanen
b1e3308784 Bump parser 1.1.0 2014-07-17 01:37:33 +03:00
Tony Kovanen
08afdc4692 Update client to commit with bumped parser 2014-07-17 01:34:10 +03:00
Tony Kovanen
d9b188a58a Bump parser 1.1.0 2014-07-17 01:29:20 +03:00
Tony Kovanen
b10666cf94 Test that utf8 encoding is not on by default but can be switched on manually. 2014-07-17 01:21:41 +03:00
Guillermo Rauch
859338a4ae Release 1.1.0 2014-07-16 15:17:49 -07:00
Guillermo Rauch
e390624a39 Merge pull request #31 from rase-/fix/double-encode
Don't UTF-8 encode packets unless asked.
2014-07-16 15:16:59 -07:00
Tony Kovanen
95840ca6b6 Don't UTF-8 encode packets unless asked.
Still done in payload encoding for polling, but no need with WebSockets since it deals with UTF-8 itself.
2014-07-17 00:54:00 +03:00
Guillermo Rauch
6ad719e521 Merge pull request #728 from nkzawa/patch-8
Fix autoConnect option
2014-07-16 14:37:06 -07:00
Guillermo Rauch
42083ace07 package: bump parser 2014-07-16 11:44:17 -07:00
Guillermo Rauch
7a2fe46b57 package: bump parser 2014-07-16 11:44:07 -07:00
Guillermo Rauch
952b466993 Release 1.0.8 2014-07-16 11:14:19 -07:00
Guillermo Rauch
cf1c1273b3 Merge pull request #1682 from kevin-roark/fix/disconnect-connectbuffer-crash
Fixed the failing test where server crashes on disconnect involving connectBuffer
2014-07-16 10:58:54 -07:00
Kevin Roark
1f43c4abb5 Fixed the failing test where server crashes on disconnect involving connectBuffer
Source of bug: after connection to nsp '/', the socket's connectBuffer
was being deleted. On attempt to reconnect to a different namespace,
the connect buffer was deleted and we attempted to push to it. Instead
of the deleting the connect buffer, it is now emptied.
2014-07-16 08:35:16 -07:00
Guillermo Rauch
d6e6e8a2f8 Merge pull request #1673 from bryanburgers/patch-1
Fix repo in package.json
2014-07-15 18:25:59 -07:00
Naoyuki Kanezawa
8cc2f57451 fix autoConnect option 2014-07-16 03:59:43 +09:00
Guillermo Rauch
c506603874 npmignore: ignore .gitignore 2014-07-15 10:56:25 -07:00
Guillermo Rauch
3760f19436 npmignore: ignore .gitignore 2014-07-15 10:56:05 -07:00
Guillermo Rauch
fbd36b613d npmignore: ignore .gitignore (fixes #1607) 2014-07-15 10:55:34 -07:00
Guillermo Rauch
480b1a05bd test: added failing case for socket.disconnect and nsps 2014-07-15 10:52:23 -07:00
Nathan Rajlich
674e375eb6 History: whitespace 2014-07-14 14:21:24 -07:00
Guillermo Rauch
1e26a69e4f adjust protocol revision. fixes #30 2014-07-12 21:01:22 -07:00
Guillermo Rauch
56720ac9ca package: bump debug 2014-07-11 16:21:43 -07:00
Li Xin
86acb7c7e9 Bump debug module 2014-07-11 15:37:58 +08:00
Bryan Burgers
ef729b72b4 Fix repo in package.json 2014-07-09 07:28:45 -05:00
Sam Day
399fcee300 Only call xhr.abort() on error cases in polling-xhr.js 2014-07-06 16:28:32 +10:00
Nathan Rajlich
7fd117f275 Merge pull request #317 from lpinca/update/browserify
Update `browserify` to version 4.2.0
2014-07-03 09:48:34 -07:00
Luigi Pinca
d4d9b17576 package: bump browserify 2014-07-03 10:42:01 +02:00
Tero Keski-Valkama
435a759d9b Added the repository field.
...to fix the npm warnings like:
npm WARN package.json socket.io-adapter@0.3.0 No repository field.
2014-07-01 11:32:51 +03:00
Tero Keski-Valkama
16d7767088 Updated the debug dependency.
... to be compatible with express and connect.
2014-07-01 11:12:05 +03:00
Thanasis Polychronakis
63e197083b update README http ctor to createServer() 2014-07-01 10:41:53 +03:00
Guillermo Rauch
70087e8abf Merge pull request #713 from Automattic/update/browserify-v4
Update "browserify" to v4.1.11
2014-07-01 00:15:27 -07:00
Guillermo Rauch
968e94e42b Merge pull request #1655 from ysmood/fix_etag_header
We should use the standard http protocol to handler the etag header
2014-06-30 23:32:23 -07:00
Guillermo Rauch
c18ed5fd4d Merge pull request #1646 from narcisoguillen/close_sio
Close sio
2014-06-30 19:10:26 -07:00
Narciso Guillen
1f7da938bd Improve Close documentation 2014-06-30 15:57:21 -05:00
Narciso Guillen
4b89bce182 use ephemeral ports 2014-06-30 15:49:08 -05:00
Guillermo Rauch
8122b40b01 Merge pull request #316 from nkzawa/patch-4
Remove try-catch for utf8 decode errors
2014-06-29 17:19:26 -07:00
Naoyuki Kanezawa
9071790401 remove try-catch for utf8 decode errors 2014-06-30 08:44:44 +09:00
Guillermo Rauch
ff9cafb5fb Merge pull request #29 from nkzawa/patch-2
Handle invalid utf8 errors gracefully
2014-06-29 11:07:22 -07:00
Yad Smood
8c19eef07a fix: We should use the standard http protocol to handler the etag
header.
2014-06-29 21:42:57 +08:00
Naoyuki Kanezawa
4dc1a13750 handle invalid utf8 errors gracefully 2014-06-29 18:22:53 +09: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
Nathan Rajlich
66ef715ee8 build 2014-06-26 10:20:06 -07:00
Nathan Rajlich
36754ef8e5 package: update "browserify" to v4.1.11 2014-06-26 10:19:44 -07:00
Tony Kovanen
b9e3d19987 Merge pull request #28 from rase-/fix/memory-leak-on-browser
Fix memory leak on browser as well
2014-06-25 23:28:04 +03:00
Tony Kovanen
4ff516b94a Adjust test to use proper data types and to only run for supporting browsers when testing the memory leak fix 2014-06-25 10:17:56 +03:00
Tony Kovanen
0cec2433b2 Fix memory leak on browser
Will exit with an error packet if the packet length string doesn't contain the value 255 in binary packets.
2014-06-25 06:32:05 +03:00
Guillermo Rauch
0b6a00cbec Merge pull request #6 from poldridge/patch-1
Patch 1
2014-06-24 16:08:21 -07:00
poldridge
1dd2bad757 Update index.js
Added missing hasOwnProperty check to for .. in loop.
2014-06-24 15:38:51 -07:00