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
*
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
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
1
-0
/
+6
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
1
-2
/
+2
*
Fix the assert I added to epoll.c: spotted by Dmitry Novikov
Nick Mathewson
2009-09-16
1
-1
/
+1
*
Make epoll use less RAM.
Nick Mathewson
2009-09-11
1
-24
/
+30
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
1
-2
/
+2
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
1
-4
/
+4
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-4
/
+7
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-3
/
+3
*
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...
Niels Provos
2008-12-23
1
-5
/
+5
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-146
/
+49
*
constify structs; from Andrei Nigmatulin
Niels Provos
2008-12-13
1
-1
/
+1
*
Add new functions to access backends by their features and to query the featu...
Nick Mathewson
2008-05-31
1
-1
/
+2
*
Patch from Valery Kholodkov: support for edge-triggered events with epoll and...
Nick Mathewson
2008-05-30
1
-2
/
+4
*
simplify handling of environment variables for disabling backends;
Niels Provos
2008-05-29
1
-4
/
+0
[next]