Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using tevent_util.h, which won't be available if we use the system | Jelmer Vernooij | 2009-03-01 | 1 | -2/+2 |
| | | | | tevent. | ||||
* | tevent: fix compiler warning in pytevent.c | Stefan Metzmacher | 2009-02-16 | 1 | -1/+3 |
| | | | | metze | ||||
* | lib/tevent: change to LGPLv3+ | Stefan Metzmacher | 2009-02-16 | 1 | -12/+16 |
| | | | | metze | ||||
* | lib/tevent: include replace.h in pytevent.c | Stefan Metzmacher | 2009-01-30 | 1 | -0/+1 |
| | | | | | | This fixes the build on Tru64. metze | ||||
* | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 2009-01-08 | 1 | -1/+6 |
| | | | | since this will not be shipped with talloc/tdb/tevent/etc. | ||||
* | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | tevent: change pytevent to tevent_* | Stefan Metzmacher | 2009-01-02 | 1 | -19/+20 |
| | | | | metze | ||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | ||||
* | python/tevent: Remove use of pytalloc.h. | Jelmer Vernooij | 2008-12-23 | 1 | -8/+21 |
| | |||||
* | Fix various Python-related bugs. | Jelmer Vernooij | 2008-12-21 | 1 | -0/+1 |
| | |||||
* | Fix tevent python module build as part of samba 4. | Jelmer Vernooij | 2008-12-20 | 1 | -0/+6 |
| | |||||
* | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 2008-12-20 | 1 | -0/+110 |