.. |
Makefile.am
|
Remove libpopen_noshell.
|
2013-03-12 14:01:01 +01:00 |
application.cpp
|
Make mode variable const.
|
2013-03-12 14:50:40 +01:00 |
application.h
|
Implemented stacktrace support for Windows.
|
2013-03-07 15:00:26 +01:00 |
array.cpp
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
array.h
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
asynctask.h
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
attribute.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
attribute.h
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
base.vcxproj
|
Windows build fix.
|
2013-03-12 15:35:51 +01:00 |
base.vcxproj.filters
|
Windows build fix.
|
2013-03-12 15:35:51 +01:00 |
connection.cpp
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
connection.h
|
Fine-grained locks (WIP, Part 2).
|
2013-02-18 14:40:24 +01:00 |
convert.cpp
|
Implemented environment-based macros.
|
2013-02-09 23:02:33 +01:00 |
convert.h
|
Implemented environment-based macros.
|
2013-02-09 23:02:33 +01:00 |
dictionary.cpp
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
dictionary.h
|
Refactored object locking code.
|
2013-03-01 12:07:52 +01:00 |
dynamicobject.cpp
|
Add missing default implementation for DynamicObject::Stop().
|
2013-03-12 14:01:11 +01:00 |
dynamicobject.h
|
Implement DynamicObject::Stop().
|
2013-03-12 13:48:37 +01:00 |
dynamictype.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
dynamictype.h
|
Eliminate the Component class.
|
2013-03-12 13:45:54 +01:00 |
eventqueue.cpp
|
Catch exceptions in EventQueue::QueueThreadProc.
|
2013-03-08 14:43:07 +01:00 |
eventqueue.h
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
exception.cpp
|
Add more information to exceptions.
|
2013-03-11 13:47:17 +01:00 |
exception.h
|
Windows build fix.
|
2013-03-11 14:08:55 +01:00 |
fifo.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
fifo.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
i2-base.cpp
|
Renamed 'doc' to 'docs'.
|
2012-09-07 10:27:31 +02:00 |
i2-base.h
|
Eliminate the Component class.
|
2013-03-12 13:45:54 +01:00 |
logger.cpp
|
Refactored object locking code.
|
2013-03-01 12:07:52 +01:00 |
logger.h
|
Refactored object locking code.
|
2013-03-01 12:07:52 +01:00 |
netstring.cpp
|
Fine-grained locks (WIP, Part 1).
|
2013-02-17 19:14:34 +01:00 |
netstring.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
object.cpp
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
object.h
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
objectlock.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
objectlock.h
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
process-unix.cpp
|
Add more information to exceptions.
|
2013-03-11 13:47:17 +01:00 |
process-windows.cpp
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
process.cpp
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
process.h
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
qstring.cpp
|
Implement attribute filters.
|
2013-03-10 15:11:32 +01:00 |
qstring.h
|
Implement attribute filters.
|
2013-03-10 15:11:32 +01:00 |
ringbuffer.cpp
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
ringbuffer.h
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
script.cpp
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
script.h
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
scriptfunction.cpp
|
Various bugfixes.
|
2013-03-06 11:04:20 +01:00 |
scriptfunction.h
|
Eliminate the Component class.
|
2013-03-12 13:45:54 +01:00 |
scriptinterpreter.cpp
|
Fixed compiler warnings.
|
2013-03-07 08:14:55 +01:00 |
scriptinterpreter.h
|
Fine-grained locks (WIP, Part 1).
|
2013-02-17 19:14:34 +01:00 |
scriptlanguage.cpp
|
Fine-grained locks (WIP, Part 1).
|
2013-02-17 19:14:34 +01:00 |
scriptlanguage.h
|
Fine-grained locks (WIP, Part 1).
|
2013-02-17 19:14:34 +01:00 |
scripttask.cpp
|
More lock refactoring. Yay.
|
2013-03-02 09:07:47 +01:00 |
scripttask.h
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
socket.cpp
|
Windows build fix.
|
2013-03-11 14:08:55 +01:00 |
socket.h
|
Add more information to exceptions.
|
2013-03-11 13:47:17 +01:00 |
stacktrace.cpp
|
Add missing return value.
|
2013-03-09 12:57:07 +01:00 |
stacktrace.h
|
Implement automated stacktraces for exceptions.
|
2013-03-07 19:44:39 +01:00 |
stdiostream.cpp
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
stdiostream.h
|
Fine-grained locks (WIP, Part 2).
|
2013-02-18 14:40:24 +01:00 |
stream.cpp
|
Implement livestatus commands.
|
2013-03-10 05:10:51 +01:00 |
stream.h
|
Implement livestatus commands.
|
2013-03-10 05:10:51 +01:00 |
stream_bio.cpp
|
More lock refactoring. Yay.
|
2013-03-02 09:07:47 +01:00 |
stream_bio.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
streamlogger.cpp
|
More lock refactoring. Yay.
|
2013-03-02 09:07:47 +01:00 |
streamlogger.h
|
Fine-grained locks (WIP, Part 5).
|
2013-02-19 12:17:31 +01:00 |
sysloglogger.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
sysloglogger.h
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
tcpsocket.cpp
|
Windows build fix.
|
2013-03-11 14:08:55 +01:00 |
tcpsocket.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
timer.cpp
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
timer.h
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
tlsstream.cpp
|
Fix some deadlocks in the TlsStream class.
|
2013-03-12 11:56:14 +01:00 |
tlsstream.h
|
Minor cleanups.
|
2012-11-23 11:04:08 +01:00 |
unix.h
|
Implement automated stacktraces for exceptions.
|
2013-03-07 19:44:39 +01:00 |
unixsocket.cpp
|
Add more information to exceptions.
|
2013-03-11 13:47:17 +01:00 |
unixsocket.h
|
Build fix for *NIX.
|
2012-11-23 12:34:06 +01:00 |
utility.cpp
|
Eliminate the Component class.
|
2013-03-12 13:45:54 +01:00 |
utility.h
|
Eliminate the Component class.
|
2013-03-12 13:45:54 +01:00 |
value.cpp
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
value.h
|
Fine-grained locks (WIP, Part 9).
|
2013-02-24 01:10:34 +01:00 |
win32.h
|
Fix string_iless performance issue.
|
2013-01-28 09:43:54 +01:00 |