Fri, 16 Aug 2024 18:09:05 +0200 |
Olaf Wintermann |
add test for sending multiple events to an eventhandler
|
changeset |
files
|
Fri, 16 Aug 2024 16:59:05 +0200 |
Olaf Wintermann |
add first eventhandler tests
|
changeset |
files
|
Thu, 15 Aug 2024 22:42:35 +0200 |
Olaf Wintermann |
add more test_io_http_stream_parse_chunk_header_invalid tests
|
changeset |
files
|
Thu, 15 Aug 2024 22:38:03 +0200 |
Olaf Wintermann |
fix http_stream_parse_chunk_header: check if the chunk starts with a digit
|
changeset |
files
|
Thu, 15 Aug 2024 22:16:05 +0200 |
Olaf Wintermann |
fix strtoll result check
|
changeset |
files
|
Thu, 15 Aug 2024 21:46:57 +0200 |
Olaf Wintermann |
add functions to stop event handlers
|
changeset |
files
|
Tue, 13 Aug 2024 20:08:13 +0200 |
Olaf Wintermann |
increase keep-alive timeout
|
changeset |
files
|
Tue, 13 Aug 2024 19:59:42 +0200 |
Olaf Wintermann |
new linux event_send implementation, replace event pipes with eventfd
|
changeset |
files
|
Mon, 12 Aug 2024 21:20:17 +0200 |
Olaf Wintermann |
fix memory leak in case handle_request fails (some illegal requests)
|
changeset |
files
|
Mon, 12 Aug 2024 00:22:37 +0200 |
Olaf Wintermann |
implement keep-alive timeout
|
changeset |
files
|
Sun, 11 Aug 2024 18:51:39 +0200 |
Olaf Wintermann |
refactore keep alive handler
|
changeset |
files
|
Sun, 11 Aug 2024 13:26:17 +0200 |
Olaf Wintermann |
refactore EventHandler: add common fields to base struct
|
changeset |
files
|
Sun, 11 Aug 2024 10:09:20 +0200 |
Olaf Wintermann |
fix netbuf_getbytes prematurely returns NETBUF_EOF
|
changeset |
files
|
Wed, 10 Jul 2024 23:04:58 +0200 |
Olaf Wintermann |
fix net_ssl_writev skipping bytes
|
changeset |
files
|
Wed, 05 Jun 2024 22:42:52 +0200 |
Olaf Wintermann |
replace EWOULDBLOCK with EAGAIN
|
changeset |
files
|
Wed, 05 Jun 2024 19:50:44 +0200 |
Olaf Wintermann |
add extra nullptr check in the event loop to handle the case when the finish ptr is set to NULL after it was already scheduled
|
changeset |
files
|