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
*
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
2011-01-01
1
-57
/
+0
*
tevent: More documentation updates
Volker Lendecke
2010-12-26
1
-1
/
+72
*
tevent: More doc fixes
Volker Lendecke
2010-12-26
1
-13
/
+47
*
tevent: Some documentation fixes
Volker Lendecke
2010-12-25
1
-22
/
+45
*
tevent: Fix a typo
Volker Lendecke
2010-12-25
1
-1
/
+1
*
tevent: add ABI/tevent-0.9.10.sigs
Stefan Metzmacher
2010-12-23
1
-0
/
+73
*
tevent: Remove reference to nonexistant configure.developer from autogen.sh.
Jelmer Vernooij
2010-12-21
1
-1
/
+1
*
tevent: Bump version number after symbol versioning changes.
Jelmer Vernooij
2010-12-21
1
-1
/
+1
*
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2010-12-11
1
-1
/
+1
*
build: introduce SAMBA_CHECK_PYTHON_HEADERS
Matthieu Patou
2010-12-10
1
-1
/
+1
*
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
2010-12-09
1
-3
/
+1
*
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
2010-12-09
1
-1
/
+1
*
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
2010-12-08
1
-1
/
+1
*
tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data
Kai Blin
2010-11-17
1
-2
/
+0
*
s4:pytevent.c - fix a discard const warning
Matthias Dieter Wallnöfer
2010-11-11
1
-1
/
+1
*
build: a more portable way of finding waf in makefiles
Andrew Tridgell
2010-11-03
1
-3
/
+1
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
1
-0
/
+5
*
tevent: Drop autoconf-based build system for standalone build.
Jelmer Vernooij
2010-10-30
13
-3918
/
+0
*
waf: Only specify vnum for non-private libraries.
Jelmer Vernooij
2010-10-26
1
-7
/
+12
*
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
waf: replace the is_bundled option with private_library
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
s4-build: fixed some formatting
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
tevent: Do not use talloc_autofree_context
Volker Lendecke
2010-10-08
2
-4
/
+3
*
tevent: Only call handlers that ask for events
Volker Lendecke
2010-10-06
1
-1
/
+1
*
ldb/tevent: Fix detection of waf paths.
Jelmer Vernooij
2010-09-28
2
-2
/
+11
*
tevent: Remove make targets that are not relevant for tevent.
Jelmer Vernooij
2010-09-28
1
-8
/
+0
*
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
[next]