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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tevent
/
tevent_req.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
tevent: Flow: add tevent_thread_call_depth_set_callback()
Pavel Filipenský
1
-8
/
+25
2023-07-19
tevent: Flow: store cleanup function name in tevent_req
Stefan Metzmacher
1
-0
/
+9
2023-07-19
tevent: Flow: store cancel function name in tevent_req
Stefan Metzmacher
1
-4
/
+14
2023-07-19
tevent: Flow: store callback function name in tevent_req
Pavel Filipenský
1
-0
/
+11
2023-07-19
tevent: Flow: pass function name to tevent_req_create()
Pavel Filipenský
1
-0
/
+15
2023-01-18
tevent: Call depth tracking
Pavel Filipenský
1
-0
/
+10
2019-01-28
lib:tevent: Use correct C99 initializer for tevent_req
Andreas Schneider
1
-4
/
+6
2018-07-11
tevent: Add tevent_req_profile
Volker Lendecke
1
-0
/
+203
2017-07-21
tevent: handle passing req = NULL to tevent_req_print()
Stefan Metzmacher
1
-0
/
+4
2017-07-21
tevent: avoid calling talloc_get_name(NULL) in tevent_req_default_print()
Stefan Metzmacher
1
-1
/
+1
2017-06-22
tevent: include the finish location in tevent_req_default_print()
Stefan Metzmacher
1
-2
/
+3
2016-10-05
tevent: Add tevent_req_reset_endtime
Volker Lendecke
1
-0
/
+5
2016-07-22
tevent: Add overflow protection to tevent_req_create
Volker Lendecke
1
-0
/
+7
2016-07-22
tevent: Save 140 bytes of .text in tevent_req_create
Volker Lendecke
1
-9
/
+7
2016-07-22
tevent: Save 32 bytes of .text in tevent_req_create
Volker Lendecke
1
-5
/
+8
2014-01-17
tevent: add tevent_req_set_cleanup_fn()
Stefan Metzmacher
1
-0
/
+30
2014-01-17
tevent: add/use tevent_req_destructor
Stefan Metzmacher
1
-1
/
+14
2013-12-11
tevent: make use of talloc_get_type_abort() in tevent_req.c
Stefan Metzmacher
1
-4
/
+6
2013-12-11
tevent: tevent_req_create() already uses ZERO_STRUCT(req)
Stefan Metzmacher
1
-2
/
+0
2013-12-11
tevent: let tevent_req_received() clear the private_cancel function
Stefan Metzmacher
1
-0
/
+1
2013-12-11
tevent: cancel the timeout timer when the request is finished
Stefan Metzmacher
1
-0
/
+6
2013-09-08
tevent: Use talloc_pooled_object for tevent_req_create
Volker Lendecke
1
-1
/
+4
2011-07-09
tevent: add tevent_req_defer_callback()
Stefan Metzmacher
1
-0
/
+12
2011-06-20
tevent: Add tevent_req_oom
Volker Lendecke
1
-1
/
+6
2010-05-05
tevent: Added basic doxygen documentation.
Andreas Schneider
1
-175
/
+9
2010-02-22
Spelling fixes for tevent.
Brad Hards
1
-1
/
+1
2009-08-17
tevent: add tevent_req_cancel() infrastructure
Stefan Metzmacher
1
-0
/
+43
2009-08-15
tevent: add some more doxygen comments for tevent_req functions
Stefan Metzmacher
1
-0
/
+38
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-06-04
Add tevent_req_notify_callback
Volker Lendecke
1
-4
/
+9
2009-05-07
tevent: fix typo async_req_done() => tevent_req_done()
Stefan Metzmacher
1
-1
/
+1
2009-03-17
tevent: store the location where a request was finished
Stefan Metzmacher
1
-11
/
+21
2009-03-17
tevent: use an immediate event fot tevent_req_post()
Stefan Metzmacher
1
-17
/
+11
2009-03-17
tevent: use TALLOC_FREE() in tevent_req.c
Stefan Metzmacher
1
-9
/
+5
2009-03-10
tevent: add tevent_req_received() function
Stefan Metzmacher
1
-0
/
+21
2009-03-02
Make struct tevent_req opaque
Simo Sorce
1
-11
/
+31
2009-02-25
tevent: add private_print function feature to tevent_req
Stefan Metzmacher
1
-3
/
+24
2009-02-25
tevent: add tevent_req_poll() function
Stefan Metzmacher
1
-0
/
+15
2009-02-18
tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()
Stefan Metzmacher
1
-1
/
+1
2009-02-17
tevent: Rename ev_timeval* functions to tevent_timeval, export them.
Kai Blin
1
-1
/
+1
2009-02-16
lib/tevent: change to LGPLv3+
Stefan Metzmacher
1
-9
/
+13
2009-02-13
lib/tevent: add tevent_req infrastructure
Stefan Metzmacher
1
-200
/
+138
2009-02-13
lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.c
Stefan Metzmacher
1
-0
/
+338