-
Notifications
You must be signed in to change notification settings - Fork 14
Links
iafonov edited this page Jan 14, 2012
·
1 revision
- HTTP parser used in Node.js (based on nginx implementation): https://github.com/joyent/http-parser
- Multipart parser: https://github.com/felixge/node-formidable
- INI key-value file parser: https://github.com/ndevilla/iniparser
- HTTP Multipart form data rfc: http://www.ietf.org/rfc/rfc2388.txt
- HTTP file upload rfc: http://www.ietf.org/rfc/rfc1867.txt
- HTTP file upload rfc explained: http://www.vivtek.com/rfc1867.html
- Mac OS X reference: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man2/sendfile.2.html
- Linux: http://kernel.org/doc/man-pages/online/pages/man2/sendfile.2.html
- http://c.learncodethehardway.org/book/learn-c-the-hard-waych27.html
- http://www.gnu.org/software/automake/manual/automake.html#Hello-World
- http://mij.oltrelinux.com/devel/autoconf-automake/
- Awesome guide on IPC: http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html
- http://linux.die.net/man/2/fork
- http://pubs.opengroup.org/onlinepubs/7908799/xsh/sigaction.html
- Pointers to functions overview: http://c.learncodethehardway.org/book/learn-c-the-hard-waych19.html#x24-9200019
- http://www.delorie.com/gnu/docs/glibc/libc_496.html
- Awesome networking programming guide: http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html
-
libeventguide: http://www.wangafu.net/~nickm/libevent-book/ - C book: http://c.learncodethehardway.org/book/