Skip to content

Releases: an-tao/trantor

v1.5.25

29 Oct 09:41

Choose a tag to compare

Fixed

  • Fix Date::fromDbStringLocal() when YYYY-MM-DD is given.

  • Fix typo MICRO_SECONDS_PER_SEC.

v1.5.24

20 Jun 08:57

Choose a tag to compare

Changed

  • refactor: replace atomic counter with plain int in RunInLoopTest2.

Fixed

  • Fix compile errors in some case.

  • Fix a bug when sending streams.

v1.5.23

20 Feb 13:12

Choose a tag to compare

Changed

  • Replace ipv4 inet_ntop with a handrolled function.

Fixed

  • Fix some typos.

v1.5.22

27 Oct 06:35

Choose a tag to compare

Fixed

  • Fix a bug in the dtor of EventLoop.

  • Free leaked memory in ares resolver.

v1.5.21

10 Sep 15:16

Choose a tag to compare

API changes list

  • Add a method to reload the SSL certificate and private key on the fly.

Changed

  • Keep log level consistency.

v1.5.20

20 Jul 15:37

Choose a tag to compare

Changed

  • Add byte order detection for internal SHA1 implementation for OSX, POWER, RISC-V and s390.

Fixed

  • Fix Windows CI build fail by using the latest MSVC.

  • Fix the Botan TLS provider build on Linux.

  • Fix "pthread not found" build error when using Android NDK.

v1.5.19

08 Jun 11:04

Choose a tag to compare

changed

  • show forked repository build status.

  • Add cmake-format.

  • Some spelling corrections.

v1.5.18

04 May 14:33

Choose a tag to compare

Fixed

  • Fix data type conflict.

  • Fix build on latest c-ares.

v1.5.17

09 Feb 07:54

Choose a tag to compare

Changed

  • Make FileBufferNodeWin aware of UWP Win32 API.

  • Use ssize_t declared by toolchain when available.

v1.5.16

18 Jan 13:06

Choose a tag to compare

Changed

  • Add build badge for individual OS.

  • deinit libressl.

  • Remove mutex.

Fixed

  • Pile of fix for h2.

  • Fix a bug when sending data.

  • Fix c-ares CARES_EXTERN for static builds.

  • Fix header file name issue when cross-compiling on Windows.

  • Fix name issue when cross-compiling.