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
*
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
*
Replace users of "int fd" with "evutil_socket_t fd" in portable code
Nick Mathewson
2010-03-05
1
-2
/
+2
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Deprecate EVENT_FD and EVENT_SIGNAL.
Nick Mathewson
2010-02-03
1
-2
/
+3
*
Changelist code to defer event changes until just before dispatch
Nick Mathewson
2010-01-14
1
-1
/
+231
*
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
-3
/
+1
*
Do not call the locking variant of event_add or event_active in some cases wh...
Nick Mathewson
2009-10-27
1
-2
/
+2
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-11
/
+10
*
Correct the signatures for the evmap_io_* functions to use evutil_socket_t.
Nick Mathewson
2009-10-16
1
-3
/
+3
*
Do not notify the main thread more than needed.
Nick Mathewson
2009-10-02
1
-6
/
+12
*
Treat events with fd == -1 as addable.
Nick Mathewson
2009-09-11
1
-0
/
+6
[next]