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
/
evmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: new signal handling backend based on signalfd
Dmitry Antipov
2022-11-12
1
-2
/
+3
*
Avoid triggering wrong events with EV_ET set
Azat Khuzhin
2020-05-04
1
-1
/
+1
*
Prevent endless loop in evmap_make_space.
Tobias Stoeckmann
2019-04-26
1
-0
/
+6
*
Enforce limit of NSIG signals.
Tobias Stoeckmann
2019-04-26
1
-1
/
+5
*
evmap: use approparite type for changes to avoid warnings under windows
Azat Khuzhin
2019-01-29
1
-2
/
+2
*
Preserve ET bit for backends with changelist
Azat Khuzhin
2018-10-31
1
-15
/
+11
*
Epoll ET setting lost with multiple events for same fd
Isidor Kouvelas
2018-10-31
1
-1
/
+2
*
Implemented EV_CLOSED event for epoll backend (EPOLLRDHUP).
Diego Giagio
2014-01-17
1
-6
/
+40
*
Refactor evmap_{io,signal}_active_() to tolerate bad inputs
Nick Mathewson
2013-12-21
1
-3
/
+8
*
Fix reinit of fds with EV_WRITE but not EV_READ.
maksqwe
2013-09-04
1
-1
/
+1
*
If evsel->del() fails, don't leave the evmap in an inconsistent state.
Maxime Henrion
2013-05-17
1
-3
/
+5
*
Tweak patch for event_base_foreach_event()
Nick Mathewson
2012-09-07
1
-2
/
+2
*
Expose event_base_foreach_event() as a public API.
Roman Puls
2012-09-07
1
-2
/
+2
*
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-14
/
+14
*
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-38
/
+38
*
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-1
/
+1
*
Fix evmap to work with HT-backed IO maps again.
Nick Mathewson
2012-02-28
1
-15
/
+23
*
Merge branch '21_eventlist_v3_squashed'
Nick Mathewson
2012-02-20
1
-97
/
+245
|
\
|
*
Refactor the functions that run over every event.
Nick Mathewson
2012-02-20
1
-127
/
+233
|
*
Remove the eventqueue list and the ev_next pointers.
Nick Mathewson
2012-01-27
1
-0
/
+42
*
|
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
*
|
Check changelist as part of checking representational integrity
Nick Mathewson
2012-01-27
1
-4
/
+8
*
|
Make event_reinit() more robust and maintainable
Nick Mathewson
2012-01-27
1
-0
/
+59
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-24
1
-2
/
+11
|
\
\
|
|
/
|
*
Make event_base integrity check work on windows
Nick Mathewson
2012-01-24
1
-2
/
+11
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-24
1
-0
/
+63
|
\
\
|
|
/
|
*
Add function to check referential integrity of an event_base
Nick Mathewson
2012-01-21
1
-0
/
+63
*
|
Merge remote-tracking branch 'github/linked_list'
Nick Mathewson
2012-01-20
1
-14
/
+14
|
\
\
|
*
|
Use LIST rather than TAILQ for evmap_io and evmap_signal
Nick Mathewson
2010-04-09
1
-13
/
+13
*
|
|
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
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-06-08
1
-3
/
+6
|
\
\
\
|
|
/
/
|
*
|
Add some missing checks for mm_calloc failures
Nick Mathewson
2011-06-08
1
-3
/
+6
*
|
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-05-25
1
-1
/
+0
|
\
\
\
|
|
/
/
|
*
|
Fix new warnings from GCC 4.6
Nick Mathewson
2011-05-25
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-04-21
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix a memory leak on win32 socket->event map.
Nick Mathewson
2011-04-21
1
-0
/
+1
*
|
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-0
/
+1
*
|
|
Use current event set rather than current pending change when deciding whethe...
Mike Smellie
2010-12-16
1
-12
/
+7
|
/
/
*
|
Consistentize tabs
Nick Mathewson
2010-12-09
1
-4
/
+4
*
|
Fix a minor syntax error that most compilers didn't care about
Nick Mathewson
2010-10-26
1
-2
/
+2
*
|
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
|
Fix whitespace.
Nick Mathewson
2010-07-19
1
-4
/
+4
*
|
Possible fix to 100% cpu usage with epoll and openssl
Mike Smellie
2010-07-19
1
-2
/
+12
*
|
Make debug mode catch mixed ET and non-ET events on an fd
Nick Mathewson
2010-04-28
1
-0
/
+8
|
/
*
Limit the maximum number of events on each socket to 65535
Nick Mathewson
2010-04-09
1
-4
/
+9
*
Add a few more evmap/changelist comments
Nick Mathewson
2010-04-09
1
-11
/
+12
*
Make evutil_signal_active() match declaration.
Patrick Galbraith
2010-03-23
1
-1
/
+1
[next]