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: 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
*
build: added waf build rules for ldb
Andrew Tridgell
2010-04-06
1
-3
/
+7
*
build: neater way to find libreplace and start on tevent waf build
Andrew Tridgell
2010-04-06
1
-0
/
+30
*
tevent: added tevent_re_initialise()
Andrew Tridgell
2010-03-26
2
-0
/
+17
*
Spelling fixes for tevent.
Brad Hards
2010-02-22
3
-4
/
+4
*
util: update three other copies of our dlinklist.h macros
Andrew Tridgell
2010-02-14
1
-48
/
+115
*
s3: signals are processed twice in child.
Bo Yang
2010-02-09
3
-5
/
+36
*
tevent: create symbol links to shared libraries see https://bugzilla.samba.or...
Brian Lu
2010-01-06
1
-0
/
+4
*
tevent: prefix types and defined with tevent_ and TEVENT_
Stefan Metzmacher
2009-12-20
1
-37
/
+39
[prev]
[next]