summaryrefslogtreecommitdiffstats
path: root/src/hlog.c
Commit message (Expand)AuthorAgeFilesLines
* When hlog_set_state() changes the state of an outlet, reset eachDavid Young2020-04-161-0/+11
* Let us use space as well as comma to separate outlet=yes|no clauses inDavid Young2020-03-301-1/+1
* Change a couple more occurrences of "sink" to "outlet."David Young2020-02-241-2/+2
* Don't use the __ prefix for attributes __unused and such, since that's reservedDavid Young2020-02-241-2/+2
* Record the state of a log outlet on first use and reuse that state onDavid Young2020-02-121-2/+6
* Make a typedef for enum hlog_outlet_state, hlog_outlet_state_t, and use it.David Young2020-02-121-1/+1
* Call them log "outlets" not log "sinks".David Young2020-02-101-39/+39
* Rename loglib_ / LOGLIB_ to hlog_ / HLOG_, remove the syslog-basedDavid Young2020-02-101-150/+136
* Rename log.c to hlog.c, add hlog.[ch] to MANIFEST.David Young2020-02-071-0/+365