| 2007-07-09 |
fhanik | Fix BZ 42840 |
commit | commitdiff | tree | snapshot |
| 2007-07-09 |
rjung | Separate sequence increment from getter in ThreadPool... |
commit | commitdiff | tree | snapshot |
| 2007-07-09 |
rjung | Remove invalid attribute "encoding" of MBean MemoryUser... |
commit | commitdiff | tree | snapshot |
| 2007-07-09 |
rjung | Don't write error on System.out, use log() instead. |
commit | commitdiff | tree | snapshot |
| 2007-07-09 |
rjung | BZ 39813: Correct handling of new line characters in... |
commit | commitdiff | tree | snapshot |
| 2007-07-03 |
fhanik | BZ 42803 |
commit | commitdiff | tree | snapshot |
| 2007-07-02 |
fhanik | Force closure of connections upon a server shutdown |
commit | commitdiff | tree | snapshot |
| 2007-06-29 |
fhanik | Bugzilla 42753 |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
fhanik | try setting equalness to false, see if we can do better |
commit | commitdiff | tree | snapshot |
| 2007-06-28 |
fhanik | Same fix as for 6.0 branch, invoke error if the read... |
commit | commitdiff | tree | snapshot |
| 2007-06-24 |
billbarker | porting AJP large-file support from 5.5 |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
fhanik | fix formatting for latest added example |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
fhanik | Added in AJAX with delayed response example |
commit | commitdiff | tree | snapshot |
| 2007-06-15 |
fhanik | minor correction |
commit | commitdiff | tree | snapshot |
| 2007-06-14 |
billbarker | Porting large-file support for the AJP Connectors from 5.5 |
commit | commitdiff | tree | snapshot |
| 2007-06-13 |
fhanik | added simple example code snippets to comet usage |
commit | commitdiff | tree | snapshot |
| 2007-06-13 |
fhanik | simplify API a bit based on feedback |
commit | commitdiff | tree | snapshot |
| 2007-06-13 |
fhanik | fix for BZ 42650 |
commit | commitdiff | tree | snapshot |
| 2007-06-13 |
fhanik | Fix for BZ 42648 |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
fhanik | oops, didn't mean to relax the close method |
commit | commitdiff | tree | snapshot |
| 2007-06-11 |
fhanik | Added some doco |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
fhanik | minor optimization to the blocking selector |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
fhanik | Cancel the blocking key only, no need to cancel anythin... |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
fhanik | added debug statement instead of swallowing |
commit | commitdiff | tree | snapshot |
| 2007-06-08 |
fhanik | straightened out buffer handling |
commit | commitdiff | tree | snapshot |
| 2007-06-07 |
fhanik | notes, still need some work on the write to socket |
commit | commitdiff | tree | snapshot |
| 2007-06-07 |
fhanik | Simplified the API, no need for the IOExceptions |
commit | commitdiff | tree | snapshot |
| 2007-06-01 |
fhanik | added cleanup code |
commit | commitdiff | tree | snapshot |
| 2007-06-01 |
fhanik | Thread safe handling of dealing with async writes and... |
commit | commitdiff | tree | snapshot |
| 2007-06-01 |
fhanik | Forward port of BZ 42509 and BZ 42515 |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | remove not used, at least until I've figured out the... |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | restore original interest ops |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | consolidate the usage of the NioChannel buffers |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | rearrange |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | 1. Timeouts are now per connection, not using fixed... |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | return the amount of bytes written |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | add brackets to clarify what were trying to do |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | implement CALLBACK and WRITE events |
commit | commitdiff | tree | snapshot |
| 2007-05-31 |
fhanik | simplify register and poller interest for comet, all... |
commit | commitdiff | tree | snapshot |
| 2007-05-30 |
fhanik | no need to sync here, the poller will dispatch for... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | setup default operation |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | When using a comet connection, register the requested... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | added in some comments |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | question mark has to be a global variable |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | implement non blocking reading of the request line |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | The protocol class will register the socket with the... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | Make the new way of handling processors work with the... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | implement comet operation notification |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | only notify the poller if it is done async, otherwise... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | Blocking and non blocking is the only configuration... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | simplify isreadable and iswriteable |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | adopted changes |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | Add the additional SocketStatus event types, its up... |
commit | commitdiff | tree | snapshot |
| 2007-05-29 |
fhanik | Added in the registration of comet interest operations |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | add in flags for readable or writeable |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | implement method callbacks |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | cleanup |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | set timeout can be called any time, at least for now |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | configure can be called as long as we are on a tomcat... |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | remove usage of timeout attribute |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | Implement setTimeout using an Action instead of an... |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | update to test cases, no change really |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
fhanik | CometProcessor should extend servlet, as they have... |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
remm | - Switch from AnnotationProcessor to InstanceManager. |
commit | commitdiff | tree | snapshot |
| 2007-05-28 |
remm | - Redo findSessions which was outdated (42530 claims... |
commit | commitdiff | tree | snapshot |
| 2007-05-24 |
fhanik | Add in support to check if the current thread is a... |
commit | commitdiff | tree | snapshot |
| 2007-05-24 |
mturk | Automatically detect CPU and 64-bit JVM version. This... |
commit | commitdiff | tree | snapshot |
| 2007-05-24 |
mturk | Add windows service binaries to the .zip distribution. |
commit | commitdiff | tree | snapshot |
| 2007-05-23 |
fcarrion | Correction Bug 42436 patch from Paul McMahan |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | added some docs around the maven stuff |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | Added in dbcp and cleanup for signatures, as signing... |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | Added in build package using Maven ANT tasks and that... |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | Added domain membership test |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | update docs |
commit | commitdiff | tree | snapshot |
| 2007-05-22 |
fhanik | update docs |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | forward port |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
remm | - Create a new branch for HEAD development, to be |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | no need to pre initialize these values git-svn@540105 |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | add non block support |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | add block/no block flag to flushing the SSL buffer |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | lock in the right place |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | Only lock when incrementing the counter on sending... |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | minor change |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | remove locking from memberAdded and memberDisappeared... |
commit | commitdiff | tree | snapshot |
| 2007-05-21 |
fhanik | Correct fix for removal of first read timeout, we are... |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
billbarker | Shave a couple of ms off of the time :) |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
billbarker | Always reset the MB when doing getBytes |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
funkman | JNDIRealm does not catch NullPointerException for Sun... |
commit | commitdiff | tree | snapshot |
| 2007-05-20 |
rjung | Fix BZ 42459: Manager webap table format error |
commit | commitdiff | tree | snapshot |
| 2007-05-19 |
funkman | bug 42444: prevent NPE |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
pero | Hups, Http11NioProcessor need FirstReadTimeout at stran... |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
pero | Remove unused local variable step |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
pero | Remove unsused firstReadTimeout attribute |
commit | commitdiff | tree | snapshot |
| 2007-05-18 |
pero | Add selectorTimeout default and a lot of value formatings. |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
fhanik | left overs |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
fhanik | minor optimizations |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
fhanik | Add locks instead of synchronized statements to avoid... |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
fhanik | Added in a unit test for ordering messages |
commit | commitdiff | tree | snapshot |
| 2007-05-17 |
fhanik | Avoid concurrent mod exception, remove from the iterato... |
commit | commitdiff | tree | snapshot |
| 2007-05-14 |
fhanik | Make sure to respect the option flag, otherwise you... |
commit | commitdiff | tree | snapshot |
| next |