18 Commits (master)

Author SHA1 Message Date
Aadhavan Srinivasan 94e9ba3b57 Updated return values to better conform with the other functions 2 years ago
Aadhavan Srinivasan ad0966f749 Updated error codes and replaced 'exit' with 'return' 2 years ago
Aadhavan Srinivasan 07e991223f Fixed bug with return statement 2 years ago
Aadhavan Srinivasan 14418078ff Changed exit statements with return statements 2 years ago
Aadhavan Srinivasan 1c63ea60c2 No changes (added new-line because git doesn't allow commits with no changes), added file to project 2 years ago
Aadhavan Srinivasan d8e78a5be7 Removed testing code, fixed bug where domain didn't translate correctly to address 2 years ago
Aadhavan Srinivasan 4ea9a18bcf Added code for testing 2 years ago
Aadhavan Srinivasan 1660d5cfed Added 'inet_to_int' function, and 'char_to_socktype' function; started working on domain name support for remote address 2 years ago
Aadhavan Srinivasan 5f108cf2ff Added int_to_inet function 2 years ago
Aadhavan Srinivasan 8e4d3d89de Moved 'check_ip_ver' function to easysock.c 2 years ago
Aadhavan Srinivasan ca83bd693b Replaced exit codes with values that aren't taken by errno 2 years ago
Aadhavan Srinivasan 74c5025370 Replaced negative exit codes with positive ones or 'errno' 2 years ago
Aadhavan Srinivasan cf4db500c1 Added new paramter to 'create_remote' function, fixed minor bugs 2 years ago
Aadhavan Srinivasan 3e97969d93 Replaced 'printf' with 'exit(errno)' to make the functions portable 2 years ago
Aadhavan Srinivasan 06cc3fe2d1 Fixed IPv6 bug (sockaddr size too small) when binding socket to address 2 years ago
Aadhavan Srinivasan 9c2c915ca7 Added separate file for helper functions. 2 years ago
Aadhavan Srinivasan 72fb153c3a Temporary deletion of easysock files 2 years ago
Aadhavan Srinivasan 590b2ffbc5 First commit 2 years ago