index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tevent
/
tevent.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tevent: add tevent_req_set_cleanup_fn()
Stefan Metzmacher
2014-01-17
1
-0
/
+35
*
tevent: add doxygen comments for tevent_num_signals() and tevent_sa_info_queu...
Stefan Metzmacher
2014-01-17
1
-0
/
+23
*
tevent: Add prototypes
Volker Lendecke
2014-01-17
1
-0
/
+4
*
tevent: add tevent_queue_wait_send/recv()
Gregor Beck
2013-12-11
1
-0
/
+33
*
tevent: document tevent_req_create state zeroing
David Disseldorp
2013-07-08
1
-3
/
+3
*
tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCE
Michael Adam
2013-03-01
1
-0
/
+11
*
tevent: expose tevent_context_init_ops
Stefan Metzmacher
2012-06-08
1
-0
/
+14
*
lib/tevent: Add trace point callback
Martin Schwenke
2012-06-08
1
-0
/
+43
*
tevent: fix documentation for tevent_context_init_byname()
Sumit Bose
2011-08-11
1
-2
/
+2
*
tevent: fix some comments in tevent.h
Stefan Metzmacher
2011-08-09
1
-2
/
+2
*
tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()
Stefan Metzmacher
2011-08-09
1
-0
/
+76
*
tevent: allow tevent_queue_add() to take a NULL trigger function
Stefan Metzmacher
2011-08-09
1
-1
/
+3
*
tevent: add tevent_queue_running() function
Stefan Metzmacher
2011-08-09
1
-0
/
+11
*
tevent: add tevent_req_defer_callback()
Stefan Metzmacher
2011-07-09
1
-0
/
+42
*
tevent: fix comments for tevent_req_post()
Stefan Metzmacher
2011-07-09
1
-2
/
+2
*
tevent: Add tevent_req_oom
Volker Lendecke
2011-06-20
1
-0
/
+14
*
lib/tevent/tevent.h: minor documentation fix.
Rusty Russell
2011-06-01
1
-3
/
+3
*
tevent: Fix a typo
Volker Lendecke
2011-05-09
1
-1
/
+1
*
tevent: Fixed tevent_wakeup_send code example.
Andreas Schneider
2011-03-09
1
-1
/
+1
*
tevent: More documentation updates
Volker Lendecke
2010-12-26
1
-1
/
+72
*
tevent: More doc fixes
Volker Lendecke
2010-12-26
1
-13
/
+47
*
tevent: Some documentation fixes
Volker Lendecke
2010-12-25
1
-22
/
+45
*
tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
Kai Blin
2010-11-17
1
-2
/
+0
*
tevent: Added a description for tevent queue.
Andreas Schneider
2010-05-10
1
-0
/
+9
*
tevent: Document the tevent_queue functions.
Andreas Schneider
2010-05-05
1
-0
/
+68
*
tevent: Document the tevent helper functions.
Andreas Schneider
2010-05-05
1
-0
/
+67
*
tevent: Document missing callback typedefs.
Andreas Schneider
2010-05-05
1
-2
/
+36
*
tevent: Document the missing tevent async request callback functions.
Andreas Schneider
2010-05-05
1
-1
/
+144
*
tevent: Create a typedef for the debug function callback.
Andreas Schneider
2010-05-05
1
-6
/
+20
*
tevent: Added more documentation.
Stephen Gallagher
2010-05-05
1
-11
/
+247
*
tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
Stephen Gallagher
2010-05-05
1
-3
/
+0
*
tevent: Added basic doxygen documentation.
Andreas Schneider
2010-05-05
1
-15
/
+375
*
tevent: added tevent_re_initialise()
Andrew Tridgell
2010-03-26
1
-0
/
+2
*
Spelling fixes for tevent.
Brad Hards
2010-02-22
1
-1
/
+1
*
tevent: add tevent_req_cancel() infrastructure
Stefan Metzmacher
2009-08-17
1
-0
/
+8
*
Expose functions need by backend writers
Simo Sorce
2009-07-03
1
-0
/
+64
*
Add tevent_req_notify_callback
Volker Lendecke
2009-06-04
1
-0
/
+4
*
tevent: store the location where a request was finished
Stefan Metzmacher
2009-03-17
1
-7
/
+16
*
tevent: use an immediate event as trigger for tevent_queue
Stefan Metzmacher
2009-03-17
1
-2
/
+1
*
tevent: add support for immediate events
Stefan Metzmacher
2009-03-17
1
-0
/
+19
*
tevent: add tevent_loop_until()
Stefan Metzmacher
2009-03-12
1
-0
/
+6
*
tevent: add tevent_loop_set_nesting_hook()
Stefan Metzmacher
2009-03-12
1
-0
/
+9
*
tevent: don't allow nested tevent_loop_once() anymore
Stefan Metzmacher
2009-03-12
1
-0
/
+11
*
tevent: pass __location__ to tevent_loop_once/wait()
Stefan Metzmacher
2009-03-12
1
-2
/
+7
*
tevent: add tevent_set_abort_fn()
Stefan Metzmacher
2009-03-12
1
-0
/
+2
*
tevent: add tevent_signal_support()
Stefan Metzmacher
2009-03-12
1
-0
/
+2
*
tevent: add tevent_req_callback_data_void() macro
Stefan Metzmacher
2009-03-10
1
-0
/
+2
*
tevent: add tevent_req_received() function
Stefan Metzmacher
2009-03-10
1
-1
/
+7
*
Make struct tevent_req opaque
Simo Sorce
2009-03-02
1
-89
/
+13
*
tevent: add tevent_queue infrastructure
Stefan Metzmacher
2009-02-26
1
-0
/
+22
[next]