summaryrefslogtreecommitdiff
path: root/lib/tevent
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-15Add Solaris ports as a tevent backend.Jeremy Allison4-1/+789
2015-01-24Update the tevent_data.dox tutrial stuff to fix some errors, including whiteRichard Sharpe1-13/+17
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-6/+6
2014-09-30tevent: version 0.9.22tevent-0.9.22Stefan Metzmacher2-1/+89
2014-09-30tevent: remove unused exit_code in tevent_select.cStefan Metzmacher1-4/+1
2014-09-30tevent: remove unused exit_code in tevent_poll.cStefan Metzmacher1-3/+0
2014-09-18lib: Polish echo_serverVolker Lendecke1-4/+4
2014-06-20tevent:build: improve detection of srcdirMichael Adam1-1/+1
2014-06-07lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison1-0/+6
2014-04-04tevent: Update flags in tevent pkgconfig fileLukas Slebodnik1-2/+2
2014-04-02dlinklist: Fix a typoVolker Lendecke1-1/+1
2014-04-02lib/tevent/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-01-17tevent: version 0.9.21tevent-0.9.21Stefan Metzmacher2-1/+89
2014-01-17tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher3-0/+77
2014-01-17tevent: add/use tevent_req_destructorStefan Metzmacher1-1/+14
2014-01-17tevent: add doxygen comments for tevent_num_signals() and tevent_sa_info_queu...Stefan Metzmacher1-0/+23
2014-01-17tevent: Add prototypesVolker Lendecke1-0/+4
2014-01-17tevent: Only build "std_fallback_to_poll" when epoll is aroundVolker Lendecke1-0/+2
2014-01-17tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher1-0/+4
2013-12-26Do not return a value from a void function.Simo Sorce1-1/+0
2013-12-17tevent: Fix CID 1138326 Unchecked return valueVolker Lendecke1-1/+1
2013-12-12tevent: version 0.9.20tevent-0.9.20Stefan Metzmacher2-1/+88
2013-12-11tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...Stefan Metzmacher1-0/+10
2013-12-11tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256Stefan Metzmacher1-1/+1
2013-12-11tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher3-6/+3
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_epoll.cStefan Metzmacher1-15/+11
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_signal.cStefan Metzmacher1-6/+6
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_select.cStefan Metzmacher1-6/+8
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher1-4/+6
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher1-2/+3
2013-12-11tevent: use talloc_get_type_abort() in the documentation examplesStefan Metzmacher1-2/+2