|
275d06c127
|
Begin prototyping the HttpServer API
|
2022-08-26 11:07:54 -04:00 |
|
|
9378a4d369
|
Implement basic thread pool with dummy 500 messages.
|
2022-08-24 19:31:28 -04:00 |
|
|
de00c3cb37
|
Fix fdopen() file mode.
|
2022-08-24 16:28:50 -04:00 |
|
|
665da9d33e
|
Fix port binding error.
|
2022-08-24 14:37:32 -04:00 |
|
|
8801afaeb2
|
Properly initialize and destroy the mutex
|
2022-08-24 11:25:16 -04:00 |
|
|
be001fb17a
|
Make HttpServer utilize Queue.
|
2022-08-24 10:06:14 -04:00 |
|
|
315589cd1b
|
Accept #29
|
2022-08-21 12:35:16 -04:00 |
|
|
538412d1c2
|
Apply #26
|
2022-08-12 21:30:03 -04:00 |
|
|
af03988db7
|
Poll the socket for data events.
|
2022-08-11 21:19:52 -04:00 |
|
|
d9c944871a
|
Abstract socket creation and binding behind the HttpServer API.
|
2022-08-11 20:13:10 -04:00 |
|
|
e94212b080
|
Bind to socket; HTTP server event thread; signal handling.
|
2022-08-11 19:40:13 -04:00 |
|