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
/
poll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-7
/
+6
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
1
-5
/
+42
*
Activate fd events in a pseudorandom order on older backends.
Nick Mathewson
2009-05-27
1
-4
/
+8
*
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
-2
/
+2
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-36
/
+21
*
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
-97
/
+31
*
Add new functions to access backends by their features and to query the featu...
Nick Mathewson
2008-05-31
1
-1
/
+2
*
simplify handling of environment variables for disabling backends;
Niels Provos
2008-05-29
1
-4
/
+0
*
r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
Nick Mathewson
2008-04-25
1
-10
/
+10
*
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Nick Mathewson
2008-04-16
1
-1
/
+2
*
make event methods static so that they are not exported; from Andrei Nigmatulin
Niels Provos
2008-03-29
1
-10
/
+10
*
remove obsoleted recalc code
Niels Provos
2007-12-09
1
-13
/
+0
*
move EV_PERSIST handling out of the event backends
Niels Provos
2007-11-27
1
-4
/
+0
*
r16733@catbus: nickm | 2007-11-26 14:18:25 -0500
Nick Mathewson
2007-11-26
1
-1
/
+2
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-10
/
+10
*
remove last vestiges of RBTREE
Niels Provos
2007-11-03
1
-1
/
+0
*
make clock_monotonic work; do not use default timeout;
Niels Provos
2007-07-30
1
-3
/
+6
*
more the signal base into the event base; this removes global state and makes...
Niels Provos
2007-03-10
1
-10
/
+10
*
rolling back r339: evconfig.h does not work
Niels Provos
2007-03-01
1
-1
/
+1
*
signal fixes from scott lamb
Niels Provos
2007-02-28
1
-13
/
+4
*
make evconfig.h available as installed header file; not
Niels Provos
2007-02-28
1
-1
/
+1
*
fail without leaking memory when poll set extension fails
Niels Provos
2006-11-05
1
-14
/
+34
*
introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>
Niels Provos
2006-03-28
1
-1
/
+21
*
some fixes from openbsd via brad
Niels Provos
2006-03-28
1
-3
/
+3
*
mostly whitespace fixes from OpenBSD via Brad
Niels Provos
2005-12-17
1
-1
/
+1
*
treate EINVAL as per fd error in kqueue; use argument for debug macros in
Niels Provos
2005-06-11
1
-1
/
+1
*
performance improvements by Nick Mathewson; we modify the arrays directly
Niels Provos
2005-05-10
1
-86
/
+157
*
pointer arithmetic bug; from Nick Mathewson
Niels Provos
2005-04-26
1
-1
/
+1
*
compress read and write events for the same file descriptor into on poll
Niels Provos
2005-04-23
1
-25
/
+70
*
debugging callbacks from Nick Mathewson <nickm@freehaven.net>
Niels Provos
2005-03-29
1
-12
/
+5
*
fixes for threaded operations from Andrew Danforth
Niels Provos
2005-01-03
1
-4
/
+7
*
make libevent thread-safe; first cut
Niels Provos
2004-11-25
1
-7
/
+7
*
when converting usec to msec round up; so that libevent does not spin until
Niels Provos
2004-09-19
1
-1
/
+1
*
fixes to handle error cases by Anatoly Vorobey at pobox.com
Niels Provos
2003-10-25
1
-4
/
+9
*
minor corrections; change license to 3-clause BSD license
Niels Provos
2003-10-04
1
-4
/
+1
*
fix poll hup support
Niels Provos
2003-09-25
1
-3
/
+3
*
constify; some windows stuff by mike davis; fix a poll bug
Niels Provos
2003-09-25
1
-0
/
+3
*
clean up from NetBSD integration
Niels Provos
2003-06-12
1
-4
/
+4
*
fix signal usage
Niels Provos
2003-03-08
1
-8
/
+2
*
replace references to __FUNCTION__ with __func__
Niels Provos
2003-03-01
1
-5
/
+2
*
ifdef config.h
Niels Provos
2003-03-01
1
-0
/
+2
*
support disabling of event mechanisms via the environment; error out
Niels Provos
2003-03-01
1
-0
/
+4
*
support poll(2) and split out the signal handling
Niels Provos
2003-02-28
1
-0
/
+243