Files
bind9/bin/named
Michał Kępień b440d30a78 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.

(cherry picked from commit c72da3497d)
2019-09-26 13:56:38 +02:00
..
2019-04-24 09:31:04 +10:00
2019-09-12 19:27:28 +10:00
2019-02-06 22:13:05 +00:00
2019-08-21 21:35:31 +00:00
2019-08-21 21:35:30 +00:00
2019-08-21 21:35:31 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-09-12 19:27:28 +10:00
2019-09-26 10:28:51 +02:00