2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
externalise loging, allow for client application to register a log handaler.
JeffM2501
as jeffm2501
More... over 19 years ago
move old code to old_code dir, add in command handaler registraton and handaling, add default command handalers
JeffM2501
as jeffm2501
More... over 19 years ago
make it all compile
JeffM2501
as jeffm2501
More... over 19 years ago
debug level loging to std::out and/or a file
JeffM2501
as jeffm2501
More... over 19 years ago
IRC Command parser
JeffM2501
as jeffm2501
More... over 19 years ago
convert connection class to singleton
JeffM2501
as jeffm2501
More... over 19 years ago
singleton class
JeffM2501
as jeffm2501
More... over 19 years ago
simple connection example
JeffM2501
as jeffm2501
More... over 19 years ago
add more data send methods
JeffM2501
as jeffm2501
More... over 19 years ago
updates for sample app
JeffM2501
as jeffm2501
More... over 19 years ago
need express prototypes now that this isn't bound to being exported by DLL
JeffM2501
as jeffm2501
More... over 19 years ago
start the TCP listener classes
JeffM2501
as jeffm2501
More... over 19 years ago
cleanup
sean
as brlcad
More... over 19 years ago
missing header and type
sean
as brlcad
More... over 19 years ago
go from the top so the path is actually right -- w00t, it works
sean
as brlcad
More... over 19 years ago
make it look for the sdl_net headers
sean
as brlcad
More... over 19 years ago
add sdl_net to the build
sean
as brlcad
More... over 19 years ago
quell the anonymous struct warnings
sean
as brlcad
More... over 19 years ago
client connection gets a basic data send
JeffM2501
as jeffm2501
More... over 19 years ago
callback class for data pending in client class
JeffM2501
as jeffm2501
More... over 19 years ago
set up connections with backend lib
JeffM2501
as jeffm2501
More... over 19 years ago
true SDL independence
JeffM2501
as jeffm2501
More... over 19 years ago
add a striped down, undependnent, CPPed, STLed, unDLLerized version of sdl_net for a backend transport.
JeffM2501
as jeffm2501
More... over 19 years ago
we don't need socet definintions if libs are used
JeffM2501
as jeffm2501
More... over 19 years ago
make some sense out of the difrent OSs socket implementations
JeffM2501
as jeffm2501
More... over 19 years ago
there can be more then 1 error, so error codes, not booleans
JeffM2501
as jeffm2501
More... over 19 years ago
packet data storage class
JeffM2501
as jeffm2501
More... over 19 years ago
fill out TCPConnection class
JeffM2501
as jeffm2501
More... over 19 years ago
The new build system is now in place. Build statistics are generated an reported during builds, configuration is a shell of basic support necessary to make pretty much any app work. Most of the build goodness (configure.ac, summaries, and stats) is generously provided from releasable/useable portions of BRL-CAD new build system.
sean
as brlcad
More... over 19 years ago
the also slightly venerable autogen.sh script. this one is much more robust than most, though. it will attempt to use autoreconf if available, bypasses a couple common system misconfigurations, allow autgenning from other locations, and perform minimum version checks.
sean
as brlcad
More... over 19 years ago