index
:
accel-ppp.git
1.10
1.11
1.12
1.13
1.7
1.9
master
patch
patch-1
revert-145-dkms
High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/marekm72/accel-ppp.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel-pppd
/
triton
/
triton.c
Age
Commit message (
Expand
)
Author
2021-09-24
triton: do not queue context in init state
Dmitry Kozlov
2021-03-20
Fixed some errors found by valgrind and pvs-studio (#11)
[anp/hsw]
2020-08-10
triton: clear trig_epoll_events after read
Dmitry Kozlov
2018-11-03
triton: fix context schedule/wakeup race
Guillaume Nault
2018-05-28
triton: fixed improper locking
Dmitry Kozlov
2018-03-06
triton: prevent alloc_context function to be inlined (fixes improper stack si...
Dmitry Kozlov
2018-03-02
triton: more general fix of thread wake up crash
Vladislav Grishenko
2017-12-28
triton: fix crash due gcc mis-optimization of alloca()
Vladislav Grishenko
2017-12-27
triton: fixed bugs introduced by previous commit
Dmitry Kozlov
2017-12-26
reworked context priorities
Dmitry Kozlov
2017-10-12
triton: rewrited context sleeping implementation
Dmitry Kozlov
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-09-22
triton: make level triggered events oneshot (EPOLLONESHOT)
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-12
triton: improved epoll events handling
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-04-22
triton: Automatic setting of thread-count parameter
Guillaume Nault
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-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
futher memory usage optimization
Dmitry Kozlov
2011-01-05
rename accel-pptp to accel-ppp
Dmitry Kozlov