summaryrefslogtreecommitdiffstats
path: root/source/lib/events.c
Commit message (Collapse)AuthorAgeFilesLines
* r23569: Also dump fd_event in dump_event_list().Günther Deschner2007-06-211-1/+10
| | | | Guenther
* r23562: Add dump_event_list() for debugging the event list.Günther Deschner2007-06-211-0/+24
| | | | Guenther
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-05-191-0/+15
|
* r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-05-161-2/+45
|
* r21322: No feedback means consent :-)Volker Lendecke2007-02-131-26/+197
| | | | | | | | | | | It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than later. Add the notify support that already exists in 3_0 to 3_0_25. If you want to see this patch dissected into digestable parts, look at 3_0, revisions at about 20800 and following. Volker
* r20912: Ensure the list always remains sorted even whenJeremy Allison2007-01-191-16/+33
| | | | | moving events around. Jeremy.
* r20087: Ensure we clean up any random pending events weJeremy Allison2006-12-081-0/+15
| | | | | | may have inherited from our parent in the winbindd forked child. Jeremy.
* r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ↵Gerald Carter2006-11-201-2/+1
| | | | well)
* r19488: British trains are at least good for something...Jeremy Allison2006-10-241-18/+30
| | | | | | | Merge back the winbindd changes from SAMBA_3_0 to a release branch. This compiles, but hasn't been valgrinded or tested. That will come... Jeremy.
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2006-04-141-6/+2
| | | | Jeremy.
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-2/+2
| | | | macro which sets the freed pointer to NULL.
* r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2006-02-091-2/+2
| | | | Guenther
* r13316: Let the carnage begin....Gerald Carter2006-02-031-0/+125
Sync with trunk as off r13315