summaryrefslogtreecommitdiff
path: root/lib/tevent
Commit message (Expand)AuthorAgeFilesLines
* 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
* tevent: version 0.9.23tevent-0.9.23Michael Adam2015-02-272-1/+89
* Add Solaris ports as a tevent backend.Jeremy Allison2015-02-154-1/+789
* Update the tevent_data.dox tutrial stuff to fix some errors, including whiteRichard Sharpe2015-01-241-13/+17
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-6/+6
* tevent: version 0.9.22tevent-0.9.22Stefan Metzmacher2014-09-302-1/+89
* tevent: remove unused exit_code in tevent_select.cStefan Metzmacher2014-09-301-4/+1
* tevent: remove unused exit_code in tevent_poll.cStefan Metzmacher2014-09-301-3/+0
* lib: Polish echo_serverVolker Lendecke2014-09-181-4/+4
* tevent:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-071-0/+6
* tevent: Update flags in tevent pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* dlinklist: Fix a typoVolker Lendecke2014-04-021-1/+1
* lib/tevent/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* tevent: version 0.9.21tevent-0.9.21Stefan Metzmacher2014-01-172-1/+89
* tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-173-0/+77
* tevent: add/use tevent_req_destructorStefan Metzmacher2014-01-171-1/+14
* tevent: add doxygen comments for tevent_num_signals() and tevent_sa_info_queu...Stefan Metzmacher2014-01-171-0/+23
* tevent: Add prototypesVolker Lendecke2014-01-171-0/+4
* tevent: Only build "std_fallback_to_poll" when epoll is aroundVolker Lendecke2014-01-171-0/+2
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-01-171-0/+4
* Do not return a value from a void function.Simo Sorce2013-12-261-1/+0
* tevent: Fix CID 1138326 Unchecked return valueVolker Lendecke2013-12-171-1/+1
* tevent: version 0.9.20tevent-0.9.20Stefan Metzmacher2013-12-122-1/+88
* tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...Stefan Metzmacher2013-12-111-0/+10
* tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256Stefan Metzmacher2013-12-111-1/+1
* tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher2013-12-113-6/+3
* tevent: make use of talloc_get_type_abort() in tevent_epoll.cStefan Metzmacher2013-12-111-15/+11
* tevent: make use of talloc_get_type_abort() in tevent_signal.cStefan Metzmacher2013-12-111-6/+6
* tevent: make use of talloc_get_type_abort() in tevent_select.cStefan Metzmacher2013-12-111-6/+8
* tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher2013-12-111-4/+6
* tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher2013-12-111-2/+3
* tevent: use talloc_get_type_abort() in the documentation examplesStefan Metzmacher2013-12-111-2/+2