winix/winixd/core
Tomasz Sowa dbf7dfab82
improve the startup help messages
2024-03-08 22:01:33 +01:00
..
app.cpp add a 422 Header status - Unprocessable Entity 2023-11-08 17:59:40 +01:00
app.h add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
basethread.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
basethread.h make more virtual functions is BaseThread 2022-10-19 14:26:18 +02:00
compress.cpp changed the way how the request's answer is created, 2021-10-13 01:27:14 +02:00
compress.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
config.cpp change how origin header is treated 2022-09-09 01:01:39 +02:00
config.h change how origin header is treated 2022-09-09 01:01:39 +02:00
cookieparser.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
crypt.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
crypt.h start working on User and Group classes 2021-04-30 01:34:48 +02:00
cur.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
dircontainer.cpp some ezc functions from templates/item.cpp moved to Item and ItemContent 2021-06-18 19:18:13 +02:00
dircontainer.h some ezc functions from templates/item.cpp moved to Item and ItemContent 2021-06-18 19:18:13 +02:00
dirs.cpp fix: return a correct status from Dirs::AddDirectory() 2022-10-17 08:13:20 +02:00
dirs.h some ezc functions from templates/item.cpp moved to Item and ItemContent 2021-06-18 19:18:13 +02:00
error.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
filelog.cpp add WINIX_SAVE_FILELOG plugin message 2022-09-01 07:34:10 +02:00
filelog.h add WINIX_SAVE_FILELOG plugin message 2022-09-01 07:34:10 +02:00
groups.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
groups.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
header.cpp refactor the algorithm for testing the cors 2022-09-08 03:12:44 +02:00
header.h add a 422 Header status - Unprocessable Entity 2023-11-08 17:59:40 +01:00
httpsimpleparser.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:41:27 +02:00
httpsimpleparser.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
image.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
image.h Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
ipban.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
ipbancontainer.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
ipbancontainer.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
job.cpp add a RequestJobBase base class for requests jobs 2023-09-28 07:47:06 +02:00
job.h add a RequestJobBase base class for requests jobs 2023-09-28 07:47:06 +02:00
jobtask.h add Request::job_second_id 2022-08-20 00:31:10 +02:00
lastcontainer.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
lastcontainer.h namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
loadavg.cpp added printing info how much time winix spent in the ezc engine 2021-06-24 15:33:44 +02:00
loadavg.h added printing info how much time winix spent in the ezc engine 2021-06-24 15:33:44 +02:00
lock.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
lock.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
log.cpp add some operators to the Log class 2024-02-13 22:29:22 +01:00
log.h add some operators to the Log class 2024-02-13 22:29:22 +01:00
logmanipulators.h updated to the new pikotools api (changes in Log) 2021-06-24 21:17:03 +02:00
misc.cpp add a GetUTF8File(...) method with a pt::WTextStream & content to the misc 2023-07-04 22:59:57 +02:00
misc.h add a GetUTF8File(...) method with a pt::WTextStream & content to the misc 2023-07-04 22:59:57 +02:00
mount.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
mount.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
mountparser.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
mountparser.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
mounts.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
mounts.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
plugin.cpp allow to not set the res value from a plugin function 2024-01-04 15:57:29 +01:00
plugin.h allow to not set the res value from a plugin function 2024-01-04 15:57:29 +01:00
plugindata.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
plugindata.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
pluginmsg.h add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
postmultiparser.cpp add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
postmultiparser.h add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
postparser.cpp add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
postparser.h add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
rebus.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
rebus.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
request.cpp add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
request.h add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
requesttypes.h add support for more cookie flags in Request::AddCookie() method 2022-09-08 05:40:44 +02:00
run.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
run.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
session.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
session.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
sessioncontainer.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
sessioncontainer.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
sessionidmanager.cpp use std::wstring_view in SessionIdManager::DecodeToken(...) method 2022-08-10 12:42:16 +02:00
sessionidmanager.h use std::wstring_view in SessionIdManager::DecodeToken(...) method 2022-08-10 12:42:16 +02:00
sessionmanager.cpp add support for more cookie flags in Request::AddCookie() method 2022-09-08 05:40:44 +02:00
sessionmanager.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
sessionparser.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
sessionparser.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
slog.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:41:27 +02:00
slog.h namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
synchro.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
synchro.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
system.cpp fix: set correctly request->session 2022-07-30 18:37:50 +02:00
system.h let System::PutUrlProto takes a stream by a reference to pt::Stream 2022-07-25 18:36:28 +02:00
textstream.h - added to FunctionBase: bool register_default_models (default true) 2021-06-20 18:04:50 +02:00
threadmanager.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
threadmanager.h allow to specify how many times we can try to connect to the database at startup 2022-04-29 06:17:16 +02:00
timezone.cpp fix: take into account hours when calculating a relative timezone dst 2023-12-27 16:25:54 +01:00
timezone.h fix: take into account hours when calculating a relative timezone dst 2023-12-27 16:25:54 +01:00
timezones.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
timezones.h namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
ugcontainer.h - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
users.cpp add use_internal_session_mechanism and use_internal_loggin_mechanism config options 2022-07-26 21:54:33 +02:00
users.h - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
version.h improve the startup help messages 2024-03-08 22:01:33 +01:00
winix_const.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
winixbase.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
winixbase.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
winixmodeldeprecated.cpp renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
winixmodeldeprecated.h allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
winixrequest.cpp renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
winixrequest.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
winixsystem.cpp renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
winixsystem.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00