Tree @release-1.7.5 (Download .tar.gz)
History of src / os @release-1.7.5
- 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
- Core: handle getsockopt(TCP_FASTOPEN) failures. Piotr Sikora 8 years ago
- Win32: support for UTF-16 surrogate pairs (ticket #457). Maxim Dounin 8 years ago
- Added per-process random seeding (ticket #456). Maxim Dounin 8 years ago
- Win32: fixed init_process without master process (ticket #453). Maxim Dounin 8 years ago
- Win32: plugged memory leak. Maxim Dounin 8 years ago
- Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures. Maxim Dounin 8 years ago
- Added ngx_filename_cmp() with "/" sorted to the left. Maxim Dounin 8 years ago
- Fixed handling of the ready flag with kqueue. Valentin Bartenev 8 years ago
- Win32: MinGW GCC compatibility. Maxim Dounin 8 years ago
- Win32: Borland C compatibility fixes. Maxim Dounin 8 years ago
- Win32: Open Watcom C compatibility fixes. Maxim Dounin 8 years ago
- Disable symlinks: use O_PATH to open path components. Valentin Bartenev 8 years ago