0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a silly bug introduced with r1.13 More... over 16 years ago
eliminate few warnings More... over 16 years ago
Fix possible memory access violation when constant string is assigned to char *, use struct with predefined const char * instead. More... almost 17 years ago
constify args when appropriated as we pass through it string constants (ex. "foobar") More... almost 17 years ago
A few more style-related changes More... over 17 years ago
- Re-formatted everything to conform to the established coding style - Fixed a few comments along the way More... over 17 years ago
Added #define's to the naming convention More... over 17 years ago
Replaced "indented by" with "indented with" More... over 17 years ago
- Fixed a glitch with the $Id$ string - Made file header example more realistic - Fixed comment tabulation More... over 17 years ago
Coding style guidelines More... over 17 years ago
fix annoing warn on older gcc More... over 17 years ago
- move to getaddrinfo() using and thus impliment ipv[46] "partial support" - reincarnate some variables in c-string form so it makes simplified processing - now it understands CLI options More... over 17 years ago
white spaces, capitalization More... over 17 years ago
Keep headers in alphabetical order More... over 17 years ago
Revise ExitError: - make more flexible - remove magic numbers - sync connection.cpp with it More... over 17 years ago
Stricken the logging off the list (done) More... over 17 years ago
Bump new year. More... over 17 years ago
Added logging to the terminate() method More... over 17 years ago
Made logging thread-safe More... over 17 years ago
Added logging More... over 17 years ago
Added logging to module loading/unloading routines More... over 17 years ago
- Put headers in alphabetical order - Added logging More... over 17 years ago
Accommodated with the changes in log.h More... over 17 years ago
Moved the enum LogLevel into Log class, as it is internal and does not need to clutter the namespace More... over 17 years ago
Added logging support More... over 17 years ago
Added a void operator to prevent a compiler warning when compiling without the debug output More... over 17 years ago
Added inclusion of global.h More... over 17 years ago
Removed as not containing any accurate nor useful information. May be reintroduced later, if necessary. More... over 17 years ago
- Changed the `ClientConnection client' definition back to dynamic with a short explanation, why I think so - Added connection hub termination call - Added a local TODO list More... over 17 years ago
Fixed possible buffer overflows in ExitError More... over 17 years ago