Sign in
nginx
/
nginx
/
b17bf52a27f3309353a3c83704dea0c3fd77c406
/
src
/
core
/
ngx_resolver.c
9a5f4c7
fix building by msvc, introduced in r2487
by Igor Sysoev
· 16 years ago
8ef386e
fix return code, this fixes segfault when two or more
by Igor Sysoev
· 16 years ago
2c01fd3
use length of uncompressed name
by Igor Sysoev
· 16 years ago
9258872
store name pointer in variable allocated on stack
by Igor Sysoev
· 16 years ago
fa748fe
free addrs only it has been allocated before: non single address
by Igor Sysoev
· 16 years ago
8629b9b
fix reverse resolving cache: it stored zero length names
by Igor Sysoev
· 16 years ago
b3ac4fb
fix compression pointer for big (>255) DNS responses
by Igor Sysoev
· 16 years ago
571a5e1
show name for a FORMERR DNS response
by Igor Sysoev
· 17 years ago
1c2bb21
FORMERR DNS response may be equal to mininal query size
by Igor Sysoev
· 17 years ago
433608c
style fix: remove tabs and trailing spaces
by Igor Sysoev
· 17 years ago
a8372d8
limit CNAME recursion
by Igor Sysoev
· 17 years ago
7c5c1dc
use correct ngx_sprintf() formats
by Igor Sysoev
· 17 years ago
4ad5be6
log unexpected qtype
by Igor Sysoev
· 17 years ago
19540cd
take into account DNAME
by Igor Sysoev
· 17 years ago
09b199c
return NXDOMAIN for ".." in host name
by Igor Sysoev
· 17 years ago
949aea4
fix memory leak on resolver query send failure
by Igor Sysoev
· 17 years ago
be02468
fix previous commit
by Igor Sysoev
· 17 years ago
dfd5511
use cf->cycle->new_log because at merge stage cf->pool->log is old log
by Igor Sysoev
· 17 years ago
4491dae
cleanup resolver
by Igor Sysoev
· 17 years ago
7c4cf27
fix memory leaks, use unlocked ngx_resolver_free() for seldom failed cases
by Igor Sysoev
· 17 years ago
8ee01f5
static ngx_resolver_calloc()
by Igor Sysoev
· 17 years ago
18be913
fix r1879
by Igor Sysoev
· 17 years ago
61adfb2
do not delete failed DNS request if there are waiting clients
by Igor Sysoev
· 17 years ago
4d856ca
fix segfault if UDP connect() has failed
by Igor Sysoev
· 17 years ago
d02661a
use %*s format
by Igor Sysoev
· 17 years ago
c0cadf1
no answers in DNS response should be NXDOMAIN
by Igor Sysoev
· 17 years ago
28bca1b
fix segfault if response will have CNAME only
by Igor Sysoev
· 17 years ago
e67d461
ngx_udp_recv()
by Igor Sysoev
· 17 years ago
826c02e
use ngx_rbtree_init()
by Igor Sysoev
· 17 years ago
a9d3a0d
use ngx_queue_init()
by Igor Sysoev
· 17 years ago
6b2fce4
allow to use IP addresses without defined resolver
by Igor Sysoev
· 17 years ago
b4e5b4c
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
cb4d538
resolver
by Igor Sysoev
· 17 years ago
d3283ff
nginx-0.3.13-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.13