基本信息
源码名称:Trantor相关基础库源码
源码大小:248.61M
文件格式:.rar
开发语言:C/C++
更新时间:2022-03-11
   源码介绍

Trantor相关基础库源码

高性能,跨平台简洁网络服务器基础库,参考muduo实现!


.
├── bab6a71dd0f64cbde61167381dbded35_haolizi.rar
└── trantor
    ├── CMakeLists.txt
    ├── ChangeLog.md
    ├── License
    ├── README.md
    ├── build
    │   ├── ALL_BUILD.vcxproj
    │   ├── ALL_BUILD.vcxproj.filters
    │   ├── CMakeCache.txt
    │   ├── CMakeDoxyfile.in
    │   ├── CMakeDoxygenDefaults.cmake
    │   ├── CMakeFiles
    │   │   ├── 1e7ed84769b6fb6ed3d6d31ec6ce5bfe
    │   │   │   ├── INSTALL_force.rule
    │   │   │   ├── doc_trantor.rule
    │   │   │   └── generate.stamp.rule
    │   │   ├── 3.18.1
    │   │   │   ├── CMakeCCompiler.cmake
    │   │   │   ├── CMakeCXXCompiler.cmake
    │   │   │   ├── CMakeDetermineCompilerABI_C.bin
    │   │   │   ├── CMakeDetermineCompilerABI_CXX.bin
    │   │   │   ├── CMakeRCCompiler.cmake
    │   │   │   ├── CMakeSystem.cmake
    │   │   │   ├── CompilerIdC
    │   │   │   │   ├── CMakeCCompilerId.c
    │   │   │   │   ├── CompilerIdC.exe
    │   │   │   │   ├── CompilerIdC.vcxproj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── CMakeCCompilerId.obj
    │   │   │   │   │   ├── CompilerIdC.exe.recipe
    │   │   │   │   │   └── CompilerIdC.tlog
    │   │   │   │   │       ├── CL.command.1.tlog
    │   │   │   │   │       ├── CL.read.1.tlog
    │   │   │   │   │       ├── CL.write.1.tlog
    │   │   │   │   │       ├── CompilerIdC.lastbuildstate
    │   │   │   │   │       ├── link.command.1.tlog
    │   │   │   │   │       ├── link.read.1.tlog
    │   │   │   │   │       └── link.write.1.tlog
    │   │   │   │   └── tmp
    │   │   │   ├── CompilerIdCXX
    │   │   │   │   ├── CMakeCXXCompilerId.cpp
    │   │   │   │   ├── CompilerIdCXX.exe
    │   │   │   │   ├── CompilerIdCXX.vcxproj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── CMakeCXXCompilerId.obj
    │   │   │   │   │   ├── CompilerIdCXX.exe.recipe
    │   │   │   │   │   └── CompilerIdCXX.tlog
    │   │   │   │   │       ├── CL.command.1.tlog
    │   │   │   │   │       ├── CL.read.1.tlog
    │   │   │   │   │       ├── CL.write.1.tlog
    │   │   │   │   │       ├── CompilerIdCXX.lastbuildstate
    │   │   │   │   │       ├── link.command.1.tlog
    │   │   │   │   │       ├── link.read.1.tlog
    │   │   │   │   │       └── link.write.1.tlog
    │   │   │   │   └── tmp
    │   │   │   ├── VCTargetsPath.txt
    │   │   │   ├── VCTargetsPath.vcxproj
    │   │   │   └── x64
    │   │   │       └── Debug
    │   │   │           ├── VCTargetsPath.recipe
    │   │   │           └── VCTargetsPath.tlog
    │   │   │               └── VCTargetsPath.lastbuildstate
    │   │   ├── CMakeError.log
    │   │   ├── CMakeOutput.log
    │   │   ├── CMakeTmp
    │   │   ├── Export
    │   │   │   └── lib
    │   │   │       └── cmake
    │   │   │           └── Trantor
    │   │   │               ├── TrantorTargets-debug.cmake
    │   │   │               ├── TrantorTargets-minsizerel.cmake
    │   │   │               ├── TrantorTargets-release.cmake
    │   │   │               ├── TrantorTargets-relwithdebinfo.cmake
    │   │   │               └── TrantorTargets.cmake
    │   │   ├── TargetDirectories.txt
    │   │   ├── TrantorConfig.cmake
    │   │   ├── cmake.check_cache
    │   │   ├── generate.stamp
    │   │   ├── generate.stamp.depend
    │   │   └── generate.stamp.list
    │   ├── Doxyfile.doc_trantor
    │   ├── INSTALL.vcxproj
    │   ├── INSTALL.vcxproj.filters
    │   ├── TrantorConfigVersion.cmake
    │   ├── ZERO_CHECK.vcxproj
    │   ├── ZERO_CHECK.vcxproj.filters
    │   ├── cmake_install.cmake
    │   ├── doc.vcxproj
    │   ├── doc.vcxproj.filters
    │   ├── doc_trantor.vcxproj
    │   ├── doc_trantor.vcxproj.filters
    │   ├── exports
    │   │   └── trantor
    │   │       └── exports.h
    │   ├── trantor.sln
    │   ├── trantor.vcxproj
    │   └── trantor.vcxproj.filters
    ├── build.sh
    ├── cmake
    │   └── templates
    │       └── TrantorConfig.cmake.in
    ├── cmake_modules
    │   └── Findc-ares.cmake
    ├── conanfile.txt
    ├── format.sh
    ├── third_party
    │   └── wepoll
    │       ├── LICENSE
    │       ├── README.md
    │       ├── Wepoll.c
    │       └── Wepoll.h
    └── trantor
        ├── net
        │   ├── Channel.cc
        │   ├── Channel.h
        │   ├── EventLoop.cc
        │   ├── EventLoop.h
        │   ├── EventLoopThread.cc
        │   ├── EventLoopThread.h
        │   ├── EventLoopThreadPool.cc
        │   ├── EventLoopThreadPool.h
        │   ├── InetAddress.cc
        │   ├── InetAddress.h
        │   ├── Resolver.h
        │   ├── TcpClient.cc
        │   ├── TcpClient.h
        │   ├── TcpConnection.h
        │   ├── TcpServer.cc
        │   ├── TcpServer.h
        │   ├── callbacks.h
        │   └── inner
        │       ├── Acceptor.cc
        │       ├── Acceptor.h
        │       ├── AresResolver.cc
        │       ├── AresResolver.h
        │       ├── Connector.cc
        │       ├── Connector.h
        │       ├── NormalResolver.cc
        │       ├── NormalResolver.h
        │       ├── Poller.cc
        │       ├── Poller.h
        │       ├── Socket.cc
        │       ├── Socket.h
        │       ├── TcpConnectionImpl.cc
        │       ├── TcpConnectionImpl.h
        │       ├── Timer.cc
        │       ├── Timer.h
        │       ├── TimerQueue.cc
        │       ├── TimerQueue.h
        │       └── poller
        │           ├── EpollPoller.cc
        │           ├── EpollPoller.h
        │           ├── KQueue.cc
        │           ├── KQueue.h
        │           ├── PollPoller.cc
        │           └── PollPoller.h
        ├── tests
        │   ├── AsyncFileLoggerTest.cc
        │   ├── AsyncFileLoggerTest1.cc
        │   ├── CMakeLists.txt
        │   ├── ConcurrentTaskQueueTest.cc
        │   ├── DelayedSSLClientTest.cc
        │   ├── DelayedSSLServerTest.cc
        │   ├── DnsTest.cc
        │   ├── KickoffTest.cc
        │   ├── LoggerMacroTest.cc
        │   ├── LoggerTest.cc
        │   ├── PathConversionTest.cc
        │   ├── RunInLoopTest1.cc
        │   ├── RunInLoopTest2.cc
        │   ├── RunOnQuitTest.cc
        │   ├── SSLClientTest.cc
        │   ├── SSLServerTest.cc
        │   ├── SendfileTest.cc
        │   ├── SerialTaskQueueTest1.cc
        │   ├── SerialTaskQueueTest2.cc
        │   ├── TcpClientTest.cc
        │   ├── TcpServerTest.cc
        │   ├── TimerTest.cc
        │   ├── TimerTest1.cc
        │   ├── TimingWheelTest.cc
        │   └── server.pem
        ├── unittests
        │   ├── CMakeLists.txt
        │   ├── DateUnittest.cc
        │   ├── InetAddressUnittest.cc
        │   ├── MsgBufferUnittest.cc
        │   ├── splitStringUnittest.cc
        │   └── stringEncodingUnittest.cc
        └── utils
            ├── AsyncFileLogger.cc
            ├── AsyncFileLogger.h
            ├── ConcurrentTaskQueue.cc
            ├── ConcurrentTaskQueue.h
            ├── Date.cc
            ├── Date.h
            ├── Funcs.h
            ├── LockFreeQueue.h
            ├── LogStream.cc
            ├── LogStream.h
            ├── Logger.cc
            ├── Logger.h
            ├── MsgBuffer.cc
            ├── MsgBuffer.h
            ├── NonCopyable.h
            ├── ObjectPool.h
            ├── SerialTaskQueue.cc
            ├── SerialTaskQueue.h
            ├── TaskQueue.h
            ├── TimingWheel.cc
            ├── TimingWheel.h
            ├── Utilities.cc
            ├── Utilities.h
            ├── WindowsSupport.cc
            └── WindowsSupport.h

35 directories, 181 files