Releases: an-tao/trantor
Releases · an-tao/trantor
v1.0.0-rc8
API change list
- Add the isSSLConnection() method to the TcpConnection class
Changed
- Use the std::chrono::steady_clock for timers
v1.0.0-rc7
- Modify some code styles
v1.0.0-rc6
API change list
- Add index() interface to the EventLoop class.
Changed
-
Fix some compilation warnings.
-
Modify the CMakeLists.txt
v1.0.0-rc4
API change list
- None
Changed
- Add TrantorConfig.cmake so that users can use trantor with the
find_package(Trantor)
command.
Fixed
- Fix an SSL error (occurs when sending large data via SSL).
v1.0.0-rc3
API change list
- TcpConnection::setContext, TcpConnection::getContext, etc.
- Remove the config.h from public API.
Changed
- Modify the CMakeLists.txt.
- Modify some log output.
- Remove some unnecessary
std::dynamic_pointer_cast
calls.
v1.0.0-rc2
Added
- Add bytes statistics methods to the TcpConnection class.
- Add the setIoLoopThreadPool method to the TcpServer class.
Changed
- Ignore SIGPIPE signal when using the TcpClient class.
- Enable TCP_NODELAY by default (for higher performance).
v1.0.0-rc1
Merge pull request #33 from an-tao/dev Add ChangeLog.md