Age | Commit message (Expand) | Author | Files | Lines |
2012-05-14 | lib/tevent/testsuite: no longer use 'compat' symbols | Stefan Metzmacher | 1 | -12/+12 |
2012-05-13 | tevent: fix indentation in the wscript | Michael Adam | 1 | -1/+1 |
2012-04-09 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-03-10 | tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis... | Jelmer Vernooij | 1 | -1/+1 |
2012-02-15 | tevent_signal: Fix a valgrind error | Volker Lendecke | 1 | -1/+2 |
2012-02-09 | tevent: change the version to 0.9.15 | Stefan Metzmacher | 2 | -1/+79 |
2012-02-09 | tevent: Fix deleting signal events from within themselves | Volker Lendecke | 1 | -2/+33 |
2012-01-31 | tevent: Fix python documentation strings | Amitay Isaacs | 1 | -2/+2 |
2011-12-09 | tevent: tevent_schedule_immediate never fails | Volker Lendecke | 1 | -1/+0 |
2011-12-07 | Add version attribute for pytevent. | Jelmer Vernooij | 3 | -1/+5 |
2011-12-06 | tevent: Install python tevent modules. | Jelmer Vernooij | 1 | -0/+6 |
2011-12-06 | Add stub python module for tevent. | Jelmer Vernooij | 1 | -0/+28 |
2011-12-03 | tevent: Fix typo in build script. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-13 | waf: Factor checking for undefined symbol flags out into separate method. | Jelmer Vernooij | 1 | -0/+2 |
2011-11-13 | tevent: Only check for pkg-config file when checking for system tevent. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-13 | tevent: Only build pytevent if the system doesn't provide it. | Jelmer Vernooij | 1 | -5/+8 |
2011-11-13 | tevent: remove unnecessary enablement. | Jelmer Vernooij | 1 | -1/+0 |
2011-11-10 | Fix -Wunused-but-set-variable compiler warnings in tevent_signal.c | Martin Schwenke | 1 | -4/+2 |
2011-08-21 | wafsamba: Only install .pc files if libraries are public. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-12 | tevent: don't force the nesting flag to false in the destructor | Andrew Tridgell | 1 | -3/+7 |
2011-08-11 | tevent: fix documentation for tevent_context_init_byname() | Sumit Bose | 1 | -2/+2 |
2011-08-11 | tevent: Set FD_CLOEXEC on epoll handle | Sumit Bose | 4 | -2/+52 |
2011-08-10 | tevent: cleanup nesting counter when doing a full reinit. | Simo Sorce | 1 | -0/+7 |
2011-08-09 | tevent: change the version to 0.9.14 after the tevent_queue changes | Stefan Metzmacher | 2 | -1/+79 |
2011-08-09 | tevent: fix some comments in tevent.h | Stefan Metzmacher | 1 | -2/+2 |
2011-08-09 | tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty() | Stefan Metzmacher | 2 | -2/+131 |
2011-08-09 | tevent: splitout tevent_queue_add_internal() from tevent_queue_add() | Stefan Metzmacher | 1 | -8/+26 |
2011-08-09 | tevent: allow tevent_queue_add() to take a NULL trigger function | Stefan Metzmacher | 2 | -1/+10 |
2011-08-09 | tevent: add tevent_queue_running() function | Stefan Metzmacher | 2 | -0/+16 |
2011-08-01 | Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign... | Jeremy Allison | 2 | -0/+6 |
2011-07-28 | tevent: Slightly simplify poll_event_loop_poll | Volker Lendecke | 1 | -33/+38 |
2011-07-09 | tevent: change version to 0.9.13 after adding tevent_req_defer_callback() | Stefan Metzmacher | 2 | -1/+76 |
2011-07-09 | tevent: add tevent_req_defer_callback() | Stefan Metzmacher | 3 | -0/+60 |
2011-07-09 | tevent: fix comments for tevent_req_post() | Stefan Metzmacher | 1 | -2/+2 |
2011-06-20 | tevent: change version to 0.9.12 | Volker Lendecke | 2 | -1/+75 |
2011-06-20 | tevent: Add tevent_req_oom | Volker Lendecke | 2 | -1/+20 |
2011-06-03 | Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f... | Jeremy Allison | 1 | -1/+13 |
2011-06-01 | lib/tevent/tevent.h: minor documentation fix. | Rusty Russell | 1 | -3/+3 |
2011-05-09 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+1 |
2011-03-19 | lib/: Fix prototypes for functions. | Jelmer Vernooij | 1 | -1/+3 |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 1 | -0/+1 |
2011-03-15 | tevent: use public_headers for tevent.h | Andrew Tridgell | 1 | -1/+1 |
2011-03-10 | tevent: change version to 0.9.11 | Stefan Metzmacher | 2 | -1/+74 |
2011-03-10 | tevent/poll: use fde->additional_flags to hold the array index | Stefan Metzmacher | 1 | -17/+6 |
2011-03-10 | tevent: change tevent_fd->additional_flags to uint64_t | Stefan Metzmacher | 1 | -1/+1 |
2011-03-09 | tevent: Fixed tevent_wakeup_send code example. | Andreas Schneider | 1 | -1/+1 |
2011-02-28 | Fix "cast from pointer to integer of different size" warnings on a 64-bit mac... | Jeremy Allison | 1 | -7/+7 |
2011-02-28 | tevent: Add lib/tevent as include directory. | Jelmer Vernooij | 1 | -0/+1 |
2011-02-28 | Finish the range checking on all FD_SET calls for select(). | Jeremy Allison | 2 | -0/+14 |