2007-01-24 |
Fixes parsing of elements that where closed in the "same word" (e.g. <presence/>). This fixes Gaim problem.
Gaston Dombiak
committed
on 24 Jan 2007
|
---|---|
2007-01-20 |
Updated for CM 3.2.0 Beta.
Gaston Dombiak
committed
on 20 Jan 2007
|
Updated for CM 3.2.0 Beta.
Gaston Dombiak
committed
on 20 Jan 2007
|
|
2007-01-17 |
Optimization - use heap buffers by default.
Gaston Dombiak
committed
on 17 Jan 2007
|
2007-01-11 |
Optimization - replaced Map with single listener entry with instance variable that keeps the listener. E.g. 30K connections ==> 30K Maps....
Gaston Dombiak
committed
on 11 Jan 2007
|
Optimiztion - reduced number of ConnectionCloseListener instances to 1 instead of 1 per connection.
Gaston Dombiak
committed
on 11 Jan 2007
|
|
2007-01-05 |
Fixed parsing to skip LF, CR, etc before stream header elements.
Gaston Dombiak
committed
on 5 Jan 2007
|
Fixed NPE error.
Gaston Dombiak
committed
on 5 Jan 2007
|
|
Fixed NPE error.
Gaston Dombiak
committed
on 5 Jan 2007
|
|
Run stringprep operations to incoming stanzas. JM-926
Gaston Dombiak
committed
on 5 Jan 2007
|
|
Initial version. JM-926
Gaston Dombiak
committed
on 5 Jan 2007
|
|
New test case added.
Gaston Dombiak
committed
on 5 Jan 2007
|
|
2006-12-18 |
Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that.
Gaston Dombiak
committed
on 18 Dec 2006
|
2006-12-14 |
Initial version. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
Removed and replaced with MINA. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
Modified to use MINA. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
Initial version. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
Initial version. JM-907
Gaston Dombiak
committed
on 14 Dec 2006
|
|
Initial version (copied from WF)
Gaston Dombiak
committed
on 14 Dec 2006
|
|
2006-11-07 |
Added sync block where race condition may occur
Alex Wenckus
committed
on 7 Nov 2006
|
HTTP Connection wasn't being set as closed when the request was timed out.
Alex Wenckus
committed
on 7 Nov 2006
|
|
2006-10-27 |
Added session termination
Alex Wenckus
committed
on 27 Oct 2006
|
2006-10-26 |
Merged changes from Wildfire
Alex Wenckus
committed
on 26 Oct 2006
|
Poll check logic was incorrect.
Alex Wenckus
committed
on 26 Oct 2006
|
|
2006-10-25 |
Small inactivity timeout fix.
Alex Wenckus
committed
on 25 Oct 2006
|
2006-10-17 |
Simplified listening model.
Alex Wenckus
committed
on 17 Oct 2006
|
Added connection open and closed events to properly handle connection idling timeout.
Alex Wenckus
committed
on 17 Oct 2006
|
|
2006-10-14 |
Added closing/idle timeout/polling frequency checks
Alex Wenckus
committed
on 14 Oct 2006
|
2006-10-13 |
Added SSL support
Alex Wenckus
committed
on 13 Oct 2006
|
code comments and beautification
Alex Wenckus
committed
on 13 Oct 2006
|