40
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bugfix: an ISOPackager may not extend ISOBasePackager
apr
as Alejandro Revilla
More... almost 19 years ago
added helpers to get LOGEVT and PROFILER
apr
as Alejandro Revilla
More... almost 19 years ago
ISOCurrency "AZN","944",2 (AZERBAIJAN Azerbaijanian Manat) contributed by Stephano - Thanks!
apr
as Alejandro Revilla
More... almost 19 years ago
[no comment]
apr
as Alejandro Revilla
More... almost 19 years ago
throw NPE on null key or value at out time
apr
as Alejandro Revilla
More... almost 19 years ago
Avoid busy loop in getHead if entry is null (issue raised by Bharavi)
apr
as Alejandro Revilla
More... almost 19 years ago
if watch is zero CPU goes crazy - bug and patch provided by Alireza
apr
as Alejandro Revilla
More... almost 19 years ago
do not drop connection on VetoException (patch suggested by Alireza - good point!)
apr
as Alejandro Revilla
More... almost 19 years ago
Added checkstyle target, requires checkstyle-all.jar (i.e. checkstyle-all-4.1.jar) in Ant's default classpath ${user.home}/.ant/lib. 'checkstyle.xml' is based on sun_checks.xml with most of the checks disabled (we had over 23k warnings). I just enabled the check imports for now (we have 93 unused imports at this time that I'll try to remove as time permits).
apr
as Alejandro Revilla
More... almost 19 years ago
need to extend this class
apr
as Alejandro Revilla
More... almost 19 years ago
disconnect socket before closing streams (better behaveour in SSL channels)
apr
as Alejandro Revilla
More... almost 19 years ago
Security module off jPOS 1.5.2
apr
as Alejandro Revilla
More... almost 19 years ago
protected methods required by DailyLogListener
apr
as Alejandro Revilla
More... almost 19 years ago
copy cfg files to build directory
apr
as Alejandro Revilla
More... almost 19 years ago
npe in dumpMap
apr
as Alejandro Revilla
More... almost 19 years ago
Socket factory can now have its own logger, e.g. More... almost 19 years ago
Supporting more properties, e.g. More... almost 19 years ago
applied patch provided by Nacho (Nigel Smith <[email protected]>) which provides pause/unpause methods.
apr
as Alejandro Revilla
More... almost 19 years ago
migrated from jpos 1.5.2 so Thomas can apply Nigel's patches in the new codebase
apr
as Alejandro Revilla
More... almost 19 years ago
we need to copy xml files (used for example in the new TransactionManagerTestCase)
apr
as Alejandro Revilla
More... almost 19 years ago
simple testbed to play with the TransactionManager
apr
as Alejandro Revilla
More... almost 19 years ago
a simple Debug participant
apr
as Alejandro Revilla
More... almost 19 years ago
Added Context test case
apr
as Alejandro Revilla
More... almost 19 years ago
Context implementation based on jPOS-EE's eetxn module. We still use two maps (a transient and a persistent one), but we use an unified API instead of those 'tputs' and 'tgets' that where error prone. If you want something in the persitent map, you use 'Context.put (key, value, true)';
apr
as Alejandro Revilla
More... almost 19 years ago
Moved TransactionManager stuff to its own module
apr
as Alejandro Revilla
More... almost 19 years ago
add indication about shutdown mode (standard or via hook)
apr
as Alejandro Revilla
More... almost 19 years ago
verify that q2Thread is not null before attemping to interrupt
apr
as Alejandro Revilla
More... almost 19 years ago
we don't seem to have a default XMLReaderFactory in Java 1.4.2. This approach seems to work in both 1.4.2 and 1.5.0
apr
as Alejandro Revilla
More... almost 19 years ago
Import organise, unused local var cleanup, serialiVersionUID in serializable classes. Otherwise known as a slight tidy. More... almost 19 years ago
tpl directory not required (moved to compat module)
apr
as Alejandro Revilla
More... almost 19 years ago