-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rft: network & codec #673
Merged
Merged
Rft: network & codec #673
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
1eb4a83
getty refactor
cvictory fa61e9d
refactor getty
cvictory 0ba15c8
refactor getty
cvictory 9bc37f3
Merge branch 'master' of github.com:apache/dubbo-go into getty_reactor
cvictory c67d34a
fix review issue
cvictory acc7c79
fix review issue
cvictory d48fd1e
remove unused code, add license
cvictory 58e7e86
fix review issue: add comment and some optimization
cvictory adb55ce
split import sentense, fix some review
cvictory 1bbe0b4
modify log
cvictory dc2b68f
fix run issue
cvictory fe3c5b0
fix issue: create gettyClientConn every time
cvictory 1e07952
fix : url.getPath contains slash, but it don't in dubbo-java
cvictory c6abc0d
unit test
cvictory 15608af
fix review issue
cvictory cbac0c9
remove unused code
cvictory 7f9c7a4
reactor import
cvictory 7c30fdc
fix review issue
cvictory dd36c9c
fix review issue
cvictory 713fcf9
fix review issue
cvictory a08d2c7
fix review issue
cvictory 5ba2307
refactor ServiceKey func
cvictory a10ff4d
Merge pull request #495 from cvictory/getty_reactor
hxmhlt 3d308e4
fix: path is not in param
cvictory 38c9c09
fix: path is not in param
cvictory fff3011
fix: path is not in param
cvictory 1a42f33
Merge pull request #592 from cvictory/getty_reactor
zouyx 6b93bbc
Fix: resolve conflicts
fangyincheng 0e2de75
Merge remote-tracking branch 'apache/develop' into refact-seri
fangyincheng 9b260cf
Fix: merge stash
fangyincheng 14564b9
Mrg: merge develop
fangyincheng ff4f2f7
Mod: comment ut for protobuf of dubbo
fangyincheng 9a26d03
resolve conflicts
fangyincheng ee5e94f
Merge remote-tracking branch 'apache/develop' into refact-seri
fangyincheng 6338a82
Fix: fix
fangyincheng 8f032b7
Mrg: from develop
fangyincheng 5050d26
fix: fix TestDubboProtocol_Export test
f86865d
fix: testDubboProtocol_Export exporterMap after 'Unexport' url key
eba6a13
fix: fix TestDubboProtocol_Export test
2d44241
fix: testDubboProtocol_Export exporterMap after 'Unexport' url key
d2bdc6f
Mrg:merge develop
fangyincheng ada3eb6
Merge branch 'refact-seri' of github.com:apache/dubbo-go into refact-…
566a7e3
Mrg: merge from develop
fangyincheng 3ec9e9f
feat: fix protocol, remoting/getty uint test failure
d58c37f
Merge branch 'refact-seri' of github.com:apache/dubbo-go into refact-…
f9f1d7a
feat: format import
2d8d2f0
feat: rest GetBigPkg
e21eb40
Merge pull request #736 from georgehao/refact-seri
fangyincheng e719100
Fix:bug
fangyincheng 05f53c5
fix comments
fangyincheng 1477f22
Merge remote-tracking branch 'apache/develop' into refact-seri
fangyincheng b33f44d
fix comments
fangyincheng 7d114b0
fixed conflicts with develop
fangyincheng 5a3e744
Merge remote-tracking branch 'apache/develop' into refact-seri
fangyincheng 6e8281f
Fix: fixed some comments
fangyincheng 89db192
fix: resove dev RPCResult struct change
a35e2b2
fix: add injectTraceCtx to getty
4ccc705
Merge pull request #754 from georgehao/refact-seri
AlexStocks 48d746f
feat: resolve go.mod conflict
b5b8c0e
Merge pull request #755 from georgehao/refact-seri
fangyincheng d366705
feat: format DubboCodec
8279058
feat: add some comment
5b06802
Merge pull request #756 from georgehao/refact-seri
zouyx 2f48d10
Merge remote-tracking branch 'apache/develop' into refact-seri
fangyincheng 517f54d
feat: delete dubbo_protocol assert remoting.ExchangeClient
a24034c
feat: merge one line
0f12ccb
Merge pull request #760 from georgehao/refact-seri
AlexStocks 4f3d4ff
Mrg: fixed conflicts
fangyincheng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor getty
- Loading branch information
commit fa61e9de457577e8e1c5300b1caf39d03ae69789
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
singleton or not?