fixed: when signal comes winix properly exits
fixed: when winix exits the session data were not properly destroyed (memory leak) we should set request.session pointer to each session when deleting sessions from session_container the session data were not properly destroyed when winix checked for outdated sessions (and when it was removing them) fixed: performance (memcpy used too often) in some places there were reserve method used (on std::wstring/std::string objects) especially in AssignString() method and TextStream<> object if we add a new string we should check the new size and only call reserve() if the new size will be greater than existing one (plus some constant) changed: fcgi objects moved to App class (from Request) now we use thread safe methods (e.g. FCGX_Accept_r) added: log_plugin_call option to the config default: false when true winix log when a plugin function is called added: winix parameter 'nostat' for not calculating statistics (useful when making performance tests) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@680 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -10,16 +10,16 @@ adduser.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
adduser.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
adduser.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h
|
||||
adduser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
|
||||
adduser.o: ../core/log.h ../db/dbitemquery.h ../core/item.h
|
||||
adduser.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
adduser.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
adduser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
adduser.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
adduser.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
adduser.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
adduser.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
adduser.o: ../core/log.h ../db/dbitemquery.h ../db/dbitemcolumns.h
|
||||
adduser.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
adduser.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
adduser.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
adduser.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
adduser.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
adduser.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
adduser.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
adduser.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
adduser.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
adduser.o: ../core/sessioncontainer.h ../core/system.h
|
||||
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
dir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h
|
||||
@@ -31,7 +31,7 @@ dir.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
dir.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
dir.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
dir.o: ../db/dbtextstream.h ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
dir.o: ../core/item.h ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
dir.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
dir.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
dir.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
@@ -66,7 +66,7 @@ doc.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
doc.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
doc.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
doc.o: ../db/dbtextstream.h ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
doc.o: ../core/item.h ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
doc.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
doc.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
doc.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
@@ -93,11 +93,11 @@ item.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
item.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
item.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
item.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
item.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
item.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
item.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
item.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
item.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
item.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
item.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
item.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
item.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
item.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
item.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
item.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
item.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -114,11 +114,11 @@ last.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
last.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
last.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
last.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
last.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
last.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
last.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
last.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
last.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
last.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
last.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
last.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
last.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
last.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
last.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -142,7 +142,7 @@ ls.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
ls.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
ls.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
ls.o: ../db/dbtextstream.h ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
ls.o: ../core/item.h ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
ls.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
ls.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
ls.o: ../core/requesttypes.h ../core/session.h ../core/error.h ../core/user.h
|
||||
ls.o: ../core/plugindata.h ../core/rebus.h ../core/config.h ../core/system.h
|
||||
@@ -161,11 +161,11 @@ misc.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
misc.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
misc.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
misc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
misc.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
misc.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
misc.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
misc.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
misc.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
misc.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
misc.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
misc.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
misc.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
misc.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
misc.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
misc.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -181,16 +181,15 @@ mount.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
mount.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
mount.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
mount.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
mount.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
mount.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
mount.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
mount.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
mount.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
mount.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
mount.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
mount.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
mount.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
mount.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
mount.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
mount.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
mount.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
mount.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
mount.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
mount.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
mount.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
mount.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
mount.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h
|
||||
patterncacher.o: patterncacher.h ../core/item.h ../../ezc/src/ezc.h
|
||||
patterncacher.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
|
||||
@@ -207,11 +206,11 @@ priv.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
priv.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
priv.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
priv.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
priv.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
priv.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
priv.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
priv.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
priv.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
priv.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
priv.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
priv.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
priv.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
priv.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
priv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -243,16 +242,15 @@ rebus.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
rebus.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
rebus.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
rebus.o: ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
rebus.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
rebus.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
rebus.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
rebus.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
rebus.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
rebus.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
rebus.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
rebus.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
rebus.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
rebus.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
rebus.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
rebus.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
rebus.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
rebus.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
rebus.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
rebus.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
rebus.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
rebus.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
rebus.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
rebus.o: ../core/sessioncontainer.h ../core/system.h
|
||||
stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
@@ -264,11 +262,11 @@ stat.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
stat.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
stat.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
stat.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
stat.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
stat.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
stat.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
stat.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
stat.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
stat.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
stat.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
stat.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
stat.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
stat.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
stat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -284,7 +282,7 @@ sys.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
sys.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
sys.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
sys.o: ../db/dbtextstream.h ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
sys.o: ../core/item.h ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
sys.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
sys.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
sys.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
@@ -304,7 +302,7 @@ template.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
template.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
template.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h
|
||||
template.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
template.o: ../core/error.h ../core/log.h ../db/dbitemquery.h ../core/item.h
|
||||
template.o: ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
template.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
template.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
@@ -325,7 +323,7 @@ templates.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
templates.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
templates.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h
|
||||
templates.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
|
||||
templates.o: ../core/error.h ../core/log.h ../db/dbitemquery.h ../core/item.h
|
||||
templates.o: ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
templates.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
templates.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
templates.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
@@ -364,16 +362,15 @@ thread.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
thread.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
thread.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
thread.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
thread.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
thread.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
thread.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
thread.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
thread.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
thread.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
thread.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
thread.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
thread.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
thread.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
thread.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
thread.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
thread.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
thread.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
thread.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
thread.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
thread.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
thread.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
thread.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
thread.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h
|
||||
thread.o: ../functions/functions.h ../functions/functionbase.h
|
||||
thread.o: ../core/notify.h ../templatesnotify/templatesnotify.h
|
||||
@@ -401,16 +398,15 @@ upload.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
upload.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
upload.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
upload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
upload.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
upload.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
upload.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
upload.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
upload.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
upload.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
upload.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
upload.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
upload.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
upload.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
upload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
upload.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
upload.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
upload.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
upload.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
upload.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
upload.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
upload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
upload.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
upload.o: ../core/sessioncontainer.h ../core/system.h ../core/request.h
|
||||
uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
uptime.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
@@ -422,16 +418,15 @@ uptime.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
uptime.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
uptime.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
uptime.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
uptime.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
uptime.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
uptime.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
uptime.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
uptime.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
uptime.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
uptime.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
uptime.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
uptime.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
uptime.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
uptime.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
uptime.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
uptime.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
uptime.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
uptime.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
uptime.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
uptime.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
uptime.o: ../core/sessioncontainer.h ../core/system.h
|
||||
user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
user.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
@@ -443,11 +438,11 @@ user.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
user.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
user.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
user.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
user.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
user.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
user.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
user.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h
|
||||
user.o: ../core/rebus.h ../core/config.h ../core/system.h ../core/dirs.h
|
||||
user.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
user.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
user.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
user.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
user.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
user.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
user.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
user.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
@@ -464,7 +459,7 @@ who.o: ../core/httpsimpleparser.h ../core/log.h ../core/textstream.h
|
||||
who.o: indexpatterns.h ../core/config.h ../core/confparser.h
|
||||
who.o: ../core/htmlfilter.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
who.o: ../db/dbtextstream.h ../core/error.h ../core/log.h ../db/dbitemquery.h
|
||||
who.o: ../core/item.h ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
who.o: ../db/dbitemcolumns.h ../core/group.h ../core/thread.h
|
||||
who.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h
|
||||
who.o: ../core/requesttypes.h ../core/session.h ../core/error.h
|
||||
who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
@@ -484,16 +479,15 @@ winix.o: ckeditorgetparser.h ../core/httpsimpleparser.h ../core/log.h
|
||||
winix.o: ../core/textstream.h indexpatterns.h ../core/config.h
|
||||
winix.o: ../core/confparser.h ../core/htmlfilter.h ../db/db.h ../db/dbbase.h
|
||||
winix.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../core/log.h
|
||||
winix.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
|
||||
winix.o: ../core/group.h ../core/thread.h ../core/dircontainer.h
|
||||
winix.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h
|
||||
winix.o: ../core/session.h ../core/error.h ../core/user.h
|
||||
winix.o: ../core/plugindata.h ../core/rebus.h ../core/config.h
|
||||
winix.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h
|
||||
winix.o: ../core/request.h ../core/mounts.h ../core/mount.h
|
||||
winix.o: ../core/mountparser.h ../core/users.h ../core/ugcontainer.h
|
||||
winix.o: ../core/lastcontainer.h ../core/groups.h ../core/group.h
|
||||
winix.o: ../core/loadavg.h ../core/sessionmanager.h
|
||||
winix.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/group.h
|
||||
winix.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h
|
||||
winix.o: ../core/request.h ../core/requesttypes.h ../core/session.h
|
||||
winix.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h
|
||||
winix.o: ../core/config.h ../core/system.h ../core/dirs.h
|
||||
winix.o: ../core/dircontainer.h ../core/request.h ../core/mounts.h
|
||||
winix.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
winix.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
winix.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
winix.o: ../core/sessioncontainer.h ../core/system.h ../core/plugin.h
|
||||
winix.o: ../core/pluginmsg.h ../core/sessionmanager.h
|
||||
winix.o: ../functions/functions.h ../functions/functionbase.h
|
||||
|
Reference in New Issue
Block a user