.. |
Makefile.am
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
application.cpp
|
Bugfix: Unlock thread mutex while waiting for events.
|
2013-02-16 07:27:45 +01:00 |
application.h
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
asynctask.h
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
base.vcxproj
|
Refactor the Process class. Remove the Windows implementation for now.
|
2013-02-13 11:39:24 +01:00 |
base.vcxproj.filters
|
Updated VS project files.
|
2013-01-29 15:47:38 +01:00 |
component.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
component.h
|
Made IComponent::GetConfig() usable in IComponent::Start().
|
2012-09-28 10:40:12 +02:00 |
connection.cpp
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
connection.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +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
|
Implemented environment-based macros.
|
2013-02-09 23:02:33 +01:00 |
dictionary.h
|
Updated documentation.
|
2012-09-19 12:32:39 +02:00 |
dynamicobject.cpp
|
Implemented the 'Script' type.
|
2013-02-14 14:58:26 +01:00 |
dynamicobject.h
|
Implemented the 'Script' type.
|
2013-02-14 14:58:26 +01:00 |
dynamictype.cpp
|
Implemented the 'Script' type.
|
2013-02-14 14:58:26 +01:00 |
dynamictype.h
|
Config: Warn about unknown attributes.
|
2013-02-01 14:11:22 +01:00 |
eventqueue.cpp
|
Bugfix: Unlock thread mutex while waiting for events.
|
2013-02-16 07:27:45 +01:00 |
eventqueue.h
|
Bugfix: Unlock thread mutex while waiting for events.
|
2013-02-16 07:27:45 +01:00 |
exception.cpp
|
Renamed 'doc' to 'docs'.
|
2012-09-07 10:27:31 +02:00 |
exception.h
|
Fix: Added missing DLL exports for Windows.
|
2012-10-17 12:03:07 +02:00 |
fifo.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +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
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
logger.cpp
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
logger.h
|
Fixed more doxygen warnings.
|
2012-09-17 14:47:43 +02:00 |
netstring.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
netstring.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
object.cpp
|
Windows: Fixed crash in Object::~Object().
|
2013-02-07 22:13:34 +01:00 |
object.h
|
Windows: Fixed crash in Object::~Object().
|
2013-02-07 22:13:34 +01:00 |
process-unix.cpp
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
process-windows.cpp
|
Cleaned up the Process class.
|
2013-02-13 11:48:19 +01:00 |
process.cpp
|
Implemented dictionary support for commands.
|
2013-02-13 20:08:09 +01:00 |
process.h
|
Implemented dictionary support for commands.
|
2013-02-13 20:08:09 +01:00 |
qstring.cpp
|
Implement Convert class, move existing type conversion functionality there
|
2013-01-29 12:05:46 +01:00 |
qstring.h
|
Implement Convert class, move existing type conversion functionality there
|
2013-01-29 12:05:46 +01:00 |
ringbuffer.cpp
|
Renamed 'doc' to 'docs'.
|
2012-09-07 10:27:31 +02:00 |
ringbuffer.h
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
script.cpp
|
Properly shut down the interpreter when the Script object is being destroyed.
|
2013-02-14 19:00:46 +01:00 |
script.h
|
Properly shut down the interpreter when the Script object is being destroyed.
|
2013-02-14 19:00:46 +01:00 |
scriptfunction.cpp
|
Remove support for type hints.
|
2013-02-15 18:35:40 +01:00 |
scriptfunction.h
|
Remove support for type hints.
|
2013-02-15 18:35:40 +01:00 |
scriptinterpreter.cpp
|
Implement calling Python functions.
|
2013-02-16 07:49:36 +01:00 |
scriptinterpreter.h
|
Bugfix: Unlock thread mutex while waiting for events.
|
2013-02-16 07:27:45 +01:00 |
scriptlanguage.cpp
|
Implemented the 'Script' type.
|
2013-02-14 14:58:26 +01:00 |
scriptlanguage.h
|
Implemented calling ScriptFunctions from Python.
|
2013-02-15 16:34:33 +01:00 |
scripttask.cpp
|
Added missing GPL header in scripttask.cpp.
|
2012-09-25 15:46:24 +02:00 |
scripttask.h
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
socket.cpp
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
socket.h
|
Implemented the StdioStream and UnixSocket classes.
|
2012-11-23 11:03:33 +01:00 |
stdiostream.cpp
|
Added some more code documentation.
|
2012-11-26 08:29:26 +01:00 |
stdiostream.h
|
Implemented the StdioStream and UnixSocket classes.
|
2012-11-23 11:03:33 +01:00 |
stream.cpp
|
Implement per-thread event queues.
|
2013-02-15 06:48:30 +01:00 |
stream.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
stream_bio.cpp
|
Fixed compiler warnings (-Wextra).
|
2013-02-02 22:13:54 +01:00 |
stream_bio.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
streamlogger.cpp
|
Flush logger stream after writing 'clear color' ANSI code.
|
2013-02-08 09:40:19 +01:00 |
streamlogger.h
|
Implemented colored log messages.
|
2013-02-01 14:12:24 +01:00 |
sysloglogger.cpp
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
sysloglogger.h
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
tcpsocket.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
tcpsocket.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
timer.cpp
|
Made the debug log level slightly less spammy.
|
2013-02-09 10:55:54 +01:00 |
timer.h
|
Detect local time changes.
|
2012-09-25 14:03:41 +02:00 |
tlsstream.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
tlsstream.h
|
Minor cleanups.
|
2012-11-23 11:04:08 +01:00 |
unix.h
|
Use -fvisibility=hidden when it's available.
|
2013-02-14 10:53:34 +01:00 |
unixsocket.cpp
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
|
2013-02-06 12:51:12 +01:00 |
unixsocket.h
|
Build fix for *NIX.
|
2012-11-23 12:34:06 +01:00 |
utility.cpp
|
Implement calling Python functions.
|
2013-02-16 07:49:36 +01:00 |
utility.h
|
Refactor the FD_CLOEXEC/O_NONBLOCK code.
|
2013-02-13 13:03:21 +01:00 |
value.cpp
|
Implemented Value::GetType().
|
2013-02-15 14:39:26 +01:00 |
value.h
|
Implemented Value::GetType().
|
2013-02-15 14:39:26 +01:00 |
win32.h
|
Fix string_iless performance issue.
|
2013-01-28 09:43:54 +01:00 |