Skip to content
A C++ non-blocking network library for multi-threaded server in Linux
Branch: master
Clone or download
Pull request Compare This branch is 101 commits behind chenshuo:master.
Latest commit 2f5d6b9 Feb 11, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
contrib preliminary support of IPv6 Nov 13, 2015
examples preliminary support of IPv6 Nov 13, 2015
muduo preliminary support of IPv6 Nov 13, 2015
.gitignore Inspector May 7, 2010
CMakeLists.txt move thrift from examples/ to contrib/. Nov 10, 2015
ChangeLog
Doxyfile Build both types. Mar 13, 2010
License better wording. Mar 14, 2014
MacOSX.diff fix 'endian.h' file not found Jul 27, 2015
README
TODO Add asychronous DNS resolver based on c-ares library. Mar 8, 2012
armlinux.diff update armlinux.diff Mar 5, 2013
backport.diff Fix for 32-bit Aug 2, 2013
build.sh Add enable_testing() to CMakeLists.txt. Sep 12, 2014
clang.diff
premake4.lua add debug symbols for premake builds. Oct 8, 2013

README

Muduo is a multithreaded C++ network library based on
the reactor pattern.
It runs on Linux with kernel version >= 2.6.28.
http://code.google.com/p/muduo/

Copyright (c) 2010, Shuo Chen.  All rights reserved.

Use of this source code is governed by a BSD-style
license that can be found in the License file.

  __  __           _
 |  \/  |         | |
 | \  / |_   _  __| |_   _  ___
 | |\/| | | | |/ _` | | | |/ _ \
 | |  | | |_| | (_| | |_| | (_) |
 |_|  |_|\__,_|\__,_|\__,_|\___/

You can’t perform that action at this time.