0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add fix for 64-bit compile More... about 16 years ago
fixes for 64-bit compilation More... about 16 years ago
fix for 64-bit compilation. Also modify the hash to be something more normal. More... about 16 years ago
64-bit hack More... about 16 years ago
sigh. Yet more locking needed, since there may be multiple outstanding reuests that came from one socket. I think this should now cover all possible races. More... about 16 years ago
provide a mutex lock, so to avoid socket closure races More... about 16 years ago
be more verbose More... about 16 years ago
whoops, this crashes. Need to investigate More... about 16 years ago
describe how to change types More... about 16 years ago
Move from non-standard "readme.txt" to standard "readme" More... about 16 years ago
Hmm, seems that WR_LINK is used in the unit tests .. so supply that too More... about 16 years ago
whoops,. removed one node too many More... about 16 years ago
all-new type files; -- a bunch of unused types were removed, and a few needed ones were added. See type.script and Makefile for details of how this is done. More... about 16 years ago
remove some dead types, and define some new, needed types More... about 16 years ago
add documentation for how to use this More... about 16 years ago
fix up makefile so that it does it all. More... about 16 years ago
initial checkin More... about 16 years ago
whoops, I forgot to delete the helper class ... More... about 16 years ago
wire in code for reading XML from a socket. More... about 16 years ago
fix whitespace problems -- mixed tabs and spaces for indentation. Fix description of routine. More... about 16 years ago
fix a race condition, where the client closes its socket before the server has sent the reply. More... about 16 years ago
I put the data buffreing in the wrong place. It needs to be in the server socket More... about 16 years ago
Add a buffer to buffer up incmoing raw data More... about 16 years ago
start roughing in interfaces for a raw data connectiion More... about 16 years ago
use spaces for indent; mixed tabs and spaces is confusing More... about 16 years ago
wrap long lines to fit 80 columns More... about 16 years ago
perform downcast correctly. More... about 16 years ago
rework to use the new, simplified dispatching design More... about 16 years ago
replace hash-table-based processing lookup by a more direct mecahnism, where each request type knows how to process itself. This makes the code faster, easier to comprehend, and less complex overall. More... about 16 years ago
add missing #include More... about 16 years ago