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
|
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
|
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
|
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 |
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 |
Joakim Erdfelt
|
b3a26517db
|
WebSocketPolicy new fields and documentation updates
|
2012-06-21 11:03:30 -07:00 |
Jesse McConnell
|
a73d057578
|
ironing out generator issues at the byte lvl, so nice bit of progress
|
2012-06-20 18:42:24 -05:00 |
Joakim Erdfelt
|
5f5d613eba
|
Removing old testcase (has replacements using new parser framework)
|
2012-06-20 14:44:12 -07:00 |
Joakim Erdfelt
|
4757a1a3ee
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-06-20 14:43:26 -07:00 |
Joakim Erdfelt
|
1692b4f7c2
|
Adding ClosePayloadParser & Tests
|
2012-06-20 14:43:16 -07:00 |
Jesse McConnell
|
8893b9c96a
|
add text and binary frame generators
|
2012-06-20 16:34:45 -05:00 |
Joakim Erdfelt
|
b61a58ad64
|
Adding policy violation testcase for parsing too large text frames
|
2012-06-20 14:19:55 -07:00 |
Joakim Erdfelt
|
085127c8f8
|
Integrating new policy changes
|
2012-06-20 14:08:47 -07:00 |
Joakim Erdfelt
|
2e6c307adc
|
Refactoring WebSocketSettings to WebSocketPolicy to better conform to naming in use within RFC 6455 spec (discussed with jesse over phone)
|
2012-06-20 13:48:12 -07:00 |
Joakim Erdfelt
|
d675be84ba
|
Adding more testcases for Text Frames (and bug fixes)
|
2012-06-20 13:39:17 -07:00 |
Joakim Erdfelt
|
ad6eee39d6
|
Minor formatting update
|
2012-06-20 11:30:04 -07:00 |