summaryrefslogtreecommitdiff
path: root/glib/gwakeup.c
Commit message (Expand)AuthorAgeFilesLines
* gwakeup: Use O_NONBLOCK to avoid a fcntl() syscall where possiblePhilip Withnall2023-03-231-1/+1
* gwakeup: #include <stdint.h>Sergey Bugaev2023-01-271-0/+1
* gwakeup: Be consistent in reading the same data we wroteMarco Trevisan (Treviño)2022-12-061-5/+15
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gwakeup: Clarify buffer sizing in g_wakeup_signal()Philip Withnall2014-06-211-2/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* MinorBehdad Esfahbod2013-02-251-1/+1
* gwakeup: Fix uninitialized variable from previous commitColin Walters2013-01-251-1/+1
* Handle EINTR for a few more write() callsColin Walters2013-01-251-2/+11
* docs fixups for glib/Ryan Lortie2011-09-051-1/+1
* GWakeup: fix Windows build breakageRyan Lortie2011-07-251-0/+3
* GWakeup: make it private APIRyan Lortie2011-07-251-0/+17
* GWakeup: add signal safety noteRyan Lortie2011-07-251-0/+2
* gtk-doc GWakeupRyan Lortie2011-07-251-6/+87
* Add GWakeupRyan Lortie2011-07-251-0/+157