Age | Commit message (Expand) | Author | Files | Lines |
2012-02-15 | tevent_signal: Fix a valgrind error | Volker Lendecke | 1 | -1/+2 |
2012-02-09 | tevent: Fix deleting signal events from within themselves | Volker Lendecke | 1 | -2/+33 |
2011-11-10 | Fix -Wunused-but-set-variable compiler warnings in tevent_signal.c | Martin Schwenke | 1 | -4/+2 |
2011-08-01 | Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign... | Jeremy Allison | 1 | -0/+4 |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 1 | -1/+1 |
2010-02-09 | s3: signals are processed twice in child. | Bo Yang | 1 | -5/+28 |
2009-12-20 | tevent: prefix types and defined with tevent_ and TEVENT_ | Stefan Metzmacher | 1 | -37/+39 |
2009-10-01 | NULL is not a valid event context. | Jeremy Allison | 1 | -1/+1 |
2009-09-22 | lib/tevent: a cleaner fix for be4ac227842530d484659f2db683453366326d8b segv | Rusty Russell | 1 | -7/+1 |
2009-09-21 | tevent: make sure we don't set errno within the signal handler function. | Stefan Metzmacher | 1 | -0/+3 |
2009-09-03 | Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. | Jeremy Allison | 1 | -2/+6 |
2009-08-29 | tevent: Fix a segfault upon the first signal | Volker Lendecke | 1 | -0/+6 |
2009-08-28 | lib/tevent: handle tevent_common_add_signal on different event contexts. | Rusty Russell | 1 | -14/+30 |
2009-08-28 | lib/tevent: fix race with signals and tevent_common_add_signal | Rusty Russell | 1 | -20/+20 |
2009-08-28 | lib/tevent: remove spectacularly complicated manual subtraction | Rusty Russell | 1 | -4/+1 |
2009-08-24 | tevent: avoid using reserved c++ word. | Günther Deschner | 1 | -1/+1 |
2009-08-21 | Fix for bug 6651 - smbd SIGSEGV when breaking oplocks. | Jeremy Allison | 1 | -17/+54 |
2009-02-16 | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 1 | -12/+16 |
2009-02-14 | Fix a warning and a bug: pipe(2) can fail | Volker Lendecke | 1 | -1/+4 |
2009-02-14 | Add two variable assignments to shut up gcc | Volker Lendecke | 1 | -2/+4 |
2009-01-27 | tevent: change SA_INFO_QUEUE_COUNT from 10 to 100 | Stefan Metzmacher | 1 | -1/+1 |
2009-01-20 | tevent: rename signal handler functions to start with tevent_common_ | Stefan Metzmacher | 1 | -5/+6 |
2009-01-05 | tevent: keep a linked list of signal events | Stefan Metzmacher | 1 | -8/+44 |
2009-01-02 | tevent: pass down handler_name and location to the backend layer | Stefan Metzmacher | 1 | -18/+23 |
2009-01-02 | tevent: use libreplace headers instead of system headers | Stefan Metzmacher | 1 | -2/+1 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -3/+3 |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -3/+3 |
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+291 |