<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/cli/std_cmd.c, branch marekm72-patch-1-printf-h</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h</id>
<link rel='self' href='https://git.amelek.net/marekm72/accel-ppp.git/atom?h=marekm72-patch-1-printf-h'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/'/>
<updated>2025-11-23T17:57:55+00:00</updated>
<entry>
<title>mempool: Fix 32-bit stats</title>
<updated>2025-11-23T17:57:55+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2025-11-23T17:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=66cad4ffb12fec261a476661393167c7426c29d8'/>
<id>urn:sha1:66cad4ffb12fec261a476661393167c7426c29d8</id>
<content type='text'>
We are living in 64-bit world long time, so there is very likely mempool
stats might overflow past 4GB and report incorrect values.
Updated mempool stats to use 64-bit counters so they don’t
wrap past 4 GB and print correctly in CLI.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>migrate from pcre to pcre2</title>
<updated>2024-09-02T12:42:58+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-09-01T08:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=cbfa3efe7ae135b4ae8890485701677f56087f50'/>
<id>urn:sha1:cbfa3efe7ae135b4ae8890485701677f56087f50</id>
<content type='text'>
PCRE is not supported anymore and removed from several distros
</content>
</entry>
<entry>
<title>Fixed typos in cli help.</title>
<updated>2021-10-05T12:21:00+00:00</updated>
<author>
<name>soup</name>
<email>soup@tfwno.gf</email>
</author>
<published>2021-10-05T12:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=6898f8b89fdb8dd1360a57433d77309d5ea67bfb'/>
<id>urn:sha1:6898f8b89fdb8dd1360a57433d77309d5ea67bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: fix absent OK status for 'show version'</title>
<updated>2021-05-25T12:37:17+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-05-25T12:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=26ea71ec55687d897c9aabed22ebaec67dbe56a3'/>
<id>urn:sha1:26ea71ec55687d897c9aabed22ebaec67dbe56a3</id>
<content type='text'>
fix 4b52c1a3590b43ca892c460d9b1478e1da742156
</content>
</entry>
<entry>
<title>Add 'show version' command in CLI</title>
<updated>2021-04-27T11:10:03+00:00</updated>
<author>
<name>root</name>
<email>voitov.e@gmail.com</email>
</author>
<published>2021-04-27T11:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=4b52c1a3590b43ca892c460d9b1478e1da742156'/>
<id>urn:sha1:4b52c1a3590b43ca892c460d9b1478e1da742156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with non-portable _SC_PAGE_SIZE</title>
<updated>2021-02-06T10:24:29+00:00</updated>
<author>
<name>Vladislav Grishenko</name>
<email>themiron@mail.ru</email>
</author>
<published>2021-02-06T10:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=b1ad6a35a605e9491b8492b5af525994d189d09e'/>
<id>urn:sha1:b1ad6a35a605e9491b8492b5af525994d189d09e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accel-ppp Debian x32 fix minor -Wformat warnings</title>
<updated>2016-05-31T09:38:21+00:00</updated>
<author>
<name>Marek Michalkiewicz</name>
<email>marekm@amelek.gda.pl</email>
</author>
<published>2016-05-28T21:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=74d9a93067733e61d27038b905bf0f8325a102b5'/>
<id>urn:sha1:74d9a93067733e61d27038b905bf0f8325a102b5</id>
<content type='text'>
Hello,

small patch to avoid gcc -Wformat warnings on Debian x32 where time_t
is "long long" (64-bit signed, to be 2038 safe), not "unsigned long"
(32-bit unsigned) corresponding to "%lu" format strings.

Regards,
Marek
</content>
</entry>
<entry>
<title>improved restart and termination procedure</title>
<updated>2016-03-18T16:37:19+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-03-18T16:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=65c90307db554663964f1aa2624630433a98d040'/>
<id>urn:sha1:65c90307db554663964f1aa2624630433a98d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make termination caused by SIGTERM soft</title>
<updated>2016-03-18T10:40:07+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-03-18T10:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/accel-ppp.git/commit/?id=ecee62f204a93c7f512dce46657fbd101d155d78'/>
<id>urn:sha1:ecee62f204a93c7f512dce46657fbd101d155d78</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/marekm72/accel-ppp.git/commit/?id=81ca3923a29ea9b67f7291be23b210019546aa5f'/>
<id>urn:sha1:81ca3923a29ea9b67f7291be23b210019546aa5f</id>
<content type='text'>
</content>
</entry>
</feed>
