Commit Graph

21 Commits

Author SHA1 Message Date
Trustin Lee
b97648f95e Comment fix 2010-02-19 09:18:10 +00:00
Trustin Lee
e8c320c6c3 * Removed 'volatile' from the member variables that are protected by synchronized (this) block
* Updated comments regarding thread safety
2010-02-19 08:23:48 +00:00
Trustin Lee
3362114248 * Replaced e-mail addresses into homepage/blog URL anywhere possible
* Added Amit to COPYRIGHT.txt
2010-01-26 09:04:19 +00:00
Trustin Lee
eca6033456 Updated author information. I want to get messages about Netty in my gmail account. 2009-10-14 05:46:40 +00:00
Trustin Lee
16124dc14c Fixed issue: NETTY-217 If catching InterruptedException, set back interrupt status of the thread
* Handle interruption state properly as advised
2009-09-04 04:21:56 +00:00
Trustin Lee
b11ef6ca9b Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
Trustin Lee
0d5fc90dc5 Log the warning only once 2009-07-24 01:30:48 +00:00
Trustin Lee
89a4bd9d4e Added a global flag that disables the dead lock checker (use at your own risk) 2009-07-17 10:32:17 +00:00
Trustin Lee
4ee657cd0b More friendly dead lock error message 2009-04-23 07:14:27 +00:00
Trustin Lee
bb8f4da30c More friendly dead lock error message 2009-04-23 06:56:41 +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
1ff58978a2 Fixed a bug where DefaultChannelFuture.isSuccess() returns true even if the future is not done yet 2009-02-26 09:28:37 +00:00
Trustin Lee
6e40f62574 * Added Channel.getCloseFuture()
* Changed ChannelFuture.setSuccess() and setFailure() to return a boolean value
2008-11-26 09:21:00 +00:00
Trustin Lee
de2ff34dc2 Replaced System.currentTimeMillis() with System.nanoTime() 2008-11-07 03:00:19 +00:00
Trustin Lee
34b9b00723 Fixed a potential concurrency issue in DefaultChannelFuture.notifyListeners(), as advised by FindBugs 2008-11-07 02:35:04 +00:00
Trustin Lee
b3c76b8cbf JavaDoc... 2008-09-02 07:13:20 +00:00
Trustin Lee
07e0bf9413 Removed unused code in DefaultChannelFuture 2008-08-19 10:21:04 +00:00
Trustin Lee
e5def24c8b Added JavaDoc for ChannelFuture and its related types 2008-08-11 07:33:19 +00:00
Trustin Lee
e50a736c29 * Moved all factory methods in InternalLogger to InternalLoggerFactory
* Made InternalLogger an interface
2008-08-09 15:05:53 +00:00
Trustin Lee
d5d92ae04d Renamed Logger and LoggerFactory to InternalLogger and InternalLoggerFactory to state that these classes for internal use only explicitly 2008-08-09 14:52:19 +00:00
Trustin Lee
0202a01cf1 * Changed all package names to org.jboss.netty.*
* Added .classpath, .project and target to svn:ignore
2008-08-08 01:40:10 +00:00