lzxeth / tiny-httpdLinks
c语言版的tiny-httpd,按照自己的理解添加了注释并且修复了一些bug
☆55Updated 9 years ago
Alternatives and similar repositories for tiny-httpd
Users that are interested in tiny-httpd are comparing it to the libraries listed below
Sorting:
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆77Updated 7 years ago
- HTTP服务器,C语言描述☆70Updated 8 years ago
- Linux下的小型Web服务器,支持GET/POST/SSL等功能☆152Updated 7 years ago
- C 菜鸟修真之旅☆52Updated 3 weeks ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆94Updated 7 years ago
- Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。☆154Updated 3 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- C语言实现的线程池☆13Updated 9 years ago
- Linux内核1.0版本源码阅读和注释☆142Updated 9 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它 也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆85Updated 4 years ago
- 一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手☆163Updated 9 years ago
- Linux0.12内核代码中文注释+在高版本GCC 5.4.0 + Ubuntu 16.04中编译成功并在Bochs正常测试运行☆222Updated 5 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆163Updated 6 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆83Updated 6 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆192Updated 5 years ago
- 一个简单的http/https库,c语言实现,用到了 openssl库,支持 get和post☆42Updated 9 years ago
- ☆151Updated 6 months ago
- 《CGDB中文手册》☆275Updated 9 years ago
- 这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统☆160Updated 7 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- http request/response parser for c☆39Updated 8 years ago
- Read code, comment it.☆353Updated 4 years ago
- libevent-1.4.15源码阅读注释☆74Updated 6 years ago
- FTP Server for linux☆64Updated 6 years ago
- 一次对Tinyhttpd完整的精读,注释,测试☆158Updated last year
- linux kernel-4.17 协议栈源码阅读, reading linux kernel 4.17 netstack, once one has started to experience the rich insights that can be gained fr…☆69Updated 6 years ago
- ☆371Updated last year
- linux0.11源码解析☆93Updated last year
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆57Updated 3 years ago