9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
whoops, I forgot to delete the helper class ...
Linas Vepstas
as linas
More... about 16 years ago
wire in code for reading XML from a socket.
Linas Vepstas
as linas
More... about 16 years ago
fix whitespace problems -- mixed tabs and spaces for indentation. Fix description of routine.
Linas Vepstas
as linas
More... about 16 years ago
fix a race condition, where the client closes its socket before the server has sent the reply.
Linas Vepstas
as linas
More... about 16 years ago
I put the data buffreing in the wrong place. It needs to be in the server socket
Linas Vepstas
as linas
More... about 16 years ago
Add a buffer to buffer up incmoing raw data
Linas Vepstas
as linas
More... about 16 years ago
start roughing in interfaces for a raw data connectiion
Linas Vepstas
as linas
More... about 16 years ago
use spaces for indent; mixed tabs and spaces is confusing
Linas Vepstas
as linas
More... about 16 years ago
wrap long lines to fit 80 columns
Linas Vepstas
as linas
More... about 16 years ago
perform downcast correctly.
Linas Vepstas
as linas
More... about 16 years ago
rework to use the new, simplified dispatching design
Linas Vepstas
as linas
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.
Linas Vepstas
as linas
More... about 16 years ago
add missing #include
Linas Vepstas
as linas
More... about 16 years ago
turn on debugging
Linas Vepstas
as linas
More... about 16 years ago
fix up white space; fix order-of-inclusion problem
Linas Vepstas
as linas
More... about 16 years ago
avoid crash if trace was null.
Linas Vepstas
as linas
More... about 16 years ago
Use RTTI for type-safe casting
Linas Vepstas
as linas
More... about 16 years ago
wrap long lines to fit 80 columns
Linas Vepstas
as linas
More... about 16 years ago
e ifdefs ont comment delimiters, to mark off dead code.
Linas Vepstas
as linas
More... about 16 years ago
whitespace fixes; don't mix tabs and spaces for indentation
Linas Vepstas
as linas
More... about 16 years ago
explicitly ignore nodes which are badly named.
Linas Vepstas
as linas
More... about 16 years ago
cosmetic changes
Linas Vepstas
as linas
More... about 16 years ago
Refactor, remove a block of duplicated code. Also stub out a dead function.
Linas Vepstas
as linas
More... about 16 years ago
mark a bunch of internal use functions as static
Linas Vepstas
as linas
More... about 16 years ago
Wrap long lines to fit into 80 columns
Linas Vepstas
as linas
More... about 16 years ago
broaden classes of exceptions that can be caught
Linas Vepstas
as linas
More... about 16 years ago
avoid crash on null pointer dereference
Linas Vepstas
as linas
More... about 16 years ago
check for null pointer dereference
Linas Vepstas
as linas
More... about 16 years ago
catch error message, print error when file is not found
Linas Vepstas
as linas
More... about 16 years ago
wrap long lines to fit into 80 columns. Also, don't catch the file-open exception here; this is the wrong place.
Linas Vepstas
as linas
More... about 16 years ago