summaryrefslogtreecommitdiff
path: root/source4/lib/events/libevents.m4
AgeCommit message (Collapse)AuthorFilesLines
2008-06-26Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij1-10/+12
(This used to be commit 3f48f68800176d992a1bd9b6349f22ec152fc34a)
2008-06-15Fix standalone ldb build.Jelmer Vernooij1-0/+1
(This used to be commit 4ac91e301455721b76f7f456bc50c5c6e47c05d3)
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-3/+21
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
2008-05-14Make it possible to build libevents standalone.Simo Sorce1-2/+19
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell1-0/+11
includes a new EVENT_FD_AUTOCLOSE flag that prevents race conditions where code using fd events might close a fd before releasing the struct fd_event. That causes headaches for epoll. (This used to be commit f1ad216de13b154a1f8747a44b0970dcc47a784a)