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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tevent: use for() loops instead of while() loops
Stefan Metzmacher
2009-01-12
1
-12
/
+9
*
tevent: Fix build break
Tim Prouty
2009-01-11
1
-1
/
+1
*
Fix tevent_common_context_destructor to remove all events instead of just the...
Bo Yang
2009-01-11
1
-4
/
+10
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+6
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-1
/
+1
*
tevent: don't try to dereference fde->event_ctx when the event context doesn'...
Stefan Metzmacher
2009-01-07
1
-0
/
+3
*
Add dependency to talloc in tevent pc file.
Jelmer Vernooij
2009-01-06
1
-0
/
+1
*
Ensure libreplace is included into the tevent python bindings
Andrew Bartlett
2009-01-06
1
-1
/
+1
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-1
/
+1
*
tevent: add some debugging for timer events, that mostly matches samba3
Stefan Metzmacher
2009-01-05
1
-0
/
+12
*
tevent: add tevent_context destructor that unlinks the events from the context
Stefan Metzmacher
2009-01-05
2
-0
/
+33
*
tevent: don't crash if te->event_ctx is NULL
Stefan Metzmacher
2009-01-05
1
-3
/
+3
*
tevent: keep a linked list of fd_events
Stefan Metzmacher
2009-01-05
6
-142
/
+116
*
tevent: keep a linked list of signal events
Stefan Metzmacher
2009-01-05
6
-21
/
+57
*
tevent: make tevent_debug() a noop if ev is NULL
Stefan Metzmacher
2009-01-05
1
-0
/
+3
*
Attempt to fix the build on netbsd5
Volker Lendecke
2009-01-05
1
-0
/
+1
*
tevent: fix tevent_add_timer() and tevent_add_aio() macros
Stefan Metzmacher
2009-01-05
1
-2
/
+2
*
tevent: move samba4 stuff from libtevent.m4 to samba.m4
Stefan Metzmacher
2009-01-04
4
-66
/
+32
*
tevent: completely initialize tevent_fd structs
Stefan Metzmacher
2009-01-04
4
-0
/
+6
*
tevent: raise version to 0.9.2 after AUTOCLOSE changes
Stefan Metzmacher
2009-01-03
1
-1
/
+1
*
tevent: remove TEVENT_FD_AUTOCLOSE feature
Stefan Metzmacher
2009-01-03
5
-14
/
+0
*
tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"
Stefan Metzmacher
2009-01-03
4
-4
/
+0
*
tevent: add tevent_fd_set_auto_close()
Stefan Metzmacher
2009-01-03
3
-1
/
+17
*
tevent: add tevent_fd_set_close_fn()
Stefan Metzmacher
2009-01-03
8
-5
/
+48
*
tevent: move some common tevent_fd related functions into tevent_fd.c
Stefan Metzmacher
2009-01-03
8
-59
/
+47
*
tevent: specify argument names for the event handlers
Stefan Metzmacher
2009-01-03
1
-12
/
+18
*
tevent: fix standalone make test
Stefan Metzmacher
2009-01-03
1
-5
/
+6
*
tevent: raise version to 0.9.1
Stefan Metzmacher
2009-01-03
1
-1
/
+1
*
tevent: only provide compat macros if the caller wants them
Stefan Metzmacher
2009-01-02
1
-5
/
+0
*
tevent: change pytevent to tevent_*
Stefan Metzmacher
2009-01-02
2
-23
/
+24
*
tevent: use TEVENT_FD_* instead of EVENT_FD_*
Stefan Metzmacher
2009-01-02
4
-43
/
+43
*
tevent: rename ev_debug_ops => tevent_debug_ops
Stefan Metzmacher
2009-01-02
7
-42
/
+69
*
tevent: rename events => tevent in tevent.pc
Stefan Metzmacher
2009-01-02
1
-1
/
+1
*
tevent: pass down handler_name and location to the backend layer
Stefan Metzmacher
2009-01-02
8
-102
/
+154
*
tevent: make tevent_add_*() macros arround _tevent_add_*()
Stefan Metzmacher
2009-01-02
2
-42
/
+77
*
tevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL
Stefan Metzmacher
2009-01-02
4
-8
/
+6
*
tevent: rename event_register_backend() => tevent_register_backend()
Stefan Metzmacher
2009-01-02
6
-23
/
+22
*
tevent: rename event_context_init* => tevent_context_init*()
Stefan Metzmacher
2009-01-02
1
-25
/
+26
*
tevent: rename event_[s|g]et_fd_flags => tevent_fd_[s|g]et_flags
Stefan Metzmacher
2009-01-02
1
-2
/
+2
*
tevent: rename event_loop_* => tevent_loop_*
Stefan Metzmacher
2009-01-02
1
-4
/
+4
*
tevent: rename event_set_default_backend() => tevent_set_default_backend()
Stefan Metzmacher
2009-01-02
1
-5
/
+6
*
tevent: use libreplace headers instead of system headers
Stefan Metzmacher
2009-01-02
4
-9
/
+6
*
s4:tevent: move event_context_find() to tevent_s4.c
Stefan Metzmacher
2009-01-02
1
-18
/
+0
*
lib/tevent: fix standalone make distclean realdistclean
Stefan Metzmacher
2008-12-30
1
-2
/
+2
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
13
-150
/
+147
*
lib/tevent: rename event_* => tevent_* in the header file
Stefan Metzmacher
2008-12-29
9
-117
/
+198
*
lib/tevent: libtevent will change a lot until it's version 1.0.0
Stefan Metzmacher
2008-12-24
1
-1
/
+1
*
Fix more compiler warnings.
Jelmer Vernooij
2008-12-23
1
-0
/
+1
*
Fix more compiler warnings in various places.
Jelmer Vernooij
2008-12-23
1
-1
/
+1
*
Install tevent_internal.h, as Samba 4 needs it.
Jelmer Vernooij
2008-12-23
1
-0
/
+1
[prev]
[next]