|
69e70eb206
|
Changed the recvAll return type from std::string to char pointer, and created a non-blocking version of the function
|
2024-02-28 00:05:53 -05:00 |
|
|
f0e30f28e9
|
Updated header files to reflect recent change in implementation files
|
2024-02-21 22:26:59 -05:00 |
|
|
11d0a1a5ab
|
Completely rewrote Client class, and split the class into header and implementation
|
2024-02-19 21:29:41 -05:00 |
|
|
a47e598b5c
|
Removed unnecessary comments
|
2024-02-15 07:48:10 -05:00 |
|
|
26427fa257
|
Added include guards to header files
|
2024-02-14 18:32:01 -05:00 |
|
|
ee0c106236
|
Made 'Client' and 'Server' children of 'Sock' class
|
2024-02-14 08:08:58 -05:00 |
|
|
dda89963c8
|
Added better error checking for IP version
|
2024-02-07 21:47:50 -05:00 |
|
|
9a2257780f
|
Fixed errors in call to 'check_ip_ver'
|
2024-02-06 09:43:53 -05:00 |
|
|
7c741de587
|
Added code to throw additional exceptions
|
2024-02-06 07:49:54 -05:00 |
|
|
95dea026d9
|
Added default constructors; [for client] added code to throw an exception if socket creation was unsuccessful
|
2024-01-31 21:00:40 -05:00 |
|
|
c87c3ce3a2
|
Moved header files to source directory; converted easysock to CPP
|
2024-01-29 22:46:55 -05:00 |
|