Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When hlog_set_state() changes the state of an outlet, reset each | David Young | 2020-04-16 | 1 | -0/+11 |
* | Let us use space as well as comma to separate outlet=yes|no clauses in | David Young | 2020-03-30 | 1 | -1/+1 |
* | Change a couple more occurrences of "sink" to "outlet." | David Young | 2020-02-24 | 1 | -2/+2 |
* | Don't use the __ prefix for attributes __unused and such, since that's reserved | David Young | 2020-02-24 | 1 | -2/+2 |
* | Record the state of a log outlet on first use and reuse that state on | David Young | 2020-02-12 | 1 | -2/+6 |
* | Make a typedef for enum hlog_outlet_state, hlog_outlet_state_t, and use it. | David Young | 2020-02-12 | 1 | -1/+1 |
* | Call them log "outlets" not log "sinks". | David Young | 2020-02-10 | 1 | -39/+39 |
* | Rename loglib_ / LOGLIB_ to hlog_ / HLOG_, remove the syslog-based | David Young | 2020-02-10 | 1 | -150/+136 |
* | Rename log.c to hlog.c, add hlog.[ch] to MANIFEST. | David Young | 2020-02-07 | 1 | -0/+365 |