Commit Graph

350 Commits

Author SHA1 Message Date
qicosmos ddb298960a improve 2022-07-12 08:43:31 +08:00
qicosmos 1fcb116775 update msgpack to 4.1.1 2022-06-18 16:11:44 +08:00
qicosmos aaea836794 clean 2022-05-26 20:02:08 +08:00
qicosmos afe01fb402 Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2022-05-22 20:21:50 +08:00
qicosmos b3554ece77 clean token list 2022-05-22 20:21:21 +08:00
qicosmos ee5fd90770 remove some 2022-04-21 03:34:47 +00:00
qicosmos 236f14ba8d fix null pointer 2022-04-21 03:24:42 +00:00
qicosmos 9e0cde2280 add header file 2022-04-21 03:06:57 +00:00
qicosmos 017a85fb14 add ignore files for windows 2022-03-27 09:52:13 +08:00
qicosmos a1ba4e7f83 Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2022-02-07 12:45:17 +08:00
qicosmos 536f92c950 update winproj 2022-02-07 12:43:29 +08:00
qicosmos 22a68f441c add user group 2022-01-31 11:24:57 +08:00
qicosmos 8dbe10961d Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2022-01-28 13:45:28 +08:00
qicosmos 0f60021c67 support quit with ctrl c
private
2022-01-28 13:41:59 +08:00
qicosmos da711e4cdd support quit with ctrl c 2022-01-27 08:37:49 +08:00
qicosmos 987a306092 make c++11 happy; avoid asio remote_endpoint exception 2022-01-17 19:15:35 +08:00
qicosmos 998e9dd0c2 Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2022-01-17 18:52:08 +08:00
qicosmos a4224a3c93 fix client call exception 2022-01-16 16:33:04 +08:00
qicosmos 3354666e57 Merge pull request #56 from qicosmos/remove_boost_deps
remove boost
2022-01-16 15:01:48 +08:00
qicosmos 22cbcc2666 remove boost 2022-01-16 14:52:04 +08:00
qicosmos ca2301fef0 Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2021-12-12 21:35:33 +08:00
qicosmos 521413d16b fix compile error. 2021-12-12 21:35:25 +08:00
qicosmos 9af25f8a31 add enable_java 2021-12-06 12:02:33 +08:00
qicosmos b358a77df7 Merge branch 'master' of https://github.com/qicosmos/rest_rpc 2021-11-21 11:43:21 +08:00
qicosmos 81dae117be fix broken promise 2021-11-21 11:42:31 +08:00
qicosmos 7d80f27f31 Merge pull request #46 from qicosmos/dependabot/maven/java/commons-io-commons-io-2.7
Bump commons-io from 2.5 to 2.7 in /java
2021-10-15 16:46:17 +08:00
qicosmos bc717e8631 add a method: on networking error 2021-08-20 21:00:33 +08:00
qicosmos 7e62c3238b format code with clang-format11 2021-08-20 20:16:05 +08:00
qicosmos 7735bf3678 add description of async_call 2021-06-30 21:51:48 +08:00
qicosmos 68e048794b add description of async_call. 2021-06-30 21:50:12 +08:00
qicosmos 98262e4b0a change msgpack to 3.1.0 to remove boost dependency V0.11 2021-06-29 23:00:52 +08:00
qicosmos b7936d83c5 add user data in connection. V0.10 2021-05-30 09:31:16 +08:00
dependabot[bot] ea6674269e Bump commons-io from 2.5 to 2.7 in /java
Bumps commons-io from 2.5 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:38:44 +00:00
qicosmos b835c03982 update msgpack. 2021-01-30 16:53:42 +08:00
qicosmos 2546540f6e remove 2021-01-30 16:49:39 +08:00
qicosmos d1aaa60d20 update msgpack 2021-01-30 16:42:03 +08:00
qicosmos 8ef7c205e8 remove msgpack in third 2021-01-30 16:27:04 +08:00
qicosmos d500c8aa3c format code of rpc client. 2021-01-30 16:24:19 +08:00
qicosmos ff6ca31090 Merge pull request #38 from Jan-dai/master
add travis ci
2021-01-06 10:00:03 +08:00
jandai f359abee86 add travis ci 2021-01-06 01:23:55 +08:00
qicosmos 49ec028928 Merge pull request #36 from jovany-wang/fix_client_join
Fix join an unjoinable thread in rpc client.
Avoid thread join two times.
2020-11-23 17:48:06 +08:00
Qing Wang 898b70e52b Fix thd joinable. 2020-11-23 17:00:18 +08:00
qicosmos f7b84129ae Merge pull request #35 from BryainZhang/master
compatible string_view
V0.09
2020-11-17 23:23:15 +08:00
BryainZhang 2312a92816 Update rpc_client.hpp 2020-11-17 23:04:57 +08:00
BryainZhang 568d617c11 compatible string_view 2020-11-17 19:00:38 +08:00
qicosmos faeed90e7e one server one router. V0.08 2020-11-16 17:57:24 +08:00
qicosmos 4db62f0511 fix compile error 2020-10-31 22:38:49 +08:00
qicosmos 0d896025fd fix for publish 2020-10-27 23:30:17 +08:00
qicosmos 12b58bd036 Merge pull request #34 from jovany-wang/java_pojo
Support Java POJO arguments and return value.
2020-10-23 16:53:08 +08:00
Qing Wang e8fcc6b1d0 Revert Cmake 2020-10-23 16:41:15 +08:00