Jesse McConnell
|
43d048f691
|
control frames can not set rsv bits + tests
|
2012-06-27 10:14:51 -05:00 |
Jesse McConnell
|
fb7b9b2c19
|
additional testing of ping frames
|
2012-06-27 10:02:56 -05:00 |
Jesse McConnell
|
a4ef07443a
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-27 09:10:33 -05:00 |
Jesse McConnell
|
a0516774c0
|
empty frames with no constructor will generate correctly
|
2012-06-27 08:16:27 -05:00 |
Joakim Erdfelt
|
fabb2e18a2
|
Cleaning up test cases
|
2012-06-26 16:41:39 -07:00 |
Joakim Erdfelt
|
e32249c24f
|
Fixing old testcase as fallout from API updates
|
2012-06-26 16:36:38 -07:00 |
Joakim Erdfelt
|
334b7787cc
|
Removing old generators (no longer used)
|
2012-06-26 16:35:52 -07:00 |
Joakim Erdfelt
|
41094cb685
|
Cleaning up the API after the discussion with Jesse
|
2012-06-26 16:35:23 -07:00 |
Joakim Erdfelt
|
4eeb433b44
|
Fixing 4 vs 8 byte payload length testing issue
|
2012-06-26 12:29:57 -07:00 |
Jesse McConnell
|
888314e08a
|
update to new bytebuffer setup
|
2012-06-26 14:20:51 -05:00 |
Jesse McConnell
|
6cadf8ebb9
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-26 14:16:31 -05:00 |
Jesse McConnell
|
88ef0c5428
|
update to new bytebuffer setup
|
2012-06-26 14:16:13 -05:00 |
Joakim Erdfelt
|
e1488f8c92
|
Cleaning up websocket-server module
|
2012-06-26 12:15:21 -07:00 |
Jesse McConnell
|
604f700a82
|
revert change
|
2012-06-26 13:52:20 -05:00 |
Jesse McConnell
|
9a9d24ecff
|
binary tests akin to previous text frame tests
|
2012-06-26 13:48:25 -05:00 |
Joakim Erdfelt
|
aba59b6dc0
|
Bumping up JDK requirement to 1.7 with easier to read error message
|
2012-06-26 11:26:56 -07:00 |
Joakim Erdfelt
|
f9ef423be2
|
Eliminating the BufferPool management from the Generator as that's the wrong level to be managing BufferPool.release()
|
2012-06-26 11:10:29 -07:00 |
Joakim Erdfelt
|
c5b7ff0fb4
|
Adding StringUtil.isBlank(String) and StringUtil.isNotBlank(String) with
tests
|
2012-06-26 10:45:33 -07:00 |
Joakim Erdfelt
|
bf0c45d790
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-26 09:17:17 -07:00 |
Joakim Erdfelt
|
c439bf3882
|
Fixing 64-bit payload length parsing issue
|
2012-06-26 09:17:04 -07:00 |
Jesse McConnell
|
4daa27b1d8
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-26 11:14:45 -05:00 |
Jesse McConnell
|
89a26e6d75
|
add note to 64bit length code in frame generator
|
2012-06-26 11:14:34 -05:00 |
Joakim Erdfelt
|
d2056f3eb2
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-26 09:01:36 -07:00 |
Joakim Erdfelt
|
79a47e7bcf
|
Now that Connection:Upgrade response header does its thing, re-enabling test for it in websocket
|
2012-06-26 09:01:29 -07:00 |
Jesse McConnell
|
6e2d9549c9
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-26 10:58:30 -05:00 |
Jesse McConnell
|
1a30f540bd
|
more boundry tests and (temporary) fixes
|
2012-06-26 10:58:20 -05:00 |
Jesse McConnell
|
ec3052d018
|
additional test cases coming, fix to parser for empty payloads and improvement to frame parser payload length insertion to byte buffer
|
2012-06-26 09:21:53 -05:00 |
Joakim Erdfelt
|
d0daf16d17
|
Fixing missing '\r\n' on Connection: Upgrade
|
2012-06-25 15:55:01 -07:00 |
Joakim Erdfelt
|
29249d5fab
|
Testcase for bad response header formatting
|
2012-06-25 15:05:29 -07:00 |
Joakim Erdfelt
|
970d0764f7
|
Working towards a happy websocket-server connection + handshake
|
2012-06-25 13:48:05 -07:00 |
Joakim Erdfelt
|
e919c0dff8
|
Renaming ExtensionRef to ExtensionConfig, fleshing it out bunch more, and using it in Extension instance
|
2012-06-25 12:50:56 -07:00 |
Joakim Erdfelt
|
3cbcb20257
|
Deleting no longer needed handshake req/resp objects
|
2012-06-25 12:50:06 -07:00 |
Joakim Erdfelt
|
00d8f7b44d
|
Dropping proposed WebSocket.Accept interface from websocket-core, it belongs in websocket-server
|
2012-06-25 12:49:42 -07:00 |
Joakim Erdfelt
|
7330974707
|
Bumping version identifier
|
2012-06-25 12:48:58 -07:00 |
Jesse McConnell
|
5fb55086d4
|
last of the generator examples from spec
|
2012-06-25 09:10:12 -05:00 |
Joakim Erdfelt
|
8010c680e0
|
Early iteration of new API
|
2012-06-22 14:49:22 -07:00 |
Joakim Erdfelt
|
ce9e7b7560
|
Fixing framing issues on gen
|
2012-06-22 14:07:36 -07:00 |
Jesse McConnell
|
4df532a211
|
couple more tests and an issue exposed in frame handler
|
2012-06-22 15:55:08 -05:00 |
Joakim Erdfelt
|
853905a7c0
|
Collaborating with Jesse on WebSocket API
|
2012-06-22 06:32:21 -07:00 |
Joakim Erdfelt
|
1a73c74d96
|
Fixing generator and parser unit tests
|
2012-06-21 15:31:04 -07:00 |
Joakim Erdfelt
|
f80024bf2b
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-21 14:26:07 -07:00 |
Joakim Erdfelt
|
5a529ad4a2
|
Refactoring out the contents of the .api.WebSocket class in prep for rethink of original API class
|
2012-06-21 14:25:58 -07:00 |
Jesse McConnell
|
f4a644347b
|
some frame consolidation work in progress
|
2012-06-21 16:22:17 -05:00 |
Jesse McConnell
|
aaf27d7e2a
|
test
|
2012-06-21 13:13:08 -05:00 |
Jesse McConnell
|
d8c12b5813
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-21 13:11:27 -05:00 |
Joakim Erdfelt
|
dc68d30b4b
|
Continuing refactoring of websocket-server by commenting out no longer available classes (no more red)
|
2012-06-21 11:11:04 -07:00 |
Joakim Erdfelt
|
ec51481c02
|
Adding Generator to Parser roundtrip test cases (refactored from old codebase)
|
2012-06-21 11:05:20 -07:00 |
Joakim Erdfelt
|
8e21e14c6d
|
Minor documentation updates
|
2012-06-21 11:04:44 -07:00 |
Joakim Erdfelt
|
37249d09db
|
Adding TEXT & BINARY to root generator map
|
2012-06-21 11:04:13 -07:00 |
Joakim Erdfelt
|
dd668f7d8a
|
Adding TextFrame(String) constructor
|
2012-06-21 11:03:51 -07:00 |