| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
This is because for sending, receiving & closing serverfd variable was
used instead of `fds[FDS_SERVER].fd`.
|
| | |
|
| |
|
|
|
|
|
| |
Includes:
- increase the limit
- update with sources
- remove arena include in send.c
|
| | |
|
| |
|
|
| |
Added keybinds descriptions in the readme.
|
|
|
This is a rewrite of v1 using arena's as memory allocators. The other
great difference is using wide strings by default (wchar_t) because that
will be needed in the future to print pretty UIs.
|