index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_resolver.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
1
-21
/
+21
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
1
-2
/
+2
2016-03-31
Fixed logging with variable field width.
Sergey Kandaurov
1
-1
/
+1
2016-03-23
Win32: fixed build after 384154fc634f.
Dmitry Volyntsev
1
-3
/
+2
2016-03-23
Resolver: added support for SRV records.
Dmitry Volyntsev
1
-24
/
+946
2016-03-23
Resolver: do not enable resolve timer if provided timeout is zero.
Dmitry Volyntsev
1
-20
/
+24
2016-03-23
Resolver: introduced valid field in resolver responses.
Dmitry Volyntsev
1
-0
/
+7
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-9
/
+8
2015-12-17
Resolver: improved PTR response processing.
Ruslan Ermilov
1
-28
/
+74
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-13
/
+13
2016-02-02
Resolver: free TCP buffers on resolver cleanup.
Roman Arutyunyan
1
-0
/
+10
2016-02-02
Resolver: fixed possible resource leak introduced in 5a16d40c63de.
Ruslan Ermilov
1
-0
/
+2
2016-01-28
Resolver: TCP support.
Roman Arutyunyan
1
-49
/
+534
2016-01-28
Resolver: per-request DNS server balancer.
Roman Arutyunyan
1
-5
/
+15
2016-01-28
Resolver: renamed UDP-specific structures, fields and variables.
Roman Arutyunyan
1
-60
/
+60
2016-01-26
Resolver: limited CNAME recursion.
Ruslan Ermilov
1
-6
/
+22
2016-01-26
Resolver: fixed use-after-free memory accesses with CNAME.
Roman Arutyunyan
1
-39
/
+33
2016-01-26
Resolver: changed the ngx_resolver_create_*_query() arguments.
Roman Arutyunyan
1
-30
/
+27
2016-01-26
Resolver: fixed CNAME processing for several requests.
Ruslan Ermilov
1
-6
/
+15
2016-01-26
Resolver: fixed crashes in timeout handler.
Ruslan Ermilov
1
-18
/
+36
2016-01-26
Resolver: fixed possible segmentation fault on DNS format error.
Roman Arutyunyan
1
-1
/
+1
2015-06-17
Resolver: canceled resend timer on empty resend queues.
Sergey Kandaurov
1
-0
/
+20
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-16
/
+6
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
1
-1
/
+1
2014-11-20
Resolver: fixed debug event logging.
Ruslan Ermilov
1
-10
/
+15
2014-11-20
Resolver: fixed use-after-free memory access.
Ruslan Ermilov
1
-4
/
+4
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
1
-11
/
+0
2014-08-19
Resolver: notify all waiting requests on timeout.
Ruslan Ermilov
1
-8
/
+16
2014-07-16
Resolver: fixed resend on malformed responses.
Ruslan Ermilov
1
-2
/
+27
2014-07-09
Style: use ngx_str_null().
Tatsuhiko Kubo
1
-2
/
+1
2014-03-06
Fixed format specifier in logging of "c->number".
Sergey Kandaurov
1
-1
/
+1
2014-02-20
Resolver: properly handle connect() failures.
Ruslan Ermilov
1
-11
/
+11
2014-01-10
Resolver: added support for domain names with a trailing dot.
Yichun Zhang
1
-0
/
+4
2013-12-16
Resolver: use minimum TTL for caching (ticket #329).
Ruslan Ermilov
1
-6
/
+7
2013-12-13
Resolver: lookups are case-insensitive.
Ruslan Ermilov
1
-3
/
+5
2013-12-09
The "ipv6=" boolean parameter of the "resolver" directive.
Ruslan Ermilov
1
-3
/
+35
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
1
-59
/
+416
2013-12-06
Resolver: implemented IPv6 address to name resolving.
Ruslan Ermilov
1
-80
/
+386
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
1
-77
/
+139
2013-12-13
Resolver: fixed indentation.
Ruslan Ermilov
1
-20
/
+20
2013-12-06
Resolver: fixes in PTR processing.
Ruslan Ermilov
1
-5
/
+12
2013-12-06
Resolver: fixes in A processing.
Ruslan Ermilov
1
-14
/
+25
2013-12-06
Resolver: fixed response processing.
Ruslan Ermilov
1
-6
/
+5
2013-12-06
Resolver: removed unnecessary casts.
Ruslan Ermilov
1
-2
/
+2
2013-12-06
Resolver: improved code readability.
Ruslan Ermilov
1
-69
/
+83
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
1
-1
/
+1
2012-10-24
Resolver: added missing memory allocation error handling.
Maxim Dounin
1
-0
/
+4
2012-09-28
Resolver: cached addresses are returned with random rotation now.
Maxim Dounin
1
-2
/
+25
2012-08-06
Resolver: fixed possible memory leak in ngx_resolver_create().
Maxim Dounin
1
-9
/
+9
2012-06-18
When "resolver" is configured with a domain name, only the first
Ruslan Ermilov
1
-6
/
+8
[next]