Files
bind9/bin/named
Michał Kępień c72da3497d Prevent unbuffered stderr I/O on Windows
Make stderr fully buffered on Windows to improve named performance when
it is logging to stderr, which happens e.g. in system tests.  Note that:

  - line buffering (_IOLBF) is unavailable on Windows,

  - fflush() is called anyway after each log message gets written to the
    default stderr logging channels created by libisc.
2019-09-26 13:53:03 +02:00
..
2019-07-25 08:03:10 -04:00
2019-07-25 21:31:47 -04:00
2019-09-12 17:59:28 +10:00
2019-07-23 15:32:36 -04:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-09-12 17:59:28 +10:00
2019-09-26 10:20:26 +02:00