|
09acb9bfeb
|
Added an api to the web server simple to add / remove mime types from scripts.
|
2022-07-24 18:09:45 +02:00 |
|
|
13f0e82b6c
|
Cleanups to the web server.
|
2022-07-24 15:33:32 +02:00 |
|
|
a1a94ab94e
|
Went back from using an RWLock to a Mutex in WebServerSimple.
|
2022-07-24 15:15:08 +02:00 |
|
|
9106b5685e
|
Removed multiple poll thread support related things from the web server, that was a bad idea. Also implemented single threaded mode.
|
2022-07-24 15:10:42 +02:00 |
|
|
731dbb427c
|
Replace the mutex in the web server to an rwlock.
|
2022-07-24 14:27:58 +02:00 |
|
|
d55b66b7ff
|
Only start the server thread when it's actually needed.
|
2022-07-24 14:15:00 +02:00 |
|
|
057d937d8f
|
Added more binds to WebServerSimple.
|
2022-07-24 13:53:55 +02:00 |
|
|
3956c88859
|
Added threading settings binds to the SimpleWebServer.
|
2022-07-24 13:40:58 +02:00 |
|
|
7d3486e5ee
|
Now the simple server is using a List in a thread safe way.
|
2022-07-24 11:53:16 +02:00 |
|
|
e660b2d848
|
Cleaned up WebServerSimple and added it to the build.
|
2022-06-30 17:15:57 +02:00 |
|
|
8014115546
|
Initial cleanup of the web server classes.
|
2022-06-30 16:28:23 +02:00 |
|
|
48e8b85f7e
|
Copied over the javacript export class, as a base of a simple webserver implementation (later).
|
2022-06-27 16:38:35 +02:00 |
|