Skip to content

Releases: lesismal/llib

v1.2.2

14 May 18:09

Choose a tag to compare

tls: fix nonblocking readRecord length for handshake.

v1.2.1

03 Feb 17:13

Choose a tag to compare

  1. fix nil buffer panic for tls reading

v1.2.0

30 Dec 16:54

Choose a tag to compare

  1. optimize buffer pool, use *[]byte instead of []byte to reduce GC cost
  2. change the Allocator interface definition, not compatible with old version, so a big version to 2.0.0

v1.1.13

20 Jun 08:09

Choose a tag to compare

allow using user allocator

v1.1.12

13 May 11:52
c134b4a

Choose a tag to compare

  1. tls.Conn use different lock for read/write
  2. add tls.Conn.IsNonBlock()

v1.1.11

09 May 07:02
f5a549c

Choose a tag to compare

  1. expose ServerHello/ClientHello
  2. use common buffer pool for default Allocator
  3. add tls.Conn.ResetRawInput

v1.1.10

30 Oct 07:11
016d1e1

Choose a tag to compare

optimize outBuf.

v1.1.9

29 Oct 13:29
700c01a

Choose a tag to compare

use native allocator

v1.1.8

14 Oct 14:00

Choose a tag to compare

clean: remove unused

v1.1.7

09 Oct 04:28
f938c60

Choose a tag to compare