summaryrefslogtreecommitdiff
path: root/sample/signal-test.c
Commit message (Expand)AuthorAgeFilesLines
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
* Update sample/signal-test.c to use newer APIs and not leak.Evan Jones2009-12-081-3/+5
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-3/+1
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* work around missing __func__ in sample codeNick Mathewson2009-05-221-0/+13
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-2/+2
* rename time-test in comment to signal-testNiels Provos2009-01-151-1/+2
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-1/+1
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-0/+4
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-4/+0
* fix some of the windows compile issues; make buffer.c faster; supportNiels Provos2004-05-241-0/+5
* windows supportNiels Provos2003-09-251-3/+7
* signal support for kqueue; support of EV_PERSIST flag to event_setNiels Provos2002-04-101-1/+2
* initial support for signals (only for select now) based on code fromNiels Provos2002-04-101-0/+52