Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | fix build with non-portable _SC_PAGE_SIZE | Vladislav Grishenko | |
2016-05-31 | accel-ppp Debian x32 fix minor -Wformat warnings | Marek Michalkiewicz | |
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 | |||
2016-03-18 | improved restart and termination procedure | Dmitry Kozlov | |
2016-03-18 | make termination caused by SIGTERM soft | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2013-06-11 | fixed 'restart' commnd (stops all sessions, then do restart) | Kozlov Dmitry | |
2013-05-23 | cli: fixed 'restart' command (do soft restart, i.e. terminate sessions by ↵ | Dmitry Kozlov | |
default) | |||
2013-01-24 | merge upstream | Kozlov Dmitry | |
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-07-11 | futher session backup implementation | Kozlov Dmitry | |
cli: introduced 'restart' command to restrat daemon | |||
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2011-08-23 | ppp: ipv6: multiple prefixes, route option, rdnss option implementation | Kozlov Dmitry | |
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-02-13 | cli: terminate: check username is not NULL | Dmitry Kozlov | |
2011-01-27 | radius: extended statistics calculation | Dmitry Kozlov | |
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |