Chris Boden
3aa1892121
[hhvm] remove session serialize handler hack
2014-04-13 12:09:16 -04:00
Grégoire Pineau
3a8578bd17
CS (eof_ending)
2014-03-21 16:46:43 +01:00
Chris Boden
f2c67b3460
[Sessions] Trigger error when circumventing HHVM bug
2014-02-17 16:06:37 -05:00
Chris Boden
d884e37c12
[Session] Attempting to fix broken HHVM unit test
2014-02-17 09:04:08 -05:00
Chris Boden
344818d0f5
[Tests] Bring up unit testing coverage
...
Coverage on Http and Session
Set version to 0.3-beta
Cleaned up a couple API doc things
Removed Origin code from RFC, will be moved to Http
2013-04-28 15:25:16 -04:00
Chris Boden
5c41b2fbe1
[Http][Tests] Refactored unit tests, added new for HTTP
2013-04-27 10:27:45 -04:00
Andrey Tokarchuk
41db0c4ed3
Fix misprint error (in word Exception)
2013-03-04 16:05:35 +04:00
Chris Boden
e7887a4b17
OCD API documentation updates
2013-01-05 16:10:21 -05:00
Chris Boden
5d1cabc751
[WebSocket] Fixed missing request headers bug
...
Accidentally removed HTTP request headers from connections
Added them back
2012-06-14 16:07:16 -04:00
Chris Boden
f729be2ef3
[WebSocket] [WAMP] Sub-Protocols
...
Updated how Ratchet handles WebSocket sub-protocols
Broke out WsServerInterface to not extend MessageInterface;
Components will instead use Interface segregation principle
WAMP is now able to work without the developer having to
manually enable the WAMP sub-protocol
2012-05-12 22:42:56 -04:00
Chris Boden
4735218aa0
[BCB] Namespace changes
...
Removed the `Component` namespace
Removed the `Resource` namespace
Renamed components:
`IOServerComponent` => `IoServer`
`WebSocketComponent` => `WsServer`
`SessionComponent` => `SessionProvider`
`WAMPServerComponent` => `WampServer`
`IpBlackListComponent` => `IpBlackList`
`FlashPolicyComponent` => `FlashPolicy`
2012-05-08 23:14:28 -04:00