Skip to content

zhenyouluo/annotated_nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

annotated_nginx

Annotated Nginx Source(中文)

简介

Nginx源码分析,注解代码,帮助学习Nginx。

当前使用的是1.10.1稳定版。

Nginx1.10的变动较大,增加了动态模块、http2、reuseport,值得仔细研究。

请参考:

当前状态

nginx 1.10.1

已注解

###源码目录快捷入口

  • src - nginx源码目录
  • core - 60%,md5/sha1/crc等较简单的功能不关注
  • event - 90%,只注解核心模块和epoll,select/kqueue/ssl等不关注
  • http - 50%,modules目录里的具体功能模块暂不关注
  • os/unix - 80%,bsd/darwin/solaris等系统不关注
  • stream - 70%

####UML图解 UML图示

####部分关键源码(目录分类)

######core目录

######event目录

######http目录

######os/unix目录

######stream目录

####部分关键源码(功能分类)

######数据结构

######进程机制

######事件机制

######多线程机制

######tcp(stream)处理

######http处理

不注解

  • auto
  • mail
  • misc

About

Annotated Nginx Source(中文)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Vim Script 0.8%
  • XS 0.5%
  • C++ 0.3%
  • Perl 0.1%
  • Objective-C 0.1%
  • Other 0.2%