summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Version bump.Ruslan Ermilov1-2/+2
2018-02-15Core: added a stub for additional zone configuration.Vladimir Homutov1-0/+1
2017-12-30Version bump.Maxim Dounin1-2/+2
2017-12-21Allowed configuration token to start with a variable.Roman Arutyunyan1-0/+5
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan1-0/+2
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov1-0/+1
2017-11-23Version bump.Maxim Dounin1-2/+2
2017-10-17Core: free shared memory zones only after reconfiguration.Maxim Dounin1-7/+17
2017-10-13Fixed type of ngx_conf_t.handler_conf.Ruslan Ermilov1-1/+1
2017-10-11Version bump.Ruslan Ermilov1-2/+2
2017-10-05Fixed build without IPv6, broken by 874171c3c71a.Maxim Dounin1-1/+3
2017-10-04Fixed handling of non-null-terminated unix sockets.Maxim Dounin3-1/+21
2017-10-04Fixed buffer overread with unix sockets after accept().Maxim Dounin1-0/+4
2017-09-25Fixed the NGX_UNIX_ADDRSTRLEN macro.Ruslan Ermilov1-2/+3
2017-09-13Introduced time truncation to December 31, 9999 (ticket #1368).Maxim Dounin1-0/+10
2017-09-13Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.Maxim Dounin1-8/+10
2017-09-13Fixed reference to time parsing code after 8b6fa4842133.Maxim Dounin1-1/+1
2017-09-13Style.Maxim Dounin1-2/+3
2017-09-11Version bump.Roman Arutyunyan1-2/+2
2017-08-10Style.Maxim Dounin1-2/+2
2017-08-09Style.Sergey Kandaurov1-0/+1
2017-08-09Version bump.Sergey Kandaurov1-2/+2
2017-08-08Slab: fixed initialization on win32.Ruslan Ermilov3-10/+20
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev2-12/+12
2017-07-11Core: fixed error message on setsockopt(SO_REUSEPORT) failure.Maxim Dounin1-1/+1
2017-07-11Core: disabled SO_REUSEPORT when testing config (ticket #1300).Maxim Dounin1-1/+1
2017-07-11Version bump.Maxim Dounin1-2/+2
2017-07-04Resolver: cancelable resend timer event.Ruslan Ermilov2-0/+3
2017-07-04Resolver: factored out setting a timer for resolver timeout.Sergey Kandaurov1-50/+33
2017-07-04Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov1-4/+13
2017-07-04Slab: style.Ruslan Ermilov1-10/+10
2017-07-04Resolver: fixed possible use-after-free while resolving SRV.Roman Arutyunyan1-19/+19
2017-07-03Version bump.Maxim Dounin1-2/+2
2017-06-14Resolver: added the "async" flag to resolver context.Roman Arutyunyan2-1/+7
2017-06-19Resolver: fixed allocation error handling while resolving SRV.Bart Warmerdam1-1/+3
2017-06-16Introduced ngx_rwlock_downgrade().Ruslan Ermilov2-0/+10
2017-06-16Added memory barrier semantics to ngx_rwlock_unlock().Ruslan Ermilov1-1/+1
2017-06-14Removed excessive casts for ngx_file_info().Ruslan Ermilov2-6/+2
2017-05-30Version bump.Valentin Bartenev1-2/+2
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov2-0/+44
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin1-0/+2
2017-04-25Version bump.Ruslan Ermilov1-2/+2
2017-04-18Core: removed extra ngx_alloc() and ngx_calloc() prototypes.Sergey Kandaurov1-3/+0
2017-04-12Core: improved JSON escaping.Valentin Bartenev1-5/+42
2017-04-12Version bump.Ruslan Ermilov1-2/+2
2017-03-28Use ngx_array_init() to initialize arrays.Ruslan Ermilov1-19/+15
2017-03-28Version bump.Ruslan Ermilov1-2/+2
2017-03-22Version bump.Ruslan Ermilov1-2/+2
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin3-0/+64
2017-03-07Core: introduced ngx_rbtree_next().Maxim Dounin2-0/+31