|
4b3d5387a1
|
Changed code to support Windows libraries and functions as well
|
2024-02-29 16:38:36 -05:00 |
|
|
a37ec79f09
|
Changed 'recvAll' return type from std::string to char pointer, and created a non-blocking version of the function
|
2024-02-28 00:04:43 -05:00 |
|
|
f0e30f28e9
|
Updated header files to reflect recent change in implementation files
|
2024-02-21 22:26:59 -05:00 |
|
|
cacc4f9d33
|
Included string header instead of iostream header, as this file doesn't need iostream
|
2024-02-15 09:47:25 -05:00 |
|
|
195d6c4b4b
|
Separated 'Sock' file into header and implementation file, and added include guards to header file
|
2024-02-14 18:30:09 -05:00 |
|
|
2e6b01a9bb
|
Defined a parent 'socket' class that both 'Client' and 'Server' can inherit from
|
2024-02-14 08:08:38 -05:00 |
|