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
/
event-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change event_base.activequeues to "array of eventlist".
Nick Mathewson
2009-11-09
1
-1
/
+1
*
Add an option to disable the timeval cache.
Nick Mathewson
2009-11-09
1
-0
/
+2
*
Implement queued timeouts for case where many timeouts are the same.
Nick Mathewson
2009-11-09
1
-0
/
+11
*
Do not call the locking variant of event_add or event_active in some cases wh...
Nick Mathewson
2009-10-27
1
-0
/
+2
*
Make "deferred callback queue" independent of event_base.
Nick Mathewson
2009-07-26
1
-3
/
+5
*
Remove all trailing whitespace from end-of-line.
Nick Mathewson
2009-07-17
1
-1
/
+1
*
Make event_del(E) block while E is running in another thread.
Nick Mathewson
2009-07-14
1
-1
/
+7
*
Trim 22 bytes from struct event on 32 bit platforms, more on 64-bit platforms.
Nick Mathewson
2009-05-15
1
-0
/
+5
*
Make unit tests for bufferevent_async compile and _almost_ work.
Nick Mathewson
2009-05-05
1
-0
/
+2
*
Add a constructor for bufferevent_async.
Nick Mathewson
2009-05-05
1
-0
/
+4
*
Document many internal functions and pieces of code.
Nick Mathewson
2009-04-17
1
-11
/
+43
*
Initial support for a lightweight 'deferred callbacks'.
Nick Mathewson
2009-04-10
1
-0
/
+4
*
Make threading functions global, like the mm_ functions. Use the libevent_pt...
Nick Mathewson
2009-02-12
1
-8
/
+4
*
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
*
Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in ...
Niels Provos
2009-01-22
1
-0
/
+2
*
Use eventfd for main-thread notification where available (i.e., linux).
Nick Mathewson
2009-01-19
1
-1
/
+4
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-2
/
+3
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-2
/
+2
*
On win32, use a hashtable to map sockets to events rather than using an array.
Nick Mathewson
2009-01-09
1
-4
/
+18
*
we cannot realloc memory used by TAILQ; instead malloc each slot individually
Niels Provos
2008-12-25
1
-1
/
+1
*
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...
Niels Provos
2008-12-23
1
-3
/
+3
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-6
/
+23
*
support multiple events listening on the same signal; make signals regular ev...
Niels Provos
2008-07-11
1
-1
/
+0
*
Add new functions to access backends by their features and to query the featu...
Nick Mathewson
2008-05-31
1
-0
/
+3
*
event_base_new_with_config() and related methods
Niels Provos
2008-05-08
1
-0
/
+10
*
separate signal events from io events
Niels Provos
2008-05-03
1
-0
/
+10
*
cache clock_gettime/gettimeofday values in base
Niels Provos
2008-05-03
1
-0
/
+2
*
switch thread support so that locks get allocated as they are needed.
Niels Provos
2008-03-10
1
-1
/
+8
*
Provide OpenSSL style support for multiple threads accessing the same event_base
Niels Provos
2008-03-02
1
-0
/
+7
*
rollback r594: restructuring to make event activation independent.
Niels Provos
2007-12-24
1
-4
/
+1
*
restructure the code to make event activation independent of regular event logic
Niels Provos
2007-12-16
1
-1
/
+4
*
remove obsoleted recalc code
Niels Provos
2007-12-09
1
-1
/
+0
*
r14944@tombo: nickm | 2007-11-25 12:12:28 -0500
Nick Mathewson
2007-11-25
1
-0
/
+4
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-0
/
+1
*
provide event_reinit() to reinitialized an event_base after fork - necessary ...
Niels Provos
2007-11-25
1
-0
/
+12
*
r14931@tombo: nickm | 2007-11-17 17:21:09 -0500
Nick Mathewson
2007-11-17
1
-0
/
+1
*
r16501@catbus: nickm | 2007-11-07 01:00:31 -0500
Nick Mathewson
2007-11-07
1
-0
/
+18
*
switch timeouts to a min heap; from Maxim Yegorushkin
Niels Provos
2007-11-03
1
-1
/
+2
*
more the signal base into the event base; this removes global state and makes...
Niels Provos
2007-03-10
1
-0
/
+5
*
provide maintainer mode in automake; put event_gotsig back into global
Niels Provos
2005-02-22
1
-3
/
+0
*
make libevent thread-safe; first cut
Niels Provos
2004-11-25
1
-0
/
+59