| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Let user quit when reconnecting | Raymaekers Luca | 2024-10-25 | 1 | -23/+32 |
| | | | | | | | | Includes: - renamed exit to quit - do not use else if for polling - only display the error message once | ||||
| * | Wrap messages when exceeding available width | Raymaekers Luca | 2024-10-25 | 1 | -38/+198 |
| | | | | | | | | Includes: - Changed fillstr to use wide characters - made the prompt box opaque - More documentation on the code | ||||
| * | fixed bug not allow sending empty message | Raymaekers Luca | 2024-10-25 | 2 | -0/+3 |
| | | |||||
| * | Bind Ctrl+W to erase word behind cursor | Raymaekers Luca | 2024-10-25 | 2 | -0/+24 |
| | | | | | Added keybinds descriptions in the readme. | ||||
| * | Initial draft for v2 | Raymaekers Luca | 2024-10-24 | 9 | -0/+4222 |
| | | | | | | | 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. | ||||
| * | Archive code into v1/ directory | Raymaekers Luca | 2024-10-24 | 12 | -102/+229 |
| | | | | | | The code was written too fast and I deemed that it would be better to make a new draft. | ||||
| * | removed malloc & realloc | Raymaekers Luca | 2024-10-21 | 2 | -41/+57 |
| | | |||||
| * | add to readme | Raymaekers Luca | 2024-10-21 | 1 | -0/+1 |
| | | |||||
| * | Moved common.c to common.h | Raymaekers Luca | 2024-10-21 | 4 | -143/+134 |
| | | | | | | - fixed bug(server.c): `on` not being 32 bytes - cleanup | ||||
| * | Add compile_flags | Raymaekers Luca | 2024-10-21 | 2 | -4/+9 |
| | | |||||
| * | Added minimal send implementation | Raymaekers Luca | 2024-10-21 | 5 | -63/+41 |
| | | | | | | | Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code | ||||
| * | Added common code for messages | Raymaekers Luca | 2024-10-21 | 4 | -31/+92 |
| | | | | | | | - add: send_message, receive_message functions - change: use u8, u16, u32, where possible - fix: use PORT in server.c | ||||
| * | Added README.md | Raymaekers Luca | 2024-10-21 | 3 | -29/+37 |
| | | |||||
| * | Added mvp implementations of the server and client for testing | Raymaekers Luca | 2024-10-20 | 8 | -33/+175 |
| | | |||||
| * | add serialization to file code | Raymaekers Luca | 2024-10-19 | 5 | -35/+113 |
| | | |||||
| * | add shared code in common.c | Raymaekers Luca | 2024-10-19 | 3 | -17/+24 |
| | | |||||
| * | Initial commit | Raymaekers Luca | 2024-10-17 | 6 | -0/+4003 |
