summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Core: fixed build on Tru64 UNIX.Sergey Kandaurov1-1/+1
2015-02-04Core: fixed a race resulting in extra sem_post()'s.Roman Arutyunyan1-1/+2
2015-02-02Core: reverted prefix-based temp files (a9138c35120d).Roman Arutyunyan2-21/+8
2015-02-02Core: supported directory skipping in ngx_walk_tree().Roman Arutyunyan1-1/+9
2015-01-28Fixed AIO handling in the output chain.Valentin Bartenev1-2/+6
2015-01-27A bounds check of %N format on Windows.Igor Sysoev1-1/+5
2015-01-13Core: added disk_full_time checks to error log.Maxim Dounin2-4/+23
2014-12-26Core: added prefix-based temporary files.Valentin Bartenev2-8/+21
2014-12-26Unified handling of ngx_create_temp_file() return value.Valentin Bartenev1-1/+1
2014-12-24Version bump.Maxim Dounin1-2/+2
2014-12-12Autoindex: implemented JSON output format.Valentin Bartenev2-0/+53
2014-12-04Version bump.Maxim Dounin1-2/+2
2014-11-28Typo.Maxim Dounin1-1/+1
2014-11-20Syslog: allowed underscore symbol in tag (ticket #667).Vladimir Homutov1-2/+3
2014-11-20Resolver: fixed debug event logging.Ruslan Ermilov2-17/+23
2014-11-20Resolver: fixed use-after-free memory access.Ruslan Ermilov1-4/+4
2014-08-13Moved the code for coalescing file buffers to a separate function.Valentin Bartenev2-0/+44
2014-11-19Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().Valentin Bartenev2-2/+2
2014-08-25Events: removed broken thread support from event timers.Valentin Bartenev2-8/+4
2014-10-28Version bump.Valentin Bartenev1-2/+2
2014-10-02Core: fixed buffer overrun when hash max_size reached.Yichun Zhang1-0/+2
2014-10-02Version bump.Valentin Bartenev1-2/+2
2014-08-26Syslog: improved error handling of unix domain sockets.Vladimir Homutov1-2/+24
2014-09-01Syslog: enabled logging of send errors.Vladimir Homutov2-5/+10
2014-08-13Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev2-0/+47
2014-09-17Version bump.Valentin Bartenev1-2/+2
2014-09-08Core: ngx_regex_compile() error handling fixes.Maxim Dounin1-3/+11
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev1-2/+2
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev2-31/+1
2014-08-19Resolver: notify all waiting requests on timeout.Ruslan Ermilov1-8/+16
2014-08-05Version bump.Maxim Dounin1-2/+2
2014-08-01Core: improved ngx_pstrdup() error handling.Tatsuhiko Kubo1-0/+3
2014-06-26Core: use uppercase hexadecimal digits for percent-encoding.Piotr Sikora1-1/+1
2014-07-24Core: fixed default log initialization.Vladimir Homutov1-4/+6
2014-07-16Resolver: fixed resend on malformed responses.Ruslan Ermilov1-2/+27
2014-06-18Core: bugfix for the ngx_slab_max_size case.Jianjun Zheng1-1/+1
2014-07-09Style: use ngx_str_null().Tatsuhiko Kubo1-2/+1
2014-07-09Style: use ngx_strlen() instead of strlen().Tatsuhiko Kubo1-1/+1
2014-07-09Version bump.Maxim Dounin1-2/+2
2014-06-26Core: removed meaningless check from ngx_palloc_block().Maxim Dounin1-7/+3
2014-06-26Core: plugged socket leak during configuration test.Maxim Dounin1-6/+6
2014-06-04Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().Ruslan Ermilov2-0/+31
2014-06-18Version bump.Ruslan Ermilov1-2/+2
2014-06-03Core: slab allocator free pages defragmentation.Maxim Dounin2-1/+60
2014-05-28Version bump.Maxim Dounin1-2/+2
2014-05-27Syslog: fixed message sending on win32.Vladimir Homutov1-0/+4
2014-05-26Syslog: fixed possible resource leak and more verbose logging.Vladimir Homutov1-12/+22
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov7-16/+461
2014-05-20Configure: the --build= option.Ruslan Ermilov2-1/+7
2014-05-14Core: use '\r' for CR and '\n' for LF definitions.Ruslan Ermilov1-3/+3