.. |
Makefile.am
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
application.cpp
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
application.h
|
Refactored the Component class.
|
2012-07-23 10:24:27 +02:00 |
asynctask.h
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
base.vcxproj
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
base.vcxproj.filters
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
component.cpp
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
component.h
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
dictionary.cpp
|
Use throw_exception() instead of throw.
|
2012-07-24 15:38:04 +02:00 |
dictionary.h
|
Moved serialization functionality into the base library.
|
2012-07-24 10:50:53 +02:00 |
dynamicobject.cpp
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
dynamicobject.h
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
event.cpp
|
Use BOOST_FOREACH for most for loops.
|
2012-07-16 22:00:50 +02:00 |
event.h
|
Improved Event::Post performance.
|
2012-07-13 23:37:05 +02:00 |
exception.cpp
|
Prefer boost::* over C++0x features.
|
2012-06-15 19:32:41 +02:00 |
exception.h
|
Implemented logging to files and made logging configurable.
|
2012-07-10 15:14:45 +02:00 |
fifo.cpp
|
Cleaned up socket exception handling.
|
2012-07-17 20:41:06 +02:00 |
fifo.h
|
Cleaned up TcpClient interface.
|
2012-07-16 00:02:31 +02:00 |
i2-base.cpp
|
Enabled pre-compiled headers for Windows builds.
|
2012-07-15 13:13:19 +02:00 |
i2-base.h
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
ioqueue.h
|
Added missing GPL Header.
|
2012-07-16 00:04:16 +02:00 |
logger.cpp
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
logger.h
|
Renamed ConfigObject to DynamicObject.
|
2012-07-30 10:17:29 +02:00 |
netstring.cpp
|
Implemented state retention.
|
2012-07-24 13:13:02 +02:00 |
netstring.h
|
Implemented state retention.
|
2012-07-24 13:13:02 +02:00 |
object.cpp
|
Bugfixes for the AsyncTask class.
|
2012-07-15 17:15:49 +02:00 |
object.h
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
process.cpp
|
Keep track of time using fractions of seconds.
|
2012-07-25 12:59:17 +02:00 |
process.h
|
Keep track of time using fractions of seconds.
|
2012-07-25 12:59:17 +02:00 |
ringbuffer.cpp
|
Added missing GPL headers and Visual Studio filters.
|
2012-07-09 20:32:02 +02:00 |
ringbuffer.h
|
Added missing GPL headers and Visual Studio filters.
|
2012-07-09 20:32:02 +02:00 |
scriptfunction.cpp
|
Implemented script tasks.
|
2012-07-14 15:59:59 +02:00 |
scriptfunction.h
|
Implemented script tasks.
|
2012-07-14 15:59:59 +02:00 |
scripttask.cpp
|
Bugfixes for the AsyncTask class.
|
2012-07-15 17:15:49 +02:00 |
scripttask.h
|
Bugfixes for the AsyncTask class.
|
2012-07-15 17:15:49 +02:00 |
socket.cpp
|
Handle all exception types rather than just the ones inheriting from std::exception.
|
2012-07-23 08:57:19 +02:00 |
socket.h
|
Cleaned up socket exception handling.
|
2012-07-17 20:41:06 +02:00 |
streamlogger.cpp
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
streamlogger.h
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
sysloglogger.cpp
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
sysloglogger.h
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
tcpclient.cpp
|
Added TcpClient::OnConnected event.
|
2012-07-18 11:15:39 +02:00 |
tcpclient.h
|
Added TcpClient::OnConnected event.
|
2012-07-18 11:15:39 +02:00 |
tcpserver.cpp
|
Cleaned up socket exception handling.
|
2012-07-17 20:41:06 +02:00 |
tcpserver.h
|
Made sockets multi-threaded.
|
2012-06-24 05:27:01 +02:00 |
tcpsocket.cpp
|
Cleaned up socket exception handling.
|
2012-07-17 20:41:06 +02:00 |
tcpsocket.h
|
Consistent ordering for method declarations.
|
2012-05-21 23:42:54 +02:00 |
threadpool.cpp
|
Added missing GPL headers and Visual Studio filters.
|
2012-07-09 20:32:02 +02:00 |
threadpool.h
|
Added missing GPL headers and Visual Studio filters.
|
2012-07-09 20:32:02 +02:00 |
timer.cpp
|
Keep track of time using fractions of seconds.
|
2012-07-25 12:59:17 +02:00 |
timer.h
|
Keep track of time using fractions of seconds.
|
2012-07-25 12:59:17 +02:00 |
tlsclient.cpp
|
Added TcpClient::OnConnected event.
|
2012-07-18 11:15:39 +02:00 |
tlsclient.h
|
Added TcpClient::OnConnected event.
|
2012-07-18 11:15:39 +02:00 |
unix.cpp
|
Enabled pre-compiled headers for Windows builds.
|
2012-07-15 13:13:19 +02:00 |
unix.h
|
Build fixes for *NIX.
|
2012-07-24 13:45:21 +02:00 |
utility.cpp
|
Refactored ConfigObject adapter classes.
|
2012-07-27 19:56:57 +02:00 |
utility.h
|
Keep track of time using fractions of seconds.
|
2012-07-25 12:59:17 +02:00 |
variant.cpp
|
Use throw_exception() instead of throw.
|
2012-07-24 15:38:04 +02:00 |
variant.h
|
Implemented state retention.
|
2012-07-24 13:13:02 +02:00 |
win32.cpp
|
Enabled pre-compiled headers for Windows builds.
|
2012-07-15 13:13:19 +02:00 |
win32.h
|
Improved MingW compatibility.
|
2012-05-28 10:41:21 +02:00 |