Files
bind9/bin/named
Michał Kępień f1b89d0d9f 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:49 +02:00
..
2019-04-24 09:31:20 +10:00
2019-09-12 19:31:56 +10:00
2019-09-12 19:31:56 +10:00
2019-01-25 16:15:08 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-08-13 09:47:16 +00:00
2019-08-13 09:34:56 +00:00
2019-08-13 09:47:16 +00:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-09-12 19:31:56 +10:00
2019-09-26 10:29:15 +02:00