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
Joakim Erdfelt
f376cf46a1
Updating NOTICE.txt with new year + license urls
2012-02-01 15:15:04 -07:00
Joakim Erdfelt
f9e3421a5b
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-websocket to new aggregate configuration.
2012-02-01 14:46:45 -07:00
Joakim Erdfelt
427ea48479
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-webapp to new aggregate configuration.
2012-02-01 14:43:38 -07:00
Joakim Erdfelt
34bc904be6
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-servlet to new aggregate configuration.
2012-02-01 14:37:09 -07:00
Joakim Erdfelt
fea27d9fb8
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 14:33:52 -07:00
Joakim Erdfelt
6e6386ed18
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-server to new aggregate configuration.
2012-02-01 14:32:44 -07:00
Jesse McConnell
b88f5720a3
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 15:27:45 -06:00
Jesse McConnell
f98aa75b8f
a couple more pom tweaks
2012-02-01 15:27:33 -06:00
Joakim Erdfelt
efbe51a273
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 14:22:17 -07:00
Joakim Erdfelt
8f18187ceb
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-plus to new aggregate configuration.
2012-02-01 14:21:31 -07:00
Joakim Erdfelt
964ef2e6fe
Bug 370373 - Fix jetty aggregates to exclude new orbit deps
...
+ Migrated jetty-all-server to new aggregate configuration.
2012-02-01 14:08:17 -07:00
Jesse McConnell
b5a9cea589
fix a few more version issues
2012-02-01 14:58:17 -06:00
Joakim Erdfelt
bc599ca317
Fixing aggregate for jetty-all to exclude appropriate classes
2012-02-01 13:52:06 -07:00
Jesse McConnell
1376a30271
remove strange import the crept in, thanks eclipse.
2012-02-01 14:22:52 -06:00
Jesse McConnell
0bb53d84e4
[Bug 370368] resolve stack overflow in mongo db session manager
2012-02-01 14:10:00 -06:00
Joakim Erdfelt
228ff32ab0
Cleaning up jetty-jsp dependencies to only arrive via jetty-jsp
2012-02-01 08:59:00 -07:00
Jan Bartel
878d717b92
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-02-01 19:31:14 +11:00
Jan Bartel
2bb0248e44
Use jetty-jsp for jetty-distribution
2012-02-01 19:30:55 +11:00
Jan Bartel
b7b56bc0f2
Use "fake" jar to get deps for jetty-jsp to work with other modules that use it and need to unpack its dependencies.
2012-02-01 19:17:42 +11:00
Thomas Becker
449302bcde
369349: fix --exec classpath issue, spaces in directory names fix
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2012-02-01 19:04:09 +11:00
Jan Bartel
e26cb28760
Bringing back over changes from central-orbit-repo branch for using orbit deps in jetty-continuation and jetty-jndi
2012-02-01 11:51:28 +11:00
Jesse McConnell
ce2ad79fd3
pushing fix for orbit jard into annotations
2012-01-31 17:46:44 -06:00
Joakim Erdfelt
46cd49323c
Fixing distribution using of orbit deps
2012-01-31 15:54:26 -07:00
Joakim Erdfelt
fd80ef3488
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2012-01-31 15:23:10 -07:00
Joakim Erdfelt
fdaad62b63
Migrating old javax.* deps to new org.eclipse.jetty.orbit deps
...
+ Removed old deps in javax.*, geronimo, and asm in favor of
new org.eclipse.jetty.orbit deps
+ Added enforcer rule to prevent reintroducing the old deps.
2012-01-31 15:21:58 -07:00