| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, properly the outlet symbol-name prefix with the rest of the symbol | David Young | 2020-04-16 | 1 | -6/+8 |
|
|
* | Change the prefix for hlog_outlet_t's from log_ to hlog_gbl_ to avoid | David Young | 2020-04-13 | 1 | -5/+7 |
|
|
* | Move all frequently-read fields---ls_resolved, ls_state, ls_parent---to the top | David Young | 2020-02-24 | 1 | -2/+2 |
|
|
* | For bool, true, and false, #include <stdbool.h>. | David Young | 2020-02-24 | 1 | -0/+1 |
|
|
* | Don't use the __ prefix for attributes __unused and such, since that's reserved | David Young | 2020-02-24 | 1 | -21/+21 |
|
|
* | Let us provide a default state to HLOG_OUTLET_MEDIUM_DEFN(). | David Young | 2020-02-12 | 1 | -3/+3 |
|
|
* | Record the state of a log outlet on first use and reuse that state on | David Young | 2020-02-12 | 1 | -3/+10 |
|
|
* | Whitespace repair. NFCI. | David Young | 2020-02-12 | 1 | -2/+2 |
|
|
* | Make a typedef for enum hlog_outlet_state, hlog_outlet_state_t, and use it. | David Young | 2020-02-12 | 1 | -2/+3 |
|
|
* | Don't declare a bunch of undefined log outlets. | David Young | 2020-02-12 | 1 | -6/+0 |
|
|
* | Call them log "outlets" not log "sinks". | David Young | 2020-02-10 | 1 | -37/+37 |
|
|
* | Rename loglib_ / LOGLIB_ to hlog_ / HLOG_, remove the syslog-based | David Young | 2020-02-10 | 1 | -95/+95 |
|
|
* | Add my logging library in existing form. Abbreviate copyright notices in the | David Young | 2020-02-06 | 1 | -0/+131 |
|
|