<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/memdebug.c, branch stable</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2016-12-10T17:46:11+00:00</updated>
<entry>
<title>ipoe: implemented support for freeradius dhcp attributes</title>
<updated>2016-12-10T17:46:11+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-12-10T17:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=af82c18fe8985b706740614d5ed738026ae68878'/>
<id>urn:sha1:af82c18fe8985b706740614d5ed738026ae68878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove trailing whitespaces</title>
<updated>2014-11-22T05:56:40+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2014-11-22T05:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=81ca3923a29ea9b67f7291be23b210019546aa5f'/>
<id>urn:sha1:81ca3923a29ea9b67f7291be23b210019546aa5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get out of SPINLOCK_INITIALIZER as it is not cross-platform compatible</title>
<updated>2014-06-03T17:43:27+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2014-06-03T17:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=bd30f9451a3f775e7db30a9c405e4db9d4c259b8'/>
<id>urn:sha1:bd30f9451a3f775e7db30a9c405e4db9d4c259b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>memdbg: Implement asprintf()</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=36070c83907db169f2e6cd443b216dbbea2e7637'/>
<id>urn:sha1:36070c83907db169f2e6cd443b216dbbea2e7637</id>
<content type='text'>
Define md_asprintf() as an equivalent of the GNU libc's asprintf()
(with buffer allocated by md_malloc).

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memdbg: Accept short strings in md_strndup()</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=09de0ff06ef5ebb3b594a42ca8996f92a854078a'/>
<id>urn:sha1:09de0ff06ef5ebb3b594a42ca8996f92a854078a</id>
<content type='text'>
Don't fail if string to duplicate is shorter than the size parameter
and handle memory allocation failure.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memdbg: Handle memory allocation failures in strdup()</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=4925a61bf843462f987def1820a4ad676100d421'/>
<id>urn:sha1:4925a61bf843462f987def1820a4ad676100d421</id>
<content type='text'>
Don't fail if _md_malloc() returns NULL.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memdbg: improve md_realloc() compliance with plain realloc()</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=16b4d40a0f52eed4fd7def096a443670eab96b66'/>
<id>urn:sha1:16b4d40a0f52eed4fd7def096a443670eab96b66</id>
<content type='text'>
  -Allow reallocation of NULL pointers (equivalent to a malloc() call)
  -Allow 'size' to be 0 (equivalent to a free() call)
  -Handle case where 'size' is smaller than the original buffer length

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memdbg: Allow NULL pointer as argument to free</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=6ce3556e0b1e39fe5474114137fde0d29ab093af'/>
<id>urn:sha1:6ce3556e0b1e39fe5474114137fde0d29ab093af</id>
<content type='text'>
free(NULL) is a no-op, but beside that it's a valid call which should
be supported.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memdbg: Handle memory allocation failures</title>
<updated>2013-07-18T18:57:36+00:00</updated>
<author>
<name>Guillaume Nault</name>
<email>g.nault@alphalink.fr</email>
</author>
<published>2013-07-10T10:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=80a7f62ad9c3fabb929e94ebb0745dcb4e42b93a'/>
<id>urn:sha1:80a7f62ad9c3fabb929e94ebb0745dcb4e42b93a</id>
<content type='text'>
Report memory allocation failures in md_alloc() by returning a NULL
pointer.

Signed-off-by: Guillaume Nault &lt;g.nault@alphalink.fr&gt;
</content>
</entry>
<entry>
<title>memory usage optimization</title>
<updated>2011-01-17T15:08:11+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2011-01-17T15:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=c783f297faa2453daca7189182a17f913e003ccc'/>
<id>urn:sha1:c783f297faa2453daca7189182a17f913e003ccc</id>
<content type='text'>
</content>
</entry>
</feed>
