summaryrefslogtreecommitdiff
path: root/edgemesh (follow)
Commit message (Expand)AuthorAgeFilesLines
* squash! change #!/usr/bin/bash to #!/usr/bin/env bashedge2019-12-251-1/+1
* add a judgement before decoding the messageedge2019-11-271-3/+10
* dns query from container can not correctly return backedge2019-11-221-2/+2
* delete ctx, cancel field from module struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-11/+1
* change Context struct to BeehiveConttext. add golang ctx field to BeehiveContext•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-2/+1
* edgemesh: delete beehiveContext fiield from edgemesh struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-154-16/+7
* change GetContext function name to InitContext, and export AddModule,AddModul...•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-153-3/+3
* edgemesh:uses the golang context instead of the stop channel•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-121-6/+20
* fix: immediate return when dns server start err•••Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> Guangming Wang2019-10-111-1/+2
* cleanup: remove or simplification code pieces•••default action set to break for loop reform code to more natural logic jump to next loop when build message failed Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> Guangming Wang2019-09-282-5/+1
* fix bug #1097arcanique2019-09-051-11/+7
* L4 Proxy supportArcanique2019-08-215-20/+772
* Merge pull request #1038 from anyushun/cleanup-edgemesh•••cleanup edgemeshKubeEdge Bot2019-08-194-34/+0
|\
| * cleanup edgemesh•••1. everything init in pkg/server/server.go, so cmd/edgemesh.go no need do it 2. go-chassis upgrade to v1.6.1, no need to init HystrixConfig now anyscoding2019-08-184-34/+0
* | implement ipv6 valid logic and typo fixsoolaugust2019-08-171-2/+6
|/
* unifying edgemesh component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-1610-46/+66
* edgemesh use explicit callfisherxu2019-08-162-2/+6
* add unit testschlins2019-08-161-0/+29
* Merge pull request #989 from Holt2016/master•••set load balance strategy from edge.yaml and tcp server listens on ip of interface docker0KubeEdge Bot2019-08-125-34/+48
|\
| * set load balance strategy from edge.yaml and tcp server listens on ip of inte...Holt20162019-08-125-34/+48
* | server/dns.go: error should be "ignore"•••Signed-off-by: ethan <guangming.wang@daocloud.io>ethan2019-08-061-1/+1
|/
* Fix the panic error when interface is not createArcanique2019-07-121-9/+16
* Add feature : Pass through the DNS request if the client does not access the ...Arcanique2019-07-051-29/+60
* gofmt the projectSiddharth Bhadri2019-06-3010-124/+116
* edgemesh listen on all ip default and fix go-chassis panic buganyscoding2019-06-222-1/+7
* Add hijacking script tools and initContainer image Dockerfile. Add new featur...Arcanique2019-06-226-1/+718
* Add new feature of servicemesh (#738)•••* Implementing EdgeMeshliuzhiyi19932019-06-2114-0/+838