small single-threaded poll(2) webserver in x86-64 assembly
Find a file
2025-05-21 09:08:43 +00:00
.gitignore makefile 2025-05-04 11:26:20 +00:00
client-pollin.txt client__pollin diagram 2025-05-17 08:15:07 +00:00
client.s fix: read(2)ing too many bytes 2025-05-17 09:07:03 +00:00
clients.s bugfix: removing pollfds[0] actually removed pollfds[-1] 2025-05-13 12:22:36 +00:00
constants.c EAGAIN in constants.c 2025-05-21 09:08:32 +00:00
main.s fix: client__pollout always returning error, not handling error 2025-05-17 08:46:26 +00:00
makefile nice readme; fix makefile 2025-05-17 10:50:01 +00:00
pollfds.s echo server, multiple clients, lines <256 bytes 2025-05-13 12:07:03 +00:00
readline.s client__pollin: read as much as possible; client__pollout: do processing 2025-05-17 08:10:55 +00:00
readme.md nice readme; fix makefile 2025-05-17 10:50:01 +00:00
server.s server.s: use r15 not r10 for persisting thru syscalls 2025-05-21 09:08:43 +00:00