index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
epoll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: new signal handling backend based on signalfd
Dmitry Antipov
2022-11-12
1
-1
/
+2
*
epoll: use epoll_pwait2() if available
Dmitry Antipov
2022-09-27
1
-3
/
+17
*
Add wepoll support to light up the epoll backend on Windows
Nick Grifka
2020-05-08
1
-14
/
+57
*
Fix EV_CLOSED detection/reporting (epoll only)
Azat Khuzhin
2020-05-05
1
-1
/
+3
*
epoll: handle EV_ET for EV_CLOSED too
Azat Khuzhin
2020-05-04
1
-1
/
+1
*
Add EVENT_BASE_FLAG_EPOLL_DISALLOW_TIMERFD flag (fixes: #958)
Azat Khuzhin
2020-03-01
1
-0
/
+1
*
Epoll ET setting lost with multiple events for same fd
Isidor Kouvelas
2018-10-31
1
-3
/
+6
*
epoll: introduce PRINT_CHANGES() macro to avoid copy-pasting
Azat Khuzhin
2015-11-18
1
-20
/
+19
*
Do not offer EV_FEATURE_EARLY_CLOSE if we have no EPOLLRDHUP
Nick Mathewson
2014-02-24
1
-1
/
+4
*
BUGFIX: Fix compilation on systems with EPOLLRDHUP undefined.
Joakim Soderberg
2014-02-17
1
-7
/
+8
*
Split epoll lookup table into a separate header file
Nick Mathewson
2014-01-21
1
-1136
/
+4
*
Implemented EV_CLOSED event for epoll backend (EPOLLRDHUP).
Diego Giagio
2014-01-17
1
-82
/
+1067
*
avoid valgrind false positive by zeroing epoll_event
Patrick Pelletier
2012-11-16
1
-0
/
+1
*
Avoid giving a spurious warning when timerfd support is unavailable
Dave Hart
2012-06-18
1
-1
/
+8
*
When PRECISE_TIMERS is set with epoll, use timerfd for microsecond precision
Nick Mathewson
2012-04-26
1
-1
/
+83
*
Split out time-related prototypes into time-internal.h
Nick Mathewson
2012-04-20
1
-0
/
+1
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-8
/
+8
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-5
/
+5
*
Merge remote-tracking branch 'github/21_fast_syscalls'
Nick Mathewson
2012-02-15
1
-9
/
+14
|
\
|
*
Prefer epoll_create1 on Linuxen that have it
Nick Mathewson
2012-02-10
1
-9
/
+14
*
|
Merge branch 'ifdef' of git://github.com/rosslagerwall/libevent
Nick Mathewson
2012-02-10
1
-0
/
+4
|
\
\
|
*
|
Put #ifdef around some files to support alternate build systems.
Ross Lagerwall
2012-02-08
1
-0
/
+4
|
|
/
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-2
/
+5
|
\
\
|
|
/
|
*
epoll: close fd on alloc fail at initialization
Jamie Iles
2011-10-26
1
-1
/
+4
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
*
|
Reindent epoll_apply_one_change()
Nick Mathewson
2010-12-16
1
-89
/
+86
*
|
Clean up error handling in epoll_apply_one_change() a little
Nick Mathewson
2010-12-16
1
-18
/
+34
*
|
Replace big chain of if/thens in epoll.c with a table lookup
Nick Mathewson
2010-12-16
1
-77
/
+174
|
/
*
Disable changelist for epoll by default because of Linux dup() bug; add an op...
Nick Mathewson
2010-11-22
1
-15
/
+87
*
Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD
Nick Mathewson
2010-10-24
1
-16
/
+19
*
Fix a nasty bug related to use of dup() with epoll on Linux
Nick Mathewson
2010-10-24
1
-13
/
+19
*
Fix a spurious-call bug on epoll.c
Nick Mathewson
2010-09-30
1
-1
/
+1
*
Make debugging output for epoll backend more comprehensive
Nick Mathewson
2010-09-21
1
-5
/
+14
*
Remove the now-useless evsig_caught and evsig_process
Nick Mathewson
2010-09-15
1
-3
/
+0
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Improve error message for failed epoll to make debugging easier.
Nick Mathewson
2010-07-29
1
-10
/
+33
*
Suppress a spurious EPERM warning in epoll.c
Nick Mathewson
2010-07-08
1
-1
/
+2
*
Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.
Christopher Davis
2010-03-31
1
-9
/
+11
*
more whitespace normalization
Nick Mathewson
2010-03-05
1
-3
/
+3
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Minimize epoll_ctl calls by using changelist
Nick Mathewson
2010-01-23
1
-69
/
+152
*
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
1
-10
/
+1
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-2
/
+2
*
Prefer calloc(a,b) to malloc(a*b). via openbsd.
Nick Mathewson
2009-11-15
1
-1
/
+1
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Remove compat/sys/_time.h
Nick Mathewson
2009-11-03
1
-2
/
+0
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-2
/
+1
[next]