Commit Graph

50 Commits

Author SHA1 Message Date
ad0966f749 Updated error codes and replaced 'exit' with 'return' 2023-04-04 23:18:10 -05:00
07e991223f Fixed bug with return statement 2023-04-04 19:31:56 -05:00
14418078ff Changed exit statements with return statements 2023-04-04 19:31:16 -05:00
19281f8ca3 Updated README 2023-03-27 17:32:57 -05:00
b8a9f77e13 Updated README 2023-03-27 17:32:42 -05:00
643c8abb67 Updated README 2023-03-27 17:31:40 -05:00
424e95c603 Updated README 2023-03-27 17:31:11 -05:00
b64268f323 Updated README 2023-03-27 17:30:03 -05:00
bb00c52479 Updated README 2023-03-27 17:29:12 -05:00
32f9974c19 Updated README 2023-03-27 17:28:16 -05:00
1c63ea60c2 No changes (added new-line because git doesn't allow commits with no changes), added file to project 2023-03-25 11:36:44 -05:00
9d164cf7b8 No changes to files, added to new project 2023-03-25 11:32:03 -05:00
9c94eb001b Updated README 2023-03-25 11:30:07 -05:00
ddb1b16c93 Added inet_to_int function 2023-03-08 15:45:47 -06:00
75a9c7f6c3 Added 'char_to_socktype' function 2023-03-08 11:29:04 -06:00
f5415cd1bc Added int_to_inet function 2023-03-08 11:11:08 -06:00
192e5b7af9 Moved 'check_ip_ver' function to easysock.c 2023-03-08 11:08:33 -06:00
97b6ec58fd Replaced exit codes with values that aren't taken by errno 2023-03-03 09:21:13 -06:00
ae433af26f Fixed comment accuracy regarding error codes 2023-02-25 21:30:39 -06:00
0647b2570f Updated definition for 'create_remote' function 2023-02-24 22:06:54 -06:00
f26e83b835 Fixed spelling mistake 2023-02-24 19:57:48 -06:00
6b10465f61 Added include guards 2023-02-22 22:40:35 -06:00
2d640466f7 Added separate file for helper functions. 2023-02-22 08:15:11 -06:00
d8e78a5be7 Removed testing code, fixed bug where domain didn't translate correctly to address 2023-03-08 19:19:35 -06:00
4ea9a18bcf Added code for testing 2023-03-08 19:10:25 -06:00
1660d5cfed Added 'inet_to_int' function, and 'char_to_socktype' function; started working on domain name support for remote address 2023-03-08 16:07:06 -06:00
5f108cf2ff Added int_to_inet function 2023-03-08 11:11:08 -06:00
8e4d3d89de Moved 'check_ip_ver' function to easysock.c 2023-03-08 11:08:33 -06:00
ca83bd693b Replaced exit codes with values that aren't taken by errno 2023-03-03 09:21:13 -06:00
74c5025370 Replaced negative exit codes with positive ones or 'errno' 2023-02-25 21:27:48 -06:00
cf4db500c1 Added new paramter to 'create_remote' function, fixed minor bugs 2023-02-24 22:09:41 -06:00
3e97969d93 Replaced 'printf' with 'exit(errno)' to make the functions portable 2023-02-24 12:40:59 -06:00
06cc3fe2d1 Fixed IPv6 bug (sockaddr size too small) when binding socket to address 2023-02-24 11:01:23 -06:00
9c2c915ca7 Added separate file for helper functions. 2023-02-22 08:15:11 -06:00
72fb153c3a Temporary deletion of easysock files 2023-03-25 11:23:03 -05:00
b2dc9c794f Updated README 2023-03-25 11:07:24 -05:00
2928a673e5 Updated README 2023-03-25 11:07:03 -05:00
d3f62f5e8d Updated README 2023-03-25 11:06:04 -05:00
3c10661b4e Updated README 2023-03-25 11:05:32 -05:00
6fc6262d98 Updated README 2023-03-25 11:04:26 -05:00
2e93a4a1ef Updated README 2023-03-25 10:44:32 -05:00
465b9f8a00 Updated README 2023-03-25 10:44:05 -05:00
8f46a3518a Updated README 2023-03-25 10:43:18 -05:00
a0e4bc6814 Added 'clean' and 'uninstall' rules to Makefile 2023-03-25 10:43:11 -05:00
aa954570aa Added 'install' target for Makefile 2023-03-25 08:59:15 -05:00
b91a2e5996 Started working on 'static' and 'install' rules 2023-03-24 10:28:21 -05:00
b5dc08e072 Added gitignore file 2023-03-24 10:21:55 -05:00
d9ca0819a1 Added Makefile 2023-03-24 10:21:17 -05:00
5b97a27a8e Added README file 2023-03-24 08:10:00 -05:00
590b2ffbc5 First commit 2023-03-24 08:02:58 -05:00