lib/tdb2: Convert tdb2 to a standalone library
[ira/wip.git] / lib / tevent /
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...
2010-12-21 Jelmer Vernooijtevent: Bump version number after symbol versioning...
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-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-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.
next