index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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: 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
*
tevent: add private_print function feature to tevent_req
Stefan Metzmacher
2009-02-25
1
-0
/
+11
*
tevent: add tevent_req_poll() function
Stefan Metzmacher
2009-02-25
1
-0
/
+3
*
Attempt to fix the OpenChange build -- sorry for the break
Volker Lendecke
2009-02-25
1
-1
/
+1
*
tevent.h requires bool and uint[16|32|64]_t
Volker Lendecke
2009-02-24
1
-0
/
+1
*
tevent: add tevent_wakeup_send/recv()
Stefan Metzmacher
2009-02-18
1
-0
/
+4
*
tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()
Stefan Metzmacher
2009-02-18
1
-1
/
+1
*
tevent: Rename ev_timeval* functions to tevent_timeval, export them.
Kai Blin
2009-02-17
1
-0
/
+19
*
lib/tevent: change to LGPLv3+
Stefan Metzmacher
2009-02-16
1
-12
/
+16
*
Add missing prototype for "tevent_req_print"
Volker Lendecke
2009-02-14
1
-0
/
+2
[next]