aboutsummaryrefslogtreecommitdiffstats
path: root/client/pool-buffer.c
Commit message (Collapse)AuthorAge
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
| | | | | | | | In addition to removing unused code, two minor problems are fixed: (1) `resize set` and `resize adjust` did not error when given too many arguments. (2) `orientation` was incorrectly overridden to be 'U' for scroll events in the swaybar tray `handle_click` function.
* Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03
|
* Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
| | | | | On FreeBSD, snprintf and vsnprintf are visible only if _XOPEN_SOURCE >= 600.
* Set pool_buffers busy when handing them outLibravatar vilhalmer2018-06-17
|
* client/pool-buffer: munmap in destroy_bufferLibravatar emersion2018-05-27
|
* client/pool-buffer: set CLOEXEC on buffer FD, just in caseLibravatar emersion2018-05-27
|
* Handle output removal on swaybarLibravatar Drew DeVault2018-04-05
|
* assert(fd != -1);Libravatar Drew DeVault2018-03-31
| | | | Thanks @martinetd
* Address review commentsLibravatar Drew DeVault2018-03-28