summaryrefslogtreecommitdiff
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
...
* tevent: version 0.9.28tevent-0.9.29Stefan Metzmacher2016-07-282-1/+91
* tevent: Add overflow protection to tevent_req_createVolker Lendecke2016-07-221-0/+7
* tevent: Save 140 bytes of .text in tevent_req_createVolker Lendecke2016-07-221-9/+7
* tevent: Save 32 bytes of .text in tevent_req_createVolker Lendecke2016-07-221-5/+8
* Revert "tevent: avoid -Wtautological-compare errors with gcc6"Michael Adam2016-07-151-8/+0
* tevent: avoid -Wtautological-compare errors with gcc6Michael Adam2016-07-141-0/+8
* tevent: Clarify apparently useless conditionsNikolai Kondrashov2016-07-121-0/+10
* tevent: typo in documentationGarming Sam2016-07-051-1/+1
* lib: tevent: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison2016-05-291-3/+5
* tevent:testsuite: fix O3 errors unused result of writeMichael Adam2016-05-131-7/+17
* tevent:testsuite: fix O3 errors unused result for readMichael Adam2016-05-131-2/+11
* tevent:signal: fix -O3 error unused result of readMichael Adam2016-05-131-1/+5
* tevent:signal: fix -O3 error unused result of writeMichael Adam2016-05-131-1/+5
* tevent:threads: fix -O3 error unused result of writeMichael Adam2016-05-131-1/+4
* tevent.h: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-1/+1
* tevent: version 0.9.28tevent-0.9.28Stefan Metzmacher2016-02-192-1/+91
* lib: tevent: Fix memory leak reported by Pavel Březina <pbrezina@redhat.com>...Jeremy Allison2016-02-181-0/+4
* tevent: version 0.9.27tevent-0.9.27Stefan Metzmacher2016-02-162-1/+91
* Fix ETIME handling for Solaris event ports.Nathan Huff2016-02-071-4/+18
* tevent: remove outdated comment about type argument in dlistMichael Adam2016-02-061-4/+0
* tevent: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam2016-02-061-2/+1
* tevent: remove uneeded type argument from DLIST_DEMOTE()Michael Adam2016-02-063-4/+3
* tevent: remove unneeded type argument from DLIST_ADD_ENDMichael Adam2016-02-063-5/+4
* tevent: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-1/+1
* Set LD_LIBRARY_PATH during tests.Jelmer Vernooij2015-11-181-0/+3
* lib: tevent: Whitespace cleanup.Jeremy Allison2015-11-181-3/+3
* lib: tevent: Fix bug in poll backend - poll_event_loop_poll()Jeremy Allison2015-11-181-1/+4
* tevent: version 0.9.26tevent-0.9.26Stefan Metzmacher2015-11-052-1/+91
* lib: tevent: docs: Add tutorial on thread usage.Jeremy Allison2015-11-052-0/+324
* lib: tevent: tests: Add a second thread test that does request/reply.Jeremy Allison2015-11-051-0/+205
* lib: tevent: Initial test of tevent threaded context code.Jeremy Allison2015-11-051-0/+125
* lib: tevent: Initial checkin of threaded tevent context calling code.Jeremy Allison2015-11-053-1/+423
* tevent: version 0.9.25tevent-0.9.25Stefan Metzmacher2015-06-122-1/+89
* pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher2015-06-121-9/+13
* pytevent: remove const warnings using discard_const_p()Stefan Metzmacher2015-06-121-13/+23
* pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher2015-06-121-48/+0
* tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher2015-06-121-2/+2
* tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher2015-06-121-2/+2
* pytevent: Build for two versions of Python at oncePetr Viktorin2015-06-101-7/+10
* pytevent: Port to Python 3Petr Viktorin2015-06-101-13/+57
* pytalloc: Improve timer wrapper, and test itPetr Viktorin2015-06-103-19/+185
* pytevent: Define missing TeventFd_Type objectPetr Viktorin2015-06-101-0/+13
* pytevent: Better error and reference handlingPetr Viktorin2015-06-101-6/+25
* tevent: fix access after free in tevent_common_check_signal()Stefan Metzmacher2015-06-021-1/+1
* tevent: add a note to tevent_add_fd()Stefan Metzmacher2015-05-201-0/+5
* lib: tevent: Fix compile error in Solaris ports backend.Gordon Ross2015-04-291-1/+2
* tevent: Fix CID 1035381 Unchecked return valueVolker Lendecke2015-04-211-1/+3
* Move waf into third_party/.Jelmer Vernooij2015-03-261-1/+1
* tevent: version 0.9.24tevent-0.9.24David Disseldorp2015-03-042-1/+89
* tevent: Ignore unexpected signal events in the same way the epoll backend does.Jeremy Allison2015-03-031-3/+9