3555 Commits

Author SHA1 Message Date
Joakim Erdfelt
f3532f9bd9 Moving test cases around, commenting others, we have a clean build of websocket-core now, suitable for testing 2012-06-18 14:38:49 -07:00
Joakim Erdfelt
3fa8a6ad3e Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-06-18 14:34:36 -07:00
Joakim Erdfelt
0866a75ce6 Making src/main/java error free (for build reasons) 2012-06-18 14:34:21 -07:00
Jesse McConnell
d8893b4823 add simple test example 2012-06-18 16:30:19 -05:00
Joakim Erdfelt
a4a5108da4 Merge fixes 2012-06-18 14:27:24 -07:00
Joakim Erdfelt
cb6968d680 Introduction PayloadParser and OpCodes 2012-06-18 14:24:24 -07:00
Jesse McConnell
2562dc838b ping and close generators akin what we are looking at (atm at least) 2012-06-18 16:06:46 -05:00
Joakim Erdfelt
b9ca387d53 Cleaning up 'frames' package 2012-06-18 13:42:47 -07:00
Jesse McConnell
b696915b29 minor structural updates with joakim's latest 2012-06-18 14:03:25 -05:00
Jesse McConnell
6679c9436e minor structural updates with joakim's latest 2012-06-18 14:03:22 -05:00
Joakim Erdfelt
541ce89c5b Updates to BaseFrame and Parsers 2012-06-18 11:59:51 -07:00
Jesse McConnell
c6802c75c8 add empty header placeholder 2012-06-18 13:10:39 -05:00
Jesse McConnell
f4a416586e add ping, pong, close frames extending from a controlframe 2012-06-18 13:02:27 -05:00
Joakim Erdfelt
145b98a663 Reworking BaseFrame and WebSocket api classes 2012-06-18 10:28:19 -07:00
Jesse McConnell
1264f1aacc set baseframe as default type for interim 2012-06-18 12:10:04 -05:00
Joakim Erdfelt
e768c37e50 Establishing BaseFrame 2012-06-18 10:08:10 -07:00
Joakim Erdfelt
494ecbb271 Renaming module and groupId for websocket-servlet to websocket-server to better reflect nature of module 2012-06-18 09:48:33 -07:00
Joakim Erdfelt
4c18bd5f45 Moving WebSocketHandler out of websocket-core into websocket-servlet 2012-06-18 09:37:07 -07:00
Joakim Erdfelt
6d09fb70fd Moving MaskGen into org.eclipse.jetty.websocket.generator package space 2012-06-12 13:57:12 -07:00
Joakim Erdfelt
c7b2297216 Moving classes around, stubbing out new classes for jetty-9 refactor 2012-06-12 13:15:40 -07:00
Joakim Erdfelt
571c6e02ca Fixing pmd warning on jetty-9 build 2012-06-12 12:45:58 -07:00
Joakim Erdfelt
d52de82a80 Splitting up websocket module into core/client/servlet modules 2012-06-12 12:43:29 -07:00
Joakim Erdfelt
ffcf86df19 Fixing pmd parse errors with new JDK 1.7 codebase 2012-06-12 12:32:28 -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
Greg Wilkins
0b56e3ae7c jetty-9 starting to cleanup websocket and client 2012-06-07 14:11:40 +02:00
Simone Bordet
d1bc48de70 More SSL tests. 2012-06-07 14:02:43 +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
792509d459 jetty-9 jetty-deployer passing tests 2012-06-06 15:27:56 +02:00
Greg Wilkins
98a7f19ff9 jetty-9 some test clean ups 2012-06-06 13:27:56 +02:00
Greg Wilkins
c1f3545d7c jetty-9 passing jetty-servlet tests!!!! 2012-06-05 18:11:20 +02:00
Greg Wilkins
5415517cc0 jetty-9 organize imports 2012-06-05 14:06:18 +02:00
Greg Wilkins
c318cb8167 jetty-9 jetty-security passing tests 2012-06-05 14:02:44 +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
3f51fb52fa jetty-9 jetty-server compiling and passing many tests 2012-05-28 09:37:55 +02:00
Greg Wilkins
145938cecc jetty-9 updated more test harness 2012-05-28 09:32:12 +02:00
Greg Wilkins
571eb63bcd jetty-9 updated more test harness 2012-05-27 23:23:55 +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
c274cb6413 jetty-9 removed horrid hack to make onClose events work 2012-05-25 09:41:23 +02:00