- 6feb7c8 Merge pull request #129 from apache/refactor/ci by Xin.Zh · 32 hours ago master
- fecc3bd fix(example): fix comment by marsevilspirit · 2 days ago refactor/ci
- a858e49 refactor(ci): big refactor by marsevilspirit · 2 days ago
- 83a5e88 Merge pull request #127 from marsevilspirit/master by Xin.Zh · 9 months ago
- 2e547d0 update version by marsevilspirit · 9 months ago
- 218a54a update run cmd and readme by marsevilspirit · 10 months ago
- 888aac9 update readme.md by marsevilspirit · 10 months ago
- b342ed4 Merge pull request #126 from No-SilverBullet/master by Xin.Zh · 1 year, 1 month ago
- abe4a17 Merge pull request #6 from No-SilverBullet/refact/tcp_reconnect by xinfan.wu · 1 year, 1 month ago
- b088927 refact import style by xinfan.wu(吴歆帆) · 1 year, 1 month ago
- 1236f52 Merge pull request #5 from No-SilverBullet/refact/tcp_reconnect by xinfan.wu · 1 year, 1 month ago
- 546e796 refactor:Add new client-side attribute maxReconnectAttempts to represent the max reconnect attempts in maintaining the tcp connetion pool size by xinfan.wu(吴歆帆) · 1 year, 1 month ago
- ac07194 Merge pull request #124 from No-SilverBullet/master by Xin.Zh · 1 year, 3 months ago
- 84504ea Merge pull request #4 from No-SilverBullet/refactor/tcp_reconnect_var_rename by xinfan.wu · 1 year, 3 months ago
- e64ed0c refact:rename the variable name in TCP reconnect by xinfan.wu(吴歆帆) · 1 year, 3 months ago
- a96fbf7 Merge pull request #123 from No-SilverBullet/master by Xin.Zh · 1 year, 3 months ago v1.5.0
- 56834ab Merge pull request #3 from No-SilverBullet/fix/ws-read by xinfan.wu · 1 year, 3 months ago
- 64f4e1f fix:add mutex in websocket ReadMessage() to prevent data race by xinfan.wu(吴歆帆) · 1 year, 3 months ago
- 2769505 Merge pull request #121 from No-SilverBullet/master by Xin.Zh · 1 year, 3 months ago v1.4.12
- 01362ff Merge pull request #2 from No-SilverBullet/fix/issue103 by xinfan.wu · 1 year, 3 months ago
- fd6e766 refactor: error format in WritePkg method by xinfan.wu(吴歆帆) · 1 year, 3 months ago
- 31379a1 Merge pull request #1 from No-SilverBullet/fix/issue103 by xinfan.wu · 1 year, 4 months ago
- 33fad96 refactor:use named return values for WritePkg method to return the captured panic to caller by xinfan.wu(吴歆帆) · 1 year, 4 months ago
- 7b6e32d fix:issue 120 add mutex to prevent data race in websocket write message by xinfan.wu(吴歆帆) · 1 year, 4 months ago
- c929434 Merge branch 'apache:master' into master by xinfan.wu · 1 year, 4 months ago
- 6a6e1d1 Merge pull request #117 from No-SilverBullet/fix/reconnect by Xin.Zh · 1 year, 4 months ago v1.4.11
- ce6736e Merge pull request #118 from Jardaliao/fix-closing-connection-returns-invalid-code by Xin.Zh · 1 year, 4 months ago
- b33c1e6 fix:maxDuration typo by No-SilverBullet · 1 year, 5 months ago
- 05a6a9a style:change the declaration location ofreconnect-related variables by No-SilverBullet · 1 year, 5 months ago
- 3fd276b Delete .github/workflows/main.yml by No-SilverBullet · 1 year, 5 months ago
- ac8c9a6 Create main.yml by No-SilverBullet · 1 year, 5 months ago
- 0c0272c style:format code by No-SilverBullet · 1 year, 5 months ago
- 4d36106 fix: closing websocket connection returns invalid status code by Jarda · 1 year, 5 months ago
- d3f5be3 style:调整代码注释 by xinfan.wu(吴歆帆) · 1 year, 5 months ago
- 4cbf2c1 restore import format by No-SilverBullet · 1 year, 5 months ago
- 52e6c4a restore import farmat by No-SilverBullet · 1 year, 5 months ago
- 553dc29 fix:1.stop to reconnect when face EOF error 2.exit reconnect when reconnection times exceeds the connection numbers by xinfan.wu(吴歆帆) · 1 year, 5 months ago
- a5233ed Merge pull request #115 from hongshengjie/master by Xin.Zh · 1 year, 6 months ago v1.4.10
- 4033bd3 bufix: add tlsHandshake timeout to prevent readtimeout cause dead loop by hongshengjie · 1 year, 6 months ago
- 71b8185 Merge pull request #108 from takewofly/fix_on_message by Xin.Zh · 1 year, 6 months ago
- 93d91b4 Merge pull request #114 from apache/dependabot/go_modules/golang.org/x/sys-0.1.0 by Xin.Zh · 1 year, 6 months ago
- dccc3d5 Bump golang.org/x/sys from 0.0.0-20220128215802-99c3d69c2c27 to 0.1.0 by dependabot[bot] · 1 year, 6 months ago
- 1643183 Merge pull request #112 from DMwangnima/chore/upgrate_go_to_1.20 by Xin.Zh · 1 year, 6 months ago
- 985ac66 fix test by Scout Wang · 1 year, 6 months ago
- eacf90a replace deprecated method from Temporary() to Timeout() by Scout Wang · 1 year, 6 months ago
- 3fc5e81 replace io/ioutil to os by Scout Wang · 1 year, 6 months ago
- 00bb32f upgrade golangci-lint version by Scout Wang · 1 year, 6 months ago
- 3038141 chore: upgrade go version from 1.14 to 1.20 by Scout Wang · 1 year, 6 months ago
- 582f4ca fix: when session is closed, no need do OnMessage by jason · 1 year, 6 months ago
- 04b1165 Merge pull request #109 from apache/fix/set-read-write-deadline by Xin.Zh · 1 year, 6 months ago
- ccec132 disable SetReadDeadline/SetWriteDeadline optimization alg because Go has fix the timer-cpu bug by alexstocks · 1 year, 6 months ago
- 7c0f003 Merge pull request #101 from iSuperCoder/refactor/mockable by Xin.Zh · 2 years, 1 month ago
- 1936cf8 Merge pull request #102 from iSuperCoder/feature/sync_from_alexstocks by Xin.Zh · 2 years, 1 month ago
- 1dea1c9 chore: unnecessary use of fmt.Sprintf by iSuperCoder · 2 years, 1 month ago
- 32af5a7 refactor: Adding comments to exported interface methods. by iSuperCoder · 2 years, 1 month ago
- 33a17aa refactor: Export private methods in the gett.Connection interface for mock testing outside of the getty package. by iSuperCoder · 2 years, 1 month ago
- 2ecc342 upgrade gost version by AlexStocks · 2 years, 10 months ago
- 532bf58 Merge pull request #98 from ZLBer/tls by Xin.Zh · 2 years, 11 months ago v1.4.9
- 4dc6252 fix: wrong tls config by zlb · 2 years, 11 months ago
- 3da63c3 Merge pull request #97 from Leospard/master by Xin.Zh · 3 years ago
- 532ea3f Update gost by Leospard · 3 years, 1 month ago
- dc1f011 Merge pull request #96 from takewofly/fix_benchmark_mb by Xin.Zh · 3 years, 1 month ago
- f0a3ead fix: change Aggregate bandwidth by jason · 3 years, 1 month ago
- 69d3bab add gnet comparation result by AlexStocks · 3 years, 1 month ago
- ceb444b Merge pull request #93 from takewofly/fix/dep by Xin.Zh · 3 years, 7 months ago v1.4.7-rc3 v1.4.8
- 2a4b909 Imp: remove goext & log4go in dep by jason · 3 years, 7 months ago
- 0b14a0d Merge pull request #92 from takewofly/feat/connect_session by Xin.Zh · 3 years, 8 months ago v1.4.7
- 431c47e Fix: fix connection was assigned a nil will lead to panic by jason · 3 years, 8 months ago
- 292995d Merge pull request #91 from takewofly/bug/panic by Xin.Zh · 3 years, 8 months ago
- d25d2a8 Fix: taskPool will execute task when session was nil by jason · 3 years, 8 months ago
- 76136d0 Merge pull request #86 from takewofly/feature/log by Xin.Zh · 3 years, 9 months ago v1.4.7-rc2
- de68c22 Ipm: use dubbogo log lib by jason · 3 years, 9 months ago
- 66e083f Merge pull request #85 from takewofly/feature/example by Xin.Zh · 3 years, 9 months ago
- a9bd614 remove change log by jason · 3 years, 10 months ago
- b1acb3b fix ci by jason · 3 years, 10 months ago
- 06db3ff Ftr: move getty's example to dubbo-getty by jason · 3 years, 10 months ago
- 16374d2 Merge pull request #84 from takewofly/feature/upgrade_gost by Xin.Zh · 3 years, 10 months ago v1.4.7-rc1
- c8ee29c Opt: upgrade gost for resolve problem by jason · 3 years, 10 months ago
- 54a2fad Merge pull request #82 from takewofly/feature/split by Xin.Zh · 3 years, 10 months ago
- a3f9370 16KB use Rlock by jason · 3 years, 10 months ago
- da1e5d5 gofumpt by jason · 3 years, 10 months ago
- c36fe81 address comment by jason · 3 years, 10 months ago
- 03338b9 make var more readable by jason · 3 years, 10 months ago
- a048da4 reduce size to zero then return by jason · 3 years, 10 months ago
- c3d9e00 address comment by jason · 3 years, 10 months ago
- 56c79d7 use lock on write method by jason · 3 years, 10 months ago
- 60b2b74 address comment by jason · 3 years, 10 months ago
- 3c3a318 fmt for license by jason · 3 years, 10 months ago
- 9c46f0f Opt: split large packet to n*16KB packet by jason · 3 years, 10 months ago
- a2461f8 Merge pull request #81 from apache/feature/gxbytes-buffer by Xin.Zh · 3 years, 10 months ago v1.4.6
- 43cebf1 update go mod by AlexStocks · 3 years, 11 months ago
- 66f2506 Merge pull request #80 from takewofly/bug/race by Xin.Zh · 3 years, 11 months ago
- 409eb86 Imp: using gxbytes.Buffer WriteNextBegin/WriteNextEnd by AlexStocks · 3 years, 11 months ago
- 04c5bef gofumpt connection by jason · 3 years, 11 months ago
- 9be0aee fix license by jason · 3 years, 11 months ago
- 1f01b71 Opt: change timeout to atomic by jason · 3 years, 11 months ago
- d58f9f3 Merge pull request #78 from apache/fix/issue-77 by Xin.Zh · 3 years, 11 months ago
- 70fe756 fix issue 77: process the last package before handle eof error by AlexStocks · 4 years ago fix/issue-77
- 5496713 Merge pull request #76 from LaurenceLiZhixin/ori_master by Xin.Zh · 4 years ago
- fb96d44 fix: remote unused defer by lizhixin.lzx · 4 years ago