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
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid race-condition when initializing global locks
Nick Mathewson
2011-04-22
1
-5
/
+9
*
Fix signal handler types for win64.
Nick Mathewson
2010-10-27
1
-7
/
+7
*
Fix som event_warns that should have been event_warnx
Nick Mathewson
2010-10-27
1
-1
/
+1
*
Merge branch '20_internal_prio'
Nick Mathewson
2010-10-09
1
-0
/
+1
|
\
|
*
Put internal events at highest priority
Nick Mathewson
2010-09-17
1
-0
/
+1
*
|
Fix warnings on mingw with gcc 4.5
Nick Mathewson
2010-10-05
1
-1
/
+1
*
|
Remove event_base.evsigbase; nothing used it.
Nick Mathewson
2010-09-15
1
-1
/
+0
*
|
Remove the now-useless evsig_caught and evsig_process
Nick Mathewson
2010-09-15
1
-6
/
+0
*
|
Make default signal backend fully threadsafe
Nick Mathewson
2010-09-15
1
-27
/
+39
*
|
Warn when using the error-prone EV_SIGNAL interface in an error-prone way. A...
Nick Mathewson
2010-09-15
1
-7
/
+83
|
/
*
Fix pointer-to-__cdecl-function syntax
Nick Mathewson
2010-09-02
1
-1
/
+1
*
Declare signal handler function as "__cdecl" on Windows.
Nick Mathewson
2010-09-02
1
-3
/
+9
*
Avoid deadlock when activating signals.
Nick Mathewson
2010-08-19
1
-2
/
+6
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-1
/
+1
*
Clean up properly when adding a signal handler fails.
Gilad Benjamini
2010-04-21
1
-0
/
+2
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
1
-2
/
+2
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
1
-1
/
+1
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
1
-2
/
+2
*
Call event_debug_unassign on internal events
Nick Mathewson
2010-01-25
1
-0
/
+1
*
Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.
Jardel Weyrich
2009-12-29
1
-11
/
+2
*
Fix memory-leak of signal handler array with kqueue.
Nick Mathewson
2009-11-21
1
-5
/
+11
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
1
-2
/
+0
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
1
-3
/
+2
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
1
-5
/
+2
*
Fix some small win32 build issues on trunk.
Nick Mathewson
2009-05-22
1
-1
/
+1
*
Try to contain the failure when we are running without socketpair().
Nick Mathewson
2009-05-22
1
-2
/
+12
*
Do not free the signal index unless it was at some point allocated
Nick Mathewson
2009-04-21
1
-1
/
+2
*
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
-11
/
+11
*
Remove all trailing whitespace in all the source files.
Nick Mathewson
2009-01-27
1
-2
/
+2
*
fix signal processing for non-kqueue backends; when a signal callback deliver...
Niels Provos
2009-01-22
1
-1
/
+1
*
bug fix and potentital race condition from Alexander Drozdov
Niels Provos
2009-01-19
1
-1
/
+1
*
Move per-fd info from eventops into evmap. Not done for win32.c yet.
Nick Mathewson
2009-01-14
1
-5
/
+6
*
Rename four internal headers to follow the -internal.h convention.
Nick Mathewson
2009-01-13
1
-3
/
+3
*
make it compile with USE_DEBUG again; reported by Alexander Drozdov
Niels Provos
2009-01-12
1
-2
/
+2
*
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...
Niels Provos
2008-12-23
1
-32
/
+32
*
Restructure the event backends so that they do not need to keep track of even...
Niels Provos
2008-12-23
1
-48
/
+34
*
Fix compilation of recent error code with win32.
Nick Mathewson
2008-09-05
1
-1
/
+1
*
On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...
Nick Mathewson
2008-09-05
1
-2
/
+8
*
fix a problem with epoll and event_reinit; reported by Alexander Drozdov
Niels Provos
2008-07-25
1
-1
/
+0
*
restore signal handlers correctly when we deallocate the signal base
Niels Provos
2008-07-19
1
-3
/
+11
*
assert(a & b) -> assert(a && b)
Niels Provos
2008-07-11
1
-2
/
+2
*
support multiple events listening on the same signal; make signals regular ev...
Niels Provos
2008-07-11
1
-21
/
+56
*
r19667@catbus: nickm | 2008-05-08 23:49:26 -0400
Nick Mathewson
2008-05-09
1
-1
/
+1
*
separate signal events from io events
Niels Provos
2008-05-03
1
-2
/
+0
*
r15439@tombo: nickm | 2008-05-02 12:28:08 -0400
Nick Mathewson
2008-05-02
1
-2
/
+2
*
r15316@tombo: nickm | 2008-04-24 20:58:36 -0400
Nick Mathewson
2008-04-25
1
-6
/
+6
*
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Nick Mathewson
2008-04-16
1
-2
/
+3
*
r15171@tombo: nickm | 2007-12-06 12:47:47 -0500
Nick Mathewson
2007-12-06
1
-1
/
+1
*
r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
Nick Mathewson
2007-11-25
1
-2
/
+2
[next]