Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-16 | tevent: Remove python module. | Jelmer Vernooij | 1 | -20/+0 | |
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary. | |||||
2009-05-16 | tevent: Install tevent_internal.h in the standalone build. | Jelmer Vernooij | 1 | -0/+1 | |
This is not ideal, but at least it fixes the build of samba-gtk for now. I've also added a warning about API guarantees at the top of the header. | |||||
2009-01-30 | Do not install private headers | Simo Sorce | 1 | -2/+0 | |
2009-01-03 | tevent: fix standalone make test | Stefan Metzmacher | 1 | -5/+6 | |
metze | |||||
2008-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-23 | Install tevent_internal.h, as Samba 4 needs it. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-23 | standalone: Use more variables, preparing to include these files from main | Jelmer Vernooij | 1 | -5/+6 | |
Samba 4 makefile. | |||||
2008-12-22 | Fix installation of standalone tevent Python module. | Jelmer Vernooij | 1 | -2/+1 | |
2008-12-20 | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 1 | -9/+5 | |
2008-12-20 | Fix standalone compilation of events library. | Jelmer Vernooij | 1 | -22/+20 | |
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+59 | |
This commit will not compile on its own. metze |