0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed sleep() to reliable_usleep() in daemontest. Updated version number, ChangeLog and NEWS for release 0.6.0. More... almost 23 years ago
Removed unnecessary call to canRead() (we're using non-blocking I/O...) More... almost 23 years ago
Fixed bug in implemention of new Socket code: we need to stop reading if there's no more data, even if the user didn't specify a maximum number of bytes to read. More... about 23 years ago
Reformatted. More... about 23 years ago
Untabified. More... about 23 years ago
Rolled back socket API changes (now enclosed in #if 0) in preparation for releasing version 0.6. More... about 23 years ago
Removed input and input/output streams from Socket. Added Socket::read() methods to read characters into a string object using non-blocking I/O. Added Socket::canSend(), and renamed Socket::checkForInput() to Socket::hasInput(). More... about 23 years ago
Moved Daniel's credit line from .hpp into .cpp. More... about 23 years ago
Cleaned up the texinfo document a bit. More... about 23 years ago
Added patch from Daniel Barron to Socket.cpp (forgot last time). More... about 23 years ago
Added patch for Socket.checkForInput(), from Daniel Barron ([email protected]). More... about 23 years ago
Fixed daemontest to work with recent change to NetworkDaemon. More... about 23 years ago
Changed OneArgCommandImpl to use non-const data, so that we can call conn.sock.close() on a NetworkConnection. More... about 23 years ago
Updated for doxygen 1.2 (disabled RTF documentation). More... about 23 years ago
Changes for RedHat 7.0 (gcc-2.96-69, libstdc++-2.96-69, glibc-2.2-12). More... about 23 years ago
Fixed some documentation errors. More... almost 24 years ago
Fix order of thread termination to avoid parent infinite wait. More... over 24 years ago
Final 0.5.0 release will be on 1999-12-16. More... over 24 years ago
Fixed release date (1999-12-16). More... over 24 years ago
Release 0.5.0. More... over 24 years ago
Added getFd() to access the file descriptor directly for libc compatibility. [Bernhard Rieder <[email protected]>] More... over 24 years ago
Doc fixes. More... over 24 years ago
Changed mailing-list URL and added instructions to subscribe by mail. More... over 24 years ago
Changed doc to clarify namespace. More... over 24 years ago
Added some missing classes/functions. More... over 24 years ago
More small corrections. More... over 24 years ago
A couple more tweaks to the manual. More... over 24 years ago
Changed "reentrant" to "thread-safe". More... over 24 years ago
Updated contact and list info. More... over 24 years ago
Updated. More... over 24 years ago