Skip to content

Releases: IronsDu/brynet

v1.12.2

17 Dec 03:39
d9dda06
Compare
Choose a tag to compare
  1. support HTTP header callback. #126
  2. fixed move connect option. 0f8356f

v1.12.1

21 Jul 13:55
Compare
Choose a tag to compare

#125: add #pragma once for SendableMsg.hpp

v1.12.0

03 Jul 10:16
77d9ac3
Compare
Choose a tag to compare
  1. fix memory leak., set the ITcpService interface's destroy function is virtual
  2. #123 support HTTP HEAD method

v1.11.2

28 Mar 13:08
Compare
Choose a tag to compare
  1. #115 HTTP keep-alive bug
  2. #117: In postDisConnect, use runFunctorAfterLoop for call procCloseInLoop,avoid user call postDisConnect in message handler callback, because brynet will use receive buffer after this callback.
  3. #119: support specified event loop thread to processing IO, user can use this for single logic thread.

fix bug of modify mSendList before use it's element reference

13 Nov 02:02
Compare
Choose a tag to compare

fix bug of used after move

08 May 06:22
b33f44d
Compare
Choose a tag to compare

add clang-format

refactor wrapper's chain call style

18 Feb 14:44
Compare
Choose a tag to compare
  1. remove wrapper's Option pattern

v1.0.9

04 Dec 02:07
Compare
Choose a tag to compare
  1. refactor msg type for send, we can specify control memory manager.
  2. set high water callback
  3. modify data callback: use packet reader , instead of (const char* buffer, size_t len)
  4. shrink tcp connection's receive buffer

Enhance Http Benchmark

27 Oct 10:17
b0d13e7
Compare
Choose a tag to compare

fix bug of keep-alive
fix bug of parse http headers.

set some unnecessary function be private

06 Jun 23:29
4879414
Compare
Choose a tag to compare

1、TcpConnection::onEventLoop
2、TcpConnection::initAcceptSSL
3、HttpSession::setClosedCallback and so on.