summaryrefslogtreecommitdiff
path: root/accel-pppd/logs
AgeCommit message (Collapse)Author
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-06-27log_file: block all signals in log threadDmitry Kozlov
With unblocked signals log thread may catch SIGCHLD which causes zombie process.
2014-06-17log_file: fixed early message freeDmitry Kozlov
2014-06-16log_pgsql: update calls to new triton interfaceDmitry Kozlov
2014-06-03get out of SPINLOCK_INITIALIZER as it is not cross-platform compatibleDmitry Kozlov
2014-05-20log_file: restore write message timestampsDmitry Kozlov
2014-05-18log_file: rewrited file write procedureDmitry 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-12triton: improved epoll events handlingDmitry Kozlov
2013-08-06fixed compiling log_pgsqlDmitry Kozlov
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry
2012-07-11Merge commit 1c11bdd4467dcd7a2266994eda344b546f962aaaKozlov Dmitry
2012-07-06log_file: fixed double list deletetion if per user log file creating failedKozlov Dmitry
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-05-28log_syslog: check buffer overflowKozlov Dmitry
2012-01-13set FD_CLOEXEC on opened file descriptorsKozlov Dmitry
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-12-27Revert "implemented logging to system logger"Kozlov Dmitry
This reverts commit ee41cba691ab9f6461f4933461cf82be161333de.
2011-12-27implemented logging to system loggerKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-17log_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-29ppp,log_file: create per-user log file even if client was not successfuly ↵Kozlov Dmitry
authorized
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov