| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-19 | Core: "-e" command line option. | Igor Ippolitov | 1 | -11/+8 |
| 2016-03-31 | Removed the prototype mysql module. | Ruslan Ermilov | 1 | -1/+1 |
| 2016-03-30 | Style. | Ruslan Ermilov | 1 | -10/+10 |
| 2015-05-19 | Core: properly initialized written bytes counter in memory log. | Valentin Bartenev | 1 | -1/+1 |
| 2015-04-20 | Stream: port from NGINX+. | Ruslan Ermilov | 1 | -1/+1 |
| 2015-03-19 | Core: added cyclic memory buffer support for error_log. | Valentin Bartenev | 1 | -0/+120 |
| 2015-03-04 | Log: use ngx_cpymem() in a couple of places, no functional changes. | Valentin Bartenev | 1 | -6/+3 |
| 2015-01-13 | Core: added disk_full_time checks to error log. | Maxim Dounin | 1 | -4/+21 |
| 2014-07-24 | Core: fixed default log initialization. | Vladimir Homutov | 1 | -4/+6 |
| 2014-05-12 | Added syslog support for error_log and access_log directives. | Vladimir Homutov | 1 | -14/+72 |
| 2013-06-28 | Core: consolidated log-related code. | Vladimir Homutov | 1 | -0/+42 |
| 2013-06-20 | Core: support several "error_log" directives. | Vladimir Homutov | 1 | -38/+99 |
| 2013-06-13 | Core: moved initialization of log level. | Vladimir Homutov | 1 | -2/+0 |
| 2013-06-04 | Core: fixed handling of "stderr" in error_log. | Vladimir Homutov | 1 | -0/+1 |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 |
| 2011-08-18 | Complain on invalid log levels. | Maxim Dounin | 1 | -3/+7 |
| 2011-02-21 | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 1 | -1/+1 |
| 2010-12-11 | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 1 | -2/+2 |
| 2010-11-29 | add "nginx: " prefix when logging to the stderr | Igor Sysoev | 1 | -3/+6 |
| 2010-11-25 | use copied strerror() messages and autoconfigured sys_nerr value | Igor Sysoev | 1 | -1/+1 |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -2/+1 |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 1 | -22/+28 |
| 2009-04-29 | fix building by BCC if NGX_PREFIX is defined | Igor Sysoev | 1 | -2/+3 |
| 2009-04-28 | introduce ngx_write_console() to support OEM code pages | Igor Sysoev | 1 | -2/+2 |
| 2009-04-27 | ngx_log_errno() | Igor Sysoev | 1 | -42/+28 |
| 2009-04-27 | use ngx_vslprintf(), ngx_slprintf() | Igor Sysoev | 1 | -14/+14 |
| 2009-04-27 | -p and --prefix= | Igor Sysoev | 1 | -9/+55 |
| 2009-04-24 | change ngx_log_abort() interface | Igor Sysoev | 1 | -3/+12 |
| 2009-04-24 | style fix: (void) | Igor Sysoev | 1 | -2/+2 |
| 2009-04-24 | change ngx_log_create_errlog() interface | Igor Sysoev | 1 | -10/+1 |
| 2009-04-23 | issue start up errors and warning on both stderr and error_log | Igor Sysoev | 1 | -24/+70 |
| 2009-04-23 | style fix: remove trailing spaces introduced in the previous commit | Igor Sysoev | 1 | -2/+2 |
| 2009-04-23 | use ngx_str_t for error levels | Igor Sysoev | 1 | -10/+17 |
| 2009-04-21 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 |
| 2009-04-21 | fix r2731 for Win32 | Igor Sysoev | 1 | -2/+8 |
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 1 | -3/+3 |
| 2009-04-19 | show -t results on stderr | Igor Sysoev | 1 | -0/+21 |
| 2009-04-17 | fix building on platforms which have no atomic operations support, | Igor Sysoev | 1 | -2/+2 |
| 2009-03-31 | Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set | Igor Sysoev | 1 | -1/+1 |
| 2009-03-30 | win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND | Igor Sysoev | 1 | -10/+4 |
| 2009-02-24 | small optimization: " == NGX_ERROR" > " != NGX_OK" | Igor Sysoev | 1 | -1/+1 |
| 2009-01-16 | set the error level as default http error_log level | Igor Sysoev | 1 | -1/+4 |
| 2008-12-09 | compact win32 errno logging | Igor Sysoev | 1 | -10/+2 |
| 2008-11-11 | compatibility with glibc 2.3, warn_unused_result attribute for write() | Igor Sysoev | 1 | -1/+1 |
| 2007-07-29 | --sysconfdir=DIR | Igor Sysoev | 1 | -1/+1 |
| 2007-03-19 | Many changes: | Igor Sysoev | 1 | -1/+1 |
| 2007-01-18 | ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) | Igor Sysoev | 1 | -1/+1 |
| 2007-01-18 | fix log message | Igor Sysoev | 1 | -1/+1 |
| 2006-12-19 | ngx_sprintf() has implicit limit of 65536 bytes so on Linux/ppc64 | Igor Sysoev | 1 | -3/+4 |
| 2006-11-20 | slab allocator in shared memory | Igor Sysoev | 1 | -0/+7 |