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-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
2012-06-18
Fixed crash in ngx_resolver_cleanup_tree().
Ruslan Ermilov
1
-4
/
+3
2012-06-04
Support for IPv6 literals and an optional port in resolver.
Ruslan Ermilov
1
-5
/
+5
2012-06-03
Resolver: fixed format specification.
Maxim Dounin
1
-1
/
+1
2012-05-22
Fixed potential null pointer dereference in ngx_resolver_create().
Ruslan Ermilov
1
-1
/
+6
2012-05-14
Resolver: protection from duplicate responses.
Maxim Dounin
1
-2
/
+10
2012-04-26
Fixed segmentation fault in ngx_resolver_create_name_query().
Ruslan Ermilov
1
-0
/
+4
2012-03-22
Resolver: added missing sanity checking when creating name queries.
Maxim Dounin
1
-1
/
+5
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-11
/
+6
2012-02-27
Fixed null pointer dereference in resolver (ticket #91).
Maxim Dounin
1
-5
/
+6
2012-02-13
Time parsing cleanup.
Maxim Dounin
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-11-16
Silenced a warning for some compilers.
Ruslan Ermilov
1
-0
/
+1
2011-11-16
Now nginx uses TTL of a DNS response when calculating cache validity.
Ruslan Ermilov
1
-6
/
+38
2011-11-09
Fixed compression pointer processing in DNS response greater than 255 bytes.
Igor Sysoev
1
-7
/
+7
2011-10-24
Support of several servers in the "resolver" directive.
Igor Sysoev
1
-14
/
+44
[next]