about summary refs log tree commit homepage
path: root/ext/sleepy_penguin/init.c
DateCommit message (Expand)
2018-12-11fix 64-to-32-bit truncation warning
2017-03-16allow nestable TLS buffers within the same thread
2017-03-16free buffer if pthread_setspecific fails
2017-03-11portability fixes for systems w/o splice, copy_file_range
2017-03-11implement linux_sendfile support
2016-03-15implement copy_file_range support for Linux 4.5+
2016-03-15support the splice(2) and tee(2) syscalls
2013-12-27refactor and fix leak from thread-local storage use
2013-09-26init: avoid redefinition warning for _GNU_SOURCE
2013-05-03auto-generate SLEEPY_PENGUIN_VERSION constant
2013-04-29preliminary kqueue support
2013-04-29allow building without epoll (or inotify) support
2013-04-12inotify: use thread-local internal buffer
2011-03-05add SignalFD interface
2011-02-04preliminary inotify support
2011-02-04quiet build warnings for older systems
2010-09-26wire up EventFD class
2010-09-26add TimerFD class
2010-08-21initial - epoll support working