Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | s4-tevent: up tevent version number | Andrew Tridgell | 1 | -1/+1 | |
tevent now has tevent_re_initialise() which is needed for the s4 build | |||||
2009-09-04 | tevent: change version to 0.9.8 after some critical bugs have been fixed | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-08-17 | tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructure | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-06-15 | Add exports file and abi checker for tevent | Simo Sorce | 1 | -0/+1 | |
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tevent.h contents and the gcc -aux-info option | |||||
2009-06-04 | Increase tevent version for tevent_req_notify_callback() | Volker Lendecke | 1 | -1/+1 | |
2009-05-16 | tevent: Remove python module. | Jelmer Vernooij | 1 | -13/+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-03-17 | tevent: change version to 0.9.5 after the ABI has changed | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-13 | tevent: change version to 0.9.4 as the ABI has changed | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-13 | tevent: raise version to 0.9.3 | Stefan Metzmacher | 1 | -1/+1 | |
- aio events are removed - tevent_req infrastructure was added metze | |||||
2009-01-04 | tevent: move samba4 stuff from libtevent.m4 to samba.m4 | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2009-01-03 | tevent: raise version to 0.9.2 after AUTOCLOSE changes | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-03 | tevent: raise version to 0.9.1 | Stefan Metzmacher | 1 | -1/+1 | |
This 0.9.1 isn't compatible with 0.9.0, but it makes only sense to raise the major version after we have reached 1.0.0. metze | |||||
2008-12-24 | lib/tevent: libtevent will change a lot until it's version 1.0.0 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-20 | Fix standalone compilation of events library. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-17 | s4:lib/tevent: add lib/events/ compat and let things compile | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-12-17 | s4:lib/events: move to toplevel directory as lib/tevent/ | Stefan Metzmacher | 1 | -0/+40 | |
This commit will not compile on its own. metze |