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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r19564@catbus: nickm | 2008-05-04 13:23:10 -0400
Nick Mathewson
2008-05-04
1
-2
/
+2
*
make event_assign void; it cannot return an error
Niels Provos
2008-05-03
1
-15
/
+11
*
support for periodic timeouts
Niels Provos
2008-05-03
1
-0
/
+18
*
separate signal events from io events
Niels Provos
2008-05-03
1
-22
/
+54
*
cache clock_gettime/gettimeofday values in base
Niels Provos
2008-05-03
1
-17
/
+29
*
r15439@tombo: nickm | 2008-05-02 12:28:08 -0400
Nick Mathewson
2008-05-02
1
-6
/
+8
*
r15320@tombo: nickm | 2008-04-24 21:29:06 -0400
Nick Mathewson
2008-04-25
1
-2
/
+1
*
r15317@tombo: nickm | 2008-04-24 21:17:49 -0400
Nick Mathewson
2008-04-25
1
-0
/
+30
*
r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
Nick Mathewson
2008-04-25
1
-33
/
+33
*
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Nick Mathewson
2008-04-16
1
-2
/
+4
*
rename lock create callback functions; as suggested by nick
Niels Provos
2008-03-11
1
-1
/
+1
*
switch thread support so that locks get allocated as they are needed.
Niels Provos
2008-03-10
1
-24
/
+30
*
Provide OpenSSL style support for multiple threads accessing the same event_base
Niels Provos
2008-03-02
1
-26
/
+185
*
do not insert event into list when evsel->add fails
Niels Provos
2008-02-25
1
-4
/
+8
*
event_base_get_method; from Springande Ulv
Niels Provos
2008-02-16
1
-0
/
+7
*
remove pending timeouts on event_base_free
Niels Provos
2008-01-26
1
-1
/
+7
*
rollback r594: restructuring to make event activation independent.
Niels Provos
2007-12-24
1
-136
/
+66
*
restructure the code to make event activation independent of regular event logic
Niels Provos
2007-12-16
1
-66
/
+136
*
remove obsoleted recalc code
Niels Provos
2007-12-09
1
-4
/
+0
*
r16931@catbus: nickm | 2007-12-06 14:19:58 -0500
Nick Mathewson
2007-12-06
1
-2
/
+2
*
r15171@tombo: nickm | 2007-12-06 12:47:47 -0500
Nick Mathewson
2007-12-06
1
-1
/
+1
*
we need to pass the evbase to evsel->add
Niels Provos
2007-11-27
1
-1
/
+2
*
move EV_PERSIST handling out of the event backends
Niels Provos
2007-11-27
1
-5
/
+4
*
r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
Nick Mathewson
2007-11-25
1
-9
/
+11
*
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
Nick Mathewson
2007-11-25
1
-12
/
+84
*
forgot to dealloc previous base
Niels Provos
2007-11-25
1
-0
/
+2
*
provide event_reinit() to reinitialized an event_base after fork - necessary ...
Niels Provos
2007-11-25
1
-0
/
+25
*
r14931@tombo: nickm | 2007-11-17 17:21:09 -0500
Nick Mathewson
2007-11-17
1
-1
/
+25
*
provide event_base_new() as a mechanism for not setting the current_global
Niels Provos
2007-11-14
1
-1
/
+11
*
free minheap; from Christopher Layne
Niels Provos
2007-11-13
1
-0
/
+1
*
We do not need to specially remove a timeout before calling event_del; patch ...
Niels Provos
2007-11-12
1
-1
/
+0
*
Make the logic for active events work better with internal events; patch from...
Niels Provos
2007-11-12
1
-16
/
+4
*
r16510@catbus: nickm | 2007-11-07 02:29:42 -0500
Nick Mathewson
2007-11-07
1
-2
/
+2
*
r16501@catbus: nickm | 2007-11-07 01:00:31 -0500
Nick Mathewson
2007-11-07
1
-12
/
+13
*
r16497@catbus: nickm | 2007-11-07 00:01:02 -0500
Nick Mathewson
2007-11-07
1
-2
/
+17
*
r16487@catbus: nickm | 2007-11-06 22:38:44 -0500
Nick Mathewson
2007-11-07
1
-6
/
+0
*
make event_init should return struct event_base *
Niels Provos
2007-11-07
1
-1
/
+1
*
remove last vestiges of RBTREE
Niels Provos
2007-11-03
1
-1
/
+0
*
switch timeouts to a min heap; from Maxim Yegorushkin
Niels Provos
2007-11-03
1
-34
/
+22
*
r15220@catbus: nickm | 2007-09-20 14:22:57 -0400
Nick Mathewson
2007-09-20
1
-0
/
+3
*
initalize ev_res from Scott Lamb
Niels Provos
2007-07-30
1
-0
/
+1
*
make clock_monotonic work; do not use default timeout;
Niels Provos
2007-07-30
1
-34
/
+66
*
more the signal base into the event base; this removes global state and makes...
Niels Provos
2007-03-10
1
-26
/
+41
*
rolling back r339: evconfig.h does not work
Niels Provos
2007-03-01
1
-1
/
+1
*
make evconfig.h available as installed header file; not
Niels Provos
2007-02-28
1
-1
/
+1
*
extern "C" guard for header file.
Niels Provos
2007-01-27
1
-0
/
+2
*
allow gotsig to terminate active event loop;
Niels Provos
2006-12-06
1
-0
/
+2
*
use CLOCK_REALTIME when CLOCK_MONOTONIC is not available; from Phil Oleson
Niels Provos
2006-12-02
1
-1
/
+5
*
fix a potential memory leak in event_once from Scott Lamb
Niels Provos
2006-10-28
1
-1
/
+6
*
1.2-rc1; Solaris' event port support from Dave Pacheco
Niels Provos
2006-07-15
1
-0
/
+6
[prev]
[next]