index
:
papo.git
master
Lightweight IRC server
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-09
server.c: Exit using server.running bool attr
Johnny Richard
2022-04-09
server.c: Polish socket io data management
Johnny Richard
2022-04-09
server: Fix broke pipe after client close connection
Johnny Richard
2022-04-09
Print error string when syscall fail
Johnny Richard
2022-04-09
.gitignore: Add tags file
Johnny Richard
2022-04-09
server.c: Replace regular prints to proper logging
Johnny Richard
2022-04-09
server: Rename server_listen to server_start
Johnny Richard
2022-04-09
Avoid program die on SIGPIPE signal
Johnny Richard
2022-04-09
Add logging lib
Johnny Richard
2022-04-07
server.c: Accept multiple clients concurrently
Johnny Richard
2022-04-07
server.c: Move accept syscall to server_listen function
Johnny Richard
2022-04-07
server.c: Create server struct
Johnny Richard
2022-04-07
main.c: Add AGPL header license
Johnny Richard
2022-04-07
main.c: Sort includes
Johnny Richard
2022-04-07
main.c: Add SO_REUSEADDR socket opt for local dev
Johnny Richard
2022-04-07
Create a simple TCP echo server
Maniero
2022-04-06
Add README and COPYRIGHT files
Johnny Richard