618 Commits

Author SHA1 Message Date
Joakim Erdfelt
1c51e82b87 Forcefully making jetty-io compile (and letting sbordet fix it later) 2012-07-18 12:07:40 -07:00
Joakim Erdfelt
964fa9325a Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-07-18 11:51:38 -07:00
Simone Bordet
ebb7806edc Jetty9 - Implemented abstract methods on SelectorManager that were always implemented in the same way, making them consistent. 2012-07-18 19:47:10 +02:00
Joakim Erdfelt
f1d4d4699f Moving tests into jetty-util/src/test/java/org/eclipse/jetty/util/BufferUtilTest.java 2012-07-18 10:32:07 -07:00
Greg Wilkins
1676031906 jetty-9 ssl cleanups 2012-06-07 23:56:16 +02:00
Greg Wilkins
ad689a6a57 jetty-9 more renaming and signature tuning 2012-06-07 17:17:37 +02:00
Simone Bordet
2d6a45bf81 Fixed handling of callbacks in case of nested EndPoints.
In the SSL case, the app is writing, and eventually a SCEP.write() is triggered.
If this call throws, the SCEP callback is failed, and this in turn should fail the
app callback, but at this point the app callback was not set yet in the app
flusher, causing a NPE.
2012-06-07 14:02:29 +02:00
Simone Bordet
ec4b987b4d Improved logging. 2012-06-07 13:42:49 +02:00
Greg Wilkins
3f80ec2bc2 jetty-9 lots of renaming 2012-06-06 21:35:51 +02:00
Greg Wilkins
f6643ccbe7 jetty-9 WriteFlusher cleanup 2012-06-06 16:49:27 +02:00
Greg Wilkins
903e4cd0f2 jetty-9 many name and javadoc cleanups 2012-06-06 16:40:19 +02:00
Greg Wilkins
98a7f19ff9 jetty-9 some test clean ups 2012-06-06 13:27:56 +02:00
Greg Wilkins
5415517cc0 jetty-9 organize imports 2012-06-05 14:06:18 +02:00
Greg Wilkins
96cbd53c47 jetty-9 jetty-server passing tests 2012-06-04 17:27:46 +02:00
Greg Wilkins
b2a55556b0 jetty-9 sbordet more tests 2012-06-01 00:32:09 +02:00
Greg Wilkins
583e99461c jetty-9 sbordet inspired ssl cleanups 2012-05-31 17:46:45 +02:00
Greg Wilkins
887e27531f jetty-9 new simple SslConnection - passing tests even with stress 2012-05-31 15:15:07 +02:00
Greg Wilkins
b9e28ba51e jetty-9 new simple SslConnection - passing tests 2012-05-31 13:39:57 +02:00
Greg Wilkins
b8e2c65fa8 jetty-9 new simple SslConnection - still with problems 2012-05-31 11:48:47 +02:00
Greg Wilkins
117d7e5ad8 jetty-9 new simple SslConnection (comments) 2012-05-31 01:07:29 +02:00
Greg Wilkins
80ff0586a8 jetty-9 new simple SslConnection (mostly working) 2012-05-31 00:53:25 +02:00
Greg Wilkins
145938cecc jetty-9 updated more test harness 2012-05-28 09:32:12 +02:00
Greg Wilkins
a0dae20ac0 jetty-9 \o/ first suspend resume cycles on jetty-9 2012-05-25 11:33:04 +02:00
Greg Wilkins
0789690cea jetty-9 horrid hack to make onClose events work 2012-05-24 22:00:45 +02:00
Greg Wilkins
4473572b6d jetty-9 more progress with RFC2616 tests 2012-05-23 18:04:50 +02:00
Greg Wilkins
40ed3a013a jetty-9 some progress on HTTP error handling but more work needed. See SelectChannelServerTest 2012-05-18 13:12:38 +02:00
Greg Wilkins
6502370426 jetty-9 continue clean up of HttpConnector. Removed idle check 2012-05-17 14:14:56 +02:00
Greg Wilkins
68f8e073db jetty-9 progress on unit tests and LocalConnector 2012-05-14 19:58:09 +02:00
Greg Wilkins
fcfb5d704a jetty-9 AsyncByteArrayEndPoint test 2012-05-14 10:58:45 +02:00
Simone Bordet
4b8f6b8413 jetty-9 SelectorManager refactorings. 2012-05-11 19:30:30 +02:00
Simone Bordet
9e8b2f1aad SSL refactorings. 2012-05-11 10:19:47 +02:00
Greg Wilkins
7f291e8831 jetty-9 AsyncByteArrayEndPointTest 2012-05-11 00:30:45 +02:00
Greg Wilkins
bd00e3615d jetty-9 AsyncByteArrayEndPointTest 2012-05-11 00:30:28 +02:00
Greg Wilkins
6d70fa1c2a jetty-9 factored out WriteFlusher and ReadInterest 2012-05-10 16:53:56 +02:00
Greg Wilkins
e348f2d4f5 jetty-9 progress on jetty-server 2012-05-10 12:19:16 +02:00
Greg Wilkins
979dae0021 jetty-9 moved FutureCallback to jetty-util 2012-05-09 18:27:09 +02:00
Greg Wilkins
817b9ee5fa jetty-9 everything but SSL working again 2012-05-09 17:02:38 +02:00
Greg Wilkins
4caced258f jetty-9 removed IOFuture and added FutureCallback instead 2012-05-09 16:57:18 +02:00
Greg Wilkins
775376ac98 jetty-9 refactored stats 2012-05-09 14:34:10 +02:00
Greg Wilkins
a7154fcb05 jetty-9 work in progress 2012-05-09 13:30:27 +02:00
Greg Wilkins
2b9ff87e02 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
Conflicts:
	jetty-io/src/main/java/org/eclipse/jetty/io/AsyncConnection.java
2012-05-09 11:19:52 +02:00
Greg Wilkins
c1011c54a4 jetty-9 work in progress 2012-05-09 11:18:20 +02:00
Simone Bordet
44d2735a21 Changes to jetty-io related to integration with jetty-spdy. 2012-05-09 11:15:07 +02:00
Greg Wilkins
0c81b36e04 jetty-9 work in progress on jetty-server 2012-05-09 08:30:09 +02:00
Greg Wilkins
fa59ddcc4b jetty-9 switched back to normal synchronization 2012-05-08 20:09:02 +02:00
Greg Wilkins
bc7e42e31f jetty-9 more robust test 2012-05-08 19:44:35 +02:00
Simone Bordet
3c066d7a58 Fixed merging issues. 2012-05-08 19:00:40 +02:00
Simone Bordet
2b26d2f3ee Refactorings. 2012-05-08 19:00:40 +02:00
Greg Wilkins
98e85ecb41 jetty-9 EndPoint.close does not throw 2012-05-08 15:46:41 +02:00
Greg Wilkins
6d64bcd38a jetty-9 more removal of AsyncConnection 2012-05-08 15:30:32 +02:00