summaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-2/+2
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-2/+2
* Call event_debug_unassign on internal eventsNick Mathewson2010-01-251-0/+1
* Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.Jardel Weyrich2009-12-291-11/+2
* Fix memory-leak of signal handler array with kqueue.Nick Mathewson2009-11-211-5/+11
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-3/+2
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-221-5/+2
* Fix some small win32 build issues on trunk.Nick Mathewson2009-05-221-1/+1
* Try to contain the failure when we are running without socketpair().Nick Mathewson2009-05-221-2/+12
* Do not free the signal index unless it was at some point allocatedNick Mathewson2009-04-211-1/+2
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-11/+11
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-2/+2
* fix signal processing for non-kqueue backends; when a signal callback deliver...Niels Provos2009-01-221-1/+1
* bug fix and potentital race condition from Alexander DrozdovNiels Provos2009-01-191-1/+1
* Move per-fd info from eventops into evmap. Not done for win32.c yet.Nick Mathewson2009-01-141-5/+6
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-3/+3
* make it compile with USE_DEBUG again; reported by Alexander DrozdovNiels Provos2009-01-121-2/+2
* deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...Niels Provos2008-12-231-32/+32
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-48/+34
* Fix compilation of recent error code with win32.Nick Mathewson2008-09-051-1/+1
* On win32, errno is not the last socket error. Worse, WSAGetLastError() is no...Nick Mathewson2008-09-051-2/+8
* fix a problem with epoll and event_reinit; reported by Alexander DrozdovNiels Provos2008-07-251-1/+0
* restore signal handlers correctly when we deallocate the signal baseNiels Provos2008-07-191-3/+11
* assert(a & b) -> assert(a && b)Niels Provos2008-07-111-2/+2
* support multiple events listening on the same signal; make signals regular ev...Niels Provos2008-07-111-21/+56
* r19667@catbus: nickm | 2008-05-08 23:49:26 -0400Nick Mathewson2008-05-091-1/+1
* separate signal events from io eventsNiels Provos2008-05-031-2/+0
* r15439@tombo: nickm | 2008-05-02 12:28:08 -0400Nick Mathewson2008-05-021-2/+2
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-6/+6
* r15193@tombo: nickm | 2008-04-16 16:00:35 -0400Nick Mathewson2008-04-161-2/+3
* r15171@tombo: nickm | 2007-12-06 12:47:47 -0500Nick Mathewson2007-12-061-1/+1
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-2/+2
* r14952@tombo: nickm | 2007-11-25 14:47:45 -0500Nick Mathewson2007-11-251-1/+1
* r16704@catbus: nickm | 2007-11-19 15:58:54 -0500Nick Mathewson2007-11-251-1/+2
* r14944@tombo: nickm | 2007-11-25 12:12:28 -0500Nick Mathewson2007-11-251-18/+37
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-6/+6
* debug cleanups in signal.c; from Christopher LayneNiels Provos2007-11-131-4/+4
* r16585@catbus: nickm | 2007-11-10 00:16:11 -0500Nick Mathewson2007-11-101-14/+78
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-2/+6
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* r15217@catbus: nickm | 2007-09-20 14:04:32 -0400Nick Mathewson2007-09-201-6/+31
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-35/+50
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-53/+21
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* mostly whitespace fixes from OpenBSD via BradNiels Provos2005-12-171-5/+7
* signal handler satefy improvements from Theo DeRaadtNiels Provos2005-12-031-4/+10