2003-08-25 14:46 bhalsted * csocket_free.c, csocket_gethostbyname.c, csocket_new.c, csocket_set_hptosa.c: [*] Fixed a memory leak, was not free'ing ->host_address [*] Fixed a memory overrun [*] Corrected some pointer referencing/de-referencing 2003-08-25 11:49 bhalsted * csocket_gethostbyname.c, csocket_read.c, csocket_set_hptosa.c, csocket_set_type.c: [*] Fixed some missing header includes [*] fixed csocket_read() function infinate loop on error bug 2003-08-25 09:22 bhalsted * Makefile: [+] Added the package script for the libs [+] Updated the makefiles so they can run standalone 2003-08-17 08:59 bhalsted * Makefile: + Added OpenBSD to the Makefile and added config vars for ranlib 2003-08-15 21:05 bhalsted * csocket_gethostbyname.c: + Added solaris config to the Makefile * Fixed a coding problem, Solaris only has h_errno 2003-08-15 20:30 bhalsted * csocket.h, csocket_close.c: * Fixes for Win32 (close socket = closesocket() fix) 2003-08-15 16:42 bhalsted * csocket_gethostbyname.c: + Added more logging to gethostbyname() code 2003-08-12 18:03 bhalsted * csocket_close.c, csocket_gethostbyname.c: + Added the mingw config to the Makefile * Fixed a bit of code around the hstrerror that doesn't exist on Win32 2003-08-12 17:57 bhalsted * csocket.pro: - Removed more qmake build system files 2003-08-12 09:02 bhalsted * Jamfile: - Removed the Jam build system 2003-08-11 22:41 bhalsted * Makefile: + Updated the Makefile system to be easy to use on all gmake compatible systems 2003-07-30 09:04 bhalsted * Makefile: * updated makefiles for release 2003-07-25 16:09 bhalsted * csocket.h, csocket_close.c, csocket_connect.c, csocket_free.c, csocket_gethostbyname.c, csocket_new.c, csocket_read.c, csocket_set_hptosa.c, csocket_set_port.c, csocket_set_type.c, csocket_socket.c, csocket_winsock_start.c, csocket_winsock_stop.c, csocket_write.c, main.c: + updated the socket code to be more robust and flexible 2003-07-25 16:06 bhalsted * csocket.pro: + Added the qmake files for the new build system 2003-07-25 13:56 bhalsted * csocket_init.c: + Moved the init functionality into their own funcitons 2003-06-23 13:40 bhalsted * csocket_close.c, csocket_free.c, csocket_init.c, csocket_new.c, main.c: * Fixed C compile warnings from the -Wall flag. 2003-06-23 12:15 bhalsted * Makefile, csocket.h, csocket_init.c, csocket_read.c, csocket_write.c: * Ported the cfile (fsync) problem to Win32 * Fixed the read/write with recv/send for Win32 * Fixed some of the makefiles so they would build on Win32 2003-06-21 12:22 bhalsted * csocket.h, csocket_close.c, csocket_connect.c, csocket_free.c, csocket_init.c, csocket_new.c, csocket_read.c, csocket_write.c, main.c: + Added MIT license to the top of the files 2003-06-16 13:30 bhalsted * Makefile: + added lines to clean up log files with 'make clean' 2003-06-16 13:27 bhalsted * Makefile: + Added Makefiles instead of Jamfiles 2003-05-22 11:02 bhalsted * csocket.h: * fixed some C problems when compiling on other OSs 2003-05-15 11:45 bhalsted * Jamfile, csocket.h, csocket_close.c, csocket_connect.c, csocket_free.c, csocket_init.c, csocket_new.c, csocket_read.c, csocket_write.c, main.c: + Added all of the files for Cerb 2