source: trunk/server/lib/tevent/doc/mainpage.dox

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 1.5 KB
Line 
1/**
2 * @mainpage
3 *
4 * Tevent is an event system based on the talloc memory management library. It
5 * is the core event system used in Samba.
6 *
7 * The low level tevent has support for many event types, including timers,
8 * signals, and the classic file descriptor events.
9 *
10 * Tevent also provide helpers to deal with asynchronous code providing the
11 * tevent_req (tevent request) functions.
12 *
13 * @section tevent_download Download
14 *
15 * You can download the latest releases of tevent from the
16 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
17 * on the samba public source archive.
18 *
19 * @section tevent_bugs Discussion and bug reports
20 *
21 * tevent does not currently have its own mailing list or bug tracking system.
22 * For now, please use the
23 * <a href="https://lists.samba.org/mailman/listinfo/samba-technical" target="_blank">samba-technical</a>
24 * mailing list, and the
25 * <a href="http://bugzilla.samba.org/" target="_blank">Samba bugzilla</a>
26 * bug tracking system.
27 *
28 * @section tevent_devel Development
29 * You can download the latest code either via git or rsync.
30 *
31 * To fetch via git see the following guide:
32 *
33 * <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development" target="_blank">Using Git for Samba Development</a>
34 *
35 * Once you have cloned the tree switch to the master branch and cd into the
36 * lib/tevent directory.
37 *
38 * To fetch via rsync use this command:
39 *
40 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
41 *
42 */
Note: See TracBrowser for help on using the repository browser.