Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gnet

🌐🐳 A high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
Collective - Host: opensource - https://opencollective.com/gnet - Code: https://github.com/panjf2000/gnet

patch: v2.7.1

github.com/panjf2000/gnet - panjf2000 opened this pull request 4 days ago
test: add an example for the netpoll package

github.com/panjf2000/gnet - panjf2000 opened this pull request 5 days ago
feat: export the core internal packages

github.com/panjf2000/gnet - panjf2000 opened this pull request 6 days ago
support timeout when Dial

github.com/panjf2000/gnet - tyws opened this pull request 28 days ago
patch: v2.6.3

github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 month ago
opt: renovate the concurrency management of gnet engine

github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 month ago
patch: v2.6.2

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
opt: eliminate the inuse eventloop.cache for idle connections

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
patch: v2.6.1

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
opt: use worker pool for asynchronous tasks on Windows

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
chore: rename some parameters

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
Bugfix/cache

github.com/panjf2000/gnet - szza opened this pull request about 2 months ago
opt: optimize Conn.Next and Conn.Peek

github.com/panjf2000/gnet - panjf2000 opened this pull request about 2 months ago
test: add test for SO_BINDTODEVICE with TCP

github.com/panjf2000/gnet - panjf2000 opened this pull request 2 months ago
minor: v2.6.0

github.com/panjf2000/gnet - panjf2000 opened this pull request 2 months ago
feat: support SO_BINDTODEVICE on Linux

github.com/panjf2000/gnet - panjf2000 opened this pull request 2 months ago
bug: fix Conn.Next not safe (#648)

github.com/panjf2000/gnet - zhongweikang opened this pull request 2 months ago
[Bug]: conn.Next not safe

github.com/panjf2000/gnet - zhongweikang opened this issue 2 months ago
[Bug]: conn.Next not safe

github.com/panjf2000/gnet - zhongweikang opened this issue 2 months ago
[Question]: conn.RemoteAddr() null pointer

github.com/panjf2000/gnet - wangxinshuo opened this issue 3 months ago
patch: v2.5.9

github.com/panjf2000/gnet - panjf2000 opened this pull request 4 months ago
patch: v2.5.8

github.com/panjf2000/gnet - panjf2000 opened this pull request 4 months ago
opt: bump up minimum required Go version to 1.20

github.com/panjf2000/gnet - panjf2000 opened this pull request 4 months ago
[Bug]: concurrent map write and read

github.com/panjf2000/gnet - Rui-i opened this issue 5 months ago
[Question]: Communicate with netty

github.com/panjf2000/gnet - 879611427 opened this issue 5 months ago
[Question]: type engine struct {

github.com/panjf2000/gnet - ayamzh opened this issue 6 months ago
patch: v2.5.7

github.com/panjf2000/gnet - panjf2000 opened this pull request 6 months ago
patch: v2.5.6

github.com/panjf2000/gnet - panjf2000 opened this pull request 6 months ago
opt: close file descriptor after OnClose()

github.com/panjf2000/gnet - panjf2000 opened this pull request 6 months ago
patch: v2.5.5

github.com/panjf2000/gnet - panjf2000 opened this pull request 7 months ago
test: increase the test code coverage a little bit

github.com/panjf2000/gnet - panjf2000 opened this pull request 7 months ago
patch: v2.5.4

github.com/panjf2000/gnet - panjf2000 opened this pull request 7 months ago
bug: fix Conn.Next and Conn.Peek panic On Unix

github.com/panjf2000/gnet - serious-snow opened this pull request 7 months ago
[Feature]: tls support

github.com/panjf2000/gnet - Rohsichan opened this issue 7 months ago
chore: upgrade modules and update .gitignore

github.com/panjf2000/gnet - panjf2000 opened this pull request 7 months ago
UDP FD handle is not released

github.com/panjf2000/gnet - vela-security opened this issue 7 months ago
[Feature]: `io_uring` support

github.com/panjf2000/gnet - sprappcom opened this issue 7 months ago
patch: v2.5.3

github.com/panjf2000/gnet - panjf2000 opened this pull request 7 months ago
[Bug]: Discard() panic

github.com/panjf2000/gnet - chen2ding opened this issue 8 months ago
opt: improve the performance of sending data

github.com/panjf2000/gnet - limpo1989 opened this pull request 8 months ago
Special treatment for the first package

github.com/panjf2000/gnet - skyw4code opened this issue 8 months ago
patch: v2.5.2

github.com/panjf2000/gnet - panjf2000 opened this pull request 8 months ago
patch: v2.5.1

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: fix compilation errors on *BSD

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: reduce duplicate code for I/O reactors

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
minor: v2.5.0

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: reduce duplicate code of I/O processing

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: refine the code of I/O handlers

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: enable ET mode on listener event-loop by default

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: disable SO_REUSEPORT on Unix domain sockets

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
opt: don't disable SO_REUSEPORT on DragonFlyBSD

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
Don't disable SO_REUSEPORT on DragonFlyBSD

github.com/panjf2000/gnet - panjf2000 opened this issue 9 months ago
opt: only enable SO_REUSEPORT on Linux and FreeBSD

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
feat: support multiple network addresses binding

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
feat: support edge-triggered I/O

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
patch: v2.4.2

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
[Feature]: support edge-triggered I/O

github.com/panjf2000/gnet - panjf2000 opened this issue 9 months ago
bug: fix the EEXIST of epoll_ctl in eventloop.open

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
minor: v2.4.0

github.com/panjf2000/gnet - panjf2000 opened this pull request 9 months ago
feat: support TLS server

github.com/panjf2000/gnet - leslie-fei opened this pull request 9 months ago
[Question]: Will the OnTraffic function be called concurrently?

github.com/panjf2000/gnet - Fish-watching-the-sea opened this issue 10 months ago