Skip to content

amend wrong character #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nginx的以下功能模块的相关代码已经阅读,并对其源码及相关
截止15.9.19,已经分析并注释完成的主要功能如下:
.配置编译过程中相关脚本调用过程详细注释
.用户自由模块编译添加过程
.nginx使用的进程间通信方式(包括共享内存 原子操作 自旋锁 信号 信号两 文件锁 互斥锁 channel通信)
.nginx使用的进程间通信方式(包括共享内存 原子操作 自旋锁 信号 信号量 文件锁 互斥锁 channel通信)
.nginx自定义高级数据结构详解(队列 链表 红黑树 散列表等)
.配置文件解析流程
.nginx启动、退出过程分析
Expand Down Expand Up @@ -109,4 +109,4 @@ nginx的以下功能模块的相关代码已经阅读,并对其源码及相关
新增小文件(小于65535/2)下载全过程和大文件下载全过程日志,可以直观得到函数调用流程,完善日志
结合refer防盗链模块重新把hash走读理解注释一遍,加深理解
重新理解前置通配符后置通配符hash存储过程
添加lua库和lua-module 把定时器 事件机制函数相关修改添加到lua模块和redis模块
添加lua库和lua-module 把定时器 事件机制函数相关修改添加到lua模块和redis模块
4 changes: 2 additions & 2 deletions 阅读说明.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nginx的以下功能模块的相关代码已经阅读,并对其源码及相关
截止15.9.19,已经分析并注释完成的主要功能如下:
.配置编译过程中相关脚本调用过程详细注释
.用户自由模块编译添加过程
.nginx使用的进程间通信方式(包括共享内存 原子操作 自旋锁 信号 信号两 文件锁 互斥锁 channel通信)
.nginx使用的进程间通信方式(包括共享内存 原子操作 自旋锁 信号 信号量 文件锁 互斥锁 channel通信)
.nginx自定义高级数据结构详解(队列 链表 红黑树 散列表等)
.配置文件解析流程
.nginx启动、退出过程分析
Expand Down Expand Up @@ -110,4 +110,4 @@ nginx的以下功能模块的相关代码已经阅读,并对其源码及相关
新增小文件(小于65535/2)下载全过程和大文件下载全过程日志,可以直观得到函数调用流程,完善日志
结合refer防盗链模块重新把hash走读理解注释一遍,加深理解
重新理解前置通配符后置通配符hash存储过程
添加lua库和lua-module 把定时器 事件机制函数相关修改添加到lua模块和redis模块
添加lua库和lua-module 把定时器 事件机制函数相关修改添加到lua模块和redis模块