aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-11Update .gitreview fileicefish_9.0.4icefish_9.0.3icefish_9.0.2icefish_9.0.1icefish_9.0.0icefish/9.0.4icefish/9.0.3icefish/9.0.2icefish/9.0.1icefish/9.0.09.0.49.0.39.0.29.0.19.0.0icefishJan-Simon Möller1-1/+1
This updates the gitreview file in the project . Change-Id: If2c8f1c40e04d2ca4a9cd0f3ee528d02538c66fb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-07-22Fix deprecated git repoicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.08.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.0halibutLi Xiaoming1-2/+2
Bug-AGL: SPEC-2654 Change-Id: I4d54469711fcdc326c4297567a3c9c8a2de4a4f2 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-04-06Fix package name in go.modhalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-1/+1
Change-Id: I6846e8dbf907349bd6780998b128a6427d98860c Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-04-04Fixed package tree and go mod filev0.5.0Sebastien Douheret10-49/+10
Change-Id: I1047094d5b80d0622e2c2ce674979f18207b8c0f Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-03-08Use go module files: go.mod & go.sumv0.4.0Sebastien Douheret3-12/+83
Get ride of glide that is now marked as obsolete. Change-Id: I85e982b5abf5287069a26e1953378a759309ef3b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-03-08Update vscode workspace settingsv0.3.1Sebastien Douheret1-0/+11
Change-Id: I25df360182a2d6e5e262e50c08e3a4e0dfa2977a Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-19Set Content-Type to json in httpclient libhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.3flounder/5.99.2flounder/5.99.17.90.06.99.46.99.36.99.26.99.16.90.05.99.65.99.55.99.35.99.25.99.1Sebastien Douheret1-0/+9
Change-Id: I1f1dcb613c685aeac9981d85460b7899bb323a4d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-09Removed deprecated ExecPipeWs function (replaced by eows lib)v0.3.0Sebastien Douheret1-151/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-09Improved PtyMode (eows lib).Sebastien Douheret3-33/+62
- renamed PtsMode to PtyMode - used byte array instead of string - allowed terminal echo on/off (PtyMode only) - fixed support escaped and control characters (PtyMode only) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Add PtsMode support to eows libv0.2.0Sebastien Douheret3-48/+150
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Added SplitLineTime and SplitTime support in eowsv0.1.9eel_5.0.1eel/5.0.15.0.1Sebastien Douheret2-18/+53
- Used SplitTime to split command output by line - Used SplitLineTime to split command output by line or until a timeout has passed. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-02Added AGL .gitreview fileSebastien Douheret1-0/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-22Fixed reported error and logging.v0.1.8Sebastien Douheret2-5/+5
2017-12-22Added splitter method selection in eows lib.Sebastien Douheret2-2/+25
2017-12-12Added error about client ID or CSRF in log.Sebastien Douheret1-0/+1
2017-11-28Fixed incorrect log syntax.v0.1.7Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-23Add missing "in" argument for HTTP put function.v0.1.6Sebastien Douheret1-2/+2
2017-11-06Added highlevel request functions (Get, Post, ...)v0.1.5Sebastien Douheret1-53/+115
2017-10-05Add PUT and DELETE requests support.v0.1.4Sebastien Douheret1-24/+43
2017-09-29Changed log info on response error.Sebastien Douheret1-4/+1
2017-09-29Fixed Httpclient logging.v0.1.3Sebastien Douheret1-5/+20
- Allowed to set logger output, level and prefix on creation (part of HTTPClientConfig) - Fixed log level decoding
2017-09-29Fixed HTTPClient creation when client not responding.Sebastien Douheret1-4/+22
2017-09-22Fixed bug when not client ID detectedSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Added GetExePathv0.1.2Sebastien Douheret1-12/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Added GetUserHomev0.1.1Sebastien Douheret1-0/+14
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Added ${EXEPATH} support to ResolveEnvVar.Sebastien Douheret1-8/+27
2017-08-24Add prefix and set level from string to HTTP logger.v0.1.0Sebastien Douheret1-22/+49
2017-08-24Rework logger of HTTPClientSebastien Douheret1-28/+32
2017-08-18Removed unintentionally commited lines.v0.0.2Sebastien Douheret1-2/+0
2017-08-11Add IsDir function.Sebastien Douheret1-0/+12
2017-08-09Fix windows build.Sebastien Douheret1-5/+1
2017-08-08Commented exported functions or structures.Sebastien Douheret2-6/+8
2017-08-07Added eows (Exec Over WebSocket) package.Sebastien Douheret7-0/+398
2017-08-07Define cmdID as string.Sebastien Douheret1-5/+5
2017-08-07Make ResponseToBArray of httpclient public.Sebastien Douheret1-4/+4
2017-06-26Add READMEv0.0.1Sebastien Douheret1-0/+6
2017-06-26Initial commit to add golibSebastien Douheret4-0/+505
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Initial commitSebastien D1-0/+201