winix/core
Tomasz Sowa 933c8841ff added: uptime winix function prints how many sessions there are
changed: functions for text/numbers conversions
         int Toi(const std::string & str,  int base = 10);
         int Toi(const std::wstring & str, int base = 10);
         int Toi(const char * str,         int base = 10);
         int Toi(const wchar_t * str,      int base = 10);

         long Tol(const std::string & str,  int base = 10);
         long Tol(const std::wstring & str, int base = 10);
         long Tol(const char * str,         int base = 10);
         long Tol(const wchar_t * str,      int base = 10);

         template<class CharType>
         bool Toa(unsigned long value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(long value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(unsigned int value, CharType * buffer, size_t buf_len, int base = 10);

         template<class CharType>
         bool Toa(int value, CharType * buffer, size_t buf_len, int base = 10);

         const wchar_t * Toa(unsigned int value,  int base = 10);
         const wchar_t * Toa(unsigned long value, int base = 10);
         const wchar_t * Toa(int value,  int base = 10);
         const wchar_t * Toa(long value, int base = 10);

         void Toa(int  value, std::string & res,  int base = 10, bool clear = true);
         void Toa(long value, std::string & res,  int base = 10, bool clear = true);
         void Toa(int  value, std::wstring & res, int base = 10, bool clear = true);
         void Toa(long value, std::wstring & res, int base = 10, bool clear = true);

added:   HtmlTextStream class (files htmltextstream.cpp htmltextstream.h in templates)
         this is a special stream for automatically escaping html tags
	     



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@682 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-11-25 01:34:46 +00:00
..
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.dep added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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 added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
misc.h added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
mount.cpp added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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 added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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 added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
sessioncontainer.h added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
sessionmanager.cpp added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
sessionmanager.h added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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 added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +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