torture: add torture_assert_u64_not_equal()
[sfrench/samba-autobuild/.git] / lib / tevent /
2014-09-30 Stefan Metzmachertevent: version 0.9.22 tevent-0.9.22
2014-09-30 Stefan Metzmachertevent: remove unused exit_code in tevent_select.c
2014-09-30 Stefan Metzmachertevent: remove unused exit_code in tevent_poll.c
2014-09-18 Volker Lendeckelib: Polish echo_server
2014-06-20 Michael Adamtevent:build: improve detection of srcdir
2014-06-07 Jeremy Allisonlib: tevent: make TEVENT_SIG_INCREMENT atomic.
2014-04-04 Lukas Slebodniktevent: Update flags in tevent pkgconfig file
2014-04-02 Volker Lendeckedlinklist: Fix a typo
2014-04-02 Stefan Metzmacherlib/tevent/tests: add missing #include "torture/local...
2014-01-17 Stefan Metzmachertevent: version 0.9.21 tevent-0.9.21
2014-01-17 Stefan Metzmachertevent: add tevent_req_set_cleanup_fn()
2014-01-17 Stefan Metzmachertevent: add/use tevent_req_destructor
2014-01-17 Stefan Metzmachertevent: add doxygen comments for tevent_num_signals...
2014-01-17 Volker Lendecketevent: Add prototypes
2014-01-17 Volker Lendecketevent: Only build "std_fallback_to_poll" when epoll...
2014-01-17 Stefan Metzmachertevent: fix crash bug in tevent_queue_immediate_trigger()
2013-12-26 Simo SorceDo not return a value from a void function.
2013-12-17 Volker Lendecketevent: Fix CID 1138326 Unchecked return value
2013-12-11 Stefan Metzmachertevent: version 0.9.20 tevent-0.9.20
2013-12-11 Stefan Metzmachertevent: give the user the chance to ask for TEVENT_NUM_...
2013-12-11 Stefan Metzmachertevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
2013-12-11 Stefan Metzmachertevent: tevent_epoll_set_panic_fallback() can be a...
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_e...
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_s...
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_s...
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_req.c
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_q...
2013-12-11 Stefan Metzmachertevent: use talloc_get_type_abort() in the documentatio...
2013-12-11 Gregor Becktevent: add tevent_queue_wait_send/recv()
2013-12-11 Stefan Metzmachertevent: tevent_req_create() already uses ZERO_STRUCT...
2013-12-11 Stefan Metzmachertevent: let tevent_req_received() clear the private_can...
2013-12-11 Stefan Metzmachertevent: cancel the timeout timer when the request is...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-08 Volker Lendecketevent: Use talloc_pooled_object for tevent_req_create
2013-08-16 Volker Lendecketevent: Remove a pointless goto
2013-08-12 Volker Lendecketevent: Fix tutorial reference
2013-08-05 Volker Lendecketevent: Add echo server sample code
2013-08-01 Stefan Metzmachertevent: change version to 0.9.19 tevent-0.9.19
2013-08-01 Volker Lendecketevent: Remove the signal pipe if no signal events...
2013-07-08 David Disseldorptevent: document tevent_req_create state zeroing
2013-07-05 Stefan MetzmacherMerge remote-tracking branch 'origin/v4-1-test' into...
2013-07-05 Volker Lendecketevent: Fix a typo
2013-06-21 Volker LendeckeFix some blank line endings
2013-06-14 Volker Lendecketevent: Fix Coverity ID 989236 Operands don't affect...
2013-06-12 Andreas Schneidertevent: Link the tutorial on the mainpage.
2013-06-12 David Koňařtevent: Add tevent tutorial files.
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2013-04-04 Volker Lendecketevent: Only set poll_ev->delete=false if it was true
2013-03-22 Jeremy AllisonFix tevent testsuite issue on Solaris.
2013-03-22 Jeremy AllisonSolaris/Illumos/Nexenta creates pipes that are bi-direc...
2013-03-02 Stefan Metzmachertevent: change version to 0.9.18 tevent-0.9.18
2013-03-01 Stefan Metzmachertevent: optimize adding new zero timer events
2013-03-01 Stefan Metzmachertevent: optimize adding new timer events
2013-03-01 Stefan Metzmachertevent: add a debug message in tevent_common_loop_timer...
2013-03-01 Stefan Metzmachertevent: add test_event_fd2()
2013-03-01 Stefan Metzmachertevent: add test_event_fd1()
2013-03-01 Stefan Metzmachertevent: use better names for the subtests
2013-03-01 Jeremy Allisontevent: Regression test to ensure that a tevent backend...
2013-03-01 Stefan Metzmachertevent: use DEBUG_ERROR for the fallback message in...
2013-03-01 Jeremy Allisontevent: If epoll_ctl(..EPOLL_CTL_ADD,..) failes with...
2013-03-01 Stefan Metzmachertevent: preferr the write handler if there're two possi...
2013-03-01 Stefan Metzmachertevent: In epoll_event_loop() ensure we trigger the...
2013-03-01 Jeremy Allisontevent: Add utility function epoll_handle_hup_or_err()
2013-03-01 Stefan Metzmachertevent: handle EPOLL_ADDITIONAL_FD_FLAG_HAS_MPX in...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_event_fd_dest...
2013-03-01 Stefan Metzmachertevent: Fix epoll_mod_event() to cope with modifying...
2013-03-01 Jeremy Allisontevent: Fix up epoll_del_event to cope with deleting...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_add_event()
2013-03-01 Jeremy Allisontevent: Start to fix the epoll backend to support 2...
2013-03-01 Stefan Metzmachertevent: ignore EBADF from epoll_ctl() and disable the...
2013-03-01 Stefan Metzmachertevent: unify handling of HAS_EVENT and REPORT_ERROR...
2013-03-01 Stefan Metzmachertevent: always go through epoll_update_event()
2013-03-01 Stefan Metzmachertevent: s/epoll_change_event/epoll_update_event
2013-03-01 Stefan Metzmachertevent: the content of event is ignored by EPOLL_CTL_DEL
2013-03-01 Stefan Metzmachertevent: call epoll_panic() if EPOLL_CTL_DEL failed
2013-03-01 Stefan Metzmachertevent: use helper variables to hold the epoll_ctl...
2013-03-01 Stefan Metzmachertevent: remove unused if (epoll_ev->epoll_fd == -1...
2013-03-01 Stefan Metzmachertevent: add std_event_loop_wait()
2013-03-01 Stefan Metzmachertevent: don't call TALLOC_FREE(ev->additional_data...
2013-03-01 Stefan Metzmachertevent: avoid any operation on epoll_ev after a epoll_p...
2013-03-01 Stefan Metzmachertevent: add epoll_{create,ctl}_panic_fallback() for...
2013-03-01 Stefan Metzmachertevent: use DLIST_DEMOTE() before calling on fde handle...
2013-03-01 Stefan Metzmachertevent: debug a FATAL message on EBADF from the select...
2013-03-01 Jeremy Allisontevent: Fix multiple handler on the same fd bug in...
2013-03-01 Stefan Metzmachertevent: revalidate fde->flags after poll()
2013-03-01 Stefan Metzmachertevent: ignore POLLNVAL from poll() and disable the...
2013-03-01 Stefan Metzmachertevent: traverse the ev->fd_event list instead of the...
2013-03-01 Stefan Metzmachertevent: maintain a list of disabled events in the poll...
2013-03-01 Stefan Metzmachertevent: merge poll_fresh_fde_destructor() into poll_eve...
2013-03-01 Stefan Metzmachertevent: use tevent_poll_event_add_fd_internal() in...
2013-03-01 Stefan Metzmachertevent: make sure we cleanup the array passed to poll...
2013-03-01 Stefan Metzmachertevent: don't skip a fd event if the previous one was...
2013-03-01 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-03-01 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2013-03-01 Stefan Metzmachertevent: fix compiler warning in tevent_context_init_byn...
2013-03-01 Stefan Metzmachertevent: fix some compiler warnings in testsuite.c
2013-03-01 Michael Adamtevent: fix a comment typo in tevent_epoll.c
2013-03-01 Galen.Liutevent: fix --disable-python cause configure fails...
2013-03-01 Stefan Metzmachertevent: define TEVENT_NUM_SIGNALS based on configure...
2013-02-14 Jeremy Allisontevent: Remove the previous "standard" tevent backend...
next