about summary refs log tree commit homepage
path: root/configure.ac
DateCommit message (Expand)
2016-07-18rely on gnulib for environ portability gl-env
2016-05-29update copyrights for 2016
2015-11-13use vfork under Linux before execve
2015-03-06copyright updates for 2015
2014-09-05update address to public mailing list
2014-02-21allow bsd_sendfile with freebsd-glue on Debian/kFreeBSD
2014-02-17check for sys/sendfile.h header instead of __linux__
2013-07-14cmogstored 1.3.0rc1 v1.3.0rc1
2013-06-25tests: fault-injection test for ENOSPC on epoll_ctl
2013-06-25introduce mog_yield wrapper around sched_yield/pthread_yield
2013-05-06preliminary systemtap support for tracing
2013-03-08build: add check for GCC atomics
2013-02-14selfwake: use epoll_pwait on Linux instead of eventfd
2013-02-11allow self-wakeup to use eventfd under modern Linux
2012-07-12build: disable gnulib tests from build
2012-07-09gnulib updates
2012-05-02INSTALL: libkqueue 1.0.6 is slightly buggy, after all
2012-04-20INSTALL: update libkqueue notes for libkqueue 1.0.6
2012-04-19attempt to support platforms without FIONBIO + ioctl()
2012-03-15nostd: improved build and separate lib for NOSTD_CFLAGS
2012-02-23doc updates for backwards/forward-compat
2012-02-20give advice to the kernel when doing sequential reads
2012-02-11configure.ac: remove outdated, confusing comment
2012-02-10kqueue: reenable for cross-thread active queue wakeups
2012-02-09configure.ac: set -ggdb3 in CFLAGS if possible
2012-02-06configure: disable kqueue support for now
2012-02-06import build-aux/git-version-gen from gnulib
2012-02-05configure.ac: re-enable real sendfile() support
2012-02-05configure.ac: reenable open_memstream if possible
2012-02-05preliminary kqueue support for FreeBSD (untested)
2012-01-11initial commit