Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | torture: minor fixes to torture macro text output. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 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 | |||||
2008-11-17 | Add helpful function for comparison of DATA_BLOB elements | Andrew Bartlett | 1 | -0/+15 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 1 | -2/+0 | |
2008-11-16 | Move libtorture to top-level. | Jelmer Vernooij | 1 | -0/+425 | |