index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
eloop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop: Use size_t for eloop.count
Jouni Malinen
2020-03-22
1
-8/+9
*
eloop: Use size_t for socket table->count
Jouni Malinen
2020-03-22
1
-10/+14
*
eloop: Use size_t for signal_count
Jouni Malinen
2020-03-22
1
-3/+3
*
eloop: Fix kqueue event deletion filter
Jouni Malinen
2019-01-02
1
-11/+16
*
eloop: Fix fd_table allocation for epoll and kqueue
Jouni Malinen
2019-01-02
1
-1/+1
*
kqueue: Use 0 instead of NULL for udata
Roy Marples
2016-02-18
1
-3/+3
*
eloop: Clean up coding style for eloop debug prints
Jouni Malinen
2016-02-07
1
-5/+5
*
Implement kqueue(2) support via CONFIG_ELOOP_KQUEUE
Roy Marples
2016-02-07
1
-41/+237
*
eloop: Add eloop_sock_requeue()
Roy Marples
2016-02-07
1
-0/+6
*
eloop: Fix cases where a socket is reopened from a timeout/signal handler
Jouni Malinen
2015-07-23
1
-7/+22
*
eloop: Try to terminate more quickly on SIGINT and SIGTERM
Jouni Malinen
2015-07-22
1
-1/+15
*
eloop: Fix WPA_TRACE tracking in case of realloc failure
Jouni Malinen
2015-01-06
1
-1/+3
*
eloop: Add epoll option for better performance
Masashi Honma
2014-05-16
1
-16/+159
*
eloop: Separate event loop select/poll implementation
Masashi Honma
2014-05-16
1
-16/+31
*
eloop: Add assert() on negative fd when using select() code path
Maxime Bizon
2014-03-25
1
-2/+5
*
Fix req_scan-deplete-timeout and update eloop API for this
Jouni Malinen
2014-01-07
1
-2/+4
*
Use monotonic clock for relative time for eloop if available
Johannes Berg
2013-11-20
1
-24/+24
*
Deplete scan request if new time is less than remaining
Dmitry Shmidt
2013-11-17
1
-0/+31
*
eloop: Add support for replenishing a registered timeout
Kyeyoon Park
2013-11-07
1
-0/+31
*
Convert perror/printf calls to wpa_printf
Jouni Malinen
2013-11-02
1
-2/+4
*
eloop: Allow to run event loop multiple times in a row
Simon Wunderlich
2013-05-09
1
-0/+1
*
eloop: Add a timer cancel that returns the remaining time
Pontus Fuchs
2013-02-03
1
-0/+27
*
Convert os_realloc() for an array to use os_realloc_array()
Jouni Malinen
2012-08-13
1
-10/+8
*
eloop: Fix EVENT_TYPE_WRITE with poll()-based eloop
Jouni Malinen
2012-07-04
1
-1/+1
*
eloop/poll: Handle POLLER | POLLHUP in read logic
Ben Greear
2012-06-24
1
-1/+2
*
eloop: Fix allocation failure handling in poll() version
Jouni Malinen
2012-02-12
1
-21/+31
*
eloop: Support poll() in eloop
Ben Greear
2012-02-12
1
-1/+227
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8/+2
*
eloop: Fix integer overflow in long timeouts
Jouni Malinen
2011-03-06
1
-0/+12
*
eloop: Fix crash on signal handler cancelling next timeout
Jouni Malinen
2010-05-28
1
-0/+2
*
eloop: Clear timeout data during allocation
Jouni Malinen
2010-01-10
1
-1/+1
*
eloop: Fix timeout handler to use local copy of func pointer
Jouni Malinen
2009-12-26
1
-2/+3
*
Drop WPA_TRACE reference before eloop timeout handler call
Jouni Malinen
2009-12-24
1
-5/+5
*
trace: Show eloop unregistered handler function name/file/line
Jouni Malinen
2009-12-21
1
-1/+6
*
trace: Add active reference tracking
Jouni Malinen
2009-12-21
1
-3/+56
*
eloop: Do not use printf() or fprintf() directly
Jouni Malinen
2009-12-19
1
-19/+14
*
eloop: Use struct dl_list for timeouts
Jouni Malinen
2009-12-19
1
-71/+44
*
eloop: Remove global user data pointer
Jouni Malinen
2009-12-19
1
-11/+1
*
Add backtrace support for debugging
Jouni Malinen
2009-12-19
1
-0/+19
*
Do not continually reschedule specific scans to help finding hidden SSIDs
Dan Williams
2008-06-03
1
-0/+19
*
Verify that os_get_time() does not fail before using the time value when
Jouni Malinen
2008-02-28
1
-1/+4
*
Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
Jouni Malinen
2008-02-28
1
-0/+555