145 Commits

Author SHA1 Message Date
melode11
2e94e799e2 fix wild reconnect after too many times 1.4.1 2015-06-03 09:27:04 +08:00
melode11
bb08c31168 Merge pull request #18 from llamerada-jp/add-libsioclient_tls-to-cmake
Fix installation issue with TLS
2015-05-23 23:09:26 +08:00
Yuji Ito
e4f550173f Add libsioclient_tls to install target. 2015-05-23 18:59:46 +09:00
melo.yao
c617682373 Merge remote-tracking branch 'origin/tls' 1.4.0 2015-05-23 00:45:11 +08:00
melode11
0c1be1bbaa simplify the cmake script and add tls target 2015-05-23 00:22:06 +08:00
melode11
cf5ec9e33b Fix a typo in emit binary example 2015-05-22 12:10:41 +08:00
melode11
e105face52 Update README.md 2015-05-22 10:08:44 +08:00
melode11
98eaa16d79 fix Console demo compile in linux 2015-05-21 21:00:51 +08:00
melode11
4f2e5d7b03 optimize message::list conversion constructor. 2015-05-21 16:43:45 +08:00
melode11
c005a8792d add tls branch 2015-05-19 14:45:56 +08:00
melo.yao
443a59a7f0 fix console demo compile issue in VS2012SP4 1.3.3 2015-05-07 00:19:39 +08:00
melode11
8ea0696217 Merge branch 'master' of https://github.com/socketio/socket.io-client-cpp
Conflicts:
	src/sio_socket.cpp
2015-05-06 23:32:47 +08:00
melode11
df8b2291c8 fix connect timeoute introduced by pull request#11 2015-05-06 23:30:35 +08:00
melode11
28d719a605 Merge pull request #11 from LittleLittle/connect
Avoid duplicated connection event for default namespace.
2015-05-06 22:48:53 +08:00
Jianjun Zhu
c96f72c838 Avoid duplicated connection event for default namespace. 2015-05-06 18:54:14 +08:00
melode11
035ad01cc0 fix link error of sio::event accessors 1.3.2 2015-04-30 00:26:54 +08:00
melode11
933ee08409 unify use of 'std' prefix 1.3.1 2015-04-26 23:27:32 +08:00
melode11
dc46165d09 Merge pull request #8 from LittleLittle/querystring
Allow connect to server with query string.
2015-04-24 23:42:02 +08:00
Jianjun Zhu
b06184bbbf Allow connect with query string. 2015-04-23 17:59:29 +08:00
melode11
0b0f265c39 add varialbe args support in event callback. 2015-04-23 01:20:43 +08:00
melode11
3440d5814c change license from 'BSD' to 'MIT' 2015-04-20 23:34:42 +08:00
melode11
bc3d745c18 add test cases,format code 1.3.0 2015-04-20 23:12:28 +08:00
melode11
6cc01c332e fix compile issue of last commit 2015-04-20 21:39:48 +08:00
melode11
a0a9c196f9 remove redundent code,remove double colon prefix 2015-04-20 21:34:38 +08:00
melode11
1ccd9672ce reorg readme 1.3.0-alpha1 2015-04-20 00:39:51 +08:00
melode11
7d4e5b4b69 refine readme 2015-04-20 00:35:24 +08:00
melode11
5d89fa004e cmake,use built-in boost path variables instead 2015-04-20 00:25:50 +08:00
melode11
4ca0a6c301 update readme for variable argument support. 2015-04-20 00:12:07 +08:00
melode11
079950e008 fix emit bug 2015-04-19 07:33:26 -07:00
melode11
bd89d13874 unify emit interface 2015-04-19 04:10:06 -07:00
melode11
f6b4846dc4 use macro for host url 2015-04-18 08:40:19 -07:00
melode11
7da44f0568 add more unit tests 2015-04-18 08:39:23 -07:00
melode11
1f54bdb699 fix make issue on linux with gcc 2015-04-18 07:10:58 -07:00
melo.yao
f556e24281 add more info in test/readme.md 2015-04-18 18:38:21 +08:00
melo.yao
0b19aa3b7a fix path argument in cmake script 2015-04-18 18:24:21 +08:00
melo.yao
9b2556e88d initial unit test 2015-04-18 18:21:06 +08:00
melo.yao
95c3d47cd7 fix stupid cmake mistakes 1.2.2 2015-04-16 01:20:50 +08:00
melo.yao
f245a8122e fix some warnings 2015-04-15 22:25:31 +08:00
melo.yao
29e82a64cb Code style enhancement and code re-org 2015-04-15 22:19:16 +08:00
melode11
534262658c replace double colon style of 'sio::socket::ptr' 1.2.1 2015-04-14 19:53:17 +08:00
melode11
39042f60c2 Merge pull request #5 from lultimouomo/gccfix
Fix compilation on GCC
Patch is logically good, merge first.
2015-04-14 19:40:03 +08:00
Luca Niccoli
2924a9f373 Use explicit template parametrization
The arguments are of different types, so parameter deduction will not
work.
2015-04-14 12:15:26 +02:00
Luca Niccoli
2ff681bf06 Avoid symbol redefinition
Apprently clang and msvc are fine with it, but GCC isn't.
2015-04-14 11:31:02 +02:00
melode11
9663ca3c64 update QT demo UI and DEMO gif 2015-04-13 15:08:07 +08:00
melode11
de0ac3bb3c update README for the reconnection API modification 1.2.0 2015-04-13 12:16:18 +08:00
melode11
667f75d99c change QT demo UI and gif, clean code 2015-04-13 12:02:14 +08:00
melo.yao
9d370d6555 update qt readme gif 2015-04-13 00:50:07 +08:00
melo.yao
a5da9941b7 update Console vc project 2015-04-12 23:30:26 +08:00
melo.yao
a1f153e06a add reconnect functionality 2015-04-12 23:29:41 +08:00
melo.yao
d7f5ceb859 fix issue#3 - binary receive bug 2015-04-12 21:15:51 +08:00