icinga2/lib/base
Gunnar Beutner 218e780a44 Avoid unnecessary string copies
fixes #12509
2016-08-23 15:01:40 +02:00
..
CMakeLists.txt Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
application-version.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
application.cpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
application.hpp Fix: IDO marks objects as inactive on shutdown 2016-08-17 19:24:22 +02:00
application.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
array-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
array.cpp Implement support for incremental IDO updates 2016-08-15 14:43:11 +02:00
array.hpp Implement support for incremental IDO updates 2016-08-15 14:43:11 +02:00
boolean-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
boolean.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
boolean.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
configobject-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
configobject.cpp Remove some unused #includes 2016-08-18 15:46:01 +02:00
configobject.hpp Improve performance for type lookups 2016-08-16 11:02:33 +02:00
configobject.ti Improve performance for type lookups 2016-08-16 11:02:33 +02:00
configtype.cpp Remove the ConfigTypeIterator class 2016-08-16 13:26:24 +02:00
configtype.hpp Remove the ConfigTypeIterator class 2016-08-16 13:26:24 +02:00
configwriter.cpp Remove some unused #includes 2016-08-18 15:46:01 +02:00
configwriter.hpp Fix: ConfigWriter::EmitScope incorrectly quotes dictionary keys 2016-06-22 12:35:47 +02:00
console.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
console.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
context.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
context.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
convert.cpp Fix unit tests for Convert::ToString 2016-06-16 15:32:29 +02:00
convert.hpp Fix incorrect formatting for some macro values 2016-06-16 15:14:35 +02:00
datetime-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
datetime.cpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
datetime.hpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
datetime.ti Make sure timestamps are formatted as integers in macro strings 2016-06-21 11:29:12 +02:00
debug.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
debuginfo.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
debuginfo.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
dependencygraph.cpp Make sure the dependency graph is properly updated when adding and removing objects 2016-05-09 14:30:12 +02:00
dependencygraph.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
dictionary-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
dictionary.cpp Improve performance for field accesses 2016-04-18 17:05:22 +02:00
dictionary.hpp Improve performance for field accesses 2016-04-18 17:05:22 +02:00
exception.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
exception.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
fifo.cpp Fix incorrect memcpy() with overlapping buffers 2016-02-01 12:58:42 +01:00
fifo.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
filelogger.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
filelogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
filelogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
function-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
function.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
function.hpp Fix incorrect function name for deprecated functions 2016-08-12 15:41:03 +02:00
function.ti Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
functionwrapper.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
functionwrapper.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
i2-base.hpp Improve performance for locks and value conversions 2016-04-19 09:38:22 +02:00
initialize.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
initialize.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
json-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
json.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
json.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
loader.cpp ConfigCompiler should not log included files by default 2016-07-05 15:43:48 +02:00
loader.hpp Move internal script functions into the 'Internal' namespace 2016-08-10 06:55:44 +02:00
logger.cpp Implement validation for the Logger#severity attribute 2016-04-21 13:50:47 +02:00
logger.hpp Implement validation for the Logger#severity attribute 2016-04-21 13:50:47 +02:00
logger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
math-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
netstring.cpp Avoid unnecessary string copies 2016-08-23 15:01:40 +02:00
netstring.hpp Avoid unnecessary string copies 2016-08-23 15:01:40 +02:00
networkstream.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
networkstream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
number-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
number.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
number.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
object-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
object.cpp Build fix for older boost versions 2016-04-18 17:21:45 +02:00
object.hpp Build fix for Windows 2016-04-19 14:48:13 +02:00
objectlock.hpp Remove the ConfigTypeIterator class 2016-08-16 13:26:24 +02:00
objecttype.cpp Make sure base classes are registered in the right order 2016-08-12 14:18:59 +02:00
objecttype.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
primitivetype.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
primitivetype.hpp Implement the DateTime class 2016-03-29 13:27:20 +02:00
process.cpp Use InterlockedIncrement instead of a mutex in CreatePipeOverlapped 2016-08-11 09:48:01 +02:00
process.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
registry.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
ringbuffer.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
ringbuffer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
scriptframe.cpp Move type variables into the 'Types' namespace 2016-08-12 17:05:19 +02:00
scriptframe.hpp Remove some unused #includes 2016-08-18 15:46:01 +02:00
scriptglobal.cpp Remove unnecessary Dictionary::Contains calls 2016-08-16 22:03:42 +02:00
scriptglobal.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
scriptutils.cpp Improve performance for type lookups 2016-08-16 11:02:33 +02:00
scriptutils.hpp Implement the __ptr function 2016-07-22 09:43:59 +02:00
serializer.cpp Avoid duplicate IDO config updates at startup 2016-08-13 23:31:22 +02:00
serializer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
singleton.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socket.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
socketevents-epoll.cpp Make the socket event engine configurable 2016-04-18 14:38:59 +02:00
socketevents-poll.cpp Fix crash on Windows 2016-07-12 15:33:44 +02:00
socketevents.cpp Fix error message for the EventEngine variable 2016-04-18 15:02:02 +02:00
socketevents.hpp Make the socket event engine configurable 2016-04-18 14:38:59 +02:00
stacktrace.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stacktrace.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
statsfunction.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
statsfunction.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stdiostream.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stdiostream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
stream.cpp Fix memory leak in Stream::Close 2016-02-03 13:02:49 +01:00
stream.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
streamlogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
string-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
string.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
string.hpp Avoid unnecessary string copies 2016-08-23 15:01:40 +02:00
sysloglogger.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
sysloglogger.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
sysloglogger.ti Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
tcpsocket.cpp Fix setsockopt() error on Windows 2016-07-05 13:16:14 +02:00
tcpsocket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
threadpool.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
threadpool.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
timer.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
timer.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
tlsstream.cpp Include client IP address and port in HTTP requests 2016-07-25 09:43:13 +02:00
tlsstream.hpp Include client IP address and port in HTTP requests 2016-07-25 09:43:13 +02:00
tlsutility.cpp Use hash-based serial numbers for new certificates 2016-08-16 15:03:01 +02:00
tlsutility.hpp Use hash-based serial numbers for new certificates 2016-08-16 15:03:01 +02:00
type.cpp Move type variables into the 'Types' namespace 2016-08-12 17:05:19 +02:00
type.hpp Move type variables into the 'Types' namespace 2016-08-12 17:05:19 +02:00
typetype-script.cpp Implement support for marking functions as deprecated 2016-08-10 15:48:05 +02:00
unix.hpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
unixsocket.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
unixsocket.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
utility.cpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
utility.hpp Revert "Fix incorrect detection of the 'Concurrency' variable" 2016-08-19 11:58:52 +02:00
value-operators.cpp Implement comparison operators for the Array class 2016-08-14 17:21:47 +02:00
value.cpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
value.hpp Disallow casting "" to an Object 2016-08-10 11:14:33 +02:00
visibility.hpp Fix building Icinga with -fvisibility=hidden 2016-08-09 09:00:19 +02:00
win32.hpp Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
workqueue.cpp Improve logging for the WorkQueue class 2016-08-09 12:39:07 +02:00
workqueue.hpp Add name attribute for the WorkQueue class 2016-06-14 09:08:04 +02:00