Li Yiyang
|
b5f99959f7
|
Merge pull request #206 from lyyyuna/v2
add release ci & add version cmd
|
2021-07-22 11:34:37 +08:00 |
|
lyyyuna
|
5f4f5c5bd7
|
add release ci & add version cmd
|
2021-07-22 11:27:14 +08:00 |
|
Li Yiyang
|
3d70ce70d6
|
Merge pull request #204 from lyyyuna/v2
add makefile
|
2021-07-22 11:13:21 +08:00 |
|
lyyyuna
|
caf8f46e14
|
add makefile
|
2021-07-22 10:58:44 +08:00 |
|
Li Yiyang
|
2c2a70f7f1
|
Merge pull request #203 from lyyyuna/v2
增加 install 的 help
|
2021-07-21 17:11:59 +08:00 |
|
lyyyuna
|
81abc49af2
|
add install cmd help
|
2021-07-21 17:06:58 +08:00 |
|
lyyyuna
|
fa844a5f8d
|
update readme
|
2021-07-21 17:06:31 +08:00 |
|
lyyyuna
|
b3d0a8de1b
|
add design
|
2021-07-21 16:36:50 +08:00 |
|
Li Yiyang
|
8e7ef51597
|
Merge pull request #198 from tongjingran/list
add command goc list
|
2021-07-21 16:32:21 +08:00 |
|
tongjingran
|
465d6c506f
|
cmdLine will return file with args
|
2021-07-19 17:52:50 +08:00 |
|
tongjingran
|
b8b7305fc8
|
add --wide to show service detail
|
2021-07-19 15:50:55 +08:00 |
|
tongjingran
|
17a55bb41c
|
add goc list
|
2021-07-12 16:39:16 +08:00 |
|
Li Yiyang
|
2459e2b8bb
|
Merge pull request #196 from lyyyuna/v2-init
goc v2 init
|
2021-06-28 10:28:00 +08:00 |
|
lyyyuna
|
917324555c
|
update design doc
|
2021-06-25 22:43:57 +08:00 |
|
lyyyuna
|
6536da3097
|
update readme
|
2021-06-25 11:17:51 +08:00 |
|
lyyyuna
|
edad1f4914
|
add watch cmd
|
2021-06-24 17:28:44 +08:00 |
|
lyyyuna
|
205247b8ec
|
fix: watch client ping err fails to close ws conn
|
2021-06-24 17:28:33 +08:00 |
|
lyyyuna
|
b6ac5603ed
|
add readme
|
2021-06-24 16:56:42 +08:00 |
|
lyyyuna
|
7707666b88
|
rm 3rd_party lib
|
2021-06-24 16:53:48 +08:00 |
|
lyyyuna
|
02bd6d460c
|
fix: should close temp injected file after created
|
2021-06-24 15:39:20 +08:00 |
|
lyyyuna
|
244be86304
|
goc server, non-block channel -> block
|
2021-06-24 15:33:49 +08:00 |
|
lyyyuna
|
cf44927ce9
|
add watch mode
|
2021-06-24 15:22:24 +08:00 |
|
lyyyuna
|
3e5ab72240
|
fix: goc build ./xx/main.go miss bridge file
|
2021-06-24 11:46:05 +08:00 |
|
lyyyuna
|
a8bddd3a32
|
fix: cannot remove --mode=counter flag
|
2021-06-23 23:22:37 +08:00 |
|
lyyyuna
|
64504ae67b
|
goc install cmd
|
2021-06-23 12:51:25 +08:00 |
|
lyyyuna
|
fb3bb02c2f
|
add wins/macos check
|
2021-06-22 17:54:06 +08:00 |
|
lyyyuna
|
e58a1effd1
|
add github actions
|
2021-06-22 17:44:32 +08:00 |
|
lyyyuna
|
4ebf9ee517
|
fix: deadline no need to multiply
|
2021-06-21 22:37:33 +08:00 |
|
lyyyuna
|
b3e9d7dd78
|
fix: del goc flags, still remain some
|
2021-06-21 16:47:36 +08:00 |
|
lyyyuna
|
2774123526
|
fix: macos fail to build
|
2021-06-21 15:59:59 +08:00 |
|
lyyyuna
|
a45b1077b9
|
update protocol design
|
2021-06-20 22:29:13 +08:00 |
|
lyyyuna
|
6d50531f57
|
fix: agent stuck in init()
|
2021-06-20 22:16:01 +08:00 |
|
lyyyuna
|
027d31473c
|
add host flag for goc server
|
2021-06-20 21:15:51 +08:00 |
|
lyyyuna
|
ca58af2865
|
fix sync.once bug
必须使用引用,如果单纯值传递,once 也被复制了一份,导致单例不起作用。
|
2021-06-20 21:15:25 +08:00 |
|
lyyyuna
|
8df7498c33
|
goc build init version
|
2021-06-20 21:14:21 +08:00 |
|
lyyyuna
|
4c9163ce64
|
display banner and add agent's reset values
|
2021-06-20 16:25:30 +08:00 |
|
lyyyuna
|
0bebfd84aa
|
inject websocket library & agent
|
2021-06-20 15:44:16 +08:00 |
|
lyyyuna
|
1e2b8485b4
|
rpc: getprofiles rpc client finished
|
2021-06-19 16:17:29 +08:00 |
|
lyyyuna
|
4ae7fa3d31
|
adjust cover project structure
|
2021-06-17 19:53:49 +08:00 |
|
lyyyuna
|
b3647fd9d9
|
add bridge package
|
2021-06-14 15:18:29 +08:00 |
|
lyyyuna
|
495a887dc4
|
list all registered services
|
2021-06-10 20:03:47 +08:00 |
|
lyyyuna
|
30eed71465
|
add cover tool from go official
|
2021-06-09 15:40:02 +08:00 |
|
lyyyuna
|
a18bd08ddd
|
update go.mod in temp, if it has relative replace
|
2021-06-04 15:13:48 +08:00 |
|
lyyyuna
|
79310ccb4d
|
mv listpackages from cover to build package
|
2021-06-04 14:57:31 +08:00 |
|
lyyyuna
|
204fd83a49
|
update design doc
|
2021-06-04 10:23:29 +08:00 |
|
lyyyuna
|
dca67829b6
|
update design doc
|
2021-06-03 23:30:01 +08:00 |
|
lyyyuna
|
18c4c4a2da
|
copy project to temp location
|
2021-06-03 22:44:46 +08:00 |
|
lyyyuna
|
922340d8c4
|
parse build args
|
2021-04-19 10:18:37 +08:00 |
|
lyyyuna
|
4f39735095
|
customize log lib
|
2021-04-05 09:06:53 +08:00 |
|
lyyyuna
|
b6e64f4da8
|
add websocket lib
|
2021-03-28 16:03:13 +08:00 |
|