<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/talloc_guide.txt, branch talloc-2.0.7</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>talloc - some documentation changes</title>
<updated>2011-04-04T09:05:42+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-03-31T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=513574afd759bcb3832374d3ae170f1ed0b0062b'/>
<id>513574afd759bcb3832374d3ae170f1ed0b0062b</id>
<content type='text'>
- Fix some typos
- Document better the differences in the behaviour between talloc 1.X and 2.X.
  Previously this seemed a bit spongy to me.

Reviewed-by: Jelmer + Tridge

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Apr  4 11:05:42 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix some typos
- Document better the differences in the behaviour between talloc 1.X and 2.X.
  Previously this seemed a bit spongy to me.

Reviewed-by: Jelmer + Tridge

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Apr  4 11:05:42 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc: Add a warning about talloc_autofree_context() and dlclose()</title>
<updated>2010-09-25T00:21:42+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-09-24T17:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e325a5b67453fd8cfe06d3d0d6c7c5ab7e4ad772'/>
<id>e325a5b67453fd8cfe06d3d0d6c7c5ab7e4ad772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:documentation - explain that "talloc_free" works also with "NULL" pointers</title>
<updated>2010-08-14T16:48:20+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-08-14T16:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2de63aa2801a907905b3e05557074af5b896d486'/>
<id>2de63aa2801a907905b3e05557074af5b896d486</id>
<content type='text'>
(talloc.c)
...
&gt; static inline int _talloc_free_internal(void *ptr, const char *location)
&gt; {
&gt;        struct talloc_chunk *tc;
&gt;
&gt;        if (unlikely(ptr == NULL)) {
&gt;                return -1;
&gt;        }
&gt;
&gt;        tc = talloc_chunk_from_ptr(ptr);
...

Obviously this never had been documented before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(talloc.c)
...
&gt; static inline int _talloc_free_internal(void *ptr, const char *location)
&gt; {
&gt;        struct talloc_chunk *tc;
&gt;
&gt;        if (unlikely(ptr == NULL)) {
&gt;                return -1;
&gt;        }
&gt;
&gt;        tc = talloc_chunk_from_ptr(ptr);
...

Obviously this never had been documented before.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change uint_t to unsigned int in lib/talloc</title>
<updated>2010-02-02T06:18:16+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>mkraai@beckman.com</email>
</author>
<published>2010-01-05T17:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2cb2d5317f8428b5eaef2365c815aa34739a80b5'/>
<id>2cb2d5317f8428b5eaef2365c815aa34739a80b5</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>note the semantic change in talloc_free from 2.0</title>
<updated>2009-08-24T06:33:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-24T06:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f98d539e2edc8f1d57271fb20051189699222a7'/>
<id>0f98d539e2edc8f1d57271fb20051189699222a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added talloc_set_log_* documentation</title>
<updated>2009-08-24T06:30:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-24T06:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e6da38c8b7791292243b539cfbaf763f5b61f509'/>
<id>e6da38c8b7791292243b539cfbaf763f5b61f509</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated talloc guide for recent API changes</title>
<updated>2009-08-24T06:30:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-24T02:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a0e20418360cbbb0ddaff5f71675300b3b3db72a'/>
<id>a0e20418360cbbb0ddaff5f71675300b3b3db72a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some syntax errors for use with ReST.</title>
<updated>2008-10-01T16:06:55+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-01T16:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ca44340891d60de7e48bb263c7debd45cc3f3ed0'/>
<id>ca44340891d60de7e48bb263c7debd45cc3f3ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move common libraries from root to lib/.</title>
<updated>2008-09-17T12:11:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-17T12:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94855cd69248f0f90b6c828588afa012adc8bd45'/>
<id>94855cd69248f0f90b6c828588afa012adc8bd45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
