Gunnar Beutner
|
383d2369b1
|
Bugfix: Make sure Utility::Glob return false if no matching files were found.
|
2013-02-03 01:30:19 +01:00 |
Gunnar Beutner
|
18f935cfa2
|
Added missing const qualifiers.
|
2013-02-02 09:19:49 +01:00 |
Gunnar Beutner
|
11cf07fa9c
|
Config: implement support for wildcard includes
Fixes #2771
|
2013-02-02 00:32:18 +01:00 |
Gunnar Beutner
|
24e2d1d3f2
|
Use boost::lexical_cast instead of stringstreams.
|
2013-01-31 10:10:51 +01:00 |
Gunnar Beutner
|
ff0e6d91d2
|
Move exception_handler into libbase. Add handler for SIGABRT.
Fixes #3590
|
2013-01-30 11:51:15 +01:00 |
Gunnar Beutner
|
7c65757219
|
Implement Utility::NewUUID().
Fixes #3589
|
2013-01-30 09:08:48 +01:00 |
Gunnar Beutner
|
7dc761236d
|
Remove InitializeLibrary TODO.
Closes #3538
|
2013-01-22 09:04:36 +01:00 |
Gunnar Beutner
|
70c66fa542
|
Implemented the #library directive and fixed loading icinga.dll on Windows.
|
2013-01-17 15:05:34 +01:00 |
Gunnar Beutner
|
5ff640fd14
|
Fixed Utility::Sleep on Windows.
|
2012-09-27 10:05:54 +02:00 |
Gunnar Beutner
|
c5479057f7
|
Make exception messages more verbose.
|
2012-09-27 09:38:28 +02:00 |
Gunnar Beutner
|
74a3bca0f6
|
Fixed crash in Utility::Daemonize().
Fixes #3194
|
2012-09-27 08:21:07 +02:00 |
Gunnar Beutner
|
edf812b6b5
|
Removed ::Sleep and implemented Utility::Sleep.
|
2012-09-25 15:41:43 +02:00 |
Gunnar Beutner
|
97829fbfcd
|
Cleaned up the code a bit.
|
2012-09-21 09:43:06 +02:00 |
Gunnar Beutner
|
852ad5d964
|
Added Utility::GetPid() helper function.
|
2012-09-19 13:00:48 +02:00 |
Gunnar Beutner
|
fee4246f55
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
Gunnar Beutner
|
9bc93ce4a9
|
Renamed 'doc' to 'docs'.
Moved Doxygen files to docs/.
Removed cJSON directory.
Moved libraries into lib/.
Renamed 'config' to 'm4'.
Renamed 'dyn' library to 'config'.
|
2012-09-07 10:27:31 +02:00 |