Tree @release-1.7.7 (Download .tar.gz)
History of src / os @release-1.7.7
- Win32: made build-able with MinGW-w64 gcc. Kouhei Sutou 7 years ago
- Core: added limit to recv_chain(). Roman Arutyunyan 7 years ago
- Style. Maxim Dounin 7 years ago
- Win32: suppressed warnings by "-Werror=sign-compare". Kouhei Sutou 7 years ago
- Fixed counting of sent bytes in the send chain functions on EINTR. Valentin Bartenev 7 years ago
- Removed duplicate initialization of the "rev" variable. Valentin Bartenev 7 years ago
- Generalized definitions of the number of preallocated iovec's. Valentin Bartenev 7 years ago
- Reduced difference between the send chain functions. Valentin Bartenev 7 years ago
- Merged implementations of ngx_readv_chain(). Valentin Bartenev 7 years ago
- Removed the "complete" variable from various send chain functions. Valentin Bartenev 7 years ago
- Moved the code for adjusting sent buffers in a separate function. Valentin Bartenev 7 years ago
- Fixed writev() debug log message in ngx_darwin_sendfile_chain(). Valentin Bartenev 7 years ago
- Added ngx_init_setproctitle() return code check. Maxim Dounin 7 years ago
- Events: removed broken thread support from posted events. Valentin Bartenev 7 years ago
- Core: exit on ngx_pnalloc() failure. Piotr Sikora 7 years ago
- Style: use ngx_free() instead of free(). Tatsuhiko Kubo 7 years ago
- Bigger iovec buffer in ngx_readv_chain(). Maxim Dounin 7 years ago
- Style: keep return type and function name on different lines. Piotr Sikora 8 years ago
- Style: add whitespace between control statement and parentheses. Piotr Sikora 8 years ago
- Win32: ngx_open_dir() and ngx_close_dir() fixes. Maxim Dounin 8 years ago
- FreeBSD has migrated to Bugzilla. Sergey Kandaurov 8 years ago
- Configure: added -Wno-deprecated-declarations on OS X. Maxim Dounin 8 years ago
- Events: use eventfd() instead of syscall(SYS_eventfd) if possible. Ruslan Ermilov 8 years ago
- Added syslog support for error_log and access_log directives. Vladimir Homutov 8 years ago
- Configure: the --build= option. Ruslan Ermilov 8 years ago
- Win32: fixed cpu hog by cache manager on exit (ticket #514). Maxim Dounin 8 years ago
- Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define. Maxim Dounin 8 years ago
- Added connection serial number in logging of left open sockets. Sergey Kandaurov 8 years ago
- Win32: MSVC 2013 compatibility. Maxim Dounin 8 years ago
- Use ngx_socket_errno where appropriate. Piotr Sikora 8 years ago