Skip to content
GitLab
Explore
Sign in
Commits · 015403e23b7931dc8d3d991e4d03adc54225f03b
kinetic-go
Browse files
Oct 19, 2016
Kinetic client library in Go, with Kinetic Protocol 3.0.6.
· 015403e2
Zhu Yong
authored
Oct 19, 2016
015403e2
remove old implementation
· 26c5a939
Zhu Yong
authored
Oct 19, 2016
26c5a939
Oct 11, 2016
Merge branch 'develop'
· f1aade5d
Zhu Yong
authored
Oct 11, 2016
f1aade5d
Add license
· 66f068f1
Zhu Yong
authored
Oct 11, 2016
66f068f1
Status error message, and UNSOLICITEDSTATUS handling.
· f5bca374
Zhu Yong
authored
Oct 11, 2016
f5bca374
add test case for buffer overflow, drive send status using UNSOLICITEDSTATUS,...
· d0140610
Zhu Yong
authored
Oct 11, 2016
d0140610
Merge branch 'develop'
· 8eda1c96
Zhu Yong
authored
Oct 11, 2016
8eda1c96
Merge branch 'feature/batch' into develop
· 058dca53
Zhu Yong
authored
Oct 11, 2016
058dca53
Batch operation, tested with simulator
· 1234e742
Zhu Yong
authored
Oct 11, 2016
1234e742
P2P Push operation, tested
· 25db6a25
Zhu Yong
authored
Oct 11, 2016
25db6a25
Oct 10, 2016
code for Batch operation, not tested, drive not implemented yet
· 93f8a790
Zhu Yong
authored
Oct 10, 2016
93f8a790
Merge branch 'develop'
· e4daccb5
Zhu Yong
authored
Oct 10, 2016
e4daccb5
Refactor ACL operation, add example code for SetACL
· 1f9346e0
Zhu Yong
authored
Oct 10, 2016
1f9346e0
Oct 06, 2016
add comments
· 0de4eb5b
Zhu Yong
authored
Oct 06, 2016
0de4eb5b
add comments
· b3937fd6
Zhu Yong
authored
Oct 06, 2016
b3937fd6
Start new listen if an unexpected packet received. To make sure all...
· cc387818
Zhu Yong
authored
Oct 06, 2016
cc387818
add comments for exported methods
· 7e552151
Zhu Yong
authored
Oct 06, 2016
7e552151
Oct 05, 2016
add comments, fix example function naming so godoc can generate nice document
· 94b19d29
Zhu Yong
authored
Oct 05, 2016
94b19d29
Fix error message from golint, veriable naming, comments and etc.
· aedb0ea4
Zhu Yong
authored
Oct 05, 2016
aedb0ea4
Add SSL connection support, added test cases for InstanceErase,
· e1f57f2d
Zhu Yong
authored
Oct 05, 2016
e1f57f2d
Cluster version
· 6cc6a0f2
Zhu Yong
authored
Oct 05, 2016
6cc6a0f2
Oct 04, 2016
Merge branch 'develop'
· 6493c75c
Zhu Yong
authored
Oct 04, 2016
6493c75c
Update README
· 363a6f5b
Zhu Yong
authored
Oct 04, 2016
363a6f5b
add examples and update test cases to print failure information
· ab4c7139
Zhu Yong
authored
Oct 04, 2016
ab4c7139
Sep 30, 2016
Merge branch 'develop'
· b329be24
Zhu Yong
authored
Sep 30, 2016
b329be24
add modified copy of utility files from develop
· df347eba
Zhu Yong
authored
Sep 30, 2016
df347eba
add comments about sync
· 5f9d900c
Zhu Yong
authored
Sep 30, 2016
5f9d900c
tweak handler and callback
· ed0b5a24
Zhu Yong
authored
Sep 30, 2016
ed0b5a24
Add utility function to set kinetic libary log level and log output
· 87e6a8c5
Zhu Yong
authored
Sep 30, 2016
87e6a8c5
ResponseHandler will wait for handler to be called, fix for multithread condition
· f9f8a60c
Zhu Yong
authored
Sep 30, 2016
f9f8a60c
add mutex for multithread
· 3d4e18b6
Zhu Yong
authored
Sep 30, 2016
3d4e18b6
Sep 28, 2016
added some comments
· 431395aa
Zhu Yong
authored
Sep 28, 2016
431395aa
cherry pick some changes from another branch
· 94f03f37
Zhu Yong
authored
Sep 28, 2016
94f03f37
Sep 07, 2016
Add P2PPush operation
· 56c97764
Zhu Yong
authored
Sep 07, 2016
56c97764
Sep 05, 2016
Add operation SetACL
· 6baab02a
Zhu Yong
authored
Sep 05, 2016
6baab02a
Add MediaScan and MediaOptimize operations
· 971b7732
Zhu Yong
authored
Sep 05, 2016
971b7732
Sep 03, 2016
add test case for GetLog, tested OK
· 980e2f41
Zhu Yong
authored
Sep 03, 2016
980e2f41
minor change, naming
· 1953abee
Zhu Yong
authored
Sep 03, 2016
1953abee
Add function to convert MessageType from / to protocol definition
· d4191e16
Zhu Yong
authored
Sep 03, 2016
d4191e16
Sep 01, 2016
Add implementations for GetLog and change MessageHandler to ResponseHandler
· 7240bcb9
Zhu Yong
authored
Sep 01, 2016
7240bcb9
Loading