Trustin Lee
de717916be
Added more configuration parameters for SSLEngine
2009-06-25 10:26:04 +00:00
Trustin Lee
d963f4c046
Backported upstream updates for LinkedTransferQueue (NETTY-181)
2009-06-23 16:08:15 +00:00
Trustin Lee
6fbd3871a3
Fixed license headers
2009-06-19 17:54:42 +00:00
Trustin Lee
caf0a97ba3
Fixed license headers
2009-06-19 17:48:17 +00:00
Trustin Lee
7accf4d29d
Javadoc
2009-06-19 14:57:36 +00:00
Trustin Lee
48634e3d30
Fixed typo and a compiler warning
2009-06-18 07:30:26 +00:00
Trustin Lee
e04d8e9de1
Javadoc
2009-06-17 06:37:36 +00:00
Trustin Lee
8b5a652883
Javadoc
2009-06-17 05:39:19 +00:00
Trustin Lee
28511fcb9e
* Javadoc
...
* Added EstimatableObjectWrapper and make ChannelEventRunnable implement it to avoid an evil circular dependency
2009-06-17 05:28:53 +00:00
Trustin Lee
8943926625
Javadoc
2009-06-17 04:58:25 +00:00
Daniel Bevenius
40bf0a63f1
Unittest and javadoc.
2009-06-13 11:30:02 +00:00
Trustin Lee
734a5a46d4
Fixed issue: NETTY-172 Let user choose the I/O thread names
...
* Added ThreadNameDeterminer
* Moved ThreadRenamingRunnable from org.jboss.netty.util.internal to org.jboss.netty.util because it should be accessible by user
2009-06-10 08:56:37 +00:00
Trustin Lee
583ddfe992
Fixed compiler warnings
2009-06-09 10:19:29 +00:00
Trustin Lee
afb7e511ad
Fixed a case where HashedWheelTimer notifies a timeout one round later
2009-06-05 17:05:42 +00:00
Trustin Lee
2100462235
Fixed compilation errors in VirtualExecutorService
2009-06-03 07:48:23 +00:00
Trustin Lee
5f27babff4
Resolved issue: NETTY-161 Provide a way to get notified when all I/O workers of a ChannelFactory are terminated.
...
* Added VirtualExecutorService
2009-06-03 03:30:01 +00:00
Trustin Lee
f92a0fe537
Fixed some warnings revealed by Eclipse 3.5 RC1 - previous Eclipse versions might complain this annotation is unnecessary.
2009-05-20 09:03:17 +00:00
Trustin Lee
5c97c7fd1c
Resolved issue: NETTY-140 ChannelFuture.await*() should throw an IllegalStateException if dead lock is expected
...
* Added IoWorkerRunnable which maintains a thread local boolean variable
* Improved DefaultChannelFuture to check IoWorkerRunnable.IN_IO_THREAD to detect possible dead lock
* All I/O worker runnables are wrapped by IoWorkerRunnable.
2009-04-06 07:09:11 +00:00
Trustin Lee
5a96ed2195
Moved timer utility classes to org.jboss.netty.util
2009-04-03 17:37:49 +00:00
Trustin Lee
a96de7590b
Updated the package description
2009-04-03 08:14:57 +00:00
Trustin Lee
db6725dcbd
Added FIXME (will be fixed in 3.2 or later)
2009-04-03 08:11:24 +00:00
Trustin Lee
ec0b3fe3f2
* Moved internal utility classes to org.jboss.netty.util.internal
...
* Made org.jboss.netty.util public
* Moved ObjectSizeEstimator and its implementation to org.jboss.netty.util
2009-04-03 07:41:54 +00:00
Trustin Lee
3a8b92929e
Reduced too broad catch block
2009-03-04 10:26:34 +00:00
Trustin Lee
2dc5463e93
Fixed issue: NETTY-128 Unable to run netty client with a Security Manager
2009-03-03 09:54:34 +00:00
Trustin Lee
0e443c3a02
Added ThreadLocalBoolean and replaced unnecessary anonymous classes
2009-02-21 19:12:03 +00:00
Trustin Lee
95b6558068
Fixed author tags
2009-02-20 12:56:44 +00:00
Trustin Lee
df05ba3733
* Made CaseIgnoringComparator a singleton
...
* Changed HttpCookieDecoder to return a Map instead of a Set
* Optimized imports
2009-02-20 12:41:59 +00:00
Andy Taylor
fea082e689
fixed cookie support
2009-02-17 17:13:13 +00:00
Trustin Lee
121c88d7e2
* Removed TimeBasedUuidGenerator
...
* Fixed a bug where DefaultChannelGroup doesn't recognize the new Integer ID
2009-02-16 12:02:06 +00:00
Trustin Lee
065218fd10
Forgot to mark one more volatile member transient
2009-02-13 11:53:05 +00:00
Trustin Lee
ae004b5331
Fixed some problems reported by Find Bugs (mostly to shut it up)
2009-02-13 09:11:42 +00:00
Trustin Lee
91d7a329d4
* Renamed Concurrent*Weak*HashMap to Concurrent*WeakKey*HashMap to avoid confusion
...
* Added some FIXMEs related with potential memory leak
2009-02-13 06:19:10 +00:00
Trustin Lee
78cdc91acd
* Added missing svn properties
...
* Updated @author tags
2009-02-09 08:32:13 +00:00
Trustin Lee
5e37b18f23
Fixed Javadoc
2009-02-09 04:51:11 +00:00
Trustin Lee
16583e3986
* Added ConcurrentWeakHashMap
...
* Updated serialVersionUID
2009-02-09 04:50:42 +00:00
Trustin Lee
dd971b5f79
Prettier string representation of ChannelEvent implementations
2009-02-08 16:37:49 +00:00
Trustin Lee
42afa85e53
Refactoring that is likely to help JVM optimize QNode more aggressively
2009-02-03 11:57:53 +00:00
Trustin Lee
67d90615e1
Wishful fix for NETTY-115 AccessControlException when running Netty from an Applet
...
* AtomicReferenceFieldUpdater is used only when it's permitted to be used.
2009-02-03 11:15:25 +00:00
Trustin Lee
e4f23c16d6
Added missing initialization statement
2009-01-20 08:35:10 +00:00
Trustin Lee
b2d27d3b69
* Added alternative implementations of ConcurrentHashMap and replaced existing references to java.util.concurrent.ConcurrentHashMap with them
...
* Added ReusableIterator to avoid Iterator creation overhead
* Optimized HashedWheelTimer
2009-01-20 07:57:45 +00:00
Trustin Lee
69b4817415
Moved timer classes to org.jboss.netty.handler.timeout
2009-01-20 04:37:26 +00:00
Trustin Lee
ff1a08c412
* Forgot to remove HashedWheelTimer.main()
...
* More information in HashedWheelTimeout.toString()
2009-01-20 04:35:33 +00:00
Trustin Lee
473e765f78
* Replaced TimeoutListener with TimerTask
...
* Prettier Timeout.toString() implementation
* Removed HashedWheelTimer.main()
2009-01-20 04:29:58 +00:00
Trustin Lee
1924e30482
Fixed (?) an annoying FindBugs warning in TimeBasedUuidGenerator
2009-01-20 04:28:26 +00:00
Trustin Lee
bcbd0f9238
Unfinished yet mostly working implementation of HashedWheelTimer based on Hashed Timing Wheels data structure
2009-01-19 15:05:04 +00:00
Trustin Lee
c4b1e5a011
* Renamed ExecutorShutdownUtil to ExecutorUtil
...
* Added ExternalResourceUtil
2009-01-19 05:23:41 +00:00
Trustin Lee
5a2491576c
* Introduced a common interface 'ExternalResourceReleasable'
...
* All types that depend on an external resource (e.g. Executor specified in the constructor) implements ExternalResourceReleasable now
* EmbeddedChannelFactory.releaseExternalResources() shouldn't throw an exception.
2009-01-19 05:02:22 +00:00
Trustin Lee
587d623789
* Removed an unnecessary log statement in the OSGi BundleActivator impl
...
* Added UnterminatableExecutor
* Prohibited an attempt to release the shared resources when initialized via containers
2009-01-12 10:48:56 +00:00
Trustin Lee
c043e2bf1c
Removed cyclic dependencies
2009-01-08 05:44:33 +00:00
Trustin Lee
8ef1f9571a
Resolved issue: NETTY-103 - Support the Android platform
...
* Made sure TimeBasedUuidGenerator runs without statically importing java.lang.management package
2009-01-07 00:55:03 +00:00