Xin.Zh [Sat, 15 Jan 2022 10:33:06 +0000 (18:33 +0800)]
Merge pull request #92 from takewofly/feat/connect_session
Fix: fix connection was assigned a nil will lead to panic
jason [Tue, 11 Jan 2022 14:52:37 +0000 (22:52 +0800)]
Fix: fix connection was assigned a nil will lead to panic
Xin.Zh [Wed, 12 Jan 2022 04:54:54 +0000 (12:54 +0800)]
Merge pull request #91 from takewofly/bug/panic
Fix: taskPool will execute task when session was nil
jason [Fri, 7 Jan 2022 03:15:26 +0000 (11:15 +0800)]
Fix: taskPool will execute task when session was nil
Xin.Zh [Mon, 20 Dec 2021 10:58:12 +0000 (18:58 +0800)]
Merge pull request #86 from takewofly/feature/log
Ipm: change from log4go to dubbo getty default log lib
jason [Wed, 8 Dec 2021 13:48:13 +0000 (21:48 +0800)]
Ipm: use dubbogo log lib
Xin.Zh [Mon, 29 Nov 2021 13:41:46 +0000 (21:41 +0800)]
Merge pull request #85 from takewofly/feature/example
Ftr: copy example from getty to dubbo-getty.
jason [Tue, 23 Nov 2021 14:57:38 +0000 (22:57 +0800)]
remove change log
jason [Mon, 22 Nov 2021 15:41:04 +0000 (23:41 +0800)]
fix ci
jason [Mon, 22 Nov 2021 15:25:46 +0000 (23:25 +0800)]
Ftr: move getty's example to dubbo-getty
Xin.Zh [Thu, 18 Nov 2021 15:37:02 +0000 (23:37 +0800)]
Merge pull request #84 from takewofly/feature/upgrade_gost
Opt: upgrade gost for timer panic
jason [Thu, 18 Nov 2021 06:34:39 +0000 (14:34 +0800)]
Opt: upgrade gost for resolve problem
Xin.Zh [Wed, 17 Nov 2021 05:19:57 +0000 (13:19 +0800)]
Merge pull request #82 from takewofly/feature/split
Opt: split large packet to n*16KB packet
jason [Wed, 17 Nov 2021 04:02:29 +0000 (12:02 +0800)]
16KB use Rlock
jason [Tue, 16 Nov 2021 13:06:57 +0000 (21:06 +0800)]
gofumpt
jason [Tue, 16 Nov 2021 07:42:53 +0000 (15:42 +0800)]
address comment
jason [Tue, 16 Nov 2021 02:37:23 +0000 (10:37 +0800)]
make var more readable
jason [Tue, 16 Nov 2021 02:32:04 +0000 (10:32 +0800)]
reduce size to zero then return
jason [Mon, 15 Nov 2021 09:56:53 +0000 (17:56 +0800)]
address comment
jason [Sun, 14 Nov 2021 14:04:03 +0000 (22:04 +0800)]
use lock on write method
jason [Sat, 30 Oct 2021 14:26:53 +0000 (22:26 +0800)]
address comment
jason [Sat, 30 Oct 2021 04:30:14 +0000 (12:30 +0800)]
fmt for license
jason [Sat, 30 Oct 2021 04:26:23 +0000 (12:26 +0800)]
Opt: split large packet to n*16KB packet
Xin.Zh [Thu, 28 Oct 2021 11:31:31 +0000 (19:31 +0800)]
Merge pull request #81 from apache/feature/gxbytes-buffer
Imp: using gxbytes.Buffer WriteNextBegin/WriteNextEnd
AlexStocks [Thu, 28 Oct 2021 06:28:50 +0000 (14:28 +0800)]
update go mod
Xin.Zh [Thu, 28 Oct 2021 02:18:08 +0000 (10:18 +0800)]
Merge pull request #80 from takewofly/bug/race
Opt: change timeout to atomic
AlexStocks [Tue, 26 Oct 2021 04:21:31 +0000 (12:21 +0800)]
Imp: using gxbytes.Buffer WriteNextBegin/WriteNextEnd
jason [Sun, 24 Oct 2021 14:08:54 +0000 (22:08 +0800)]
gofumpt connection
jason [Fri, 22 Oct 2021 15:08:11 +0000 (23:08 +0800)]
fix license
jason [Fri, 22 Oct 2021 14:31:28 +0000 (22:31 +0800)]
Opt: change timeout to atomic
Xin.Zh [Sun, 17 Oct 2021 04:33:59 +0000 (12:33 +0800)]
Merge pull request #78 from apache/fix/issue-77
fix issue 77: process the last package before handle eof error
AlexStocks [Sat, 9 Oct 2021 15:10:06 +0000 (23:10 +0800)]
fix issue 77: process the last package before handle eof error
Xin.Zh [Thu, 23 Sep 2021 05:53:17 +0000 (13:53 +0800)]
Merge pull request #76 from LaurenceLiZhixin/ori_master
remove read buffer collection
lizhixin.lzx [Thu, 23 Sep 2021 03:07:16 +0000 (11:07 +0800)]
fix: remote unused defer
lizhixin.lzx [Sat, 11 Sep 2021 08:12:47 +0000 (16:12 +0800)]
remove read buffer collection
Xin.Zh [Sun, 22 Aug 2021 06:27:02 +0000 (14:27 +0800)]
Merge pull request #73 from Mulavar/rft/code-format
Rft/code format
dongjianhui03 [Sat, 21 Aug 2021 14:37:58 +0000 (22:37 +0800)]
rft(*): reorganize code with proper file name
dongjianhui03 [Sat, 7 Aug 2021 16:23:34 +0000 (00:23 +0800)]
format comments & function name
Xin.Zh [Wed, 11 Aug 2021 11:02:32 +0000 (19:02 +0800)]
Merge pull request #72 from Mulavar/fix/timeout
fix(*): revert 17b08d to fix timeout error
dongjianhui03 [Tue, 10 Aug 2021 16:09:19 +0000 (00:09 +0800)]
fix(*): revert 17b08d to fix timeout error
Xin.Zh [Tue, 27 Jul 2021 14:41:34 +0000 (22:41 +0800)]
Merge pull request #69 from Mulavar/imports-fmt
style(*): format all imports with dubbogo/tools/imports-formatter
Dong Jianhui [Tue, 27 Jul 2021 14:00:32 +0000 (22:00 +0800)]
style(*): format all imports with dubbogo/tools/imports-formatter
Xin.Zh [Fri, 9 Jul 2021 07:34:04 +0000 (15:34 +0800)]
Ftr: delete session.handleLoop (#56)
* delete session.handleLoop
* fix error codes
* fix unit test
* feat: benckmark
* feat: 添加压测程序
* feat: remove no need info
* feat: del exec file
* feat: fix client's session
* feat: update gomod
* feat: fix imports
* feat: update gomod
* feat: change sessionTimerLoop to heartbeat
* feat: go fmt
* feat: update benchmark client send message
* feat: remove loop_client unreachable code
* increase grNum before starting goroutine
* feat: format
* feat: add dubbo-getty alias
* feat: fix gettyUDPConn recv err
Co-authored-by: watermelon <80680489@qq.com>
Co-authored-by: georgehao <haohongfan@gmail.com>
Co-authored-by: wangoo <wongoo@apache.org>
Xin.Zh [Thu, 1 Jul 2021 11:32:43 +0000 (19:32 +0800)]
Merge pull request #68 from luoyunhe/fix
fix conn data race
luoyunhe1 [Thu, 1 Jul 2021 02:33:42 +0000 (10:33 +0800)]
fix conn data race
Xin.Zh [Wed, 31 Mar 2021 14:46:05 +0000 (22:46 +0800)]
Merge pull request #59 from georgehao/master
feat: format use gofumpt
georgehao [Wed, 31 Mar 2021 14:28:36 +0000 (22:28 +0800)]
feat: format use gofumpt
Xin.Zh [Fri, 29 Jan 2021 09:26:36 +0000 (17:26 +0800)]
Merge pull request #58 from cvictory/fix/support_return_length
Ftr: return the total length and write length
cvictory [Fri, 29 Jan 2021 08:44:03 +0000 (16:44 +0800)]
review issue
cvictory [Fri, 29 Jan 2021 07:32:52 +0000 (15:32 +0800)]
support return total need transfer length
cvictory [Fri, 29 Jan 2021 07:03:46 +0000 (15:03 +0800)]
support return length
Xin.Zh [Fri, 29 Jan 2021 03:00:46 +0000 (11:00 +0800)]
Merge pull request #57 from apache/feature/write-size
Ftr: return write length
AlexStocks [Thu, 28 Jan 2021 00:48:31 +0000 (08:48 +0800)]
return write length
AlexStocks [Mon, 28 Dec 2020 04:32:29 +0000 (12:32 +0800)]
remark dingding notification
AlexStocks [Sun, 13 Dec 2020 16:39:42 +0000 (00:39 +0800)]
update gost version
Xin.Zh [Sun, 13 Dec 2020 16:32:29 +0000 (00:32 +0800)]
Merge pull request #54 from apache/feature/delet_wq
Rem: session.wQ
AlexStocks [Sun, 13 Dec 2020 14:27:27 +0000 (22:27 +0800)]
Add: go lint
AlexStocks [Sun, 13 Dec 2020 13:21:40 +0000 (21:21 +0800)]
delete session.SetTaskPool
AlexStocks [Thu, 10 Dec 2020 13:48:10 +0000 (21:48 +0800)]
Rem: wQ
Xin.Zh [Wed, 2 Dec 2020 12:08:52 +0000 (20:08 +0800)]
Merge pull request #53 from apache/1.4
Rem: session.SetRQLen
AlexStocks [Wed, 2 Dec 2020 12:06:58 +0000 (20:06 +0800)]
upgrade gost version
yuyu [Wed, 2 Dec 2020 08:50:03 +0000 (16:50 +0800)]
Rem: session.SetRQLen
Xin.Zh [Fri, 27 Nov 2020 16:35:36 +0000 (00:35 +0800)]
Merge pull request #51 from zaihang365/1.4
Add change list
watermelon [Tue, 24 Nov 2020 16:23:56 +0000 (00:23 +0800)]
Add change list
Xin.Zh [Mon, 23 Nov 2020 02:48:15 +0000 (10:48 +0800)]
Merge pull request #50 from zaihang365/opt_taskpool
opt: move taskpool at endpoint layer
watermelon [Sun, 22 Nov 2020 16:03:06 +0000 (00:03 +0800)]
opt: update gost to 1.9.6
watermelon [Wed, 18 Nov 2020 15:51:21 +0000 (23:51 +0800)]
opt: remove unuseful pkg
watermelon [Sun, 15 Nov 2020 16:52:16 +0000 (00:52 +0800)]
opt: move taskpool at endpoint layer
yuyu [Fri, 13 Nov 2020 14:48:53 +0000 (22:48 +0800)]
update ding token
Huang YunKun [Wed, 4 Nov 2020 01:58:11 +0000 (09:58 +0800)]
Create .asf.yaml
Xin.Zh [Sat, 31 Oct 2020 06:41:57 +0000 (14:41 +0800)]
Merge pull request #47 from sdttttt/sdttttt-patch-1
Ftr: Migrate travis Ci to GithubActions
Psnail [Sun, 13 Sep 2020 13:39:09 +0000 (21:39 +0800)]
Rename go.yml to github-actions.yml
Psnail [Sun, 13 Sep 2020 13:26:46 +0000 (21:26 +0800)]
docs: Fix description mistake.
Psnail [Sun, 13 Sep 2020 12:28:20 +0000 (20:28 +0800)]
ci: migrate complete.
Psnail [Sun, 13 Sep 2020 12:20:29 +0000 (20:20 +0800)]
Update go.yml
Psnail [Sun, 13 Sep 2020 12:10:58 +0000 (20:10 +0800)]
Create go.yml
AlexStocks [Tue, 18 Aug 2020 05:13:22 +0000 (13:13 +0800)]
Mod: format codes
yuyu [Tue, 18 Aug 2020 02:34:20 +0000 (10:34 +0800)]
update go module name
watermelon [Thu, 13 Aug 2020 07:49:03 +0000 (15:49 +0800)]
Merge pull request #46 from aliiohs/exposeMaxWheelTimeSpan
Fix:ExposeMaxWheelTimeSpan
aliiohs [Wed, 12 Aug 2020 11:44:21 +0000 (19:44 +0800)]
expose maxWheelTimeSpan
aliiohs [Wed, 12 Aug 2020 11:36:58 +0000 (19:36 +0800)]
expose maxWheelTimeSpan
aliiohs [Mon, 10 Aug 2020 02:48:37 +0000 (10:48 +0800)]
add tls test case (#45)
Co-authored-by: aliiohs <renzhiyuan@wecash.net>
Xin.Zh [Fri, 7 Aug 2020 05:15:22 +0000 (13:15 +0800)]
Merge pull request #44 from aliiohs/feature/addTlsSupport
Feature/add tls support
aliiohs [Sun, 2 Aug 2020 09:41:47 +0000 (17:41 +0800)]
add tls test case
aliiohs [Sat, 1 Aug 2020 17:01:07 +0000 (01:01 +0800)]
add tls config builder interface
aliiohs [Fri, 31 Jul 2020 15:48:53 +0000 (23:48 +0800)]
add tls demo
aliiohs [Mon, 27 Jul 2020 14:36:55 +0000 (22:36 +0800)]
add tls support
aliiohs [Mon, 27 Jul 2020 14:21:38 +0000 (22:21 +0800)]
add tls support
aliiohs [Mon, 20 Jul 2020 15:04:19 +0000 (23:04 +0800)]
add tls support
Xin.Zh [Sun, 19 Jul 2020 16:23:10 +0000 (00:23 +0800)]
Merge pull request #42 from zaihang365/featrue/ReplacePkgs
Mod: replace some pkgs
Xin.Zh [Sun, 19 Jul 2020 16:22:39 +0000 (00:22 +0800)]
Merge pull request #43 from zaihang365/feature/removeCodes
Feature/removeSomeCommits
watermelo [Sun, 19 Jul 2020 05:42:38 +0000 (13:42 +0800)]
Mod: fmt the codes
watermelo [Sun, 19 Jul 2020 05:36:19 +0000 (13:36 +0800)]
Mod: update branch conflict
watermelon [Sun, 19 Jul 2020 05:31:18 +0000 (13:31 +0800)]
Merge branch 'master' into feature/removeCodes
watermelon [Sun, 19 Jul 2020 05:31:18 +0000 (13:31 +0800)]
Merge branch 'master' into feature/removeCodes
watermelo [Sun, 19 Jul 2020 04:40:17 +0000 (12:40 +0800)]
Add: update comments
watermelo [Sat, 18 Jul 2020 14:02:51 +0000 (22:02 +0800)]
Mod: update mod
watermelo [Tue, 14 Jul 2020 06:35:54 +0000 (14:35 +0800)]
Fix: lost some pkgs
watermelo [Tue, 14 Jul 2020 06:25:31 +0000 (14:25 +0800)]
Add: add apache license
watermelo [Tue, 14 Jul 2020 03:41:12 +0000 (11:41 +0800)]
Add: validate license script