summaryrefslogtreecommitdiff
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
* tevent: Fix a typoVolker Lendecke2012-04-091-1/+1
* tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...Jelmer Vernooij2012-03-101-1/+1
* tevent_signal: Fix a valgrind errorVolker Lendecke2012-02-151-1/+2
* tevent: change the version to 0.9.15tevent-0.9.15Stefan Metzmacher2012-02-092-1/+79
* tevent: Fix deleting signal events from within themselvesVolker Lendecke2012-02-091-2/+33
* tevent: Fix python documentation stringsAmitay Isaacs2012-01-311-2/+2
* tevent: tevent_schedule_immediate never failsVolker Lendecke2011-12-091-1/+0
* Add version attribute for pytevent.Jelmer Vernooij2011-12-073-1/+5
* tevent: Install python tevent modules.Jelmer Vernooij2011-12-061-0/+6
* Add stub python module for tevent.Jelmer Vernooij2011-12-061-0/+28
* tevent: Fix typo in build script.Jelmer Vernooij2011-12-031-1/+1
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+2
* tevent: Only check for pkg-config file when checking for system tevent.Jelmer Vernooij2011-11-131-1/+1
* tevent: Only build pytevent if the system doesn't provide it.Jelmer Vernooij2011-11-131-5/+8
* tevent: remove unnecessary enablement.Jelmer Vernooij2011-11-131-1/+0
* Fix -Wunused-but-set-variable compiler warnings in tevent_signal.cMartin Schwenke2011-11-101-4/+2
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-1/+1
* tevent: don't force the nesting flag to false in the destructorAndrew Tridgell2011-08-121-3/+7
* tevent: fix documentation for tevent_context_init_byname()Sumit Bose2011-08-111-2/+2
* tevent: Set FD_CLOEXEC on epoll handleSumit Bose2011-08-114-2/+52
* tevent: cleanup nesting counter when doing a full reinit.Simo Sorce2011-08-101-0/+7
* tevent: change the version to 0.9.14 after the tevent_queue changestevent-0.9.14Stefan Metzmacher2011-08-092-1/+79
* tevent: fix some comments in tevent.hStefan Metzmacher2011-08-091-2/+2
* tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2011-08-092-2/+131
* tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher2011-08-091-8/+26
* tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher2011-08-092-1/+10
* tevent: add tevent_queue_running() functionStefan Metzmacher2011-08-092-0/+16
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-012-0/+6
* tevent: Slightly simplify poll_event_loop_pollVolker Lendecke2011-07-281-33/+38
* tevent: change version to 0.9.13 after adding tevent_req_defer_callback()tevent-0.9.13Stefan Metzmacher2011-07-092-1/+76
* tevent: add tevent_req_defer_callback()Stefan Metzmacher2011-07-093-0/+60
* tevent: fix comments for tevent_req_post()Stefan Metzmacher2011-07-091-2/+2
* tevent: change version to 0.9.12tevent-0.9.12Volker Lendecke2011-06-202-1/+75
* tevent: Add tevent_req_oomVolker Lendecke2011-06-202-1/+20
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-031-1/+13
* lib/tevent/tevent.h: minor documentation fix.Rusty Russell2011-06-011-3/+3
* tevent: Fix a typoVolker Lendecke2011-05-091-1/+1
* Support the 'PYTHON' environment variable.Jelmer Vernooij2011-04-231-0/+1
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-191-1/+3
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-151-0/+1
* tevent: use public_headers for tevent.hAndrew Tridgell2011-03-151-1/+1
* tevent: change version to 0.9.11tevent-0.9.11Stefan Metzmacher2011-03-102-1/+74
* tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher2011-03-101-17/+6
* tevent: change tevent_fd->additional_flags to uint64_tStefan Metzmacher2011-03-101-1/+1
* tevent: Fixed tevent_wakeup_send code example.Andreas Schneider2011-03-091-1/+1
* Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison2011-02-281-7/+7
* tevent: Add lib/tevent as include directory.Jelmer Vernooij2011-02-281-0/+1
* Finish the range checking on all FD_SET calls for select().Jeremy Allison2011-02-282-0/+14
* tevent: Add a poll backendVolker Lendecke2011-02-285-0/+310
* tevent: Fix a commentVolker Lendecke2011-02-171-2/+1