icinga2/lib/base
Gunnar Beutner 1ad83886ac Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
..
CMakeLists.txt Replace StatsFunction with Function 2017-11-30 19:02:25 +01:00
application-version.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
application.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
application.hpp Add process elevation & log message if user does not have enough privileges 2017-09-22 10:25:17 +02:00
application.ti Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
array-script.cpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
array.cpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
array.hpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
base64.cpp Remove extraneous whitespace 2017-12-14 08:50:09 +01:00
base64.hpp Move Base64 class into libbase 2017-09-12 12:52:49 +02:00
boolean-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
boolean.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
boolean.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
configobject-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
configobject.cpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
configobject.hpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
configobject.ti Implement source_location attribute for the ConfigObject class 2017-04-19 15:30:11 +02:00
configtype.cpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
configtype.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
configwriter.cpp Implement support for handling exceptions in user scripts 2017-06-13 14:03:41 +02:00
configwriter.hpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
console.cpp Fix build problems with Visual Studio 2017 2017-12-14 08:55:36 +01:00
console.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
context.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
context.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
convert.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
convert.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
datetime-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
datetime.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
datetime.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
datetime.ti Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
debug.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
debuginfo.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
debuginfo.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
dependencygraph.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
dependencygraph.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
dictionary-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
dictionary.cpp Revert "Add LogstashWriter feature" 2017-05-23 12:05:01 +02:00
dictionary.hpp Remove extraneous whitespace 2017-12-14 08:50:09 +01:00
exception.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
exception.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
fifo.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
fifo.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
filelogger.cpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
filelogger.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
filelogger.ti Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
function-script.cpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
function.cpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
function.hpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
function.ti Implement support for migrating certificates to /var/lib/icinga2/certs 2017-10-20 14:06:02 +02:00
functionwrapper.hpp Fix build problems with Visual Studio 2017 2017-12-14 08:55:36 +01:00
i2-base.hpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
initialize.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
initialize.hpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
json-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
json.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
json.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
loader.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
loader.hpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
logger.cpp Replace boost::assign::list_of with initializer lists 2017-11-30 18:09:38 +01:00
logger.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
logger.ti Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
math-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
netstring.cpp Return bytes sent/written in SendMessage() and WriteStringToStream() 2017-11-14 08:18:23 +01:00
netstring.hpp Return bytes sent/written in SendMessage() and WriteStringToStream() 2017-11-14 08:18:23 +01:00
networkstream.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
networkstream.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
number-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
number.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
number.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
object-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
object.cpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
object.hpp Remove extraneous whitespace 2017-12-14 08:50:09 +01:00
objectlock.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
objecttype.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
objecttype.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
perfdatavalue.cpp Move PerfdataValue() class into base library 2017-05-15 16:32:29 +02:00
perfdatavalue.hpp Move PerfdataValue() class into base library 2017-05-15 16:32:29 +02:00
perfdatavalue.ti Move PerfdataValue() class into base library 2017-05-15 16:32:29 +02:00
primitivetype.cpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
primitivetype.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
process.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
process.hpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
registry.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
ringbuffer.cpp Add metrics about communication between endpoints 2017-12-11 10:20:25 +01:00
ringbuffer.hpp RingBuffer: Add CalculateRate() 2017-11-14 11:06:56 +01:00
scriptframe.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
scriptframe.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
scriptglobal.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
scriptglobal.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
scriptutils.cpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
scriptutils.hpp Implement new script functions: path_exists, glob and glob_recursive 2017-09-18 13:59:03 +02:00
serializer.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
serializer.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
singleton.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
socket.cpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
socket.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
socketevents-epoll.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
socketevents-poll.cpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
socketevents.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
socketevents.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
stacktrace.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
stacktrace.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
statsfunction.hpp Replace StatsFunction with Function 2017-11-30 19:02:25 +01:00
stdiostream.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
stdiostream.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
stream.cpp Merge pull request #5760 from Icinga/fix/http-client-bugs 2017-12-08 12:51:50 +01:00
stream.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
streamlogger.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
streamlogger.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
streamlogger.ti Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
string-script.cpp Re-implement WrapFunction() using C++11 features 2017-11-29 11:53:45 +01:00
string.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
string.hpp Improve function metadata by adding arguments 2017-03-27 14:43:19 +02:00
sysloglogger.cpp Replace boost::assign::list_of with initializer lists 2017-11-30 18:09:38 +01:00
sysloglogger.hpp SyslogLogger: Implement option to set syslog facility 2017-09-20 14:09:51 +02:00
sysloglogger.ti SyslogLogger: Implement option to set syslog facility 2017-09-20 14:09:51 +02:00
tcpsocket.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
tcpsocket.hpp Revert "Add LogstashWriter feature" 2017-05-23 12:05:01 +02:00
threadpool.cpp Use std::vector::emplace_back instead of std::vector::push_back 2017-11-30 17:47:09 +01:00
threadpool.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
timer.cpp Dynamically create and destroy the timer thread 2017-11-30 17:41:02 +01:00
timer.hpp Dynamically create and destroy the timer thread 2017-11-30 17:41:02 +01:00
tlsstream.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
tlsstream.hpp Use std::shared_ptr instead of boost::shared_ptr 2017-11-30 17:41:00 +01:00
tlsutility.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
tlsutility.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
type.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
type.hpp Remove extraneous whitespace 2017-12-14 08:50:09 +01:00
typetype-script.cpp Remove extraneous whitespace 2017-12-14 08:50:09 +01:00
unix.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
unixsocket.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
unixsocket.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
utility.cpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
utility.hpp Replace boost::bind/boost::function with std::bind/std::function 2017-11-27 15:15:11 +01:00
value-operators.cpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
value.cpp Use nullptr instead of <Type>::Ptr() 2017-11-30 17:47:09 +01:00
value.hpp Replace a few more NULLs with nullptr 2017-12-14 15:37:20 +01:00
visibility.hpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
win32.hpp Ensure that *.icinga.com is used everywhere 2017-01-10 17:19:12 +01:00
workqueue.cpp Fix compiler warnings 2017-12-14 09:15:37 +01:00
workqueue.hpp Fix compiler warnings 2017-12-14 09:15:37 +01:00