summaryrefslogtreecommitdiff
path: root/sample/signal-test.c
Commit message (Expand)AuthorAgeFilesLines
* sample/signal-test: fix use of uninitialized variableDavid Disseldorp2019-08-211-1/+1
* Fix typos in comments (sample/test/event-internal.h)dota172019-08-091-2/+2
* sample/signal-test: add NULL checksdota172019-08-091-4/+15
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-061-5/+1
* Fix memory leak in signal-test.cbasavesh.as2016-06-291-0/+1
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+1
* | Update sample/signal-test.c to use the new event_self_cbarg().Ross Lagerwall2012-03-121-6/+5
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* 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