Commit Graph

283 Commits

Author SHA1 Message Date
nkzawa
9d6947a015 bump engine.io-client 2017-07-11 21:54:48 +09:00
Sergey Davydov
229a820bf5 Add condition to log only if fine level is loggable
Even if FINE level is not loggable String.format() works every time and
tries to format string with all the events. Sometimes it causes
OutOfMemory exceptions.
2017-05-28 13:01:18 +03:00
nkzawa
8f8c138a61 [maven-release-plugin] prepare for next development iteration 2016-12-12 18:09:46 +09:00
nkzawa
fcee996418 [maven-release-plugin] prepare release socket.io-client-0.8.3 2016-12-12 18:09:38 +09:00
nkzawa
eb505080a4 prepare next release 2016-12-12 18:01:16 +09:00
nkzawa
42c0d30031 bump engine.io-client 2016-12-12 17:59:49 +09:00
nkzawa
a40cef6985 [maven-release-plugin] prepare for next development iteration 2016-10-22 12:01:38 +09:00
nkzawa
582fbe4a7d [maven-release-plugin] prepare release socket.io-client-0.8.2 2016-10-22 12:01:27 +09:00
nkzawa
b3e9b39d30 prepare 0.8.2 2016-10-22 11:50:34 +09:00
nkzawa
2510bab8e9 bump engins.io-client 2016-10-22 11:50:14 +09:00
nkzawa
a42ec862b6 update History and Readme 2016-09-28 00:33:39 +09:00
nkzawa
e2e51a730f [maven-release-plugin] prepare for next development iteration 2016-09-28 00:25:28 +09:00
nkzawa
b94abcaf66 [maven-release-plugin] prepare release socket.io-client-0.8.1 2016-09-28 00:25:01 +09:00
nkzawa
b97ff38c55 bump engine.io-client 2016-09-27 23:58:50 +09:00
nkzawa
78fba0dd71 [maven-release-plugin] prepare for next development iteration 2016-09-23 19:13:45 +09:00
nkzawa
70761771e4 [maven-release-plugin] prepare release socket.io-client-0.8.0 2016-09-23 19:13:32 +09:00
nkzawa
7bd2764c76 prepare v0.8.0 2016-09-23 18:56:32 +09:00
nkzawa
b08aa7d19f test: bump socket.io 2016-09-19 15:13:26 +02:00
nkzawa
13c3ee01fc bump jsonassert 2016-09-19 15:06:39 +02:00
nkzawa
14e6267a2a bump plugins 2016-09-19 15:03:35 +02:00
Naoyuki Kanezawa
c10f7bb167 Merge pull request #326 from lu-zero/patch-1
Fix a typo
2016-09-19 14:13:08 +02:00
Luca Barbato
d145b0180e Fix a typo 2016-07-07 07:06:46 +02:00
nkzawa
e7cc10808c test: use TLSv1 for node 0.12 or higher 2016-06-13 22:38:15 +09:00
Naoyuki Kanezawa
1244d1124e Merge pull request #291 from kylestev/patch-1
fix typo in readme example
2016-03-19 22:52:38 +09:00
Kyle Stevenson
99efb0369a fix typo in README example 2016-03-19 02:01:20 -07:00
nkzawa
f58d5640b8 [maven-release-plugin] prepare for next development iteration 2016-02-01 18:19:45 +09:00
nkzawa
1667fbf16e [maven-release-plugin] prepare release socket.io-client-0.7.0 2016-02-01 18:19:37 +09:00
nkzawa
641e34d3e5 update README and History for the next release 2016-02-01 18:03:59 +09:00
nkzawa
ba723d0460 add tests 2016-02-01 01:50:09 +09:00
nkzawa
48420a6c6f improve manager disconnection and cleanup 2016-02-01 01:03:49 +09:00
nkzawa
1fd635bb47 bump socket.io for tests 2016-02-01 00:53:24 +09:00
nkzawa
0d4d455704 add ping and pong events 2016-02-01 00:48:57 +09:00
nkzawa
599eb98c6e fix disconnection while in opening state 2016-01-31 23:55:53 +09:00
nkzawa
f7810c19d3 create a new connection when path is the same 2016-01-31 17:33:28 +09:00
nkzawa
d538a9d117 0.7.0-SNAPSHOT 2016-01-31 17:32:17 +09:00
nkzawa
6173222006 improve README 2016-01-30 01:33:40 +09:00
nkzawa
4aed6c68af don't create json array twice 2016-01-30 00:02:06 +09:00
Naoyuki Kanezawa
8591b0eb4f Merge pull request #277 from cirocosta/binary-ack
Fixes event type when emitting binary_ack
2016-01-29 23:27:34 +09:00
Ciro S. Costa
f0832ffc61 Fixes event type when emitting binary_ack
When submitting binary data in an Ack to the server the packet's type
was not the expected (should be 6 - binary_ack - and not 3 - ack).

This commit introduces tests as well a fix for the given problem.
2016-01-27 12:11:22 -03:00
nkzawa
9ed41954ae [maven-release-plugin] prepare for next development iteration 2015-12-23 15:45:05 +09:00
nkzawa
b8687f98c1 [maven-release-plugin] prepare release socket.io-client-0.6.3 2015-12-23 15:44:57 +09:00
nkzawa
3b6ae0f254 update README and History 2015-12-23 15:10:49 +09:00
nkzawa
4381f3af19 bump engine.io-client 2015-12-23 15:01:31 +09:00
nkzawa
8691cf4ee4 Merge branch 'master' of github.com:socketio/socket.io-client-java 2015-12-18 14:27:52 +09:00
nkzawa
22fe12f273 update README 2015-12-18 14:27:18 +09:00
Naoyuki Kanezawa
a3f2b8cd00 Merge pull request #259 from DevFactory/release/collection-isempty-fix-1
Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness
2015-12-18 11:51:44 +09:00
Naoyuki Kanezawa
1ef3b2cae7 Merge pull request #258 from DevFactory/release/redundant-field-initializer-fix-1
Code Quality Improvement - Redundant Field Initializer
2015-12-18 11:49:36 +09:00
Naoyuki Kanezawa
669696fee4 Merge pull request #257 from DevFactory/release/constructors-should-only-call-non-overridable-methods-fix-1
Code Quality Improvement - Constructors should only call non-overridable methods
2015-12-18 11:48:36 +09:00
Naoyuki Kanezawa
57d8e5ebff Merge pull request #256 from DevFactory/release/objects-should-be-compared-with-equals()-fix-1
Code Quality Improvement - Objects should be compared with "equals()"
2015-12-18 11:44:44 +09:00
Naoyuki Kanezawa
9b33f23875 Merge pull request #255 from DevFactory/release/exception-handlers-fix-1
Code Quality Improvement - Exception handlers should preserve the original exception
2015-12-18 11:42:36 +09:00