Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Log: move enum LogLevel to LogLevel.hxx | Max Kellermann | 2013-12-15 | 1 | -36/+1 |
| | |||||
* | Log: add level "DEFAULT" | Max Kellermann | 2013-11-04 | 1 | -0/+15 |
| | | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure". | ||||
* | Log: document the LogLevel items | Max Kellermann | 2013-11-04 | 1 | -0/+16 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | gcc.h: major update | Max Kellermann | 2013-10-15 | 1 | -8/+8 |
| | | | | | Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -14/+82 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -11/+2 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+3 |
| | |||||
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -1/+0 |
| | |||||
* | sig_handlers, log: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -0/+54 |