| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | protect syslog against cancellation•••these functions are allowed to be cancellation points, but then we would have to install cleanup handlers to avoid termination with locks held. | Rich Felker | 2011-04-18 | 1 | -5/+19 |
| * | simplify syslog, add vsyslog interface (nonstandard)•••with datagram sockets, depending on fprintf not to flush the output early was very fragile; the new version simply uses a small fixed-size buffer. it could be updated to dynamic-allocate large buffers if needed, but i can't envision any admin being happy about finding 64kb-long lines in their syslog... | Rich Felker | 2011-04-13 | 1 | -31/+36 |
| * | remove useless SIGPIPE protection from syslog•••per the standard, SIGPIPE is not generated for SOCK_DGRAM. | Rich Felker | 2011-04-13 | 1 | -9/+0 |
| * | fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)•••it actually appears the hacks to block SIGPIPE are probably not necessary, and potentially harmful. if i can confirm this, i'll remove them. | Rich Felker | 2011-04-13 | 1 | -10/+8 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+115 |
