haproxy/include
Baptiste Assmann 189363e35a MINOR: dns: dns_resolution structure update: time_t to unsigned int
3 variables of the dns_resolution structure are set to 'time_t' type.
Since they are all set by 'now_ms' and used as 'ticks' in HAProxy's
internal, it is safer to set them to the same type than now_ms:
'unsigned int'.
2015-09-08 10:50:17 +02:00
..
common CLEANUP: appsession: remove the last include files 2015-08-10 19:42:30 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MINOR: http: Action for manipulating the returned status code. 2015-08-27 14:29:44 +02:00
types MINOR: dns: dns_resolution structure update: time_t to unsigned int 2015-09-08 10:50:17 +02:00