Age | Commit message (Expand) | Author | Files | Lines |
2010-05-05 | tevent: Added basic doxygen documentation. | Andreas Schneider | 1 | -175/+9 |
2010-02-22 | Spelling fixes for tevent. | Brad Hards | 1 | -1/+1 |
2009-08-17 | tevent: add tevent_req_cancel() infrastructure | Stefan Metzmacher | 1 | -0/+43 |
2009-08-15 | tevent: add some more doxygen comments for tevent_req functions | Stefan Metzmacher | 1 | -0/+38 |
2009-07-14 | Change to talloc_zero_size instead of extra memset. | Jeremy Allison | 1 | -2/+1 |
2009-07-14 | When tallocing a memory block for the state in a tevent_req struct, | Jeremy Allison | 1 | -0/+1 |
2009-06-04 | Add tevent_req_notify_callback | Volker Lendecke | 1 | -4/+9 |
2009-05-07 | tevent: fix typo async_req_done() => tevent_req_done() | Stefan Metzmacher | 1 | -1/+1 |
2009-03-17 | tevent: store the location where a request was finished | Stefan Metzmacher | 1 | -11/+21 |
2009-03-17 | tevent: use an immediate event fot tevent_req_post() | Stefan Metzmacher | 1 | -17/+11 |
2009-03-17 | tevent: use TALLOC_FREE() in tevent_req.c | Stefan Metzmacher | 1 | -9/+5 |
2009-03-10 | tevent: add tevent_req_received() function | Stefan Metzmacher | 1 | -0/+21 |
2009-03-02 | Make struct tevent_req opaque | Simo Sorce | 1 | -11/+31 |
2009-02-25 | tevent: add private_print function feature to tevent_req | Stefan Metzmacher | 1 | -3/+24 |
2009-02-25 | tevent: add tevent_req_poll() function | Stefan Metzmacher | 1 | -0/+15 |
2009-02-18 | tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime() | Stefan Metzmacher | 1 | -1/+1 |
2009-02-17 | tevent: Rename ev_timeval* functions to tevent_timeval, export them. | Kai Blin | 1 | -1/+1 |
2009-02-16 | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 1 | -9/+13 |
2009-02-13 | lib/tevent: add tevent_req infrastructure | Stefan Metzmacher | 1 | -200/+138 |
2009-02-13 | lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.c | Stefan Metzmacher | 1 | -0/+338 |