s3:smbd: in sys_disk_free(), improve a debug message
[Samba/gebeck_regimport.git] / lib / tevent / doc / mainpage.dox
blobe2f986e1ef27d6d59f43b104b8ecd36780721071
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  */