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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tevent: change version to 0.9.16
Stefan Metzmacher
2012-06-08
2
-1
/
+83
*
tevent: expose tevent_context_init_ops
Stefan Metzmacher
2012-06-08
2
-3
/
+19
*
lib/tevent: Add trace point callback
Martin Schwenke
2012-06-08
8
-0
/
+82
*
lib/tevent: In poll_event_context, add a pointer back to the tevent_context
Martin Schwenke
2012-06-08
1
-0
/
+4
*
build: Remove unused release scripts for tevent
Andrew Bartlett
2012-05-30
5
-426
/
+0
*
lib/tevent/testsuite: no longer use 'compat' symbols
Stefan Metzmacher
2012-05-14
1
-12
/
+12
*
tevent: fix indentation in the wscript
Michael Adam
2012-05-13
1
-1
/
+1
*
tevent: Fix a typo
Volker Lendecke
2012-04-09
1
-1
/
+1
*
tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
tevent_signal: Fix a valgrind error
Volker Lendecke
2012-02-15
1
-1
/
+2
*
tevent: change the version to 0.9.15
Stefan Metzmacher
2012-02-09
2
-1
/
+79
*
tevent: Fix deleting signal events from within themselves
Volker Lendecke
2012-02-09
1
-2
/
+33
*
tevent: Fix python documentation strings
Amitay Isaacs
2012-01-31
1
-2
/
+2
*
tevent: tevent_schedule_immediate never fails
Volker Lendecke
2011-12-09
1
-1
/
+0
*
Add version attribute for pytevent.
Jelmer Vernooij
2011-12-07
3
-1
/
+5
*
tevent: Install python tevent modules.
Jelmer Vernooij
2011-12-06
1
-0
/
+6
*
Add stub python module for tevent.
Jelmer Vernooij
2011-12-06
1
-0
/
+28
*
tevent: Fix typo in build script.
Jelmer Vernooij
2011-12-03
1
-1
/
+1
*
waf: Factor checking for undefined symbol flags out into separate method.
Jelmer Vernooij
2011-11-13
1
-0
/
+2
*
tevent: Only check for pkg-config file when checking for system tevent.
Jelmer Vernooij
2011-11-13
1
-1
/
+1
*
tevent: Only build pytevent if the system doesn't provide it.
Jelmer Vernooij
2011-11-13
1
-5
/
+8
*
tevent: remove unnecessary enablement.
Jelmer Vernooij
2011-11-13
1
-1
/
+0
*
Fix -Wunused-but-set-variable compiler warnings in tevent_signal.c
Martin Schwenke
2011-11-10
1
-4
/
+2
*
wafsamba: Only install .pc files if libraries are public.
Jelmer Vernooij
2011-08-21
1
-1
/
+1
*
tevent: don't force the nesting flag to false in the destructor
Andrew Tridgell
2011-08-12
1
-3
/
+7
*
tevent: fix documentation for tevent_context_init_byname()
Sumit Bose
2011-08-11
1
-2
/
+2
*
tevent: Set FD_CLOEXEC on epoll handle
Sumit Bose
2011-08-11
4
-2
/
+52
*
tevent: cleanup nesting counter when doing a full reinit.
Simo Sorce
2011-08-10
1
-0
/
+7
*
tevent: change the version to 0.9.14 after the tevent_queue changes
Stefan Metzmacher
2011-08-09
2
-1
/
+79
*
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
2
-2
/
+131
*
tevent: splitout tevent_queue_add_internal() from tevent_queue_add()
Stefan Metzmacher
2011-08-09
1
-8
/
+26
*
tevent: allow tevent_queue_add() to take a NULL trigger function
Stefan Metzmacher
2011-08-09
2
-1
/
+10
*
tevent: add tevent_queue_running() function
Stefan Metzmacher
2011-08-09
2
-0
/
+16
*
Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...
Jeremy Allison
2011-08-01
2
-0
/
+6
*
tevent: Slightly simplify poll_event_loop_poll
Volker Lendecke
2011-07-28
1
-33
/
+38
*
tevent: change version to 0.9.13 after adding tevent_req_defer_callback()
Stefan Metzmacher
2011-07-09
2
-1
/
+76
*
tevent: add tevent_req_defer_callback()
Stefan Metzmacher
2011-07-09
3
-0
/
+60
*
tevent: fix comments for tevent_req_post()
Stefan Metzmacher
2011-07-09
1
-2
/
+2
*
tevent: change version to 0.9.12
Volker Lendecke
2011-06-20
2
-1
/
+75
*
tevent: Add tevent_req_oom
Volker Lendecke
2011-06-20
2
-1
/
+20
*
Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...
Jeremy Allison
2011-06-03
1
-1
/
+13
*
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
*
Support the 'PYTHON' environment variable.
Jelmer Vernooij
2011-04-23
1
-0
/
+1
*
lib/: Fix prototypes for functions.
Jelmer Vernooij
2011-03-19
1
-1
/
+3
*
lib: don't install public headers if a private library
Andrew Tridgell
2011-03-15
1
-0
/
+1
*
tevent: use public_headers for tevent.h
Andrew Tridgell
2011-03-15
1
-1
/
+1
*
tevent: change version to 0.9.11
Stefan Metzmacher
2011-03-10
2
-1
/
+74
*
tevent/poll: use fde->additional_flags to hold the array index
Stefan Metzmacher
2011-03-10
1
-17
/
+6
[next]