Go to file
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
license * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
src Resolved issue: NETTY-140 ChannelFuture.await*() should throw an IllegalStateException if dead lock is expected 2009-04-06 07:09:11 +00:00
.fbfilter.xml Updated find bugs filter to ignore more false positives 2009-03-12 07:27:51 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added .gitignore 2009-01-16 00:57:03 +00:00
COPYRIGHT.txt Explicitly specified minimum LGPL version in COPYRIGHT.txt 2008-12-17 10:23:47 +00:00
LICENSE.txt Initial import. Needs to: 2008-08-08 00:37:18 +00:00
NOTICE.txt * Added XNIO dependency (optional) 2009-02-17 10:22:53 +00:00
pom.xml Fixed build failure 2009-04-03 16:54:50 +00:00