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: Don't update Makefile/configure files.
Jelmer Vernooij
2010-09-28
2
-2
/
+12
*
pyteven: Fix build warnings.
Jelmer Vernooij
2010-09-25
1
-6
/
+16
*
Check in configure/Makefile for those projects that have waf as primary build...
Jelmer Vernooij
2010-09-25
2
-0
/
+71
*
pytevent: Add more tests.
Jelmer Vernooij
2010-09-25
2
-2
/
+81
*
pytevent: Fill in client side fnuctions.
Jelmer Vernooij
2010-09-25
1
-52
/
+393
*
tevent: Add infrastructure for python bindings.
Jelmer Vernooij
2010-09-25
2
-1
/
+418
*
tevent: Switch to using waf by default.
Jelmer Vernooij
2010-09-25
2
-14
/
+15
*
wafsamba: Fix typo: noextenion -> noextension.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
tevent: Fix maxfd calculation in tevent_select
Volker Lendecke
2010-06-10
1
-1
/
+2
*
s4-waf: sanitize library names like the old build system did, only add
Jelmer Vernooij
2010-05-31
1
-1
/
+2
*
tevent: Added a description for tevent queue.
Andreas Schneider
2010-05-10
1
-0
/
+9
*
tevent: Added an introduction to the tevent_queue tutorial.
Andreas Schneider
2010-05-10
1
-4
/
+38
*
tevent: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
Andreas Schneider
2010-05-10
1
-3
/
+3
*
tevent: Started a tevent_queue tutorial.
Andreas Schneider
2010-05-05
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
2
-6
/
+0
*
tevent: Add doxygen tevent config file.
Andreas Schneider
2010-05-05
1
-0
/
+1538
*
tevent: Added basic doxygen documentation.
Andreas Schneider
2010-05-05
3
-190
/
+426
*
build: more adjustments for the ABI type name maps
Andrew Tridgell
2010-04-18
1
-1
/
+1
*
s4-waf: rebuild signature files with the api type maps
Andrew Tridgell
2010-04-18
1
-15
/
+15
*
tevent-waf: enabled ABI checking in tevent
Andrew Tridgell
2010-04-18
2
-0
/
+75
*
tevent: mark backend init fns as _PRIVATE_
Andrew Tridgell
2010-04-18
3
-3
/
+3
*
tevent-waf: added man page and pkgconfig file
Andrew Tridgell
2010-04-13
1
-3
/
+11
*
s4-tevent: up tevent version number
Andrew Tridgell
2010-04-13
2
-2
/
+2
*
build: use a common autogen-waf.sh for all builds
Andrew Tridgell
2010-04-12
1
-22
/
+1
*
s4-waf: fixed waf distcheck for our standalone libs and s4
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
s4-waf: added simple 'waf test' support for tdb, talloc and ldb
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
s4-waf: autogen-waf.sh for the standalone library builds
Andrew Tridgell
2010-04-06
1
-0
/
+22
*
s4-waf: use a common pattern for finding buildtools and libs
Andrew Tridgell
2010-04-06
1
-15
/
+10
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-6
/
+6
*
s4-waf: fixed finding of buildtools and srcdir
Andrew Tridgell
2010-04-06
1
-8
/
+8
*
s4-waf: avoid having to run waf configure before waf dist
Andrew Tridgell
2010-04-06
1
-2
/
+3
*
s4-waf: allow standalone tarball build of libraries
Andrew Tridgell
2010-04-06
1
-2
/
+9
*
s4-waf: added 'waf dist' to our standalone libs as well
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s4-waf: added implied_deps for system libraries
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: ensure we don't end up with mixed versions of talloc/tdb/tevent
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
s4-waf: support the use of system libraries
Andrew Tridgell
2010-04-06
1
-4
/
+9
*
s4-waf: set default for bundled libraries
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: set the bundled library extension for some libs
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: updated configure checks or new syntax
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: tevent_epoll.c is conditional on HAVE_EPOLL
Andrew Tridgell
2010-04-06
1
-1
/
+3
*
build: started to split up wafsamba.py into separate modules
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
build: added BUILD_SUBDIR() wrapper
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: added ADD_CFLAGS() and started of Samba4 build
Andrew Tridgell
2010-04-06
1
-1
/
+1
[next]