index
:
accel-ppp.git
1.10
1.11
1.12
1.13
1.7
1.9
master
revert-145-dkms
revert-190-pr-fix-188
High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel-pppd
/
triton
Age
Commit message (
Expand
)
Author
2014-11-22
remove trailing whitespaces
Dmitry Kozlov
2014-11-17
triton: lock pending calls list in triton_cancel_call()
Guillaume Nault
2014-10-04
radius: various bug fixes
Dmitry Kozlov
2014-10-04
add include <sys/time.h> to triton.h (fixes complilation issue)
Dmitry Kozlov
2014-10-03
get rid of time(), use clock_gettime(CLOCK_MONOTONIC) instead
Dmitry Kozlov
2014-09-22
triton: make level triggered events oneshot (EPOLLONESHOT)
Dmitry Kozlov
2014-09-22
conf file: implemented ability to add suboptions into options in {} brackets
Dmitry Kozlov
2014-09-22
fixed compilation warnings
Dmitry Kozlov
2014-09-20
rewrite of authentication/accounting procedures
Dmitry Kozlov
2014-09-13
pppoe: start interfaces asynchronously
Dmitry Kozlov
2014-09-09
triton: fixed race condition
Dmitry Kozlov
2014-06-03
get out of SPINLOCK_INITIALIZER as it is not cross-platform compatible
Dmitry Kozlov
2014-05-20
triton: fix possible race
Dmitry Kozlov
2014-05-18
triton: fix possible race
Dmitry Kozlov
2014-05-15
triton: close file descriptors immediately in triton_unregister_handler
Dmitry Kozlov
2014-05-12
triton: improved epoll events handling
Dmitry Kozlov
2014-04-11
triton: implement list_first_entry()
Guillaume Nault
2013-11-07
triton: use pthread_spinlock as spinlock
Dmitry Kozlov
2013-08-15
triton: do not call context close if it is marked as need free (f.e. context ...
Dmitry Kozlov
2013-07-24
triton: Fix race upon termination
Guillaume Nault
2013-06-30
mempool: set/check magic only if MEMDEBUG defined
Dmitry Kozlov
2013-06-30
Revert "mempool: set/check magic only if MEMDEBUG defined"
Dmitry Kozlov
2013-06-30
mempool: set/check magic only if MEMDEBUG defined
Dmitry Kozlov
2013-04-22
triton: Automatic setting of thread-count parameter
Guillaume Nault
2013-01-25
cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX
Kozlov Dmitry
2013-01-24
backport 1.7
Kozlov Dmitry
2013-01-24
ipool: implemneted net30 allocator
Kozlov Dmitry
2012-09-05
Add compilation checks for printf-style format strings
Guillaume Nault
2012-08-29
fix various typos
Kozlov Dmitry
2012-06-21
fixed race on termination
Kozlov Dmitry
2012-02-27
core: increase stack size
Kozlov Dmitry
2012-02-02
fix load module order
Kozlov Dmitry
2012-01-16
core: fix context unregister bug
Kozlov Dmitry
2011-12-27
core: queue zero-priority context if number of threads is reached maximum
Kozlov Dmitry
2011-12-27
implemented logging to system logger
Kozlov Dmitry
2011-12-27
Revert "implemented logging to system logger"
Kozlov Dmitry
2011-12-27
implemented logging to system logger
Kozlov Dmitry
2011-12-09
core: increase worker thread stack size
Kozlov Dmitry
2011-08-24
radius: better radius server fails handling
Kozlov Dmitry
2011-08-19
snmp support
Kozlov Dmitry
2011-05-30
rewrited initialization procedure (fix gcc-4.6 builds)
Kozlov Dmitry
2011-05-30
set PTHREAD_STACK_MIN stack size for threads
Kozlov Dmitry
2011-05-24
fixed segfault at daemon termination
Kozlov Dmitry
2011-03-05
bugfix
Dmitry Kozlov
2011-01-28
fix unterminated messages in core.log
Kozlov Dmitry
2011-01-26
dynamicaly check if radius module loaded (so not more require to rebuild proj...
Dmitry Kozlov
2011-01-26
futher memory usage optimization
Dmitry Kozlov
2011-01-17
memory usage optimization
Dmitry Kozlov
2011-01-05
rename accel-pptp to accel-ppp
Dmitry Kozlov