Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php: add watchForReady method | Stanley Cheung | 2015-08-13 |
| | |||
* | php: add more tests | Stanley Cheung | 2015-08-13 |
| | |||
* | php: wrap watchConnectivityState api | Stanley Cheung | 2015-08-13 |
| | |||
* | php: wrap getConnectivityState API | Stanley Cheung | 2015-08-13 |
| | |||
* | review feedback: unit test of uri value too strict | Stanley Cheung | 2015-07-27 |
| | |||
* | Exposed channel target and call peer in PHP | Stanley Cheung | 2015-07-27 |
| | |||
* | Remove metadata checks - these are testing things that arent true | Craig Tiller | 2015-07-18 |
| | |||
* | add PHP timeout interop test | Stanley Cheung | 2015-06-15 |
| | |||
* | Updated PHP files to new method names | murgatroid99 | 2015-04-02 |
| | |||
* | Updated final tests to pass | 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 |
|/ | |||
* | 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... | ||
* | Add PHP Copyright | Craig Tiller | 2015-02-16 |
| | |||
* | Merge pull request #373 from murgatroid99/php_metadata_representation | Tim Emiola | 2015-02-04 |
|\ | | | | | Updated PHP metadata representation to be consistent with Node | ||
* | | Switched to binding servers to port 0 in tests | murgatroid99 | 2015-02-03 |
| | | |||
| * | Changed PHP metadata representation to associative array of arrays of strings | murgatroid99 | 2015-02-03 |
| | | |||
* | | Removed assertEquals from TimevalTest | murgatroid99 | 2015-02-02 |
| | | |||
* | | Removed uses of assertEquals, which internally uses weak comparison | murgatroid99 | 2015-02-02 |
|/ | |||
* | Switched to new grpc_call_invoke API | murgatroid99 | 2015-01-16 |
| | |||
* | Switched call errors to exceptions instead of return values | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146107 | ||
* | Switched events to use native objects instead of wrappers | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146045 | ||
* | Replaced calls to grpc_call_accept with newer functions | mlumish | 2015-01-05 |
| | | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83145830 | ||
* | Added utility to make different tests bind to different ports | mlumish | 2014-12-10 |
| | | | | | | | Change on 2014/12/10 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81800876 | ||
* | Added PHP to the global gRPC moe config | mlumish | 2014-12-09 |
Change on 2014/12/09 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81727766 |