CVSROOT: /var/cvs
Module name: softflowd
Changes by: djm at fuyu.mindrot.org 07/07/25 09:48:58
Modified files:
. : ChangeLog softflowd.c
Log message:
- (djm) KNF
Diff commands:
cvs -nQq rdiff -u -r1.89 -r1.90 softflowd/ChangeLog
cvs -nQq rdiff -u -r1.93 -r1.94 softflowd/softflowd.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/softflowd/ChangeLog?r1=1.89;r2=1.90
http://cvsweb.mindrot.org/index.cgi/softflowd/softflowd.c?r1=1.93;r2=1.94
Please note that there may be a delay before commits are available
on the public CVSWeb site.
CVSROOT: /var/cvs
Module name: softflowd
Changes by: djm at fuyu.mindrot.org 07/07/25 09:49:43
Modified files:
. : ChangeLog softflowd.c
Log message:
- (djm) Correctly exit from mainloop on signal - patch from Florian Weimer
Diff commands:
cvs -nQq rdiff -u -r1.90 -r1.91 softflowd/ChangeLog
cvs -nQq rdiff -u -r1.94 -r1.95 softflowd/softflowd.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/softflowd/ChangeLog?r1=1.90;r2=1.91
http://cvsweb.mindrot.org/index.cgi/softflowd/softflowd.c?r1=1.94;r2=1.95
Please note that there may be a delay before commits are available
on the public CVSWeb site.
CVSROOT: /var/cvs
Module name: softflowd
Changes by: djm at fuyu.mindrot.org 07/07/25 09:50:35
Modified files:
. : ChangeLog log.c
Log message:
- (djm) openlog with LOG_NDELAY so socket is connected before privdrop -
patch from Florian Weimer
Diff commands:
cvs -nQq rdiff -u -r1.91 -r1.92 softflowd/ChangeLog
cvs -nQq rdiff -u -r1.2 -r1.3 softflowd/log.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/softflowd/ChangeLog?r1=1.91;r2=1.92
http://cvsweb.mindrot.org/index.cgi/softflowd/log.c?r1=1.2;r2=1.3
Please note that there may be a delay before commits are available
on the public CVSWeb site.
CVSROOT: /var/cvs
Module name: softflowd
Changes by: djm at fuyu.mindrot.org 07/07/26 10:50:31
Modified files:
. : ChangeLog softflowd.c
Log message:
- (djm) Add flow_get/flow_put and expiry_get/expiry_put functions to
allocate and deallocate flows and expiry events, instead of calling
malloc/free directly. Right now these functions just call malloc/free
anyway, but they will soon be used to implemented pooled flow/expiry
allocations.
Diff commands:
cvs -nQq rdiff -u -r1.92 -r1.93 softflowd/ChangeLog
cvs -nQq rdiff -u -r1.95 -r1.96 softflowd/softflowd.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/softflowd/ChangeLog?r1=1.92;r2=1.93
http://cvsweb.mindrot.org/index.cgi/softflowd/softflowd.c?r1=1.95;r2=1.96
Please note that there may be a delay before commits are available
on the public CVSWeb site.