Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.
[samba.git] / lib / tevent /
2013-01-17 Jeremy Allisontevent: Fix bug 9550 - sigprocmask does not work on...
2011-08-07 Jeremy AllisonFix bug 7462 - Non-standard SA_RESETHAND is used in...
2011-06-07 Jeremy AllisonFix the poll() backend to correctly respond to POLLHUP...
2011-04-11 Karolin SeegerMerge remote branch 'origin/v3-6-test' into v3-6-stable
2011-03-16 Karolin SeegerMerge master into v3-6-test
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-11 Stefan Metzmachertevent/poll: use fde->additional_flags to hold the...
2011-03-11 Stefan Metzmachertevent: change tevent_fd->additional_flags to uint64_t
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 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 Jeremy AllisonFinish the range checking on all FD_SET calls for select().
2011-02-28 Volker Lendecketevent: Add a poll backend
2011-02-28 Volker Lendecketevent: Add a poll backend
2011-02-17 Volker Lendecketevent: Fix a comment
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-14 Stephen GallagherReturn NULL if tevent_add_fd() is passed a negative fd
2011-02-09 Volker Lendecketevent: Fix typos
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-30 Volker Lendecketevent: More documentation updates
2010-12-28 Volker Lendecketevent: More doc fixes
2010-12-28 Volker Lendecketevent: Some documentation fixes
2010-12-28 Volker Lendecketevent: Fix a typo
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...
2010-12-21 Jelmer Vernooijtevent: Bump version number after symbol versioning...
2010-12-14 Jeremy AllisonMerge branch 'v3-6-test' of ssh://git.samba.org/data...
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-09 Matthieu Patoubuild: introduce SAMBA_CHECK_PYTHON_HEADERS
2010-12-09 Andrew Tridgellwaf: remove the restriction that private libraries...
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-11-30 Karolin SeegerMerge master into v3-6-test again.
2010-11-19 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-11-17 Kai Blintevent: Fix docstring, tevent_req_is_in_progress does...
2010-11-11 Matthias Dieter... s4:pytevent.c - fix a discard const warning
2010-11-03 Andrew Tridgellbuild: a more portable way of finding waf in makefiles
2010-11-03 Andrew Tridgellwaf: added reconfigure targets to our libraries
2010-10-30 Jelmer Vernooijtevent: Drop autoconf-based build system for standalone...
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgells4-build: fixed some formatting
2010-10-08 Volker Lendecketevent: Do not use talloc_autofree_context
2010-10-06 Volker Lendecketevent: Only call handlers that ask for events
2010-10-06 Volker Lendecketevent: Only call handlers that ask for events
2010-09-28 Jelmer Vernooijldb/tevent: Fix detection of waf paths.
2010-09-28 Jelmer Vernooijtevent: Remove make targets that are not relevant for...
2010-09-28 Jelmer Vernooijtevent: Don't update Makefile/configure files.
2010-09-25 Jelmer Vernooijpyteven: Fix build warnings.
2010-09-25 Jelmer VernooijCheck in configure/Makefile for those projects that...
2010-09-25 Jelmer Vernooijpytevent: Add more tests.
2010-09-25 Jelmer Vernooijpytevent: Fill in client side fnuctions.
2010-09-25 Jelmer Vernooijtevent: Add infrastructure for python bindings.
2010-09-25 Jelmer Vernooijtevent: Switch to using waf by default.
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-06-10 Volker Lendecketevent: Fix maxfd calculation in tevent_select
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-10 Andreas Schneidertevent: Added a description for tevent queue.
2010-05-10 Andreas Schneidertevent: Added an introduction to the tevent_queue tutorial.
2010-05-10 Andreas Schneidertevent: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
2010-05-05 Andreas Schneidertevent: Started a tevent_queue tutorial.
2010-05-05 Andreas Schneidertevent: Document the tevent_queue functions.
2010-05-05 Andreas Schneidertevent: Document the tevent helper functions.
2010-05-05 Andreas Schneidertevent: Document missing callback typedefs.
2010-05-05 Andreas Schneidertevent: Document the missing tevent async request callb...
2010-05-05 Andreas Schneidertevent: Create a typedef for the debug function callback.
2010-05-05 Stephen Gallaghertevent: Added more documentation.
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-05-05 Andreas Schneidertevent: Add doxygen tevent config file.
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-04-18 Andrew Tridgellbuild: more adjustments for the ABI type name maps
2010-04-18 Andrew Tridgells4-waf: rebuild signature files with the api type maps
2010-04-18 Andrew Tridgelltevent-waf: enabled ABI checking in tevent
2010-04-18 Andrew Tridgelltevent: mark backend init fns as _PRIVATE_
2010-04-13 Andrew Tridgelltevent-waf: added man page and pkgconfig file
2010-04-13 Andrew Tridgells4-tevent: up tevent version number
2010-04-12 Andrew Tridgellbuild: use a common autogen-waf.sh for all builds
2010-04-06 Andrew Tridgells4-waf: fixed waf distcheck for our standalone libs...
2010-04-06 Andrew Tridgells4-waf: added simple 'waf test' support for tdb, talloc...
2010-04-06 Andrew Tridgells4-waf: autogen-waf.sh for the standalone library builds
2010-04-06 Andrew Tridgells4-waf: use a common pattern for finding buildtools...
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: fixed finding of buildtools and srcdir
2010-04-06 Andrew Tridgells4-waf: avoid having to run waf configure before waf...
next