Posts in 2024
-
Release v0.6.0
Monday, March 04, 2024 in Netpoll
Projects:
Feature [#306] feat: lazy init pollers to avoid create any poller goroutines if netpoll is not used [#303] feat: add WithOnDisconnect callback [#300] feat: netpoll exception implement net.Error interface [#294] feat: add SetRunner option Fix …
Posts in 2023
-
Release v0.5.1
Wednesday, October 18, 2023 in Netpoll
Projects:
Fix [#289] fix: panic/fault when dial connection timeout Optimise [#290] optimise: rm useless inputBarrier
-
Release v0.5.0
Tuesday, September 26, 2023 in Netpoll
Projects:
Optimize [#274] optimize: increase first bookSize to 8KB to reduce overhead for connection read at begin [#273] optimize: ignore EOF when read a closed connection Fix [#283] fix: protect operator dont be detach twice [#280] fix: detach operator …
-
Release v0.4.0
Wednesday, June 14, 2023 in Netpoll
Projects:
Feature: [#249] feat: add Detach function to support detach connection from its poller Optimize: [#250] optimize: WriteDirect implementation to avoid panic and duplicate creation of redundant LinkBufferNode when remainLen is 0 Bugfix: [#256] …
Posts in 2022
-
Release v0.3.0
Wednesday, November 09, 2022 in Netpoll
Projects:
Feat [#206] feat: connection flush support write timeout. [#182] feat: dial in ipv6 only. Fix [#200] fix: fd not detach when close by user. [#196] fix: limit iovecs max to 2GB(2^31). [#179] fix: length overflow. [#183] fix: dont check epollout …
-
Release v0.2.2
Thursday, April 28, 2022 in Netpoll
Projects:
Improvement Fix: reduce costs of SetNumLoops Chore: update mcache and ci Feat: recycle caches when LinkBuffer is closed Fix Fix: send&close ignored by OnRequest Fix: fill lost some data when read io.EOF Fix: check is active when flush Doc …
-
Release v0.2.0
Tuesday, February 22, 2022 in Netpoll
Projects:
Improvement Feat: on connect callback Feat: new conn api - Until Feat: support dialing without timeout Fix Fix: trigger close callback if only set the onConnect callback Fix: add max node size to prevent OOM Fix: FDOperator.reset() not reset …
Posts in 2021
-
Release v0.1.1
Thursday, December 09, 2021 in Netpoll
Projects:
Improvement enhance mux shard queue Bugfix book never reset readnode Chore update readme
-
Release v0.1.0
Wednesday, December 01, 2021 in Netpoll
Projects:
Improvement add mux.ShardQueue to support connection multiplexing input at a single LinkBuffer Node to improve performance fix waitReadSize logic bug and enhance input trigger reduce timeout issues when waitRead and inputAck have competition unify …