index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evmap.c
Commit message (
Expand
)
Author
Age
*
Make debug mode catch mixed ET and non-ET events on an fd
Nick Mathewson
2010-04-28
*
Limit the maximum number of events on each socket to 65535
Nick Mathewson
2010-04-09
*
Add a few more evmap/changelist comments
Nick Mathewson
2010-04-09
*
Make evutil_signal_active() match declaration.
Patrick Galbraith
2010-03-23
*
Replace users of "int fd" with "evutil_socket_t fd" in portable code
Nick Mathewson
2010-03-05
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Deprecate EVENT_FD and EVENT_SIGNAL.
Nick Mathewson
2010-02-03
*
Changelist code to defer event changes until just before dispatch
Nick Mathewson
2010-01-14
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Remove compat/sys/_time.h
Nick Mathewson
2009-11-03
*
Do not call the locking variant of event_add or event_active in some cases wh...
Nick Mathewson
2009-10-27
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Correct the signatures for the evmap_io_* functions to use evutil_socket_t.
Nick Mathewson
2009-10-16
*
Do not notify the main thread more than needed.
Nick Mathewson
2009-10-02
*
Treat events with fd == -1 as addable.
Nick Mathewson
2009-09-11
*
Various MSVC cleanups from Brodie Thiesfield.
Nick Mathewson
2009-07-28
*
Fix evmap indentation to be less stupid.
Nick Mathewson
2009-04-17
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
*
fix memleak in evmap_signal_clear; from Alexander Drozdov
Niels Provos
2009-01-26
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
*
The element size for our linear evmaps is a pointer, not the whole struct.
Nick Mathewson
2009-01-14
*
Add initializer functions for evmap types.
Nick Mathewson
2009-01-14
*
Fix win32 compilation. Surprisingly, unit tests pass too.
Nick Mathewson
2009-01-13
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
*
Improve the hashsocket function.
Nick Mathewson
2009-01-10
*
On win32, use a hashtable to map sockets to events rather than using an array.
Nick Mathewson
2009-01-09
*
Document internal evmap functions, add a couple of asserts, and fix up some t...
Nick Mathewson
2009-01-09
*
malloc fd only if it is needed.
Niels Provos
2009-01-02
*
we cannot realloc memory used by TAILQ; instead malloc each slot individually
Niels Provos
2008-12-25
*
reduce void *age a little bit
Niels Provos
2008-12-23
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23