Skip to content
GitLab
Explore
Sign in
Commits · d01406100f1992c1c3b852bf442991bd5c687b5a
kinetic-go
Browse files
Oct 11, 2016
add test case for buffer overflow, drive send status using UNSOLICITEDSTATUS,...
· d0140610
Zhu Yong
authored
Oct 11, 2016
d0140610
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
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
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
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
Change file line ending to UNIX format
· c81280fe
Zhu Yong
authored
Sep 01, 2016
c81280fe
* Add test case for GetVersion, Flush
· e9b0645d
Zhu Yong
authored
Sep 01, 2016
e9b0645d
Add new operations: GetVersion, Flush
· aebac8b0
Zhu Yong
authored
Sep 01, 2016
aebac8b0
Add new operations: GetVersion, Flush
· 2fb0c13c
Zhu Yong
authored
Sep 01, 2016
2fb0c13c
Add new operations: SetClusterVersion, UpdateFirmware, SetLockPin, SetErasePin
· c2c495cd
Zhu Yong
authored
Sep 01, 2016
c2c495cd
Aug 31, 2016
Add 4 pin operations: SecureErase, InstantErase, LockDevice, UnlockDevice
· 3f957893
Zhu Yong
authored
Aug 31, 2016
3f957893
* Add operation GetNext, GetPrevious, GetKeyRange, Delete, Put.
· a4ee590f
Zhu Yong
authored
Aug 31, 2016
a4ee590f
Aug 30, 2016
Added Status, network error handling, network timeout
· ec1c58e7
Zhu Yong
authored
Aug 30, 2016
ec1c58e7
GET operation tested work
· c803d9d1
Zhu Yong
authored
Aug 30, 2016
c803d9d1
Aug 29, 2016
add handler, callback and Get operation (not work yet)
· 296b9bc7
Zhu Yong
authored
Aug 29, 2016
296b9bc7
Loading