Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | application: don't ignore SIGHUP but do config file reopen. | Harald Welte | 2013-03-18 | 1 | -1/+6 |
| | |||||
* | doxygen: Add main page for all three libraries | Harald Welte | 2011-08-30 | 1 | -0/+35 |
| | |||||
* | some more doxygen work (include the notion of modules) | Harald Welte | 2011-08-17 | 1 | -0/+17 |
| | |||||
* | logging: introduce library-internal logging categories | Harald Welte | 2011-06-27 | 1 | -1/+1 |
| | | | | | | | | | | We do this by using a trick: library-internal log categories use negative subsystem numbers, which are converted into positive array indexes at the time of logging. library-internal log categories need to be knwo at compile-time, while application-specified categories now are of unlimited number, as they are dynamically allocated. | ||||
* | merge process.[ch] with application.[ch] | Harald Welte | 2011-06-26 | 1 | -0/+53 |
| | |||||
* | app: Introduce some routines to help with application startup | Holger Hans Peter Freyther | 2011-05-12 | 1 | -0/+49 |
The plan is to collect structs and routines for application setup and remove many copies of the boilerplate code we have right now. This starts with routines to ignore certain signals and the stderr init code. Increment the age of the library because a new interface was added. |