Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-05 | improved logging: if session's interface is empty log ctrl's interface | Dmitry Kozlov | |
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-06-16 | log_pgsql: update calls to new triton interface | Dmitry Kozlov | |
2014-06-03 | get out of SPINLOCK_INITIALIZER as it is not cross-platform compatible | 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 | |||
2014-05-12 | triton: improved epoll events handling | Dmitry Kozlov | |
2013-08-06 | fixed compiling log_pgsql | Dmitry Kozlov | |
2013-01-25 | cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX | 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-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-05-28 | log_syslog: check buffer overflow | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-12-27 | implemented logging to system logger | Kozlov Dmitry | |
2011-12-27 | Revert "implemented logging to system logger" | Kozlov Dmitry | |
This reverts commit ee41cba691ab9f6461f4933461cf82be161333de. | |||
2011-12-27 | implemented logging to system logger | 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 | |