winix/core
Tomasz Sowa 518281e101 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
2010-11-23 21:52:25 +00:00
..
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.dep fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
Makefile.o.dep added support for UTF-8 2010-11-21 00:19:17 +00:00
acceptbaseparser.cpp removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
acceptbaseparser.h removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
acceptencodingparser.h removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
app.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
app.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
bbcodeparser.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
bbcodeparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
compress.cpp removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
compress.h removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
config.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
config.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
confparser.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
confparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
cookieparser.h part II of rewriting 2010-08-12 19:10:12 +00:00
dircontainer.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
dircontainer.h added support for UTF-8 2010-11-21 00:19:17 +00:00
dirs.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
dirs.h added support for UTF-8 2010-11-21 00:19:17 +00:00
error.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
getparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
group.h added support for UTF-8 2010-11-21 00:19:17 +00:00
groups.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
groups.h added support for UTF-8 2010-11-21 00:19:17 +00:00
htmlfilter.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
htmlfilter.h added support for UTF-8 2010-11-21 00:19:17 +00:00
httpsimpleparser.cpp removed: Done class (core/done.h, core/done.cpp) 2010-02-28 21:33:06 +00:00
httpsimpleparser.h part II of rewriting 2010-08-12 19:10:12 +00:00
item.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
item.h added support for UTF-8 2010-11-21 00:19:17 +00:00
lastcontainer.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
lastcontainer.h added support for UTF-8 2010-11-21 00:19:17 +00:00
loadavg.cpp added: function adduser 2010-02-28 00:08:10 +00:00
loadavg.h added: function adduser 2010-02-28 00:08:10 +00:00
log.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
log.h added support for UTF-8 2010-11-21 00:19:17 +00:00
misc.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
misc.h added support for UTF-8 2010-11-21 00:19:17 +00:00
mount.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
mount.h added support for UTF-8 2010-11-21 00:19:17 +00:00
mountparser.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
mountparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
mounts.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
mounts.h added support for UTF-8 2010-11-21 00:19:17 +00:00
notify.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
notify.h added support for UTF-8 2010-11-21 00:19:17 +00:00
plugin.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
plugin.h added support for UTF-8 2010-11-21 00:19:17 +00:00
plugindata.cpp added: sessions data for plugins (plugindata.h plugindata.cpp) 2010-05-04 21:58:22 +00:00
plugindata.h added: sessions data for plugins (plugindata.h plugindata.cpp) 2010-05-04 21:58:22 +00:00
pluginmsg.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
postmultiparser.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
postmultiparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
postparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
rebus.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
rebus.h added support for UTF-8 2010-11-21 00:19:17 +00:00
request.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
request.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
requesttypes.h added support for UTF-8 2010-11-21 00:19:17 +00:00
session.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
session.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
sessioncontainer.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
sessioncontainer.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
sessionmanager.cpp fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
sessionmanager.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
sessionparser.cpp fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
sessionparser.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
system.cpp added ezc functions: winix_false, winix_true 2010-11-22 01:12:46 +00:00
system.h added support for UTF-8 2010-11-21 00:19:17 +00:00
textstream.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
textstream.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
thread.h fixed: there were mktime() used on some dirs Items 2010-10-23 23:12:47 +00:00
ugcontainer.h added support for UTF-8 2010-11-21 00:19:17 +00:00
user.h added support for UTF-8 2010-11-21 00:19:17 +00:00
users.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
users.h added support for UTF-8 2010-11-21 00:19:17 +00:00
version.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00