summaryrefslogtreecommitdiffstats
path: root/source4/lib/events/events_liboop.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-288/+0
| | | | | | This commit will not compile on its own. metze
* This patch make it possible to build the events library completelySimo Sorce2008-06-141-3/+2
| | | | | | | 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)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-101-0/+5
| | | | | | | 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)
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-101-0/+1
| | | | | | | Jeremy asked for this to allow Samba3 to use the Samba4 events library see torture/local/event.c for an example (This used to be commit 7e105482ff9a3da6b4708ff99a64f1881614fc5f)
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-8/+6
| | | | (This used to be commit 61c6100617589ac6df4f527877241464cacbf8b3)
* r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher2007-10-101-3/+4
| | | | | | | | the events backend can store private flags - add function to access the gtk event loop ops struct metze (This used to be commit a5cc0758a393f36a770cdd57e317214d03934c13)
* r12124: we don't need this comment twiceStefan Metzmacher2007-10-101-5/+0
| | | | | metze (This used to be commit 62c4ae8dde918d8393a3b181a5cac1be1e57e158)
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-101-5/+11
| | | | | metze (This used to be commit 1dd5bb60a5047b94034eb084473bb8f4a9926e7c)
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2007-10-101-1/+12
| | | | | | | | | | | the events code replaces a destructor to one that returns allways -1 while it's calling the event handler - we don't need the composite and winsrepl specific fixes any more - this also fixes the problem with smbcli, dcerpc, cldap, ldap and nbt request timeouts metze (This used to be commit 495996cfc49a1c6eefde6ff04fc75e0739be3aab)
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-101-0/+273
using other implementations possible. This will be mostly usefull for client apps which have there own event loop and want to use our client libs - add a example plugin for liboop (see http://liboop.org) NOTE: this just compiles and is completly untested and is commited only as example metze (This used to be commit b3d0a410efe856e3bcf127f00c31905f5a23cc04)