Age | Commit message (Expand) | Author | Files | Lines |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+1 |
2011-03-19 | lib/: Fix prototypes for functions. | Jelmer Vernooij | 1 | -1/+3 |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 1 | -0/+1 |
2011-03-15 | tevent: use public_headers for tevent.h | Andrew Tridgell | 1 | -1/+1 |
2011-03-10 | tevent: change version to 0.9.11 | Stefan Metzmacher | 2 | -1/+74 |
2011-03-10 | tevent/poll: use fde->additional_flags to hold the array index | Stefan Metzmacher | 1 | -17/+6 |
2011-03-10 | tevent: change tevent_fd->additional_flags to uint64_t | Stefan Metzmacher | 1 | -1/+1 |
2011-03-09 | tevent: Fixed tevent_wakeup_send code example. | Andreas Schneider | 1 | -1/+1 |
2011-02-28 | Fix "cast from pointer to integer of different size" warnings on a 64-bit mac... | Jeremy Allison | 1 | -7/+7 |
2011-02-28 | tevent: Add lib/tevent as include directory. | Jelmer Vernooij | 1 | -0/+1 |
2011-02-28 | Finish the range checking on all FD_SET calls for select(). | Jeremy Allison | 2 | -0/+14 |
2011-02-28 | tevent: Add a poll backend | Volker Lendecke | 5 | -0/+310 |
2011-02-17 | tevent: Fix a comment | Volker Lendecke | 1 | -2/+1 |
2011-02-14 | Return NULL if tevent_add_fd() is passed a negative fd | Stephen Gallagher | 1 | -0/+6 |
2011-02-09 | tevent: Fix typos | Volker Lendecke | 1 | -2/+2 |
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 2 | -12/+0 |
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 |
2011-01-01 | talloc/tdb/tevent: Remove obsolete signatures files. | Jelmer Vernooij | 1 | -57/+0 |
2010-12-26 | tevent: More documentation updates | Volker Lendecke | 1 | -1/+72 |
2010-12-26 | tevent: More doc fixes | Volker Lendecke | 1 | -13/+47 |
2010-12-25 | tevent: Some documentation fixes | Volker Lendecke | 1 | -22/+45 |
2010-12-25 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-12-23 | tevent: add ABI/tevent-0.9.10.sigs | Stefan Metzmacher | 1 | -0/+73 |
2010-12-21 | tevent: Remove reference to nonexistant configure.developer from autogen.sh. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-21 | tevent: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 1 | -1/+1 |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -3/+1 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 |
2010-11-17 | tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data | Kai Blin | 1 | -2/+0 |
2010-11-11 | s4:pytevent.c - fix a discard const warning | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 1 | -3/+1 |
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 |
2010-10-30 | tevent: Drop autoconf-based build system for standalone build. | Jelmer Vernooij | 13 | -3918/+0 |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -7/+12 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 1 | -1/+1 |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 2 | -4/+3 |
2010-10-06 | tevent: Only call handlers that ask for events | Volker Lendecke | 1 | -1/+1 |
2010-09-28 | ldb/tevent: Fix detection of waf paths. | Jelmer Vernooij | 2 | -2/+11 |
2010-09-28 | tevent: Remove make targets that are not relevant for tevent. | Jelmer Vernooij | 1 | -8/+0 |
2010-09-28 | tevent: Don't update Makefile/configure files. | Jelmer Vernooij | 2 | -2/+12 |
2010-09-25 | pyteven: Fix build warnings. | Jelmer Vernooij | 1 | -6/+16 |
2010-09-25 | Check in configure/Makefile for those projects that have waf as primary build... | Jelmer Vernooij | 2 | -0/+71 |
2010-09-25 | pytevent: Add more tests. | Jelmer Vernooij | 2 | -2/+81 |
2010-09-25 | pytevent: Fill in client side fnuctions. | Jelmer Vernooij | 1 | -52/+393 |
2010-09-25 | tevent: Add infrastructure for python bindings. | Jelmer Vernooij | 2 | -1/+418 |
2010-09-25 | tevent: Switch to using waf by default. | Jelmer Vernooij | 2 | -14/+15 |