tests: FTM capability indication
[mech_eap.git] / src / utils / eloop.c
2016-02-18 Roy Marpleskqueue: Use 0 instead of NULL for udata
2016-02-07 Jouni Malineneloop: Clean up coding style for eloop debug prints
2016-02-07 Roy MarplesImplement kqueue(2) support via CONFIG_ELOOP_KQUEUE
2016-02-07 Roy Marpleseloop: Add eloop_sock_requeue()
2015-07-23 Jouni Malineneloop: Fix cases where a socket is reopened from a...
2015-07-22 Jouni Malineneloop: Try to terminate more quickly on SIGINT and...
2015-01-06 Jouni Malineneloop: Fix WPA_TRACE tracking in case of realloc failure
2014-05-16 Masashi Honmaeloop: Add epoll option for better performance
2014-05-16 Masashi Honmaeloop: Separate event loop select/poll implementation
2014-03-25 Maxime Bizoneloop: Add assert() on negative fd when using select...
2014-01-07 Jouni MalinenFix req_scan-deplete-timeout and update eloop API for...
2013-11-20 Johannes BergUse monotonic clock for relative time for eloop if...
2013-11-17 Dmitry ShmidtDeplete scan request if new time is less than remaining
2013-11-07 Kyeyoon Parkeloop: Add support for replenishing a registered timeout
2013-11-02 Jouni MalinenConvert perror/printf calls to wpa_printf
2013-05-09 Simon Wunderlicheloop: Allow to run event loop multiple times in a row
2013-02-03 Pontus Fuchseloop: Add a timer cancel that returns the remaining...
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-07-04 Jouni Malineneloop: Fix EVENT_TYPE_WRITE with poll()-based eloop
2012-06-24 Ben Greeareloop/poll: Handle POLLER | POLLHUP in read logic
2012-02-12 Jouni Malineneloop: Fix allocation failure handling in poll() version
2012-02-12 Ben Greeareloop: Support poll() in eloop
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-03-06 Jouni Malineneloop: Fix integer overflow in long timeouts
2010-05-28 Jouni Malineneloop: Fix crash on signal handler cancelling next...
2010-01-10 Jouni Malineneloop: Clear timeout data during allocation
2009-12-26 Jouni Malineneloop: Fix timeout handler to use local copy of func...
2009-12-24 Jouni MalinenDrop WPA_TRACE reference before eloop timeout handler...
2009-12-21 Jouni Malinentrace: Show eloop unregistered handler function name...
2009-12-21 Jouni Malinentrace: Add active reference tracking
2009-12-19 Jouni Malineneloop: Do not use printf() or fprintf() directly
2009-12-19 Jouni Malineneloop: Use struct dl_list for timeouts
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenAdd backtrace support for debugging
2008-06-03 Dan WilliamsDo not continually reschedule specific scans to help...
2008-02-28 Jouni MalinenVerify that os_get_time() does not fail before using...
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...