Git repository now available
Finished converting Makefile to generics
Makefile now has generic rules for .cpp compilation
Adding conditional to allow compilation on OSX.
Removing verbosity that should be in debug version.
Bugfix: Removing MSG_TRUNC as it seems to turn all recv() data into 0x00.
Updating version in header file.
Removed the debugging process
Finally! Fixed!
Doing some extra changes to allow for packets > 1448. This version is not stable, in fact it will crash waiting for a never sent packet, so DO NOT USE THIS RELEASE!
Adding another conditional on client-side to avoid reading the OOB command as part of the "regular" datastream.
Fixing control data, now sent as OOB and fixing support for frames > 1448
Fixing a 5-yr-old bug I had never seen. Ouch!
Removing unused, commented-out headers. No real changes, so revision number isn't being changed.
Corrected something missing... a bad reference to control.
First Upload to te CVS server. My keyboard failin
Changing int casting to long casting for 64-bit support.
Removin te binaries ... my mistake (Danix)
Elimine el control socket
Initial revision