aboutsummaryrefslogtreecommitdiff
path: root/common/loop.c
AgeCommit message (Expand)AuthorLines
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser-1/+0
2020-07-30common/loop: check return of reallocAntonin Décimo-3/+9
2019-01-21Replace wlr_log with sway_logM Stoeckl-3/+3
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan-2/+2
2018-12-09list.c: Remove list_foreachIan Fan-4/+2
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma-1/+1
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens-0/+1
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer-1/+1
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer-0/+4
2018-10-15Remove timerfd from loop implementationRyan Dwyer-43/+100
2018-10-15swaylock: Remove indicator after 3 secondsRyan Dwyer-3/+16
2018-10-15Move swaybar's event loop to common directory and refactorRyan Dwyer-0/+105