Commit Graph

100 Commits

Author SHA1 Message Date
Trustin Lee
d784a68478 New organization name 2009-06-18 10:44:17 +00:00
Trustin Lee
8657220bf4 Custom stylesheet for prettier Javadoc 2009-06-18 09:54:59 +00:00
Trustin Lee
c898a55dad Added Javadoc linkage to XNIO 2009-06-18 09:48:59 +00:00
Trustin Lee
af3cd875f0 [maven-release-plugin] prepare for next development iteration 2009-05-22 08:49:20 +00:00
Trustin Lee
4bdf2ad00e [maven-release-plugin] prepare release netty-3.1.0.BETA3 2009-05-22 08:49:06 +00:00
Trustin Lee
63c94a4edc Fixed build failure in Windows 2009-05-22 07:35:26 +00:00
Trustin Lee
4d81a66e26 * Upgraded Maven plugins
* Specified the resource encoding explicitly
2009-05-21 09:55:44 +00:00
Trustin Lee
3d568d449b Fixed OSGi descriptor 2009-04-23 05:26:19 +00:00
Trustin Lee
c5af24045f [maven-release-plugin] prepare for next development iteration 2009-04-18 14:11:52 +00:00
Trustin Lee
249b88dc1f [maven-release-plugin] prepare release netty-3.1.0.BETA2 2009-04-18 14:11:38 +00:00
Trustin Lee
10fc8fb398 Will release a couple more BETA before CR 2009-04-18 12:54:59 +00:00
Trustin Lee
29d56ff975 Updated the overview section of the Javadoc 2009-04-10 13:09:30 +00:00
Trustin Lee
6170cf8cc6 Upgraded to APIviz 1.3.0 2009-04-09 07:21:34 +00:00
Trustin Lee
c91b98e254 Fixed build failure 2009-04-03 16:54:50 +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
f5e42348c7 Updated the eclipse plugin 2009-04-03 05:47:12 +00:00
Trustin Lee
7565be76e7 Now supports UDP :) 2009-03-16 09:18:14 +00:00
Trustin Lee
1afcc06ba0 [maven-release-plugin] prepare for next development iteration 2009-03-16 08:09:42 +00:00
Trustin Lee
7115cf2935 [maven-release-plugin] prepare release netty-3.1.0.BETA1 2009-03-16 08:07:47 +00:00
Trustin Lee
5f676a83af Added a build option 'attach-distribution' 2009-03-14 16:45:20 +00:00
Trustin Lee
bd184cc665 Renamed TestOptions to TestUtil 2009-03-12 00:42:41 +00:00
Trustin Lee
521f220aaa * Excluded non-unit test
* Changed the forkMode to never
2009-03-10 21:34:05 +00:00
Trustin Lee
fabe3a36c9 [maven-release-plugin] prepare for next development iteration 2009-02-26 11:12:10 +00:00
Trustin Lee
2665c5cea5 [maven-release-plugin] prepare release netty-3.1.0.ALPHA4 2009-02-26 11:11:54 +00:00
Trustin Lee
720b6cdf8f Added dav: prefix to the distribution url 2009-02-26 11:07:04 +00:00
Trustin Lee
e424c5f87d * Added XNIO dependency (optional)
* Updated license files for XNIO
2009-02-17 10:22:53 +00:00
Trustin Lee
f513e0d6ae Added a link to the Servlet API Documentation 2009-02-09 08:40:38 +00:00
Trustin Lee
e7aeffe14d * Merged Andy's Local transport
* Merged Andy's HTTP tunnel
* Both needs some tidying up, but seems to work OK
2009-02-09 01:31:50 +00:00
Trustin Lee
80237f3074 Fixed issue: NETTY-105 Update the project description in pom.xml 2009-01-14 00:53:19 +00:00
Trustin Lee
6cac5c1fc8 [maven-release-plugin] prepare for next development iteration 2009-01-13 07:36:21 +00:00
Trustin Lee
41191dc6da [maven-release-plugin] prepare release netty-3.1.0.ALPHA3 2009-01-13 07:35:15 +00:00
Trustin Lee
dec9074e73 Excluded unnecessary dependencies 2009-01-13 07:33:06 +00:00
Trustin Lee
6bd8933532 * POM cleanup
* Made sure OSGi logger looks up the LogService dynamically
2009-01-13 07:18:38 +00:00
Trustin Lee
93cec1c6d5 Fixed Javadoc generation 2009-01-13 02:30:44 +00:00
Trustin Lee
592a15aaf1 No more annoying daily plugin version check (hopefully) 2009-01-13 01:30:52 +00:00
Trustin Lee
7e3651c803 Added -link options to Javadoc plugin 2009-01-12 12:09:18 +00:00
Trustin Lee
93cdc6562f Added a Javadoc group for the container package 2009-01-12 11:47:41 +00:00
Trustin Lee
9f37748b63 Added comments to XML files 2009-01-12 11:45:50 +00:00
Trustin Lee
6e264f3bd0 Made sure the OSGi bundle is loaded even when there's no LogService available 2009-01-12 10:38:14 +00:00
Trustin Lee
5c02a13be0 Better OSGi integration - Netty will use OSGi LogService when it's running on top of an OSGi framework 2009-01-12 10:20:44 +00:00
Trustin Lee
9645ffd251 Renamed the OSGi bundle activator implementation 2009-01-08 11:16:14 +00:00
Trustin Lee
0368aaed3f * Fixed OSGi manifest file
* Added BundleActivator implementation for easier OSGi integration
2009-01-08 10:50:42 +00:00
Trustin Lee
61fb78c65f Updated Javadoc group list 2009-01-08 05:48:10 +00:00
Trustin Lee
027b8b7f73 Added dependencies for container integrations 2009-01-08 05:24:27 +00:00
Trustin Lee
026fc520bb * Moved all third party license filed into the 'license' directory
* Beautified NOTICE.txt
2008-12-30 02:41:09 +00:00
Trustin Lee
5d7ec61346 Resolved issue: NETTY-97 Google Protocol Buffer codec
* Added ProtobufEncoder and ProtobufDecoder
* TODO: Need to write an example
2008-12-30 02:15:17 +00:00
Trustin Lee
f183b3d965 [maven-release-plugin] prepare for next development iteration 2008-12-03 10:16:53 +00:00
Trustin Lee
5512550389 [maven-release-plugin] prepare release netty-3.1.0.ALPHA2 2008-12-03 10:16:35 +00:00
Trustin Lee
10cc5c6384 * Upgraded APIviz 1.2.5.GA
* Replaced the package diagram with the overview.html
2008-12-03 10:08:43 +00:00
Trustin Lee
4691c5e240 Moved org.jboss.netty.group to Bootstrapping utilities group 2008-12-03 09:16:10 +00:00