swrap: Rename swrap_pcap_get_fd().
[sfrench/samba-autobuild/.git] / lib / tevent /
2013-02-14 Jeremy Allisontevent: Add in the new implementation of "standard...
2013-02-14 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-02-14 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-02-14 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-02-14 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-02-14 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-02-14 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
2013-02-14 Jeremy Allisontevent: Plumb in the panic fallback code into the epoll...
2013-02-14 Jeremy Allisontevent: Add an internal function tevent_epoll_set_panic...
2013-02-14 Stefan Metzmachertevent: pass 'bool replay' to epoll_panic()
2013-02-14 Jeremy Allisontevent: Ensure we return after every call to epoll_panic().
2013-02-14 Jeremy Allisontevent: Preparing to fix "standard" backend fallback...
2013-02-03 Stefan Metzmachertevent_poll: add poll_event_loop_wait()
2013-02-03 Stefan Metzmachertevent_poll: fix the usage of tevent_re_initialise()
2013-02-03 Stefan Metzmachertevent_poll: call tevent_common_fd_destructor() from...
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_event_set_fd_flags
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_fresh_fde_destructor
2013-02-03 Volker Lendecketevent_poll: NULL out fde->event_ctx for "fresh" poll...
2013-02-03 Volker Lendecketevent_poll: Use the poll_event_context_destructor...
2013-02-03 Volker Lendecketevent_poll: Re-order routines
2013-02-03 Volker Lendecketevent_poll: Fix a crash in the poll backend
2013-01-31 Volker Lendecketevent: Fix a comment typo
2013-01-17 Volker Lendecketevent: Fix a comment
2013-01-15 Jeremy Allisontevent: Fix bug 9550 - sigprocmask does not work on...
2012-08-16 Stefan Metzmachertevent: change version to 0.9.17 after adding the ... tevent-0.9.17
2012-08-16 Volker Lendecketevent: Add threaded poll_mt testcase
2012-08-16 Volker Lendeckelib/tevent: Add a thread-safe tevent backend
2012-08-16 Volker Lendecketevent_poll: Decouple poll_ev->fds handling from adding...
2012-08-04 Andreas Schneiderdoc: Remove build/ from doxygen config or it will not...
2012-07-31 Volker Lendecketevent: Refer to the correct header in testsuite.c
2012-06-08 Stefan Metzmachertevent: change version to 0.9.16 tevent-0.9.16
2012-06-08 Stefan Metzmachertevent: expose tevent_context_init_ops
2012-06-08 Martin Schwenkelib/tevent: Add trace point callback
2012-06-08 Martin Schwenkelib/tevent: In poll_event_context, add a pointer back...
2012-05-30 Andrew Bartlettbuild: Remove unused release scripts for tevent
2012-05-14 Stefan Metzmacherlib/tevent/testsuite: no longer use 'compat' symbols
2012-05-13 Michael Adamtevent: fix indentation in the wscript
2012-04-09 Volker Lendecketevent: Fix a typo
2012-03-10 Jelmer Vernooijtevent: Install tevent.py into PYTHONARCHDIR rather...
2012-02-15 Volker Lendecketevent_signal: Fix a valgrind error
2012-02-09 Stefan Metzmachertevent: change the version to 0.9.15 tevent-0.9.15
2012-02-09 Volker Lendecketevent: Fix deleting signal events from within themselves
2012-01-31 Amitay Isaacstevent: Fix python documentation strings
2011-12-09 Volker Lendecketevent: tevent_schedule_immediate never fails
2011-12-07 Jelmer VernooijAdd version attribute for pytevent.
2011-12-06 Jelmer Vernooijtevent: Install python tevent modules.
2011-12-06 Jelmer VernooijAdd stub python module for tevent.
2011-12-03 Jelmer Vernooijtevent: Fix typo in build script.
2011-11-13 Jelmer Vernooijwaf: Factor checking for undefined symbol flags out...
2011-11-13 Jelmer Vernooijtevent: Only check for pkg-config file when checking...
2011-11-13 Jelmer Vernooijtevent: Only build pytevent if the system doesn't provi...
2011-11-13 Jelmer Vernooijtevent: remove unnecessary enablement.
2011-11-10 Martin SchwenkeFix -Wunused-but-set-variable compiler warnings in...
2011-08-21 Jelmer Vernooijwafsamba: Only install .pc files if libraries are public.
2011-08-12 Andrew Tridgelltevent: don't force the nesting flag to false in the...
2011-08-11 Sumit Bosetevent: fix documentation for tevent_context_init_byname()
2011-08-11 Sumit Bosetevent: Set FD_CLOEXEC on epoll handle
2011-08-10 Simo Sorcetevent: cleanup nesting counter when doing a full reinit.
2011-08-09 Stefan Metzmachertevent: change the version to 0.9.14 after the tevent_q... tevent-0.9.14
2011-08-09 Stefan Metzmachertevent: fix some comments in tevent.h
2011-08-09 Stefan Metzmachertevent: add tevent_queue_add_entry() and tevent_queue_a...
2011-08-09 Stefan Metzmachertevent: splitout tevent_queue_add_internal() from teven...
2011-08-09 Stefan Metzmachertevent: allow tevent_queue_add() to take a NULL trigger...
2011-08-09 Stefan Metzmachertevent: add tevent_queue_running() function
2011-08-01 Jeremy AllisonFix bug 7462 - Non-standard SA_RESETHAND is used in...
2011-07-28 Volker Lendecketevent: Slightly simplify poll_event_loop_poll
2011-07-09 Stefan Metzmachertevent: change version to 0.9.13 after adding tevent_re... tevent-0.9.13
2011-07-09 Stefan Metzmachertevent: add tevent_req_defer_callback()
2011-07-09 Stefan Metzmachertevent: fix comments for tevent_req_post()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker Lendecketevent: change version to 0.9.12 tevent-0.9.12
2011-06-20 Volker Lendecketevent: Add tevent_req_oom
2011-06-03 Jeremy AllisonFix the poll() backend to correctly respond to POLLHUP...
2011-06-01 Rusty Russelllib/tevent/tevent.h: minor documentation fix.
2011-04-23 Jelmer VernooijSupport the 'PYTHON' environment variable.
2011-05-09 Volker Lendecketevent: Fix a typo
2011-03-19 Jelmer Vernooijlib/: Fix prototypes for functions.
2011-03-15 Andrew Tridgelllib: don't install public headers if a private library
2011-03-15 Andrew Tridgelltevent: use public_headers for tevent.h
2011-03-10 Stefan Metzmachertevent: change version to 0.9.11 tevent-0.9.11
2011-03-10 Stefan Metzmachertevent/poll: use fde->additional_flags to hold the...
2011-03-10 Stefan Metzmachertevent: change tevent_fd->additional_flags to uint64_t
2011-03-09 Andreas Schneidertevent: Fixed tevent_wakeup_send code example.
2011-02-28 Jeremy AllisonFix "cast from pointer to integer of different size...
2011-02-28 Jelmer Vernooijtevent: Add lib/tevent as include directory.
2011-02-28 Jeremy AllisonFinish the range checking on all FD_SET calls for select().
2011-02-28 Volker Lendecketevent: Add a poll backend
2011-02-17 Volker Lendecketevent: Fix a comment
2011-02-14 Stephen GallagherReturn NULL if tevent_add_fd() is passed a negative fd
2011-02-09 Volker Lendecketevent: Fix typos
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-08 Andrew Tridgellwaf: ensure "make dist" works from a clean git tree...
2011-01-01 Jelmer Vernooijtalloc/tdb/tevent: Remove obsolete signatures files.
2010-12-26 Volker Lendecketevent: More documentation updates
2010-12-26 Volker Lendecketevent: More doc fixes
2010-12-25 Volker Lendecketevent: Some documentation fixes
2010-12-25 Volker Lendecketevent: Fix a typo
2010-12-23 Stefan Metzmachertevent: add ABI/tevent-0.9.10.sigs
2010-12-21 Jelmer Vernooijtevent: Remove reference to nonexistant configure.devel...
next