.. |
application.cpp
|
Moved routing to a middleware, so it's easily customizable, and also it is now able to do async things.
|
2020-11-26 12:10:21 +01:00 |
application.h
|
Moved routing to a middleware, so it's easily customizable, and also it is now able to do async things.
|
2020-11-26 12:10:21 +01:00 |
database_manager.cpp
|
Mysql database module. Only implemented compiling / linking.
|
2020-11-27 23:44:56 +01:00 |
database_manager.h
|
Mysql database module. Only implemented compiling / linking.
|
2020-11-27 23:44:56 +01:00 |
database.cpp
|
Mysql database module. Only implemented compiling / linking.
|
2020-11-27 23:44:56 +01:00 |
database.h
|
Mysql database module. Only implemented compiling / linking.
|
2020-11-27 23:44:56 +01:00 |
file_cache.cpp
|
Implemented body caching and cleanups to FileCache.
|
2020-11-25 14:53:53 +01:00 |
file_cache.h
|
Implemented body caching and cleanups to FileCache.
|
2020-11-25 14:53:53 +01:00 |
http_server.cpp
|
Now requests have to be sent manually, with a new send() method. This makes it possible to handle requests in a full on async callback-like way.
|
2020-11-26 11:26:02 +01:00 |
http_server.h
|
Renamed the framework folder to core.
|
2020-11-25 13:28:34 +01:00 |
request.cpp
|
Now the request handling/middlewares work in a fully async way.
|
2020-11-26 12:02:58 +01:00 |
request.h
|
Now the request handling/middlewares work in a fully async way.
|
2020-11-26 12:02:58 +01:00 |
SCsub
|
Implemented a scons based build script based on godot's. Will need to be cleaned up when I understand how scons works better.
|
2020-11-25 21:48:47 +01:00 |
settings.cpp
|
Renamed the framework folder to core.
|
2020-11-25 13:28:34 +01:00 |
settings.h
|
Renamed the framework folder to core.
|
2020-11-25 13:28:34 +01:00 |
theme.cpp
|
Implement Themes, and fix middlewares.
|
2020-11-25 21:00:22 +01:00 |
theme.h
|
Implement Themes, and fix middlewares.
|
2020-11-25 21:00:22 +01:00 |