<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/talloc/talloc_guide.txt, branch talloc-2.4.0</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 fix s/informations/information/</title>
<updated>2019-04-02T01:12:10+00:00</updated>
<author>
<name>Mathieu Parent</name>
<email>math.parent@gmail.com</email>
</author>
<published>2019-03-25T14:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=720396f0fb499d587062d7b2ce7c3a62ee3b6dd3'/>
<id>720396f0fb499d587062d7b2ce7c3a62ee3b6dd3</id>
<content type='text'>
Signed-off-by: Mathieu Parent &lt;math.parent@gmail.com&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mathieu Parent &lt;math.parent@gmail.com&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>talloc:guide: fix documented signature of talloc_unlink().</title>
<updated>2015-06-12T15:08:19+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2015-06-12T08:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2216141ff8a204c8b41293a19e9ce86308b0424f'/>
<id>2216141ff8a204c8b41293a19e9ce86308b0424f</id>
<content type='text'>
The second argument is void *, not const void *.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The second argument is void *, not const void *.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: docs: talloc: Add a threads tutorial and samples showing how to use talloc with threads.</title>
<updated>2015-03-17T15:48:07+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2015-03-16T19:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=61e0a67c552d28c7544399fe07f381eab673e726'/>
<id>61e0a67c552d28c7544399fe07f381eab673e726</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Simo &lt;simo@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Simo &lt;simo@samba.org&gt;
</pre>
</div>
</content>
</entry>
<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>
</feed>
