summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-30Core: handle getsockopt(TCP_FASTOPEN) failures.Piotr Sikora1-4/+8
2014-01-28Fixed TCP_DEFER_ACCEPT handling (ticket #353).Maxim Dounin1-1/+7
2014-01-23Version bump.Maxim Dounin1-2/+2
2014-01-17Core: improved ngx_reset_pool() (ticket #490).Maxim Dounin1-2/+5
2014-01-14SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev1-0/+3
2014-01-10Resolver: added support for domain names with a trailing dot.Yichun Zhang1-0/+4
2014-01-04Allowed up to two EBUSY errors from sendfile().Maxim Dounin1-0/+1
2013-12-19Fixed the first argument to getsockopt().Ruslan Ermilov1-2/+6
2013-12-16Resolver: use minimum TTL for caching (ticket #329).Ruslan Ermilov1-6/+7
2013-12-18Version bump.Valentin Bartenev1-2/+2
2013-12-13Resolver: lookups are case-insensitive.Ruslan Ermilov1-3/+5
2013-12-09The "ipv6=" boolean parameter of the "resolver" directive.Ruslan Ermilov2-3/+36
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov2-60/+433
2013-12-06Resolver: implemented IPv6 address to name resolving.Ruslan Ermilov2-80/+398
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov2-79/+142
2013-12-13Resolver: fixed indentation.Ruslan Ermilov1-20/+20
2013-12-06Core: externalized ngx_cmp_sockaddr().Ruslan Ermilov3-70/+78
2013-12-06Resolver: fixes in PTR processing.Ruslan Ermilov1-5/+12
2013-12-06Resolver: fixes in A processing.Ruslan Ermilov1-14/+25
2013-12-06Resolver: fixed response processing.Ruslan Ermilov1-6/+5
2013-12-06Resolver: removed unnecessary casts.Ruslan Ermilov1-2/+2
2013-12-06Resolver: improved code readability.Ruslan Ermilov1-69/+83
2013-12-09Fixed handling of UNIX-domain sockets.Ruslan Ermilov1-0/+6
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov2-3/+9
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley2-0/+36
2013-11-29Version bump.Maxim Dounin1-2/+2
2013-10-31Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.Maxim Dounin1-2/+10
2013-10-24Core: apply missed options to sockets added during binary upgrade.Piotr Sikora1-0/+10
2013-10-02Version bump.Sergey Kandaurov1-2/+2
2013-09-23Added ngx_filename_cmp() with "/" sorted to the left.Maxim Dounin2-0/+41
2013-09-20Core: fix misallocation at ngx_crypt_apr1 (ticket #412).Markus Linnala1-1/+1
2013-09-18Version bump.Sergey Kandaurov1-2/+2
2013-09-16Improved check for duplicate path names in ngx_add_path().Valentin Bartenev1-0/+8
2013-09-16Removed surplus initializations from ngx_conf_set_path_slot().Valentin Bartenev1-3/+0
2013-09-16Use ngx_pcalloc() in ngx_conf_merge_path_value().Valentin Bartenev1-5/+1
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin1-1/+2