aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Added SIGSTOP handling for suspending on ctrl-zRaymaekers Luca2024-10-301-0/+2
|
* Added protocolRaymaekers Luca2024-10-301-4/+7
| | | | | | | | | | | | | | | | | | Use a protocol defined in `README.md` and `chatty.h` for sending messages. Another big change is the clientsArena which now stores metadata for the connection such as the author's name. Misc: - Merged arena.h and common.h into chatty.h - removed all the unused code from arena.h as it was not very useful and would not win me any time. - Added compile_flag.txt - Changed formatting - Added more log messages - Added more asserts - Added bool type via enum
* Use dynamic limits for buffersRaymaekers Luca2024-10-261-2/+3
| | | | | | | | Use arenas where possible to have growable buffers - Use of bufArena in server and client for receiving&sending messages - Use of inputArena in client Also organized code
* Put v2 code in root folderRaymaekers Luca2024-10-261-0/+70
|
* Archive code into v1/ directoryRaymaekers Luca2024-10-241-53/+0
| | | | | The code was written too fast and I deemed that it would be better to make a new draft.
* removed malloc & reallocRaymaekers Luca2024-10-211-17/+31
|
* add to readmeRaymaekers Luca2024-10-211-0/+1
|
* Added minimal send implementationRaymaekers Luca2024-10-211-0/+1
| | | | | | Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code
* Added README.mdRaymaekers Luca2024-10-211-0/+37