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
/
select.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: new signal handling backend based on signalfd
Dmitry Antipov
2022-11-12
1
-1
/
+2
*
select: requires reinit (otherwise it leaks signal handlers)
Azat Khuzhin
2020-07-05
1
-1
/
+1
*
Tweak the new evutil_weakrand_() code
Nick Mathewson
2012-04-09
1
-0
/
+2
*
Change evutil_weakrand_() to avoid platform random()
Nicholas Marriott
2012-04-09
1
-1
/
+1
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-3
/
+3
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-5
/
+5
*
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
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
*
|
Use "unlimited select" on OSX so that we can have more than FD_SETSIZE fds
Nick Mathewson
2011-07-05
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-05
1
-9
/
+13
|
\
\
|
|
/
|
*
Fix select.c compilation on systems with no NFDBITS
Nick Mathewson
2011-07-05
1
-9
/
+13
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-30
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix a fencepost bug in the select backend
Nick Mathewson
2011-05-30
1
-3
/
+3
*
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-01-12
1
-9
/
+27
|
\
\
|
|
/
|
*
Correctly free selectop fields when select_resize fails in select_init
Nick Mathewson
2011-01-12
1
-7
/
+11
|
*
Handle resize failures in the select backend better.
Nick Mathewson
2011-01-07
1
-5
/
+14
|
*
Detect and handle more allocation failures.
Jardel Weyrich
2011-01-07
1
-2
/
+7
*
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
|
/
*
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-3
/
+6
*
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
*
Remove some dead assignments
Nick Mathewson
2010-05-18
1
-5
/
+0
*
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
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-1
/
+1
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
1
-2
/
+2
*
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
*
Actually use the logic in select.c designed to make the out_sets threadsafe.
Nick Mathewson
2009-10-29
1
-8
/
+1
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-3
/
+2
*
Add locking to event_base_loop.
Nick Mathewson
2009-10-21
1
-5
/
+27
*
Forward-port: fix android compilation
Nick Mathewson
2009-09-23
1
-0
/
+7
*
Activate fd events in a pseudorandom order on older backends.
Nick Mathewson
2009-05-27
1
-2
/
+5
*
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
-3
/
+3
*
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
-92
/
+35
*
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
-14
/
+14
*
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
-17
/
+0
*
move EV_PERSIST handling out of the event backends
Niels Provos
2007-11-27
1
-4
/
+0
[next]