Commit Graph

733 Commits

Author SHA1 Message Date
Chris Boden
7e42bfe2ac Pass message value, isBinary indicator
Passing message contents instead of string to keep BC
Passing isBinary indicator regardless of interface
2016-02-27 13:04:10 -05:00
Chris Boden
365e8702ff WebSocket Binary message parent change 2016-02-27 13:03:12 -05:00
Chris Boden
bbced3b765 Fixed frame creation type bug 2016-02-27 13:02:56 -05:00
Chris Boden
fb6eee1908 Merge pull request #403 from ratchetphp/0.4-wip/request-container
0.4 wip/request container
2016-02-27 12:25:57 -05:00
Chris Boden
01e1d159e8 Naming conventions 2016-02-25 19:26:42 -05:00
Chris Boden
5137c2122a Use httpRequest in favour of WebSocket->request 2016-02-25 19:19:58 -05:00
Chris Boden
d97ca0f3cb Switched index array storage to class container 2016-02-25 19:18:46 -05:00
Chris Boden
bfbeea6458 Remove 5.3 references 2016-02-25 08:58:53 -05:00
Chris Boden
2283bdf288 Binary messaging support
Least obtrusive interface
2016-02-24 18:55:04 -05:00
Chris Boden
1b4c534e6a Merge branch '0.4-wip/psr7' into 0.4
# Conflicts:
#	composer.json
#	src/Ratchet/WebSocket/WsServer.php
2016-02-24 18:08:03 -05:00
Chris Boden
25c3e4fb3b Re-enable strict sub protocol check 2016-02-21 13:21:52 -05:00
Chris Boden
214a8db846 Use RFC tag 2016-02-21 13:19:28 -05:00
Chris Boden
e463de0c6b Merge branch '0.4-merge-0.3.4' into 0.4 2016-02-17 18:54:06 -05:00
Chris Boden
5937851fac Skip PDO test if extension missing 2016-02-17 17:29:03 -05:00
Chris Boden
5ad0feface Merge branch 'master' into 0.4-merge-0.3.4
# Conflicts:
#	tests/unit/Session/SessionComponentTest.php
2016-02-15 17:51:14 -05:00
Chris Boden
cc031e164b Inject RequestVerifier into ServerNegotiator 2016-02-15 17:19:29 -05:00
Chris Boden
c15e275584 Deleted deprecated tests from PSR-7 refactor
GuzzleTest -> no longer using Guzzle HTTP interfaces
WebSocket tests have been moved to RFC library
2016-02-11 18:33:50 -05:00
Chris Boden
1523f39956 Fixed Session unit tests from PSR-7 2016-02-11 18:30:35 -05:00
Chris Boden
524f879954 Fixed failing HTTP unit tests from PSR-7 2016-02-11 18:24:29 -05:00
Chris Boden
2f79840f30 Fixed Router/tests with PSR-7 integration 2016-02-11 17:52:33 -05:00
Chris Boden
e986a76cbb Keepalive in App, doc fix 2016-02-11 09:50:31 -05:00
Chris Boden
7f532e1747 Perf update
Cherrypicked from 075f122e1489b1cd1b4f332719e64f80be500021
Re-use same exception for Frame buffering flow control
2016-02-10 18:55:23 -05:00
Chris Boden
f9b052d85e New RFC interfaces, heartbeat init
Cherrypicked from 6b6a5f0d6d9a10547291a0d8c027584448481daf

:-/
2016-02-10 18:52:42 -05:00
Chris Boden
a177819dd0 Merge pull request #390 from ratchetphp/0.3.4-release
v0.3.4 prep
2015-12-23 10:06:48 -05:00
Chris Boden
80bfbd0568 v0.3.4 prep 2015-12-23 09:54:30 -05:00
Chris Boden
5da31b61b4 Merge branch 'v0.3.3-symfony3' 2015-12-22 12:19:36 -05:00
thpl
1e6c6946ac Added composer.json requirement for symfony/http-foundation at version 3.0 2015-12-22 00:18:05 +01:00
thpl
cf2da8631e Added composer.json requirement for symfony/routing at version 3.0 2015-12-22 00:17:24 +01:00
Chris Boden
fc8722cd2a Merge branch 'bugfix/virtual-session-storage_pdo_sqlite' 2015-12-19 15:51:39 -05:00
Chris Boden
2bad474620 Merge branch 'handshake-fix' 2015-12-19 15:49:36 -05:00
Chris Boden
d4595c149f Merge branch 'benconnito-curie-fix' 2015-12-19 15:49:19 -05:00
Sebastian Kroczek
39882fbb16 Fixes VirtualSessionStorage with pdo_sqlite as storage 2015-08-25 13:34:13 +02:00
Chris Boden
661511014d Merge pull request #332 from tkleinhakisa/annotation-fix
Removed special @temporary annotation
2015-08-02 11:21:02 -04:00
Chris Boden
6cc97ab445 Attempt handshake after adding to buffer 2015-07-15 11:29:06 -04:00
Klein Thomas
f6294e25c9 Removed special @temporary annotation 2015-07-04 18:38:10 +02:00
Ben Connito
ddec2cb313 oops! fix using $prefix before it was defined. 2015-06-08 09:49:36 -04:00
Ben Connito
259d384bcf if a CURIE prefix has not been defined, do not convert the URI from CURIE to URI. per @attozk comment 2015-06-08 09:29:21 -04:00
Chris Boden
46487e756c Fixed sub-protocol negotiation support 2015-06-06 10:00:55 -04:00
Chris Boden
d0d7b67ad7 Ues pecl_http if available, cleanup
pecl_http if available to parse HTTP requests (5x faster)
Update ConnectionContext to match latest RFC interface
Removed Guzzle integration test (now using PSR-7 API)
2015-05-31 13:54:43 -04:00
Chris Boden
d2384e15e6 Merge with 0.4 branch + session to PSR-7 2015-05-30 11:02:07 -04:00
Chris Boden
5fd0209419 Merge branch '0.4' into 0.4-wip/psr7
# Conflicts:
#	tests/unit/Session/SessionComponentTest.php
2015-05-30 10:37:26 -04:00
Chris Boden
a744aea1f0 PSR-7 + RFC
Http components and APIs now use PSR-7 interfaces
No longer using deprecated Guzzle dependency
Use RFC6455 repo for WebSocket message handling
Remove Hixie76 (refs #201)
2015-05-30 10:19:30 -04:00
Chris Boden
6b247c0525 PSR-4, v0.3.3 2015-05-27 08:51:05 -04:00
Chris Boden
2e7d736bac Merge branch 'frame-boundry' 2015-05-26 08:41:06 -04:00
matt
db8814718d Fix and test for uncommon payload length issue 2015-05-25 17:05:40 -04:00
Chris Boden
f5a82a6a07 Merge pull request #318 from ratchetphp/maintenance
misc: PHP "7", deps, license
2015-05-24 16:11:46 -04:00
Chris Boden
8f4cac00cc misc: PHP "7", deps, license 2015-05-24 16:02:24 -04:00
Chris Boden
21fbef1773 Merge pull request #275 from bobvandevijver/patch-2
Remove unneeded catch
2015-01-25 11:09:29 -05:00
Bob van de Vijver
7798571db9 Remove unneeded catch
The second JsonException catch in not necessary, and can be removed.
2015-01-21 02:12:05 +01:00
Chris Boden
71579903da Merge pull request #268 from hannesvdvreken/master
Typo
2014-12-29 09:43:10 -05:00