summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
2016-07-22tevent: Add overflow protection to tevent_req_createVolker Lendecke1-0/+7
2016-07-22tevent: Save 140 bytes of .text in tevent_req_createVolker Lendecke1-9/+7
2016-07-22tevent: Save 32 bytes of .text in tevent_req_createVolker Lendecke1-5/+8
2016-07-15Revert "tevent: avoid -Wtautological-compare errors with gcc6"Michael Adam1-8/+0
2016-07-14tevent: avoid -Wtautological-compare errors with gcc6Michael Adam1-0/+8
2016-07-12tevent: Clarify apparently useless conditionsNikolai Kondrashov1-0/+10
2016-07-05tevent: typo in documentationGarming Sam1-1/+1
2016-05-29lib: tevent: Use struct sockaddr_storage to cope with IPv6.Jeremy Allison1-3/+5
2016-05-13tevent:testsuite: fix O3 errors unused result of writeMichael Adam1-7/+17
2016-05-13tevent:testsuite: fix O3 errors unused result for readMichael Adam1-2/+11
2016-05-13tevent:signal: fix -O3 error unused result of readMichael Adam1-1/+5
2016-05-13tevent:signal: fix -O3 error unused result of writeMichael Adam1-1/+5
2016-05-13tevent:threads: fix -O3 error unused result of writeMichael Adam1-1/+4
2016-03-24tevent.h: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall1-1/+1
2016-02-19tevent: version 0.9.28tevent-0.9.28Stefan Metzmacher2-1/+91
2016-02-18lib: tevent: Fix memory leak reported by Pavel Březina <pbrezina@redhat.com>...Jeremy Allison1-0/+4
2016-02-16tevent: version 0.9.27tevent-0.9.27Stefan Metzmacher2-1/+91
2016-02-07Fix ETIME handling for Solaris event ports.Nathan Huff1-4/+18
2016-02-06tevent: remove outdated comment about type argument in dlistMichael Adam1-4/+0
2016-02-06tevent: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam1-2/+1
2016-02-06tevent: remove uneeded type argument from DLIST_DEMOTE()Michael Adam3-4/+3
2016-02-06tevent: remove unneeded type argument from DLIST_ADD_ENDMichael Adam3-5/+4
2016-01-13tevent: Only set public headers field when installing as a public library.Jelmer Vernooij1-1/+1
2015-11-18Set LD_LIBRARY_PATH during tests.Jelmer Vernooij1-0/+3
2015-11-18lib: tevent: Whitespace cleanup.Jeremy Allison1-3/+3
2015-11-18lib: tevent: Fix bug in poll backend - poll_event_loop_poll()Jeremy Allison1-1/+4
2015-11-05tevent: version 0.9.26tevent-0.9.26Stefan Metzmacher2-1/+91
2015-11-05lib: tevent: docs: Add tutorial on thread usage.Jeremy Allison2-0/+324
2015-11-05lib: tevent: tests: Add a second thread test that does request/reply.Jeremy Allison1-0/+205
2015-11-05lib: tevent: Initial test of tevent threaded context code.Jeremy Allison1-0/+125
2015-11-05lib: tevent: Initial checkin of threaded tevent context calling code.Jeremy Allison3-1/+423
2015-06-12tevent: version 0.9.25tevent-0.9.25Stefan Metzmacher2-1/+89
2015-06-12pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher1-9/+13
2015-06-12pytevent: remove const warnings using discard_const_p()Stefan Metzmacher1-13/+23
2015-06-12pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher1-48/+0
2015-06-12tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher1-2/+2
2015-06-12tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher1-2/+2
2015-06-10pytevent: Build for two versions of Python at oncePetr Viktorin1-7/+10
2015-06-10pytevent: Port to Python 3Petr Viktorin1-13/+57
2015-06-10pytalloc: Improve timer wrapper, and test itPetr Viktorin3-19/+185
2015-06-10pytevent: Define missing TeventFd_Type objectPetr Viktorin1-0/+13
2015-06-10pytevent: Better error and reference handlingPetr Viktorin1-6/+25
2015-06-02tevent: fix access after free in tevent_common_check_signal()Stefan Metzmacher1-1/+1
2015-05-20tevent: add a note to tevent_add_fd()Stefan Metzmacher1-0/+5
2015-04-29lib: tevent: Fix compile error in Solaris ports backend.Gordon Ross1-1/+2
2015-04-21tevent: Fix CID 1035381 Unchecked return valueVolker Lendecke1-1/+3
2015-03-26Move waf into third_party/.Jelmer Vernooij1-1/+1
2015-03-04tevent: version 0.9.24tevent-0.9.24David Disseldorp2-1/+89
2015-03-03tevent: Ignore unexpected signal events in the same way the epoll backend does.Jeremy Allison1-3/+9
2015-02-27tevent: version 0.9.23tevent-0.9.23Michael Adam2-1/+89