summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30Core: improved ngx_conf_parse() error handling.Maxim Dounin1-1/+1
2014-04-30Core: fixed error handling in ngx_reopen_files().Maxim Dounin1-0/+6
2014-04-24Version bump.Valentin Bartenev1-2/+2
2014-04-18Version bump.Maxim Dounin1-2/+2
2014-04-08Version bump.Valentin Bartenev1-2/+2
2014-03-31Core: fixed hash to actually try max_size.Maxim Dounin1-1/+1
2014-03-31Core: hash now ignores bucket_size if it hits max_size limit.Maxim Dounin1-8/+5
2014-03-31Core: slab log_nomem flag.Maxim Dounin2-1/+7
2014-03-18Version bump.Maxim Dounin1-2/+2
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan4-0/+117
2014-03-07Core: fixed wrong indices in listening sockets compare loops.Maxim Dounin1-3/+3
2014-03-06Fixed format specifier in logging of "c->number".Sergey Kandaurov1-1/+1
2014-03-04Version bump.Roman Arutyunyan1-2/+2
2014-02-22Core: allocate enough memory to hold IPv6 text address plus port.Ruslan Ermilov1-1/+1
2014-02-20Resolver: properly handle connect() failures.Ruslan Ermilov1-11/+11
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora1-5/+5
2014-02-05Version bump.Maxim Dounin1-2/+2
2014-02-04Core: added ngx_encode_base64url().Maxim Dounin2-12/+38