Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-06-27 | log_file: block all signals in log thread | Dmitry Kozlov | |
With unblocked signals log thread may catch SIGCHLD which causes zombie process. | |||
2014-06-17 | log_file: fixed early message free | Dmitry Kozlov | |
2014-05-20 | log_file: restore write message timestamps | Dmitry Kozlov | |
2014-05-18 | log_file: rewrited file write procedure | Dmitry Kozlov | |
Use separated thread to write messages to file instead of async io. On mips platform async io does not work properly by some reason and may stuck logging | |||
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-08-03 | fixed complilation for 3.4 kernel | Kozlov Dmitry | |
2012-07-11 | Merge commit 1c11bdd4467dcd7a2266994eda344b546f962aaa | Kozlov Dmitry | |
2012-07-06 | log_file: fixed double list deletetion if per user log file creating failed | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-05-17 | log_file: don't create per-user log file if session was not successfuly ↵ | Dmitry Kozlov | |
authorized log_file: write authentication failed session logs to different file (optional) | |||
2011-04-29 | ppp,log_file: create per-user log file even if client was not successfuly ↵ | Kozlov Dmitry | |
authorized | |||
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |