|
4b3d5387a1
|
Changed code to support Windows libraries and functions as well
|
2024-02-29 16:38:36 -05:00 |
|
|
c6bbe82d25
|
Made the 'recvAll' function return a char pointer instead of a std::string, this is better for portability. Also created a non-blocking version of the function.
|
2024-02-27 23:59:53 -05:00 |
|
|
9954a18171
|
Made the sendAll and recvAll functions in sock.cpp use variables set by the children, rather than having the functions pass parameters
|
2024-02-21 22:25:52 -05:00 |
|
|
98abf50da5
|
Completely rewrote Server class, and split the class into header and implementation
|
2024-02-19 21:28:07 -05:00 |
|