index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tevent
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-04
Add release script for tevent
Simo Sorce
1
-0
/
+48
2009-09-04
tevent: change version to 0.9.8 after some critical bugs have been fixed
Stefan Metzmacher
1
-1
/
+1
2009-09-03
Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
1
-2
/
+6
2009-08-29
tevent: Fix a segfault upon the first signal
Volker Lendecke
1
-0
/
+6
2009-08-28
lib/tevent: close pipe_fds on event_context destruction
Rusty Russell
1
-0
/
+2
2009-08-28
lib/tevent: handle tevent_common_add_signal on different event contexts.
Rusty Russell
2
-14
/
+31
2009-08-28
lib/tevent: fix race with signals and tevent_common_add_signal
Rusty Russell
1
-20
/
+20
2009-08-28
lib/tevent: remove spectacularly complicated manual subtraction
Rusty Russell
1
-4
/
+1
2009-08-24
tevent: avoid using reserved c++ word.
Günther Deschner
1
-1
/
+1
2009-08-21
Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
1
-17
/
+54
2009-08-19
tevent: fix a comment
Michael Adam
1
-1
/
+1
2009-08-17
tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructure
Stefan Metzmacher
1
-1
/
+1
2009-08-17
tevent: add tevent_req_cancel() infrastructure
Stefan Metzmacher
3
-0
/
+70
2009-08-15
tevent: add some more doxygen comments for tevent_req functions
Stefan Metzmacher
1
-0
/
+38
2009-07-16
tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...
Stefan Metzmacher
1
-1
/
+11
2009-07-14
Change to talloc_zero_size instead of extra memset.
Jeremy Allison
1
-2
/
+1
2009-07-14
When tallocing a memory block for the state in a tevent_req struct,
Jeremy Allison
1
-0
/
+1
2009-07-03
Sort the signature files
Simo Sorce
2
-45
/
+45
2009-07-03
Expose functions need by backend writers
Simo Sorce
5
-52
/
+67
2009-06-18
Revert "For tevent to install tevent_util.h"
Simo Sorce
1
-1
/
+0
2009-06-18
For tevent to install tevent_util.h
Eric Sandall
1
-0
/
+1
2009-06-15
Add exports file and abi checker for tevent
Simo Sorce
7
-2
/
+157
2009-06-04
Increase tevent version for tevent_req_notify_callback()
Volker Lendecke
1
-1
/
+1
2009-06-04
Add tevent_req_notify_callback
Volker Lendecke
2
-4
/
+13
2009-05-19
tevent/python: Makefile was still trying to build some non AC_SUBST python ta...
Jelmer Vernooij
1
-7
/
+1
2009-05-16
tevent: Define TALLOC_FREE() if it's not defined yet, to allow building
Jelmer Vernooij
1
-0
/
+6
2009-05-16
tevent: Remove python module.
Jelmer Vernooij
6
-219
/
+0
2009-05-16
tevent: Install tevent_internal.h in the standalone build.
Jelmer Vernooij
2
-1
/
+4
2009-05-16
Update copies of config.guess and config.sub.
Jelmer Vernooij
2
-76
/
+282
2009-05-16
tevent: Don't install headers, since we don't install a shared lib
Jelmer Vernooij
1
-5
/
+0
2009-05-07
tevent: fix typo async_req_done() => tevent_req_done()
Stefan Metzmacher
1
-1
/
+1
2009-03-19
tevent: fix the nesting logic
Stefan Metzmacher
1
-7
/
+7
2009-03-19
fixed a logic bug in the tevent nesting code
Andrew Tridgell
1
-1
/
+13
2009-03-17
tevent: change version to 0.9.5 after the ABI has changed
Stefan Metzmacher
1
-1
/
+1
2009-03-17
tevent: store the location where a request was finished
Stefan Metzmacher
3
-19
/
+48
2009-03-17
tevent: use an immediate event as trigger for tevent_queue
Stefan Metzmacher
2
-42
/
+60
2009-03-17
tevent: use an immediate event fot tevent_req_post()
Stefan Metzmacher
2
-19
/
+13
2009-03-17
tevent: use TALLOC_FREE() in tevent_req.c
Stefan Metzmacher
1
-9
/
+5
2009-03-17
tevent: add support for immediate events
Stefan Metzmacher
8
-34
/
+295
2009-03-17
tevent: add tevent_common_loop_wait() helper function and use it
Stefan Metzmacher
5
-55
/
+33
2009-03-17
tevent: check signal events first in event_loop_once
Stefan Metzmacher
3
-0
/
+15
2009-03-17
tevent: let tevent_loop_once() just run one fd event
Stefan Metzmacher
3
-45
/
+7
2009-03-13
tevent: change version to 0.9.4 as the ABI has changed
Stefan Metzmacher
1
-1
/
+1
2009-03-12
tevent: Fix might be unitialized warning
Tim Prouty
1
-1
/
+1
2009-03-12
tevent: add tevent_loop_until()
Stefan Metzmacher
2
-0
/
+68
2009-03-12
tevent: add tevent_loop_set_nesting_hook()
Stefan Metzmacher
3
-1
/
+50
2009-03-12
tevent: don't allow nested tevent_loop_once() anymore
Stefan Metzmacher
3
-1
/
+53
2009-03-12
tevent: pass __location__ to tevent_loop_once/wait()
Stefan Metzmacher
6
-17
/
+22
2009-03-12
tevent: add tevent_set_abort_fn()
Stefan Metzmacher
2
-0
/
+21
2009-03-12
tevent: add tevent_signal_support()
Stefan Metzmacher
2
-0
/
+10
[next]