Samba tevent Library
Tevent is an event system based on the talloc memory management library.
Tevent has support for many event types, including timers, signals, and
the classic file descriptor events.
Tevent also provide helpers to deal with asynchronous code providing the
tevent_req (Tevent Request) functions.
- Sources inherited from project SUSE:SLE-12-SP5:GA
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12-SP5:Update/tevent && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000040 40 Bytes | |
pre_checkin.sh | 0000000134 134 Bytes | |
tevent-0.9.39.tar.asc | 0000000516 516 Bytes | |
tevent-0.9.39.tar.gz | 0000795796 777 KB | |
tevent-man.changes | 0000015229 14.9 KB | |
tevent-man.spec | 0000005832 5.7 KB | |
tevent.changes | 0000015229 14.9 KB | |
tevent.keyring | 0000004262 4.16 KB | |
tevent.spec | 0000006441 6.29 KB |
Latest Revision
Lubos Kocman (lkocman)
committed
(revision 2)
- Update to version 0.9.39 + py_tevent: add_timer takes float argument + C99 build fixes. + Fix standalone build of tevent. - Update to version 0.9.38 + Deprecate tevent wrapper api again + Build fixes + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install - Update to version 0.9.37 + simplify "poll" and "poll_mt" backends + make tevent_abort() reachable for backends + add tevent_common_invoke_*_handler() functions + add tevent_context_same_loop() function + add tevent_context_wrapper_create() infrastructure + add tevent_req_profile infrastructure - Update to version 0.9.36; (bso#13291); + improve documentation of tevent_queue_add_optimize_empty() + add tevent_queue_entry_untrigger() + Minor cleanup. wakeup_fd can always be gotten from the event context. + Use smb_set_close_on_exec() in example code. - Use tirpc on newer sytems
Comments 0