Commit Graph

59 Commits

Author SHA1 Message Date
ruanshudong
b23755ad73
Merge pull request #19 from zhanleewo/patch-1
Incorrect MIME type
2019-12-13 18:52:16 +08:00
ruanshudong
7902b14855
Merge pull request #40 from TarsCloud/ruanshudong_dev
Ruanshudong dev
2019-12-13 18:50:22 +08:00
ruanshudong
f95a59a1b8 add version 2019-12-13 18:48:07 +08:00
ruanshudong
c9c364dfed modify cgi encodeURL 2019-12-13 18:07:15 +08:00
ruanshudong
ac3a0d086f tars notify add notify message to app.server.nodename, web will show this message 2019-12-13 17:49:03 +08:00
ruanshudong
1e3bb68aaf tc_json add License 2019-12-01 09:32:04 +08:00
ruanshudong
bf07a8015a support simple json tars2json 2019-11-30 20:01:04 +08:00
ruanshudong
26771398b7 fix tc_file load2file bug 2019-11-26 15:50:00 +08:00
ruanshudong
12dd6bb40c
Merge pull request #16 from TCZWJ/patch-1
Update tars_cpp_user_guide.md
2019-11-26 15:02:22 +08:00
ruanshudong
970cc3e971
Merge pull request #36 from ruanshudong/master
部署逻辑优化
2019-11-07 16:54:05 +08:00
ruanshudong
553e237697 remove log 2019-11-05 09:25:28 +08:00
ruanshudong
ddd7e5262d fix dns parse bug 2019-11-05 09:24:10 +08:00
ruanshudong
e21ab4fcf2 fix dns bug, if dns not be resolved then resolved when connect every time 2019-11-04 21:49:20 +08:00
ruanshudong
57da604c10 remove logs
modify CMakeList remove cmake warning
2019-11-04 15:04:14 +08:00
ruanshudong
118b2d701c
Merge pull request #33 from ruanshudong/dev
Dev
2019-10-27 21:54:13 +08:00
ruanshudong
460cbbddce Merge branch 'master' of https://github.com/ruanshudong/TarsCpp into HEAD 2019-10-27 21:42:11 +08:00
ruanshudong
43ec1affe2 添加httpdemo的config.conf文件 2019-10-27 21:20:59 +08:00
ruanshudong
075d7b1787 修复tc_socket的bug 2019-10-26 10:49:36 +08:00
Lin Zhan
3a7c4e3951
Invalid MIME type
The Correct HTML MIME Type is text/html
2019-05-16 19:00:10 +08:00
huiyongchen
7154194106 fix compile problem of some gcc compiler:dynamic array can't be initialized where defined 2019-05-16 11:18:33 +08:00
stanleyzhu(朱宏伟)
a0afa4ca1a Fix bug link 2019-05-10 17:53:43 +08:00
huiyongchen
7c54fa0cb6 rollback some instruction for tars tracking 2019-04-24 13:24:30 +08:00
huiyongchen
df4c3ab7cb update tree id of submodule 2019-04-24 13:23:14 +08:00
huiyongchen
ccfc02401d add extra instruction for tars tracking 2019-04-24 13:20:03 +08:00
huiyongchen
831b21e266 add miss file text_map_carrier.h for tars tracking 2019-04-24 10:39:39 +08:00
TCZWJ
26ff67ba9d
Update tars_cpp_user_guide.md 2019-04-12 16:33:19 +08:00
suziliu
13c01023ae fix ipv6 bug 2019-04-11 14:17:08 +08:00
huiyongchen
593875cd9a add tars call chain instruction 2019-03-21 17:35:12 +08:00
huiyongchen
c4c5aba117 add support of zipkin trace 2019-02-21 21:10:13 +08:00
huiyongchen
eb55efc41d update README 2019-01-21 14:54:58 +08:00
huiyongchen
22693bdf1b add unit testcase for tarscpp 2019-01-16 20:50:55 +08:00
yuansx
0ba2cecacb fix a bug that could not read data from /proc/pid/statm at centos 2018-12-31 03:20:07 -05:00
yuansx
514baf8410
Merge pull request #3 from Abioy/master
Remove some useless code and check array index before using it
2018-12-28 10:05:09 +08:00
yuansx
fdc6d32d8c
Merge pull request #13 from Spacebody/master
Fixed a typo in AppProtocol.h and tc_epoll_server.h and correct the encoding of tars_protobuf_cpp.md
2018-12-28 10:02:55 +08:00
yuansx
b35d7e76a4
Merge pull request #4 from viest/fix_readv
Fix: ::readv has not been declared
2018-12-28 10:02:12 +08:00
yuansx
506654ad4a
Merge pull request #9 from chenyahui/master
convert the charset of docs/tars_protobuf_cpp.md from gb2312 to utf8
2018-12-28 10:00:53 +08:00
Spacebody
62e1ff7bf5 Fix typo in TarsCpp/util/include/util/tc_epoll_server.h 2018-12-26 00:32:27 +08:00
Spacebody
fb07412e82 Fix a typo in AppProtocol.h 2018-12-21 16:05:02 +08:00
Spacebody
4e60434935 change the coding of docs/tars_protobuf_cpp.md from GB2312 to utf8 2018-12-18 02:36:18 +08:00
yuansx
ccff8218ad fix gcc8.2 compiler error 2018-12-11 11:20:27 +00:00
yuansx
afd693ebae fix gcc8.2 compiler error 2018-12-11 11:16:35 +00:00
yuansx
8a8145e63f support parallel make 2018-12-09 08:14:42 +00:00
stanleyzhu(朱宏伟)
ad1575baab add example/readme links 2018-11-27 17:46:20 +08:00
stanleyzhu(朱宏伟)
a24748172e add README_links 2018-11-27 17:21:02 +08:00
stanleyzhu(朱宏伟)
0785422509 add_docs_links 2018-11-27 15:45:37 +08:00
yahuichen(陈亚辉)
9df6da85bc convert the charset of docs/tars_protobuf_cpp.md from gb2312 to utf8 2018-11-23 13:11:47 +08:00
yahuichen(陈亚辉)
7f1b8c41fd fix the bug: error: ‘::readv’ has not been declared 2018-11-23 12:10:39 +08:00
yuansx
d687aae51a add installation instructions 2018-11-01 02:52:17 -04:00
root
49b96f7a74 add supports ipv6 code 2018-10-22 22:11:06 -04:00
viest
7b38d4529c Fix: ::readv has not been declared 2018-10-20 14:07:50 +08:00