summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-1/+1
2011-08-12tevent: don't force the nesting flag to false in the destructorAndrew Tridgell1-3/+7
2011-08-11tevent: fix documentation for tevent_context_init_byname()Sumit Bose1-2/+2
2011-08-11tevent: Set FD_CLOEXEC on epoll handleSumit Bose4-2/+52
2011-08-10tevent: cleanup nesting counter when doing a full reinit.Simo Sorce1-0/+7
2011-08-09tevent: change the version to 0.9.14 after the tevent_queue changesStefan Metzmacher2-1/+79
2011-08-09tevent: fix some comments in tevent.hStefan Metzmacher1-2/+2
2011-08-09tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2-2/+131
2011-08-09tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher1-8/+26
2011-08-09tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher2-1/+10
2011-08-09tevent: add tevent_queue_running() functionStefan Metzmacher2-0/+16
2011-08-01Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2-0/+6
2011-07-28tevent: Slightly simplify poll_event_loop_pollVolker Lendecke1-33/+38
2011-07-09tevent: change version to 0.9.13 after adding tevent_req_defer_callback()Stefan Metzmacher2-1/+76
2011-07-09tevent: add tevent_req_defer_callback()Stefan Metzmacher3-0/+60
2011-07-09tevent: fix comments for tevent_req_post()Stefan Metzmacher1-2/+2
2011-06-20tevent: change version to 0.9.12Volker Lendecke2-1/+75
2011-06-20tevent: Add tevent_req_oomVolker Lendecke2-1/+20
2011-06-03Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison1-1/+13
2011-06-01lib/tevent/tevent.h: minor documentation fix.Rusty Russell1-3/+3
2011-05-09tevent: Fix a typoVolker Lendecke1-1/+1
2011-04-23Support the 'PYTHON' environment variable.Jelmer Vernooij1-0/+1
2011-03-19lib/: Fix prototypes for functions.Jelmer Vernooij1-1/+3
2011-03-15lib: don't install public headers if a private libraryAndrew Tridgell1-0/+1
2011-03-15tevent: use public_headers for tevent.hAndrew Tridgell1-1/+1
2011-03-10tevent: change version to 0.9.11Stefan Metzmacher2-1/+74
2011-03-10tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher1-17/+6
2011-03-10tevent: change tevent_fd->additional_flags to uint64_tStefan Metzmacher1-1/+1
2011-03-09tevent: Fixed tevent_wakeup_send code example.Andreas Schneider1-1/+1
2011-02-28Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison1-7/+7
2011-02-28tevent: Add lib/tevent as include directory.Jelmer Vernooij1-0/+1
2011-02-28Finish the range checking on all FD_SET calls for select().Jeremy Allison2-0/+14
2011-02-28tevent: Add a poll backendVolker Lendecke5-0/+310
2011-02-17tevent: Fix a commentVolker Lendecke1-2/+1
2011-02-14Return NULL if tevent_add_fd() is passed a negative fdStephen Gallagher1-0/+6
2011-02-09tevent: Fix typosVolker Lendecke1-2/+2
2011-02-07build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2-12/+0
2011-01-08waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell1-2/+4
2011-01-01talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij1-57/+0
2010-12-26tevent: More documentation updatesVolker Lendecke1-1/+72
2010-12-26tevent: More doc fixesVolker Lendecke1-13/+47
2010-12-25tevent: Some documentation fixesVolker Lendecke1-22/+45
2010-12-25tevent: Fix a typoVolker Lendecke1-1/+1
2010-12-23tevent: add ABI/tevent-0.9.10.sigsStefan Metzmacher1-0/+73
2010-12-21tevent: Remove reference to nonexistant configure.developer from autogen.sh.Jelmer Vernooij1-1/+1
2010-12-21tevent: Bump version number after symbol versioning changes.Jelmer Vernooij1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-12-10build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou1-1/+1
2010-12-09waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell1-3/+1
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-1/+1