3451 Commits

Author SHA1 Message Date
Greg Wilkins
a1d8c640ce jetty-9 removed onInputShutdown 2012-05-03 22:11:58 +02:00
Greg Wilkins
017d6e7c2a jetty-9 cleanups 2012-05-03 21:41:54 +02:00
Greg Wilkins
f0eded5fdb jetty-9 tests for ByteArrayEndPoint 2012-05-03 18:07:53 +02:00
Greg Wilkins
5e18ff7278 jetty-9 working on ByteArrayEndPoint 2012-05-03 15:17:34 +02:00
Greg Wilkins
60f9d7faff jetty-9 working on ByteArrayEndPoint 2012-05-03 15:17:23 +02:00
Greg Wilkins
6a5fdefa07 jetty-9 added IOFuture test 2012-05-03 09:52:56 +02:00
Greg Wilkins
8f8c3f7760 jetty-9 ssl tests pass 2012-05-03 07:48:01 +02:00
Greg Wilkins
ba4157d8e6 jetty-9 more ssl progress. 2012-05-03 07:29:22 +02:00
Greg Wilkins
c61497327a jetty-9 new jetty-io NIO.2 inspired design, mostly working but more work needed on SSL 2012-05-02 17:22:55 +02:00
Greg Wilkins
c7f25b0928 jetty-9 work in progress 2012-04-26 10:03:21 +10:00
Greg Wilkins
adb1d86ab8 jetty-9 work in progress 2012-04-13 12:08:46 +10:00
Greg Wilkins
737db225e3 jetty-9 progress on SslConnection tests 2012-04-05 23:17:30 +10:00
Greg Wilkins
e7dcd16757 jetty-9 Simplified interface 2012-04-04 14:00:16 +10:00
Greg Wilkins
dfab993fcb jetty-9 SSL partially working 2012-04-04 13:47:46 +10:00
Greg Wilkins
feca0aa672 jetty-9 rename to controller and processor 2012-03-30 02:04:12 +11:00
Greg Wilkins
c60ec9cf5f jetty-9: work in progress on read/write interest 2012-03-29 22:49:08 +11:00
Greg Wilkins
b267511f8f jetty-9 sketched out httpchannel blocking read 2012-03-28 23:31:39 +11:00
Greg Wilkins
2bcf611e5e jetty-9 work in progress. Further simplification of jetty-io 2012-03-27 00:19:43 +11:00
Greg Wilkins
e77f4344ac jetty-9 work in progress on HttpConnection to HttpChannel split 2012-03-23 16:29:38 +11:00
Greg Wilkins
dc29d73d0b jetty-9 work in progress. developing ServerConnection abstraction 2012-03-21 14:42:33 +11:00
Greg Wilkins
c04a195256 jetty-9 work in progress on remaking connection contracts 2012-03-16 10:06:23 +11:00
Greg Wilkins
10cc4ca498 jetty-9 refactored jetty-http to support injected state 2012-03-13 13:35:48 +11:00
Greg Wilkins
e757e5e54d jetty-9 work in progress jetty-server 2012-03-08 21:37:03 +11:00
Greg Wilkins
872282c34c jetty-9 work in progress jetty-server 2012-03-08 21:33:32 +11:00
Greg Wilkins
40c9dd77bf jetty-9 javadoc and code cleanups 2012-03-08 15:23:45 +11:00
Greg Wilkins
03525bfe46 jetty-9 javadoc and code cleanups 2012-03-08 15:18:17 +11:00
Greg Wilkins
8c25941e04 jetty-9 jetty-http passing unit tests 2012-03-08 14:13:40 +11:00
Greg Wilkins
3d12ef7075 jetty-9 work in progress 2012-03-07 17:26:33 +11:00
Greg Wilkins
a4bee5b12d jetty-9 work in progress on new HttpGenerator 2012-03-02 11:39:42 +11:00
Greg Wilkins
1fa6c998db jetty-9 committed to taking the IO out of the generator as well now. This is currently a total work in progress... with a lot of work to do 2012-02-10 17:15:04 +11:00
Greg Wilkins
5c725d4e42 jetty-9 committed to taking the IO out of the generator as well now. This is currently a total work in progress... with a lot of work to do 2012-02-10 16:37:46 +11:00
Greg Wilkins
824509b0fb jetty-9 removed plurals from enum type names 2012-02-10 00:42:44 +11:00
Greg Wilkins
efb6f84503 jetty-9 more compile fixes 2012-02-09 23:55:22 +11:00
Greg Wilkins
2659d87868 jetty-9 HttpParser tests passing 2012-02-09 23:27:49 +11:00
Greg Wilkins
9c1d3ff0b3 jetty-9 temporary tree map impl 2012-02-09 18:02:51 +11:00
Greg Wilkins
ceac0f8525 jetty-9 half refactor of StringMap 2012-02-09 15:19:05 +11:00
Greg Wilkins
4eeaeff7b9 jetty-9 minor StringMap cleanup 2012-02-09 10:56:00 +11:00
Greg Wilkins
1137eea51d jetty-9 more parser tests working 2012-02-09 10:55:36 +11:00
Greg Wilkins
60bb4a415e jetty-9 used enums instead of cached strings. Refactor of parser in progress to IO independent style. passes 1 test 2012-02-09 01:37:03 +11:00
Greg Wilkins
7ba514e250 jetty-9 fixed SSL issue. _inbound needed to be compacted 2012-02-07 15:27:15 +11:00
Greg Wilkins
c1bcec61d5 jetty-9 jetty-io mostly working with all NIO buffers. Occassional failure in SSL stress test 2012-02-07 11:32:00 +11:00
Jesse McConnell
91c526cc48 Merge branch 'master' into jetty-8 2012-02-02 16:44:24 -06:00
Jesse McConnell
b665beeb64 [370377] add classloadingobjectinputstream to mongodb session manager, contribution by david, thanks much 2012-02-02 16:42:10 -06:00
Jan Bartel
384ce0d77c Fix version of servlet api to 3.0 2012-02-02 19:17:18 +11:00
Jan Bartel
33a73c69fd 370386 Remove META-INF from jetty distro 2012-02-02 16:24:08 +11:00
Joakim Erdfelt
2fa2eb929a Bug 370384 - jetty-distribution is dependent on jetty-all aggregate?
+ Setting exclusion on jetty-all artifactId.
2012-02-01 18:34:54 -07:00
Jesse McConnell
2ced86c9dd Merge branch 'master' into jetty-8 2012-02-01 17:25:53 -06:00
Jesse McConnell
0797e8a23d merge from master 2012-02-01 17:25:11 -06:00
Jesse McConnell
6b079ae3d8 merge from master 2012-02-01 17:25:08 -06:00
Joakim Erdfelt
2559c0558b Bug 370372 - Fix references to SVNROOT present in pom.xml
+ Changing from dev.eclipse.org (svn) to git.eclipse.org (git) URLs
2012-02-01 15:41:19 -07:00