Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
305c6079d4ad5fc8659e99d335907acb854c7354
/
src
/
dns.c
5cd1b92
MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested
by Baptiste Assmann
· Thu Feb 02 22:44:15 2017 +0100
777b560
MINOR: appctx/cli: remove the "dns" entry from the appctx union
by Willy Tarreau
· Fri Dec 16 18:06:26 2016 +0100
3067bfa
BUG/MEDIUM: cli: fix "show stat resolvers" and "show tls-keys"
by Willy Tarreau
· Mon Dec 05 14:50:15 2016 +0100
30e5e18
CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers
by Willy Tarreau
· Thu Nov 24 16:45:53 2016 +0100
3b6e547
CLEANUP: cli: rename STAT_CLI_* to CLI_ST_*
by Willy Tarreau
· Thu Nov 24 15:53:53 2016 +0100
69e9644
REORG: cli: move show stat resolvers to dns.c
by William Lallemand
· Sat Nov 19 00:58:54 2016 +0100
c3d8cd4
BUG/MEDIUM: dns: don't randomly crash on out-of-memory
by Willy Tarreau
· Sat Oct 01 09:20:32 2016 +0200
3cf7f98
MINOR: dns: proper domain name validation when receiving DNS response
by Baptiste Assmann
· Sun Apr 17 22:43:26 2016 +0200
c1ce5f3
MEDIUM: dns: new DNS response parser
by Baptiste Assmann
· Sat May 14 11:26:22 2016 +0200
bcbd491
CLEANUP/MINOR dns: comment do not follow up code update
by Baptiste Assmann
· Mon Apr 18 19:42:57 2016 +0200
5457eb4
CLEANUP: dns: Removing usless variable & assignation
by Erwan Velu
· Thu Oct 15 15:07:26 2015 +0200
8ab7942
BUG/MINOR: Fix endiness issue in DNS header creation code
by Nenad Merdanovic
· Wed Jul 13 14:03:43 2016 +0200
eec1d38
BUG/MEDIUM: dns: fix alignment issues in the DNS response parser
by Willy Tarreau
· Wed Jul 13 11:59:39 2016 +0200
9b7125c
BUG/MEDIUM: dns: fix alignment issue when building DNS queries
by Vincent Bernat
· Fri Apr 08 22:17:45 2016 +0200
6f79aca
BUG/MINOR: DNS: resolution structure change
by Baptiste Assmann
· Tue Apr 05 21:19:51 2016 +0200
060e573
BUG/MINOR: dns: trigger a DNS query type change on resolution timeout
by Baptiste Assmann
· Wed Jan 06 02:01:59 2016 +0100
382824c
BUG/MINOR: dns: inapropriate way out after a resolution timeout
by Baptiste Assmann
· Wed Jan 06 01:53:46 2016 +0100
02779b6
CLEANUP: uniformize last argument of malloc/calloc
by Vincent Bernat
· Sun Apr 03 13:48:43 2016 +0200
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· Sun Apr 03 13:48:42 2016 +0200
ac88cfe
MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network
by Thierry Fournier
· Wed Feb 17 22:05:30 2016 +0100
ada3484
MEDIUM: dns: extract options
by Thierry Fournier
· Wed Feb 17 21:25:09 2016 +0100
b1af23e
MINOR: fix the return type for dns_response_get_query_id() function
by Thiago Farina
· Wed Jan 20 23:46:34 2016 +0100
e4c4b7d
BUG/MINOR: dns: unable to parse CNAMEs response
by Baptiste Assmann
· Wed Oct 28 02:10:02 2015 +0100
e6a4a32
MEDIUM: dns: Don't use the ANY query type
by Andrew Hayworth
· Mon Oct 19 22:29:51 2015 +0000
5d681ba
BUG/MINOR: dns: parsing error of some DNS response
by Baptiste Assmann
· Thu Oct 15 15:23:28 2015 +0200
8c62c47
BUG: dns: can't connect UDP socket on FreeBSD
by Baptiste Assmann
· Mon Sep 21 20:55:08 2015 +0200
f778bb4
BUG/MINOR: DNS request retry counter used for retry only
by Baptiste Assmann
· Wed Sep 09 00:54:38 2015 +0200
0453a1d
MINOR: dns: new flag to report that no IP can be found in a DNS response packet
by Baptiste Assmann
· Wed Sep 09 00:51:08 2015 +0200
96972bc
MINOR: dns: no expected DNS record type found
by Baptiste Assmann
· Wed Sep 09 00:46:58 2015 +0200
3440f0d
MEDIUM: dns: handling of truncated response
by Baptiste Assmann
· Wed Sep 02 22:08:38 2015 +0200
0df5d96
MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED
by Baptiste Assmann
· Wed Sep 02 21:58:32 2015 +0200
01daef3
MINOR: dns: coding style update
by Baptiste Assmann
· Wed Sep 02 22:05:24 2015 +0200
2359ff1
BUG/MEDIUM: DNS resolution response parsing broken
by Baptiste Assmann
· Fri Aug 07 11:24:05 2015 +0200
37bb372
MINOR: DNS counters: increment valid counter
by Baptiste Assmann
· Fri Aug 07 10:18:32 2015 +0200
d69d6f3
BUG/MAJOR: dns: fix the length of the string to be copied
by Willy Tarreau
· Wed Jul 22 16:45:36 2015 +0200
2100b49
CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char
by Willy Tarreau
· Wed Jul 22 16:42:43 2015 +0200
325137d
MEDIUM: dns: implement a DNS resolver
by Baptiste Assmann
· Mon Apr 13 23:40:55 2015 +0200