Skip to content

Releases: xant/libiomux

libiomux-2.6

18 Sep 14:40
Compare
Choose a tag to compare
  • minor cleanings
  • some extra checks and handling for out-of-memory conditions

libiomux-2.5

17 Jul 13:30
Compare
Choose a tag to compare
  • optiomizations

libiomux-2.4

17 Dec 09:04
Compare
Choose a tag to compare
  • Optimized the implementation of fd-based timeouts

libiomux-2.3

05 Nov 11:34
Compare
Choose a tag to compare
  • minor fixes in the timeout execution code
  • fixed a corner case badly handled in the epoll-based implementation

libiomux-2.2

04 Sep 14:27
Compare
Choose a tag to compare
  • some changes to the output interface in terms of memory-management of the output buffers
  • minor bugfixes

libiomux-2.1

10 Jul 09:44
Compare
Choose a tag to compare
  • Minor bugfixes
  • Allow to register a callback which can take care of releasing the output buffers (if necessary)

libiomux-2.0

23 May 06:41
Compare
Choose a tag to compare
  • New mux_output API
  • Bugfixes

libiomux-1.9.1

27 Apr 13:57
Compare
Choose a tag to compare
  • bugfixes

libiomux-1.9

19 Apr 09:22
Compare
Choose a tag to compare
  • Try to mitigate accept() storms in the case the maximum number of available file descriptor is reached
  • Optimizations in iomux_run()

libiomux-1.8

15 Apr 08:12
Compare
Choose a tag to compare
  • use getrlimit() at construction time to determine the max number of manageable fildescriptors
  • minor fixes and tweaks