Commit Graph

585 Commits

Author SHA1 Message Date
Gerrit Drost
06c4c3ddd8 PHPDoc formatting fix 2014-05-19 09:36:28 +02:00
Gerrit Drost
ae5e383c02 small change for PHP 5.3 compatibility 2014-05-19 09:28:43 +02:00
Gerrit Drost
cdd6296749 Merge branch 'github-master' 2014-05-19 09:20:34 +02:00
Chris Boden
02a63c180d Merge branch 'refs/heads/hhvm' 2014-05-03 10:30:47 -04:00
Chris Boden
20c55be513 [tests] Removed hhvm-nightly due to build error 2014-05-03 10:27:43 -04:00
Chris Boden
4100daef7a [tests] Added hhvm-nightly to travis builds 2014-05-03 10:24:38 -04:00
Chris Boden
b4dda40ba4 [Sessions][HHVM] Another attempt to pass CI tests 2014-04-19 13:56:21 -04:00
Chris Boden
8dd1fd8882 [Sessions] Attempt to set ini vars for CI to fix HHVM 2014-04-19 13:43:09 -04:00
Chris Boden
f25e030779 Merge branch 'refs/heads/easen' 2014-04-19 10:37:17 -04:00
Marc Easen
c089aea8eb Fixed a memory leak when a connection is closed the topics should also be removed if they are empty 2014-04-16 18:52:02 +01:00
Gerrit Drost
97e0122570 Improved comments and changed some parameter definitions/names. 2014-04-15 09:29:17 +02:00
Gerrit Drost
9b38d863b8 Fix app for flash usage 2014-04-14 17:24:36 +02:00
Chris Boden
67cedf0ce6 composer.json validates - fixes #176 2014-04-13 12:21:08 -04:00
Chris Boden
5b2e3bd5b6 Merge branch 'refs/heads/gc-composer' 2014-04-13 12:16:06 -04:00
Chris Boden
3aa1892121 [hhvm] remove session serialize handler hack 2014-04-13 12:09:16 -04:00
Chris Boden
1153cfc9d4 Merge branch 'refs/heads/lyrixx-cs' 2014-04-13 11:44:51 -04:00
Graham Campbell
d58b6dd74d Update composer.json 2014-04-05 10:42:42 +01:00
Chris Boden
006a9573ce Merge branch 'refs/heads/route_params' 2014-03-30 12:41:17 -04:00
Grégoire Pineau
136e72d807 CS (trainling space) 2014-03-21 16:46:52 +01:00
Grégoire Pineau
3a8578bd17 CS (eof_ending) 2014-03-21 16:46:43 +01:00
Laurynas Veržukauskas
b7b0a6d2f4 PHP5.3 fix 2014-03-19 18:28:28 +02:00
Laurynas Veržukauskas
343ecdfa0f Filter all keys starting with underscore 2014-03-18 22:28:19 +02:00
Laurynas Veržukauskas
27d3939d30 Test added 2014-03-18 22:28:18 +02:00
Vincent Dieltiens
74fb2a691b [Router] Update the Url QueryString of the request object with the parameters return by the UrlMatcher to let the developer access thoses parameters 2014-03-18 22:28:17 +02:00
Chris Boden
f2c67b3460 [Sessions] Trigger error when circumventing HHVM bug 2014-02-17 16:06:37 -05:00
Chris Boden
e1ced856cc Merge branch 'refs/heads/hhvm' 2014-02-17 09:14:31 -05:00
Chris Boden
d884e37c12 [Session] Attempting to fix broken HHVM unit test 2014-02-17 09:04:08 -05:00
Chris Boden
984cfbfbee Merge branch 'refs/heads/wamp-broadcasting' 2014-02-16 19:10:03 -05:00
Chris Boden
dffb8d2c1f [WAMP] CS, added unit tests for new features, 100% on WAMP 2014-02-16 19:09:54 -05:00
Konstantin Burkalev
48352fce63 Code fix for pull request 165 2014-02-11 11:16:25 +04:00
Konstantin Burkalev
646c2e263a Slightly modified TopicTest to support new broadcast params 2014-02-09 14:50:07 +04:00
Konstantin Burkalev
0b5208507f Added subscribers filtering in topic broadcasting for taking into account exclude & eligible data 2014-02-09 00:44:05 +04:00
Chris Boden
3dc69de9d3 Enforce UTF-8 in App (disallow mbstring.func_overload) 2014-02-06 07:54:56 -05:00
Chris Boden
36215fbc7b Support for React 0.4 2014-02-04 20:42:38 -05:00
Chris Boden
aec39c3498 Merge branch 'refs/heads/update-dependencies' 2014-02-01 16:57:14 -05:00
Chris Boden
bf61fdbed4 [App] Use trigger_error instead of echo 2014-01-29 06:55:07 -05:00
Chris Boden
0adf940068 [Tests] Added AB LibEv to suite, cleaned up scripts 2014-01-27 07:51:21 -05:00
Chris Boden
2921d241b9 Attempting HHVM on Travis, using installed composer 2014-01-12 20:51:03 -05:00
Chris Boden
6dc5fae36b Updated docs 2014-01-11 11:52:16 -05:00
Chris Boden
c2f82efb85 Merge pull request #159 from bzikarsky/fix-unit-tests
Skip test when pdo_sqlite isn't there but PDO is
2013-12-21 10:04:53 -08:00
Benjamin Zikarsky
1432e4f954 Skip test when pdo_sqlite isn't there but PDO is 2013-12-20 18:45:54 +01:00
Joel Wurtz
29e2e4048f Update dependencies to use last stable version of guzzle 2013-12-16 20:43:23 +01:00
Joel Wurtz
be0f43ecf5 Add composer.lock to gitignore 2013-12-16 20:42:23 +01:00
Joel Wurtz
6c451a856f Remove composer.lock to correctly test the library with last version 2013-12-16 20:41:54 +01:00
Chris Boden
5d437cd853 Merge pull request #153 from kinncj/master
gc_enable is not called if running with HHVM
2013-12-01 08:01:32 -08:00
Kinn Coelho Julião
daaff6c326 gc_enable is not called if running with HHVM
Since HHVM doesn't support garbage collector (for obvious reasons), the following patch make Ratchet works with HHVM as well.
2013-11-28 14:05:20 -05:00
Chris Boden
9ab9894a67 Merge pull request #140 from bramus/patch-2
Asterisk must be quoted inside array()
2013-11-05 15:31:52 -08:00
Bramus
b48f0fa6fd Asterisk must be quoted inside array() 2013-11-05 17:34:15 +01:00
Chris Boden
d756e0b507 Merge branch 'refs/heads/0.3' 2013-10-14 10:38:12 -04:00
Chris Boden
7336bc71ac Added release date on changelog 2013-10-14 10:38:06 -04:00