winix/winixd/plugins/export
Tomasz Sowa 979ef907fe allow a request to be processed in a job
Now we allow a request to be passed into a job queue,
and after the job finishes the request is passed into
a controller again. In order to achieve this we have
a requests queue in System, when we put a request
to the job this Request structure is preserved in the
queue and for a new request a new Request is added to
the queue.

while here:
- remove App::Lock()/Unlock(), use scoped locking
- fix: Plugin now has a Call method which takes ModelConnector
  and a logger (used in multithreaded environment)
- BaseThread has a main_model_connector pointer
  to the main (from the main thread) model connector
- the FastCGI structure fcgi_request moved from App to Request
- some methods for handling requests moved from App to Request
- small refactoring in main.cpp
- add Http class (a http client)
2022-07-25 14:21:21 +02:00
..
Makefile global winixd/Makefile uses now 'find' for looking for *.cpp files 2022-06-26 06:22:27 +02:00
Makefile.dep allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
edb.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00
edb.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
export.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
exportinfo.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
exportinfo.h renamed: WinixModel -> WinixModelDeprecated (this class will be removed) 2021-06-16 18:07:44 +02:00
exportthread.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:41:27 +02:00
exportthread.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
funexport.cpp methods eq() from finder can have now a table name 2021-05-13 19:33:19 +02:00
funexport.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
init.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
message.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00