<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/tevent/tevent_liboop.c, branch talloc-2.0.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>Spelling fixes for tevent.</title>
<updated>2010-02-22T20:45:32+00:00</updated>
<author>
<name>Brad Hards</name>
<email>bradh@frogmouth.net</email>
</author>
<published>2010-02-21T05:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=119a8230ebeaf1eb95682a3d5c7b8675791c02fd'/>
<id>119a8230ebeaf1eb95682a3d5c7b8675791c02fd</id>
<content type='text'>
Signed-off-by: Matthias Dieter Wallnöfer &lt;mwallnoefer@yahoo.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matthias Dieter Wallnöfer &lt;mwallnoefer@yahoo.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/tevent: change to LGPLv3+</title>
<updated>2009-02-16T07:53:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-16T07:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6211162d3eeebcfde86a039c67119e6388e6dfbc'/>
<id>6211162d3eeebcfde86a039c67119e6388e6dfbc</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/tevent: rename structs</title>
<updated>2008-12-29T19:46:40+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-29T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=183c379fe58ca60f5ef2d1f2033d035d4117ac8f'/>
<id>183c379fe58ca60f5ef2d1f2033d035d4117ac8f</id>
<content type='text'>
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" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/tevent: rename event_* =&gt; tevent_* in the header file</title>
<updated>2008-12-29T07:42:00+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-24T12:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7bf5768a523082d5d47140155824f24689009e55'/>
<id>7bf5768a523082d5d47140155824f24689009e55</id>
<content type='text'>
We have compat macros to keep the callers happy.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have compat macros to keep the callers happy.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/events: move to toplevel directory as lib/tevent/</title>
<updated>2008-12-17T12:31:28+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-16T15:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=504f8816e3058b9358a18ef42e442753fe2657ba'/>
<id>504f8816e3058b9358a18ef42e442753fe2657ba</id>
<content type='text'>
This commit will not compile on its own.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit will not compile on its own.

metze
</pre>
</div>
</content>
</entry>
</feed>
