Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changed C files to have camelCase method names | murgatroid99 | 2015-04-02 |
| | |||
* | Merge pull request #1153 from murgatroid99/php_interop_selector_fix | Tim Emiola | 2015-04-02 |
|\ | | | | | Minor fix to test case switch statement, to fix a false negative | ||
* | | Fixed scripts again for PHP 5.5 | murgatroid99 | 2015-04-01 |
| | | |||
* | | Updated scripts with PHP 5.6's build location | murgatroid99 | 2015-04-01 |
| | | |||
* | | Removed pedantic flag from PHP build | murgatroid99 | 2015-04-01 |
| | | |||
* | | Made external header includes use angle brackets | murgatroid99 | 2015-04-01 |
| | | |||
* | | Merge pull request #1162 from murgatroid99/php_add_protos | donnadionne | 2015-04-01 |
|\ \ | | | | | | | Replace generated code with proto files in PHP library | ||
* | | | Do not expect metadata until expecting first read | murgatroid99 | 2015-04-01 |
| | | | |||
| * | | Re-added overzealously removed file | murgatroid99 | 2015-03-31 |
| | | | |||
| * | | Removed generated code files | murgatroid99 | 2015-03-31 |
| | | | |||
| * | | Updated generated code to match protos | murgatroid99 | 2015-03-31 |
| | | | |||
| * | | Added proto files | murgatroid99 | 2015-03-31 |
|/ / | |||
| * | Minor fix to test case switch statement, to fix a false negative | murgatroid99 | 2015-03-30 |
|/ | |||
* | Removed redundant autoload require lines | murgatroid99 | 2015-03-27 |
| | |||
* | Replaced existing autoloader with one generated by composer | murgatroid99 | 2015-03-27 |
| | |||
* | Added composer file to PHP library | murgatroid99 | 2015-03-27 |
| | |||
* | Replaced existing PHP files with more batch-based implementation | murgatroid99 | 2015-03-26 |
| | |||
* | Made necessary changes to get interop tests working | murgatroid99 | 2015-03-25 |
| | |||
* | Fixed errors in ActiveCall | murgatroid99 | 2015-03-24 |
| | |||
* | Added comments to new functions in call.c | murgatroid99 | 2015-03-24 |
| | |||
* | Resolved merge conflicts with master | murgatroid99 | 2015-03-13 |
|\ | |||
| * | Fix duplicated symbols | Xiaoguang Sun | 2015-03-13 |
| | | | | | | | | | | Fix duplicated symbols caused by having definition instead of declaration in header file. | ||
* | | Updated ActiveCall.php to use batch API | murgatroid99 | 2015-03-12 |
| | | |||
* | | Updated final tests to pass | murgatroid99 | 2015-03-11 |
| | | |||
* | | Fixed channel host override handling | murgatroid99 | 2015-03-11 |
| | | |||
* | | Resolved merge conflicts with master | murgatroid99 | 2015-03-11 |
|\| | |||
* | | EndToEndTest now works | murgatroid99 | 2015-03-11 |
| | | |||
* | | Further updated EndToEndTest | murgatroid99 | 2015-03-11 |
| | | |||
* | | Fixed some tests for new API | murgatroid99 | 2015-03-11 |
| | | |||
| * | Switched to new secure server API | murgatroid99 | 2015-03-04 |
| | | |||
* | | Updated C extension to new call API | murgatroid99 | 2015-03-03 |
|/ | |||
* | Removed execute permissions from README files. | Misha Brukman | 2015-03-02 |
| | |||
* | Make PHP compile | Craig Tiller | 2015-02-25 |
| | |||
* | Verifying the peer name on the X509 Certs correctly. | Julien Boeuf | 2015-02-23 |
| | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time... | ||
* | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 | Mugur Marculescu | 2015-02-19 |
|\ | | | | | Jayantkolhe patch 2 - Many documentation updates. | ||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
* | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | |||
* | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | |||
* | | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | | |||
* | | Add PHP Copyright | Craig Tiller | 2015-02-16 |
| | | |||
* | | Copyright checker | Craig Tiller | 2015-02-16 |
|/ | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it. | ||
* | Merge pull request #379 from murgatroid99/php_cancellation_interop_tests | Tim Emiola | 2015-02-04 |
|\ | | | | | Added cancel_after_first_response interop test | ||
* \ | Merge pull request #373 from murgatroid99/php_metadata_representation | Tim Emiola | 2015-02-04 |
|\ \ | | | | | | | Updated PHP metadata representation to be consistent with Node | ||
| | * | Fixed error in new test | murgatroid99 | 2015-02-03 |
| | | | |||
| | * | Added cancel_after_first_response interop test | murgatroid99 | 2015-02-03 |
| | | | |||
* | | | Switched to binding servers to port 0 in tests | murgatroid99 | 2015-02-03 |
| |/ |/| | |||
| * | Corrected error in metadata parser | murgatroid99 | 2015-02-03 |
| | | |||
| * | Changed PHP metadata representation to associative array of arrays of strings | murgatroid99 | 2015-02-03 |
| | | |||
* | | Merge pull request #349 from murgatroid99/protobuf-php-references | Tim Emiola | 2015-02-03 |
|\ \ | | | | | | | Switched Protobuf-PHP references to my fork, removed references to git-on-borg |