0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified some type declarations to be more direct.
Brian Franklin
as crzyltlman
More... over 19 years ago
Fixed incorrect method call.
Brian Franklin
as crzyltlman
More... over 19 years ago
Changed to use an IdentityHashSet instead of a hacked IdentityHashMap.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Removed unnecessary import statement.
Brian Franklin
as crzyltlman
More... over 19 years ago
Updated type declarations for Java 5.0 generics support.
Brian Franklin
as crzyltlman
More... over 19 years ago
Fixed generic type declarations.
Brian Franklin
as crzyltlman
More... over 19 years ago
Removed unnecessary exception catching.
Brian Franklin
as crzyltlman
More... over 19 years ago
Updated to use new Java 5.0 language features.
Brian Franklin
as crzyltlman
More... over 19 years ago
Updated to use new Java 5.0 language features.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Made all method parameters final.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Replaced State inner class with new Java 5.0 enum.
Brian Franklin
as crzyltlman
More... over 19 years ago
Updated to use new Java 5.0 language features.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Updated mailing address for TR South.
Brandon Franklin
as cybercerberus
More... over 19 years ago
No longer necessary after conversion to support Java 5.0.
Brian Franklin
as crzyltlman
More... over 19 years ago
Fixed the javadoc pointer to the Commons API.
Brian Franklin
as crzyltlman
More... over 19 years ago
Fixed documentation errors.
Brian Franklin
as crzyltlman
More... over 19 years ago
Updated the javadoc pointer to the Commons API.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Updated address. Turned off debug. Turned on optimize.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Updated for release.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Fixed deadlock conditions when closing the gate.
Brian Franklin
as crzyltlman
More... over 19 years ago
Fixed incorrect property change event values when closing the gate.
Brian Franklin
as crzyltlman
More... over 19 years ago
Converted to an inner class.
Brian Franklin
as crzyltlman
More... over 19 years ago
Minor formatting cleanup. Forced build to comply with 1.4.
Brandon Franklin
as cybercerberus
More... over 19 years ago
Modified to reflect current progress.
Brian Franklin
as crzyltlman
More... over 19 years ago
Improved documentation.
Brian Franklin
as crzyltlman
More... over 19 years ago
Moved into Gate as an inner class.
Brian Franklin
as crzyltlman
More... over 19 years ago
Minor documentation fix.
Brian Franklin
as crzyltlman
More... over 19 years ago
Added property synchronization.
Brian Franklin
as crzyltlman
More... over 19 years ago
Added missing abort call when implSendResponse threw exception.
Brian Franklin
as crzyltlman
More... almost 20 years ago
Modified handleException method to automatically wrap an exception into a GateException. Modified send and receive methods to allow throwing exceptions. Modified MessageHandlingTask run method to automatically abort the task when exceptions are thrown during message reception and transmission.
Brian Franklin
as crzyltlman
More... almost 20 years ago