zeek/src/logging
Robin Sommer 9260638948 Removing error check if an ASCII writer has been properly finished.
Turns out that in error situations, the final finish message might not
reach the writer anymore, as communication between the threads will be
shut down. Instead of aborting, we now just clean up in that case and
proceed. This isn't changing any other behaviour. The original error
check was in place mostly for helping debug the data flow between the
threads anyways.

Addresses BIT-1331.
2015-04-15 09:55:15 -07:00
..
writers Removing error check if an ASCII writer has been properly finished. 2015-04-15 09:55:15 -07:00
CMakeLists.txt Final fixes, preparing for merge. 2014-07-31 10:49:50 -07:00
Component.cc More polishing of some of the branche's changes. 2014-08-08 18:32:05 -07:00
Component.h Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
logging.bif Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
Manager.cc Rename comm/ directories to broker/ 2015-03-05 17:02:25 -06:00
Manager.h broker integration: add API documentation (broxygen/doxygen) 2015-02-17 10:50:57 -06:00
Tag.cc Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
Tag.h Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
WriterBackend.cc Crashing bug in WriterBackend when deserializing WriterInfo where config 2015-02-23 13:54:44 -08:00
WriterBackend.h Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
WriterFrontend.cc Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
WriterFrontend.h Change thread shutdown again to also work with input framework. 2013-05-14 23:45:55 -07:00