Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-09 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2011-07-28 | tevent: Slightly simplify poll_event_loop_poll | Volker Lendecke | 1 | -33/+38 | |
No real code change. Do an early return instead of an if-statement, avoiding one level of indentation. | |||||
2011-06-03 | Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a ↵ | Jeremy Allison | 1 | -1/+13 | |
fd selected for TEVENT_FD_WRITE only. Don't trigger the write handler and remove the POLLOUT flag for this fd. Report errors on TEVENT_FD_READ requests only. Metze please check ! Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jun 3 22:53:52 CEST 2011 on sn-devel-104 | |||||
2011-03-10 | tevent/poll: use fde->additional_flags to hold the array index | Stefan Metzmacher | 1 | -17/+6 | |
metze | |||||
2011-02-28 | Fix "cast from pointer to integer of different size" warnings on a 64-bit ↵ | Jeremy Allison | 1 | -7/+7 | |
machine. | |||||
2011-02-28 | tevent: Add a poll backend | Volker Lendecke | 1 | -0/+306 | |