winix/functions
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 the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
Makefile.dep fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
Makefile.o.dep added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
adduser.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
adduser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
cat.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
cat.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chmod.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
chmod.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
chown.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
chown.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
ckeditor.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
ckeditor.h I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
cp.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
cp.h added support for UTF-8 2010-11-21 00:19:17 +00:00
createthread.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
createthread.h added: plugins_dir to config 2010-08-17 22:32:47 +00:00
default.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
default.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
download.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
download.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
emacs.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
emacs.h added support for UTF-8 2010-11-21 00:19:17 +00:00
functionbase.cpp added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
functionbase.h fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00
functionparser.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
functionparser.h added support for UTF-8 2010-11-21 00:19:17 +00:00
functions.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
functions.h added support for UTF-8 2010-11-21 00:19:17 +00:00
funthread.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
funthread.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
last.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
last.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
login.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
login.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
logout.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
logout.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
ls.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
ls.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
mkdir.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
mkdir.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
mv.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
mv.h added support for UTF-8 2010-11-21 00:19:17 +00:00
node.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
node.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
priv.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
priv.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
privchanger.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
privchanger.h added support for UTF-8 2010-11-21 00:19:17 +00:00
reload.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
reload.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
rm.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
rm.h added: TextStream a class similar to std::ostringstream 2010-09-18 00:51:12 +00:00
run.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
run.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
stat.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
stat.h added 'stat' winix function 2010-10-23 14:54:44 +00:00
subject.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
subject.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
template.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
template.h added support for UTF-8 2010-11-21 00:19:17 +00:00
tinymce.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
tinymce.h I have forgotten to create classes: Ckeditor and Tinymce (in functions) 2010-08-10 17:05:19 +00:00
uname.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uname.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00
upload.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
upload.h added support for UTF-8 2010-11-21 00:19:17 +00:00
uptime.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uptime.h removed some thread and ticket information from request 2010-08-10 20:43:38 +00:00
vim.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
vim.h added a new winix function "vim" - an editor based on the WYMeditor 2010-11-04 16:46:19 +00:00
who.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
who.h the first part of reimplementing has been done 2010-08-10 16:12:50 +00:00