2003-08-25 09:22 bhalsted * Makefile: [+] Added the package script for the libs [+] Updated the makefiles so they can run standalone 2003-08-24 09:06 bhalsted * cfile_mkstemp.c: [*] fixed win32 tmp file problem (mktemp) 2003-08-24 08:21 bhalsted * cfile_mkstemp.c: [+] Updated ChangeLog [*] Fixing Win32 bug where only 26 tmp files can be opened 2003-08-17 08:59 bhalsted * Makefile: + Added OpenBSD to the Makefile and added config vars for ranlib 2003-08-12 17:57 bhalsted * cfile.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:16 bhalsted * cfile_mkstemp.c: + removed header include of config.h as it's not needed 2003-07-25 16:06 bhalsted * cfile.pro: + Added the qmake files for the new build system 2003-06-23 17:30 bhalsted * cfile.c, cfile.h, cfile_close.c, cfile_mkstemp.c, cfile_open.c, cfile_open_create.c: * Win32 Port is Finished 2003-06-23 17:02 bhalsted * cfile_open.c, cfile_open_create.c: * Fixing the WIN32 write binary thing still 2003-06-23 16:46 bhalsted * cfile_open.c, cfile_open_create.c: * Fixing win32 binary write functionality 2003-06-23 15:40 bhalsted * cfile_pipe.c, cfile_sync.c: * Fixing the WIN32 port for fsync needs. 2003-06-23 13:40 bhalsted * cfile_buffer.c, cfile_getline_buffer.c, cfile_pipe.c: * Fixed C compile warnings from the -Wall flag. 2003-06-23 12:15 bhalsted * cfile.h, cfile_pipe.c, cfile_sync.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:35 bhalsted * cfile.c, cfile.h, cfile_buffer.c, cfile_close.c, cfile_free.c, cfile_getline.c, cfile_getline_buffer.c, cfile_getline_next.c, cfile_lseek.c, cfile_mkstemp.c, cfile_new.c, cfile_open.c, cfile_open_create.c, cfile_pipe.c, cfile_read.c, cfile_sync.c, cfile_unlink.c, cfile_write.c: + Added MIT license to the top of the files 2003-06-16 13:27 bhalsted * Makefile: + Added Makefiles instead of Jamfiles 2003-05-22 11:02 bhalsted * cfile_buffer.c, cfile_read.c: * fixed some C problems when compiling on other OSs 2003-05-21 13:11 bhalsted * cfile.h, cfile_pipe.c: + Added TNEF support. + Modified the XML so that we can have more than one attachment per node * Fixed a bug in the unix2dos conversion in cfile_pipe * Fixed a bug in the base64 decoder 2003-05-15 11:45 bhalsted * Jamfile, cfile.c, cfile.h, cfile_buffer.c, cfile_close.c, cfile_free.c, cfile_getline.c, cfile_getline_buffer.c, cfile_getline_next.c, cfile_lseek.c, cfile_mkstemp.c, cfile_new.c, cfile_open.c, cfile_open_create.c, cfile_pipe.c, cfile_read.c, cfile_sync.c, cfile_unlink.c, cfile_write.c: + Added all of the files for Cerb 2